.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

p {
  margin-bottom: 10px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  padding-right: 33px;
  padding-left: 33px;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  width: 35%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-menu {
  display: block;
}

.nav-link {
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom: 3px solid #9eb819;
  opacity: 1;
  color: #9eb819;
}

.nav-link.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.8);
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #9eb819;
}

.container {
  width: 0px;
  height: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.social-icon-link-block {
  margin-right: 15px;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 150ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
}

.social-icon-link-block:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.text-block-3 {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: left;
}

.vertical-separator {
  width: 2px;
  height: 250px;
  margin-right: 25px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.instagram {
  margin-bottom: 12px;
}

.social-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 35px;
  -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-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.banner-white-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 400px;
  margin: 35px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 0px;
  background-color: rgba(158, 184, 25, 0.89);
}

.link {
  margin-top: 0px;
  padding-left: 0px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  color: #94af3f;
  font-size: 22px;
  text-decoration: none;
}

.link:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: rgba(0, 0, 0, 0.8);
}

.paragraph {
  max-width: 1200px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 30px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 17px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px none hsla(0, 0%, 100%, 0.8);
  border-radius: 0px;
  background-color: rgba(248, 0, 36, 0.69);
}

.div-block-6 {
  width: 50px;
  height: 3px;
  margin-top: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.heading {
  margin-top: 0px;
  padding-left: 20px;
  font-family: Rubik, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
}

.heading.scopri {
  height: auto;
  margin-top: 111px;
  margin-bottom: 10px;
  font-family: 'Patrick Hand', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 0 #000;
  -webkit-column-span: none;
  column-span: none;
}

.heading.risparmio {
  margin-top: 199px;
  padding-top: 0px;
  text-align: center;
}

.black-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-left: 35px;
  -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;
}

.hero {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #000;
  background-image: url('../images/box-with-fresh-vegetables-fruit-healthy-food-concepts-tomatoes-cucumbers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.facebook {
  margin-bottom: 12px;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  -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;
  background-color: rgba(59, 112, 19, 0.54);
  box-shadow: 0 12px 12px -7px rgba(0, 0, 0, 0.1);
}

.text-block-4 {
  margin-top: 10px;
  font-family: 'Great Vibes', cursive;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  line-height: 30px;
}

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

.play-button.homepage {
  max-width: 800px;
  margin-bottom: 0px;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.play-button.homepage:hover {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

.paragraph-2 {
  overflow: visible;
  margin-top: 0px;
  padding-right: 23px;
  padding-left: 23px;
  font-family: Nunito, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-2._2 {
  display: none;
  text-align: center;
}

.paragraph-2.fedelta {
  margin-top: 10px;
  padding-right: 233px;
  padding-left: 233px;
}

.paragraph-2.indirizzo {
  margin-top: 1px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: center;
}

.paragraph-2.indirizzo.cont {
  color: #000;
}

.paragraph-2.sx {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 30px;
  text-align: center;
}

.paragraph-2.sx.desktop {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.paragraph-2.sx.desktop.nero {
  padding-right: 251px;
  padding-left: 251px;
  color: #000;
}

.paragraph-2.black {
  margin-top: 12px;
  padding-right: 83px;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 20px;
  text-align: left;
}

.paragraph-2.sx {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 30px;
  text-align: left;
}

.icon-1-white {
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  opacity: 0.8;
  text-align: left;
}

.icon-fourwhite {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  opacity: 0.8;
}

.black-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px;
  -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-radius: 0px;
  background-color: rgba(238, 76, 17, 0.5);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.icon-3-white {
  opacity: 0.8;
}

.text-block {
  width: 100%;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  text-align: center;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  border-bottom: 1px none #ececec;
  background-color: #fd1e03;
  background-image: none;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 100;
  text-transform: uppercase;
}

.creme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
}

.div-block-7 {
  height: 500px;
}

.right-paragraph {
  width: 60%;
  margin-top: 20px;
  color: #333;
  font-size: 22px;
  line-height: 38px;
}

.chisiamo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 103px;
  padding-left: 103px;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid transparent;
  background-color: #9eb819;
}

.chisiamo.b.ristorazione {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.chisiamo.b.contatti {
  background-color: #fff;
}

.signature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 50px;
  -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;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: -6px;
  padding-bottom: 14px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.heading-3.black {
  color: #000;
  line-height: 70px;
  text-align: left;
}

.heading-3._2 {
  padding-bottom: 23px;
  font-family: Rubik, sans-serif;
  text-align: center;
}

.heading-3._2.nero {
  margin-top: 62px;
  margin-bottom: 62px;
  padding-bottom: 0px;
  color: #9eb819;
}

.heading-3.ultimenews {
  color: #95b041;
}

.heading-3.cont {
  color: #000;
}

.text-block-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.about-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  max-width: 1400px;
  padding: 0px 0px 0px 55px;
  -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;
  border-style: none none none solid;
  border-width: 0px 0px 0px 2px;
  border-color: #000 #000 #333 #fff;
}

.text-span-2 {
  color: #fff;
  text-decoration: none;
}

.about-paragraph-1 {
  width: 60%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
}

.about-paragraph-1._2 {
  margin-top: 0px;
  padding-right: 129px;
  padding-left: 129px;
  text-align: center;
}

.text-block-7 {
  font-family: 'Great Vibes', cursive;
  font-size: 34px;
  line-height: 40px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: -80px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9eb819;
  background-image: url('../images/risto-king---staff.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.cont {
  margin-top: -1px;
  background-color: #fff;
}

.div-block-8.b {
  background-image: none;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 600px;
  margin-top: -145px;
  margin-right: 0px;
  margin-left: 1px;
  padding: 170px 5px 170px 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-radius: 0px;
  background-image: url('../images/risto-king---staff.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-perspective: 1679px;
  perspective: 1679px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-2:hover {
  -webkit-transform: scale(1.13) rotateX(0deg) rotateY(-7deg) rotateZ(-3deg);
  transform: scale(1.13) rotateX(0deg) rotateY(-7deg) rotateZ(-3deg);
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 70%;
  -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: #9eb819;
  text-decoration: none;
}

.link-block-6.bvc {
  height: 100px;
  margin-top: 576px;
}

.heading-4 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Patrick Hand', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.collection-list-wrapper {
  margin-top: 202px;
}

.collection-list-wrapper-2 {
  margin-top: 0px;
}

.divblogpost {
  width: 75%;
  height: 100vh;
  margin: 171px;
  padding-right: 0px;
}

.image {
  width: 70%;
}

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

.container-2 {
  margin-top: 130px;
}

.div-block-9 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 500px;
  margin-bottom: 118px;
  margin-left: 110px;
  -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;
  border-radius: 15px;
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(51%, #828282), to(#fff));
  background-image: linear-gradient(180deg, #000, #828282 51%, #fff);
}

.collection-item {
  margin-bottom: 50px;
}

.imagesection {
  margin-top: 178px;
  margin-left: 1px;
  padding-left: 0px;
}

.rich-text-block {
  width: auto;
  padding-left: 21px;
}

.categorysection {
  margin-top: -665px;
}

.categorydiv {
  margin-right: 302px;
  margin-left: 286px;
}

.image-3 {
  width: 100%;
  height: 50%;
  border-radius: 15px;
}

.collection-item-2 {
  width: 70%;
  margin-bottom: 50px;
  border: 0px dotted #000;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 48px 0 #d3d3d3;
}

.div-block-11 {
  padding: 10px 11px;
  border: 0px none #000;
  border-radius: 5px;
}

.text-block-9 {
  font-size: 10px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 16px;
  letter-spacing: 2px;
}

.heading-5 {
  margin-top: 8px;
  color: #7ea026;
}

.button {
  background-color: #7ea026;
}

.link-block-7 {
  padding-top: 19px;
  color: #000;
  text-decoration: none;
}

.heading-6 {
  margin-bottom: -36px;
  margin-left: 10px;
  padding: 12px 26px;
  border-radius: 15px;
  background-color: #aab95a;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
}

.section {
  height: 100vh;
  margin-top: -1px;
  background-image: url('../images/Vintage-Red-Apple-Fruit-Wallpaper.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.columns {
  margin-right: 45px;
  margin-left: 45px;
  padding-left: 29px;
}

.collection-list-wrapper-3 {
  margin-top: 37px;
  margin-bottom: 0px;
}

.text-block-10 {
  font-size: 18px;
}

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

.column {
  padding-right: 92px;
}

.column-2 {
  margin-top: -401px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7ea026;
  box-shadow: inset 0 1px 46px -2px #b6e43e;
}

.text-block-11 {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
  color: #fff;
}

.text-block-11:hover {
  font-size: 18px;
}

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

.text-span-11 {
  font-size: 15px;
  font-weight: 700;
}

.team-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Matthias-Berg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-9:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.stylist-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1400px;
  -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;
}

.slider {
  height: auto;
  background-color: transparent;
}

.team-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Markus-LeQoc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-6:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.left-arrow {
  display: none;
}

.team-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/44246276_2214270392231849_8866427831849058304_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-1:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.our-stylists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.team-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Bruce-Halford.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-8:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.testi-name-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  overflow: visible;
}

.team-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Erik-Coverdale.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-7:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.slide-navigation {
  position: relative;
  padding-top: 25px;
  padding-left: 10px;
  opacity: 0.5;
  font-size: 10px;
  text-align: left;
}

.team-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-style: none;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/181438_108897942519124_5252240_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-2:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.text-block-14 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
}

.default-container {
  display: block;
  max-width: 1200px;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
}

.team-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/P9110099.jpg');
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-3:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.text-span-4 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.team-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Peter-Sandoval.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-5:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.parallax-head {
  width: 100%;
  font-family: 'Patrick Hand', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 70px;
  line-height: 65px;
  font-weight: 400;
}

.card-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  -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-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.card-name-wrapper:hover {
  background-color: #899e1a;
}

.team-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 350px;
  padding: 0px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Andrea-Jenner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 400ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.team-4:hover {
  -webkit-transform: translate(0px, -5px) scale(1.04);
  -ms-transform: translate(0px, -5px) scale(1.04);
  transform: translate(0px, -5px) scale(1.04);
}

.team {
  padding: 100px;
  background-color: #899e1a;
}

.team._2 {
  background-image: linear-gradient(165deg, #1b8d0e, #ff9501);
}

.team._2.location {
  padding-top: 5px;
  background-color: #899e1a;
  background-image: none;
}

.image-5 {
  margin-top: -6px;
}

.barra-progresso {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 15px;
  background-color: #e11;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-8 {
  border-bottom: 1px solid #000;
  color: transparent;
}

.div-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  margin-right: auto;
  margin-left: 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: transparent;
  color: transparent;
}

.div-block-38 {
  width: 887px;
  height: 100vh;
  padding: 49px;
  background-color: transparent;
  background-image: url('../images/600.png');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-38:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.button-2 {
  background-color: #fff;
  color: #ed4a10;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.search-form---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: left;
}

.search-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 33px 33px 65px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url('../images/magnifying-glass-1_1.svg');
  background-position: 21px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  color: #352b85;
  font-size: 18px;
}

.search-input:focus {
  box-shadow: 1px 1px 19px 0 #201846;
}

.search-input.udeslyshop {
  width: 20%;
  height: 40px;
  margin-top: -53px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 69px;
  background-color: #c9e5ad;
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 21px 50%;
  background-size: 28px;
  box-shadow: 1px 1px 23px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.search-input.udeslyshop:hover {
  color: #000;
}

.search-input.udeslyshop::-webkit-input-placeholder {
  color: #4c1f1f;
}

.search-input.udeslyshop:-ms-input-placeholder {
  color: #4c1f1f;
}

.search-input.udeslyshop::-ms-input-placeholder {
  color: #4c1f1f;
}

.search-input.udeslyshop::placeholder {
  color: #4c1f1f;
}

.search-button {
  display: none;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
}

.punti-vendita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  margin-bottom: 49px;
  -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;
}

.divpuntivendita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 32px;
  -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;
}

.divpuntivendita.map {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
}

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

.div-block-41 {
  margin-bottom: 44px;
}

.image-7 {
  border: 3px solid transparent;
  border-radius: 10px;
}

.image-7.map01 {
  width: auto;
  height: auto;
}

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

.divnegoziouno {
  margin-bottom: 0px;
}

.divnegoziouno._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.divfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 97px;
  padding-bottom: 97px;
  -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: #6c8738;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #899e1a), color-stop(96%, #b1ce1b));
  background-image: linear-gradient(180deg, #899e1a 88%, #b1ce1b 96%);
}

.text-block-17 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.heading-8 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.div-block-42 {
  height: 250px;
  background-image: url('../images/2019-02-09_115645.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.link-block-9 {
  height: auto;
  text-align: left;
}

.container-3 {
  margin-top: 188px;
}

.container-4 {
  height: 1000px;
  margin-top: 86px;
  background-color: #742323;
  background-image: url('../images/P9110099.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.container-5.cc-post-image {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container-5.cc-center {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-5.cc-post-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  display: block;
  margin: 73px auto 0px;
  border-radius: 0px;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.14);
  text-align: left;
}

.link-block-10 {
  margin: 0px auto 1px;
  padding-bottom: 0px;
  border-radius: 0px;
  text-align: left;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 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-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-6 {
  width: 100%;
}

.brand-2 {
  width: 60%;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-menu-2 {
  width: 100%;
  margin-top: 0px;
  float: left;
  text-align: center;
}

.navbar-2 {
  background-color: #fbfbfb;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
}

.indirizzo {
  position: static;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.indirizzo._2 {
  padding-top: 9px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
}

.indirizzo._2._3 {
  padding-left: 23px;
  font-size: 16px;
  font-weight: 400;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
}

.navbar-3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-7 {
  height: 1000px;
  background-image: url('../images/benefici-frutta-e-verdura-stagione-con-calendario.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.content {
  margin-top: 160px;
  margin-right: 170px;
  margin-left: 170px;
}

.heading-9 {
  margin-bottom: 14px;
  padding-top: 0px;
  padding-right: 80px;
  padding-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}

.heading-9.ultim {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 71px 0px;
  color: #9eb819;
  font-size: 70px;
  line-height: 50px;
  text-align: center;
}

.heading-9.lat {
  margin-bottom: 104px;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
}

.paragraph-4 {
  padding-right: 79px;
  padding-left: 29px;
}

.grid {
  margin-bottom: 94px;
}

.mini-title {
  margin-bottom: 10px;
  color: #b99bb6;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.top-border._40 {
  margin-top: 0px;
}

.top-border._40.basso {
  margin-top: 0px;
  border-bottom: 1px solid transparent;
}

.top-border._20 {
  margin-top: 20px;
  padding-left: 30px;
}

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-bottom-style: none;
  border-bottom-color: #000;
}

.text-block-2 {
  width: 80%;
}

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1265px;
  padding-right: 0px;
  padding-left: 0px;
}

.ristorazione {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.image-10 {
  border: 17px solid #d6bbd3;
}

.button-3 {
  height: 45px;
  min-width: 110px;
  padding-top: 15px;
  padding-right: 28px;
  padding-left: 28px;
  border: 1px solid #b99bb6;
  border-radius: 25px;
  background-color: #bb0a23;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #a00404;
  color: #fff;
}

.button-3._5 {
  display: none;
}

.bottom-line {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
}

._50-column {
  width: 50%;
}

.paragraph-5 {
  padding-left: 30px;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-5.bh {
  padding-left: 0px;
  color: #fff;
  line-height: 34px;
  font-weight: 400;
}

.section-2 {
  background-color: #899e1a;
}

.divchisiamo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 123px;
  margin-bottom: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-11 {
  margin-bottom: 16px;
}

.staff {
  padding: 80px 81px 43px;
  background-color: #9eb819;
}

.divlocation {
  padding: 40px 100px;
  background-color: #9eb819;
}

.divlocation.cont.contatti {
  background-color: #fff;
}

.paragraph-6 {
  overflow: visible;
  margin-top: 10px;
  padding-right: 23px;
  padding-left: 23px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-6._2 {
  font-family: Nunito, sans-serif;
  line-height: 22px;
  text-align: center;
}

.news {
  margin: 0px;
}

.newscontainer {
  margin-top: 41px;
}

.collection-list-wrapper-4 {
  margin-top: 0px;
}

.collection-item-3 {
  width: 50%;
  padding: 0px;
}

.h3 {
  color: #000;
  font-size: 22px;
}

.h3.post {
  font-family: Rubik, sans-serif;
  color: #444;
  font-size: 26px;
}

.link-block-11 {
  color: transparent;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -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: #899e1a;
}

.text-container {
  width: 75%;
}

.section-title-text {
  display: none;
  margin-bottom: 30px;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text:hover {
  text-decoration: underline;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-12 {
  width: 58%;
  padding-top: 67px;
  padding-left: 0px;
}

.postcontent {
  padding-left: 220px;
}

.post-content-wrapper {
  display: block;
  max-width: 800px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich-text {
  padding-top: 46px;
  padding-left: 0px;
}

.postimage {
  color: transparent;
}

.imagedelpost {
  padding-left: 220px;
}

.title-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #899e1a;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.body {
  background-color: transparent;
}

.posts-image {
  padding-top: 0px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contenuto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-text-2 h6 {
  font-weight: 400;
}

.rich-text-2 img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text-2 h4 {
  font-weight: 400;
}

.rich-text-2 h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.rich-text-2 h5 {
  font-weight: 400;
}

.ultimipost {
  padding: 91px 200px;
}

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

.posts-collection-list-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.posts-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-collection-item {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-link {
  color: #464646;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  text-decoration: underline;
}

.divitemimage {
  padding: 14px;
  border-radius: 0px;
  background-color: transparent;
}

.image-14 {
  border: 2px solid transparent;
  border-radius: 0px;
}

.section-title-text-2 {
  margin-bottom: 30px;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text-2:hover {
  text-decoration: underline;
}

._2-collection-item-2 {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-chisiamo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 71px;
  padding-bottom: 71px;
  background-color: #9eb819;
}

.div-block-46 {
  padding-top: 53px;
  padding-left: 53px;
}

.heading-10 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: rgba(153, 192, 67, 0.24);
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Patrick Hand', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.heading-10.brand-2 {
  padding-right: 132px;
  padding-left: 132px;
}

.column-12 {
  padding-right: 63px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #af6a6a;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 19px 165px;
  -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;
}

.rich-text-block-2 {
  text-align: center;
}

.button-4 {
  margin-top: 16px;
  background-color: #bb0a23;
  box-shadow: 1px 1px 10px -4px #5e6e0c;
}

.button-4:hover {
  background-color: #728511;
}

.wrapper---section {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.grid---img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". . . . Area Area";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(250px, 1fr) 10px minmax(250px, 1fr) 10px minmax(250px, 1fr) 10px minmax(250px, 1fr) 10px minmax(250px, 1fr) 10px minmax(250px, 1fr);
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
}

.grid-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.grid-img._2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0067.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-img._8 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0534.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.grid-img._5 {
  width: 100%;
  height: 100%;
  background-image: url('../images/2BB5B800-10E4-47C7-9924-E659EA02A8D7.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(114%) contrast(102%);
  filter: saturate(114%) contrast(102%);
}

.grid-img._6 {
  width: 100%;
  height: 100%;
  background-image: url('../images/ezgif.com-gif-maker.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.grid-img._7 {
  width: 100%;
  height: 100%;
  background-image: url('../images/house-of-vans.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-filter: brightness(114%) contrast(92%);
  filter: brightness(114%) contrast(92%);
}

.grid-img._10 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_8006.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/sleeping-village.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0545.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(98%) contrast(112%);
  filter: saturate(98%) contrast(112%);
}

.grid-img._9 {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0265.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-img._11 {
  background-image: url('../images/agency.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/53D27E81-CECC-4208-9532-7684CD851468.JPG');
  background-position: 50% 0%;
  background-size: cover;
}

.wrapper---headline {
  width: 100%;
  margin-bottom: 30px;
}

.varseilles-block {
  position: relative;
  overflow: hidden;
}

.header---section {
  margin-top: 0px;
  margin-bottom: 120px;
  padding-left: 0px;
}

.grid-img-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  padding: 16px;
}

.dropdown-link {
  padding-top: 22px;
  padding-bottom: 7px;
  border-bottom: 3px none #000;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  font-size: 20px;
  font-weight: 400;
}

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

.custom-divider-green {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 3px;
  margin-top: -3px;
  margin-left: 20px;
  padding-left: 0px;
  background-color: #1e1e1e;
}

.custom-divider-green.hover-divider {
  position: static;
  z-index: 0;
  width: 15px;
  background-color: #9dd120;
}

.dropdown-list.w--open {
  padding-bottom: 25px;
  background-color: #fafafa;
}

.custom-divider {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 3px;
  margin-top: -3px;
  margin-left: 20px;
  padding-left: 0px;
  background-color: #1e1e1e;
}

.nav-menu-3 {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  text-align: left;
}

.nav-menu-3.center {
  width: 100%;
  text-align: center;
}

.main-nav {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 700;
}

.main-nav:hover {
  border-bottom: 3px none #9dd120;
  color: #28aa1d;
  font-weight: 700;
}

.main-nav.w--current {
  color: #28aa1d;
}

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

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

.div-block-47 {
  width: 90%;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

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

.size3-text-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-transform: none;
}

.size3-text-2.size3-top-clear {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  font-weight: 400;
}

.paragraph-76 {
  margin-bottom: 10px;
  opacity: 0.7;
}

.paragraph-76.paragraph70-bottom-clear {
  margin-bottom: 0px;
  color: #fff;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9eb819;
}

.cta11-map-wrap {
  margin-top: -103px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cta11-form-wrap-copy {
  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;
}

.cta11-form {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.size5-link {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.size5-link:hover {
  opacity: 0.7;
}

.cta11-item-wrap {
  margin-bottom: 6px;
}

.cta11-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.text-label-3 {
  display: block;
  margin-bottom: 0px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.text-area {
  min-height: 170px;
  padding: 14px 20px 18px;
  border-style: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active {
  background-color: #ececec;
}

.text-area:focus {
  background-color: #ececec;
}

.cta11-form-wrap {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding: 67px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 0px solid #000;
  background-color: #9eb819;
}

.success-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-bottom: 3px solid #12b878;
  background-color: rgba(18, 184, 120, 0.1);
  color: #12b878;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

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

.section-5 {
  margin: 59px 110px;
}

.tab-link-tab-1 {
  background-color: #9eb819;
}

.tab-link-tab-1.w--current {
  background-color: #e22c2c;
}

.tab-link-tab-2 {
  background-color: #9eb819;
}

.text-block-18 {
  color: #fff;
  font-size: 20px;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
}

.tabs-menu {
  margin-bottom: 31px;
  text-align: center;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-5 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-5:hover {
  background-color: #025c5f;
}

.button-5.button-space {
  margin-left: 20px;
  background-color: #9eb819;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav06 {
  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;
  background-color: #fff;
}

.logo {
  width: 100px;
}

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

.detail-icon {
  margin-right: 5px;
  color: #9eb819;
}

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

.navigation-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 35px;
  -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;
  border-bottom: 1px solid #ececec;
}

.brand-3 {
  margin-right: 20px;
  padding: 12px;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-2:hover {
  color: #02676b;
}

.navigation-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #02676b;
  font-size: 15px;
}

.navigation-detail.detail-left {
  margin-right: 20px;
}

.text-block-20 {
  color: #000;
}

.text-block-21 {
  color: #000;
}

.fruttaristorazione {
  margin: 51px 64px;
}

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

.img1:hover {
  opacity: 0.68;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  padding-bottom: 38px;
  -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: #9eb819;
}

.field {
  width: 80%;
  height: 30%;
  border-radius: 5px;
  font-size: 16px;
}

.checkbox-label {
  color: #fff;
}

.grid-6 {
  margin-top: 2px;
  margin-bottom: -1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-45 {
  padding-top: 61px;
  padding-right: 116px;
  padding-left: 116px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.checkbox-field-2 {
  padding-top: 15px;
}

.div-block-139 {
  width: 100%;
  height: 600px;
  background-image: url('../images/Mappa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-2 {
  margin-top: 12px;
  margin-bottom: 112px;
  padding-top: 17px;
  padding-right: 116px;
  padding-left: 116px;
}

.submit-button-5 {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 16px;
  text-align: left;
}

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

.link-block-12 {
  width: 100%;
  height: 600px;
}

html.w-mod-js *[data-ix="move-up-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="divider-hover-effect"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brand.w--current {
    width: 40%;
  }
  .nav-menu {
    background-color: #eb4907;
  }
  .nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-width: 0px;
  }
  .nav-link.w--current {
    border-bottom-width: 0px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .social-wrapper {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-white-wrapper {
    max-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .header-wrapper {
    margin-bottom: 117px;
  }
  .heading.scopri {
    margin-top: 131px;
    margin-bottom: -1px;
    font-size: 80px;
    line-height: 80px;
  }
  .heading.risparmio {
    margin-top: 161px;
  }
  .play-button.homepage {
    max-width: 500px;
  }
  .paragraph-2.fedelta {
    padding-right: 100px;
    padding-left: 100px;
  }
  .paragraph-2.indirizzo {
    padding-bottom: 0px;
  }
  .paragraph-2.sx {
    line-height: 26px;
    text-align: center;
  }
  .paragraph-2.sx.desktop {
    font-size: 24px;
    line-height: 28px;
  }
  .paragraph-2.black {
    margin-top: -4px;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 16px;
  }
  .store {
    margin-top: 0px;
  }
  .chisiamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-3 {
    font-size: 60px;
    line-height: 55px;
  }
  .heading-3._2 {
    text-align: center;
  }
  .text-block-8 {
    text-align: center;
  }
  .about-text-wrapper {
    width: 90%;
  }
  .about-paragraph-1._2 {
    font-size: 18px;
    line-height: 30px;
  }
  .div-block-8 {
    width: 100%;
    height: 500px;
    margin-top: -16px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-8.cont {
    height: auto;
  }
  .div-block-2 {
    width: 70%;
    height: 400px;
    margin: 14px 0px 72px;
    padding: 0px;
  }
  .link-block-6.bvc {
    margin-top: 418px;
  }
  .heading-4 {
    font-size: 48px;
    line-height: 55px;
    text-align: center;
  }
  .div-block-9 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-10 {
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
  }
  .imagesection {
    margin-top: 64px;
  }
  .rich-text-block {
    width: auto;
    margin-top: -82px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .categorydiv {
    margin-right: 43px;
    margin-left: 43px;
  }
  .collection-item-2 {
    width: 100%;
  }
  .heading-6 {
    border-radius: 0px;
  }
  .columns {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .column-2 {
    margin-top: 0px;
  }
  .team-9 {
    margin-bottom: 20px;
  }
  .div-block-37 {
    width: 100%;
  }
  .stylist-wrapper {
    width: 100%;
  }
  .team-6 {
    margin-bottom: 20px;
  }
  .team-1 {
    width: 100%;
    min-height: 500px;
    min-width: 350px;
    margin-bottom: 20px;
  }
  .slide1 {
    width: 100%;
  }
  .team-8 {
    margin-bottom: 20px;
  }
  .mask-2 {
    overflow: hidden;
    width: 100%;
  }
  .team-7 {
    margin-bottom: 20px;
  }
  .slide-navigation {
    text-align: center;
  }
  .team-2 {
    width: 100%;
    min-height: 500px;
    min-width: 350px;
    margin-bottom: 20px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .default-container {
    width: 100%;
    margin-top: 25px;
  }
  .team-3 {
    width: 100%;
    min-height: 500px;
    min-width: 350px;
    margin-bottom: 20px;
  }
  .team-5 {
    margin-bottom: 20px;
  }
  .parallax-head {
    width: 100%;
    font-size: 60px;
    text-align: center;
  }
  .team-4 {
    margin-bottom: 20px;
  }
  .team {
    padding-right: 37px;
    padding-left: 37px;
  }
  .barra-progresso {
    display: none;
  }
  .div-block-38 {
    width: 100%;
    height: 700px;
    margin-bottom: 0px;
  }
  .search-form---copy-this {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
  .search-input.udeslyshop {
    width: 40%;
    margin-left: 156px;
    padding-left: 60px;
  }
  .divpuntivendita {
    width: 100%;
  }
  .divnegoziouno._2 {
    width: 100%;
    padding-bottom: 0px;
  }
  .container-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-5.cc-post-image {
    padding-top: 0px;
  }
  .image-8 {
    width: 100%;
    height: 360px;
  }
  .brand-2 {
    margin-top: 0px;
  }
  .nav-menu-2 {
    background-color: #899e1a;
  }
  .content {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-9 {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 30px;
    font-size: 34px;
    line-height: 36px;
  }
  .heading-9.ultim {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 46px;
  }
  .heading-9.lat {
    font-size: 40px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -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;
    justify-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .top-border._40 {
    margin-top: 34px;
  }
  ._50-column-center {
    width: 100%;
  }
  ._50-column-center.mobile-border {
    width: 100%;
    margin-bottom: 63px;
  }
  .text-block-2 {
    width: 100%;
  }
  .content-wrapper {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ristorazione {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex.top {
    -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;
  }
  .flex.center {
    margin-top: 35px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  ._50-column {
    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;
  }
  .paragraph-5 {
    font-size: 20px;
  }
  .paragraph-5.bh {
    font-size: 18px;
    line-height: 28px;
  }
  .divchisiamo {
    width: 600px;
    margin: 17px auto;
    padding-left: 0px;
  }
  .menu-button-2 {
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .icon-2 {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    line-height: 30px;
  }
  .staff {
    padding-top: 0px;
  }
  .divlocation {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news {
    margin-right: 10px;
    margin-left: 10px;
  }
  .collection-item-3 {
    width: 100%;
  }
  .text-container {
    width: 100%;
  }
  .section-title-text {
    display: none;
  }
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .title-section-2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .h1-2 {
    font-size: 36px;
    line-height: 42px;
  }
  .contenuto {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .ultimipost {
    padding: 41px 10px;
  }
  .div-block-46 {
    padding-top: 0px;
    padding-left: 40px;
  }
  .heading-10 {
    font-size: 48px;
    line-height: 55px;
    text-align: center;
  }
  .heading-10.brand-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 10px;
  }
  .image-15 {
    width: 100%;
  }
  .image-16 {
    width: 100%;
    margin-bottom: 49px;
  }
  .grid-img._2 {
    background-repeat: no-repeat;
  }
  .grid-img._5 {
    background-position: 40% 50%;
  }
  .grid-img._10 {
    background-image: url('../images/IMG_8006.JPG');
    background-position: 50% 20%;
    background-size: cover;
  }
  .grid-img._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 50% 50%;
    background-size: auto 100%;
    -webkit-filter: saturate(98%) contrast(112%);
    filter: saturate(98%) contrast(112%);
  }
  .grid-img._9 {
    background-position: 50% 50%;
  }
  .grid-img._3 {
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header---section {
    display: block;
  }
  .grid-img-wrapper {
    background-image: none;
  }
  .icon-4 {
    position: static;
    display: inline-block;
  }
  .dropdown-mobile {
    display: inline-block;
    margin-right: 10px;
  }
  .nav-menu-3.center {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafafa;
  }
  .error-message {
    max-width: 738px;
  }
  .size3-text-2.size3-top-clear {
    font-size: 60px;
  }
  .cta11-map-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cta11-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .cta11-map {
    height: auto;
  }
  .success-message {
    max-width: 738px;
  }
  .section-5 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-5.button-space {
    display: none;
  }
  .nav-menu-4 {
    height: auto;
    background-color: #fff;
  }
  .navigation-top {
    position: relative;
    min-height: auto;
  }
  .brand-3 {
    margin-right: 10px;
    padding: 0px;
  }
  .nav-link-2 {
    width: 100%;
  }
  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #02676b;
  }
  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #02676b;
  }
  .fruttaristorazione {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .div-block-140 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 73px;
    -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: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .field {
    width: 100%;
  }
  .form-block-4 {
    width: 60%;
    margin-top: 26px;
  }
  .grid-6 {
    display: -ms-grid;
    display: grid;
    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;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .text-block-45 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .div-block-139 {
    height: 500px;
    margin-top: 104px;
  }
  .form-2 {
    margin: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    width: 60%;
  }
  .nav-link {
    width: 100%;
    padding-left: 3px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    text-align: left;
  }
  .nav-link:hover {
    background-color: #899e1a;
  }
  .nav-link:visited {
    background-color: transparent;
  }
  .nav-link.w--current {
    padding-left: 8px;
  }
  .nav-link.w--current:hover {
    background-color: #899e1a;
  }
  .nav-link.w--current:visited {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .social-wrapper {
    margin-top: 15px;
    margin-bottom: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .banner-white-wrapper {
    margin: 0px;
  }
  .link {
    text-align: center;
  }
  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .header-wrapper {
    margin-top: 12px;
    padding-top: 14px;
  }
  .heading {
    width: 100%;
    padding-left: 0px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .heading.scopri {
    height: 100px;
    margin-top: 71px;
    margin-bottom: -6px;
    font-size: 70px;
    line-height: 70px;
  }
  .heading.risparmio {
    margin-top: 101px;
  }
  .video {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .play-button.homepage {
    display: block;
    max-width: 90%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-2.fedelta {
    padding-right: 55px;
    padding-left: 55px;
  }
  .paragraph-2.indirizzo {
    padding-right: 59px;
    padding-bottom: 0px;
    padding-left: 59px;
  }
  .paragraph-2.sx {
    width: 60%;
  }
  .paragraph-2.sx.desktop {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .icon-1-white {
    display: none;
  }
  .products {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store {
    width: 100%;
    margin-top: 0px;
  }
  .creme {
    width: 100%;
  }
  .chisiamo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading-3 {
    margin-top: 27px;
    margin-bottom: -1px;
  }
  .heading-3._2 {
    width: 60%;
    margin-top: 13px;
    padding-bottom: 0px;
  }
  .text-block-8 {
    width: 60%;
    margin-top: 2px;
  }
  .about-text-wrapper {
    padding: 10px;
    border-left-width: 0px;
  }
  .about-paragraph-1._2 {
    margin-top: -2px;
    padding-right: 59px;
    padding-left: 59px;
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-8 {
    height: 400px;
    margin-top: 0px;
  }
  .div-block-2 {
    width: 100%;
    height: auto;
    margin: 260px 10px 16px;
    padding: 44px 0px;
  }
  .link-block-6.bvc {
    margin-top: 263px;
  }
  .heading-4 {
    text-align: center;
  }
  .div-block-10 {
    width: 100%;
    height: 360px;
  }
  .rich-text-block {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .categorydiv {
    margin-right: 20px;
    margin-left: 20px;
  }
  .collection-item-2 {
    width: 100%;
  }
  .heading-6 {
    font-size: 24px;
    line-height: 28px;
  }
  .heading-7 {
    font-size: 16px;
  }
  .column {
    padding-right: 10px;
  }
  .image-4 {
    width: 100%;
  }
  .div-block-37 {
    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;
  }
  .stylist-wrapper {
    width: 100%;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team-1 {
    min-height: 500px;
  }
  .our-stylists {
    padding: 0px;
  }
  .team-7 {
    min-width: auto;
  }
  .slide-navigation {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team-2 {
    min-width: 200px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .default-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-38 {
    width: 100%;
    height: 70vh;
    margin-bottom: 155px;
  }
  .search-form---copy-this {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
  .search-input.udeslyshop {
    width: 30%;
    margin-left: 225px;
  }
  .div-block-40 {
    width: 100%;
    text-align: left;
  }
  .divnegoziouno._2 {
    background-color: #9eb819;
  }
  .container-5 {
    margin-top: 8px;
  }
  .container-5.cc-post-image {
    padding-top: 0px;
  }
  .image-8 {
    width: 100%;
    height: 260px;
  }
  .brand-2 {
    padding-left: 46px;
  }
  .nav-menu-2 {
    width: auto;
    margin-top: 121px;
  }
  .column-10 {
    display: none;
  }
  .column-11 {
    display: none;
  }
  .heading-9 {
    width: 90%;
    margin-bottom: 14px;
    font-size: 26px;
  }
  .heading-9.ultim {
    width: 100%;
    margin-top: 41px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .heading-9.lat {
    padding-left: 0px;
    text-align: left;
  }
  .grid {
    margin-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-areas: "Area";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .top-border {
    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-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;
  }
  .top-border._40 {
    margin-top: 0px;
  }
  .top-border._20 {
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._50-column-center {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._50-column-center.mobile-border {
    margin-top: 24px;
    margin-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: transparent;
  }
  ._50-column-center.mobile-border.m {
    background-color: transparent;
  }
  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ristorazione {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex.center {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .image-10 {
    border-width: 10px;
  }
  .bottom-line {
    margin-bottom: 0px;
  }
  ._50-column {
    width: 100%;
  }
  .paragraph-5 {
    width: 90%;
    padding-right: 51px;
  }
  .divchisiamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .staff {
    padding-right: 15px;
    padding-left: 15px;
  }
  .divlocation {
    margin-top: 51px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper-4 {
    margin-top: 0px;
  }
  .collection-item-3 {
    width: 90%;
    padding: 0px;
  }
  .h3.post {
    margin-top: 9px;
    font-size: 22px;
  }
  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .section-title-text {
    display: none;
  }
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .title-section-2 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }
  .posts-image {
    padding-top: 0px;
  }
  .collection-list {
    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;
  }
  .contenuto {
    padding: 23px 30px;
  }
  ._2-collection-item {
    width: 100%;
  }
  .divitemimage {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._2-collection-item-2 {
    width: 100%;
  }
  .div-chisiamo {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-10 {
    text-align: center;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-17 {
    width: 90%;
    padding-bottom: 0px;
  }
  .image-18 {
    width: 90%;
    margin-bottom: 33px;
  }
  .image-19 {
    width: 90%;
  }
  .wrapper---section {
    width: 100%;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .grid---img {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .grid-img._5 {
    background-image: url('../images/53D27E81-CECC-4208-9532-7684CD851468.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }
  .grid-img._6 {
    background-position: 40% 50%;
  }
  .grid-img._7 {
    background-image: url('../images/75A4BDF9-1033-4799-ADFE-074996535A35.JPG');
    background-position: 0px 0px;
    background-size: cover;
  }
  .grid-img._10 {
    background-image: url('../images/house-of-vans.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .grid-img._1 {
    background-position: 50% 50%;
  }
  .grid-img._4 {
    background-image: url('../images/2BB5B800-10E4-47C7-9924-E659EA02A8D7.JPG');
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .grid-img._9 {
    background-position: 50% 50%;
  }
  .grid-img._11 {
    width: 100%;
    height: 100%;
    background-image: url('../images/IMG_8006.JPG');
    background-position: 50% 0%;
    background-size: cover;
  }
  .grid-img._3 {
    background-image: url('../images/IMG_0545.jpg');
    background-position: 40% 50%;
    background-size: cover;
  }
  .varseilles-block {
    overflow: hidden;
  }
  .header---section {
    margin-bottom: 60px;
  }
  .grid-img-wrapper {
    width: 100%;
    padding: 0px;
    background-image: none;
    background-size: auto;
  }
  .icon-4 {
    position: static;
    display: inline-block;
  }
  .nav-menu-3.center {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafafa;
  }
  .error-message {
    width: 100%;
    max-width: none;
  }
  .size3-text-2.size3-top-clear {
    font-size: 60px;
  }
  .cta11-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .cta11-form-wrap {
    padding: 36px;
  }
  .success-message {
    width: 100%;
    max-width: none;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-140 {
    padding-left: 41px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .text-block-45 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .div-block-139 {
    height: 300px;
    margin-top: 108px;
  }
  .form-2 {
    padding-right: 33px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand.w--current {
    width: 80%;
  }
  .nav-link {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
  }
  .nav-link:hover {
    border-bottom-width: 0px;
    background-color: #899e1a;
  }
  .nav-link:visited {
    background-color: transparent;
  }
  .nav-link.w--current {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .nav-link.w--current:hover {
    background-color: #899e1a;
  }
  .nav-link.w--current:visited {
    background-color: transparent;
  }
  .menu-button {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .social-wrapper {
    width: auto;
    margin-bottom: 0px;
  }
  .link {
    width: 100%;
  }
  .header-wrapper {
    display: none;
    margin: 1px 26px 3px;
    padding: 51px 16px;
    background-color: rgba(137, 158, 26, 0.69);
  }
  .heading {
    margin-bottom: 3px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 35px;
  }
  .heading.scopri {
    height: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }
  .heading.risparmio {
    margin-top: 20px;
  }
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34vh;
    margin-top: 0px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .paragraph-2._2 {
    display: block;
    color: hsla(0, 0%, 98.7%, 0.8);
    font-size: 16px;
  }
  .paragraph-2.fedelta {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .paragraph-2.indirizzo {
    padding-top: 9px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .paragraph-2.sx {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .paragraph-2.sx.desktop {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph-2.black {
    line-height: 22px;
  }
  .paragraph-2.sx {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }
  .icon-1-white {
    display: none;
  }
  .store {
    width: 100%;
    min-height: 300px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #81a321;
    background-image: none;
    background-size: auto;
  }
  .text-block-6 {
    font-size: 35px;
  }
  .right-paragraph {
    font-size: 18px;
    line-height: 25px;
  }
  .chisiamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .chisiamo.b.contatti {
    padding-top: 34px;
    background-color: #9eb819;
  }
  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }
  .heading-3._2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .text-block-8 {
    width: 100%;
    margin-top: -1px;
    margin-bottom: 24px;
    text-align: left;
  }
  .about-text-wrapper {
    display: none;
  }
  .about-paragraph-1 {
    margin-top: 35px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  .about-paragraph-1._2 {
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .text-block-7 {
    font-size: 25px;
  }
  .div-block-8 {
    height: 300px;
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .div-block-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: -1px 0px 0px;
    padding: 0px 5px;
    -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;
    border-radius: 0px;
    background-color: transparent;
  }
  .link-block-6.bvc {
    height: 50px;
  }
  .heading-4 {
    font-size: 30px;
    line-height: 30px;
  }
  .div-block-9 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-10 {
    height: 50vh;
    margin-bottom: 117px;
  }
  .rich-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .categorysection {
    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;
  }
  .categorydiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-6 {
    margin-bottom: 6px;
    margin-left: 4px;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .columns {
    margin-top: -98px;
  }
  .team-9 {
    min-height: 350px;
    min-width: auto;
    margin-bottom: 16px;
    padding: 0px;
  }
  .stylist-wrapper {
    display: none;
  }
  .team-6 {
    padding: 20px;
  }
  .team-1 {
    margin-bottom: 9px;
    padding: 20px 0px;
  }
  .team-8 {
    min-height: 350px;
    min-width: auto;
    padding: 20px;
  }
  .team-7 {
    min-height: 350px;
    padding: 20px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-2 {
    padding: 20px;
  }
  .columns-2 {
    width: 100%;
  }
  .default-container {
    margin-top: 22px;
  }
  .team-3 {
    padding: 20px;
  }
  .team-5 {
    padding: 20px;
  }
  .parallax-head {
    margin-bottom: -1px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  .card-name-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .team-4 {
    padding: 20px;
  }
  .team {
    padding: 25px 0px;
  }
  .barra-progresso {
    display: none;
  }
  .div-card {
    height: 90px;
  }
  .div-block-38 {
    width: 100%;
    height: 45vh;
    margin-top: -21px;
  }
  .search-form---copy-this {
    width: 100%;
    box-shadow: none;
  }
  .search-input {
    width: 100%;
  }
  .search-input.udeslyshop {
    display: none;
  }
  .div-block-39 {
    height: 50vh;
    margin-top: 64px;
    background-image: url('../images/thumb-1920-882779.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image-6 {
    margin-top: 44px;
  }
  .divpuntivendita {
    height: 100px;
    margin-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .image-7 {
    border-style: none;
    border-radius: 5px;
  }
  .divnegoziouno._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 19px;
    padding-bottom: 19px;
    -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;
  }
  .divfooter {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .text-block-17 {
    font-size: 12px;
    line-height: 18px;
  }
  .container-5 {
    max-width: none;
    margin-top: 63px;
  }
  .container-5.cc-post-image {
    padding-top: 0px;
  }
  .image-8 {
    width: 100%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .link-block-10 {
    margin-top: 62px;
  }
  .div-block-43 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9eb819;
  }
  .nav-menu-2 {
    height: auto;
    margin-top: 119px;
  }
  .column-9 {
    height: auto;
  }
  .column-10 {
    display: none;
  }
  .column-11 {
    display: none;
  }
  .image-9 {
    padding-top: 0px;
  }
  .heading-9 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-left: 15px;
    font-family: Nunito, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
  .heading-9.ultim {
    margin-top: 29px;
    margin-bottom: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #9eb819;
    font-size: 32px;
    line-height: 16px;
    text-align: left;
  }
  .heading-9.lat {
    padding-left: 0px;
    font-size: 30px;
    text-align: left;
  }
  .grid {
    margin-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-border {
    -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;
  }
  .top-border._40 {
    margin-top: 0px;
  }
  .top-border._20 {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  ._50-column-center.mobile-border {
    margin-top: 0px;
    margin-bottom: 0%;
    background-color: transparent;
  }
  ._50-column-center.mobile-border.m {
    margin-top: 0px;
    margin-bottom: 0%;
  }
  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .content-wrapper {
    margin-top: 2px;
  }
  .flex.center {
    margin-top: 0px;
  }
  .button-3 {
    padding-top: 15px;
  }
  .paragraph-5 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Nunito, sans-serif;
  }
  .div-block-44 {
    padding: 30px 14px;
    background-color: rgba(61, 120, 14, 0.84);
  }
  .divchisiamo {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .staff {
    display: none;
    padding-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .divlocation {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .divlocation.cont {
    margin-top: -147px;
    padding-bottom: 0px;
  }
  .divlocation.cont.contatti {
    margin-top: -159px;
  }
  .news {
    margin-right: 0px;
    margin-left: 0px;
  }
  .collection-list-wrapper-4 {
    margin-top: -54px;
  }
  .collection-item-3 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 0px;
  }
  .h3 {
    text-align: left;
  }
  .h3.post {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -2px;
    padding-top: 13px;
    padding-left: 20px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  .title-section {
    padding-top: 135px;
  }
  .section-title-text {
    display: none;
  }
  .h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .title-section-2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .h1-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .posts-image {
    width: 100%;
    padding-top: 0px;
  }
  .contenuto {
    padding: 23px 10px;
  }
  ._2-collection-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .divitemimage {
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-14 {
    width: 100%;
    border-color: transparent;
    border-radius: 0px;
  }
  .div-chisiamo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-46 {
    padding-left: 10px;
  }
  .heading-10 {
    font-size: 30px;
    line-height: 30px;
  }
  .image-16 {
    margin-bottom: 8px;
  }
  .image-17 {
    width: 100%;
    margin-top: -5px;
    padding-top: 0px;
  }
  .image-18 {
    width: 100%;
    margin-bottom: 0px;
  }
  .image-19 {
    width: 100%;
  }
  .button-4 {
    width: 40%;
    margin-top: 1px;
    background-color: #788b14;
  }
  .wrapper---section {
    padding: 4vw;
  }
  .grid---img {
    grid-template-areas: ". . . . Area Area" "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2";
    -ms-grid-rows: 0.5fr 1fr 0.75fr minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
    grid-template-rows: 0.5fr 1fr 0.75fr minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  }
  .grid-img._2 {
    background-image: url('../images/IMG_0265.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .grid-img._8 {
    width: 100%;
  }
  .grid-img._5 {
    width: 100%;
    background-position: 50% 50%;
  }
  .grid-img._10 {
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .grid-img._1 {
    background-image: url('../images/IMG_0067.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .grid-img._4 {
    background-repeat: no-repeat;
  }
  .grid-img._9 {
    width: 100%;
    background-image: url('../images/IMG_0545.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .grid-img-wrapper {
    width: 100.3034%;
  }
  .grid-3 {
    display: block;
  }
  .prodotto {
    margin-bottom: 15px;
  }
  .size3-text-2.size3-top-clear {
    display: none;
    margin-top: 28px;
    margin-bottom: -3px;
  }
  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-small.form-centered-button {
    width: 100%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-color: #687910;
    background-color: #849918;
  }
  .cta11-form-wrap-copy {
    text-align: left;
  }
  .cta11-form {
    padding-right: 13px;
    padding-left: 13px;
  }
  .size5-link {
    font-size: 14px;
    line-height: 22px;
  }
  .cta11-item-wrap {
    margin-bottom: 0px;
  }
  .cta11-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .text-label-3 {
    font-size: 16px;
  }
  .cta11-form-wrap {
    padding: 0px;
    border-style: none;
    border-width: 0px;
  }
  .div-block-48 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-5 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .fruttaristorazione {
    margin: 5px;
  }
  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-49 {
    margin-top: -22px;
  }
  .div-block-140 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .form-block-4 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-6 {
    margin-top: 2px;
  }
  .text-block-45 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 0px;
    font-size: 15px;
    text-align: center;
  }
  .div-block-139 {
    height: 300px;
    margin-top: 0px;
  }
  .form-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .submit-button-5 {
    font-size: 14px;
  }
  .link-5 {
    color: #000;
  }
  .link-6 {
    color: #000;
  }
}

#w-node-4040d9a9c26b-d9a9c269 {
  -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;
}

#w-node-c275f3549a54-e2a97e59 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c275f3549a56-e2a97e59 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c275f3549a5e-e2a97e59 {
  -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-c275f3549a72-e2a97e59 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c275f3549a75-e2a97e59 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c275f3549a80-e2a97e59 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c275f3549a82-e2a97e59 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c275f3549a83-e2a97e59 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c275f3549a85-e2a97e59 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-3beb6e5bb75b-3c180fa0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3beb6e5bb775-3c180fa0 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-c275f3549a54-e2a97e59 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-3beb6e5bb75b-3c180fa0 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c275f3549a54-e2a97e59 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-c275f3549a80-e2a97e59 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c275f3549a54-e2a97e59 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

