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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

a {
  font-family: Poppins, sans-serif;
  color: #d7b56e;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #d7b56e;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.brand-2:hover {
  opacity: 1;
  text-decoration: none;
}

.brand-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 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;
}

.nav-menu {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/earth-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/earth-background.png');
  background-position: 0px 0px, 50% 50%;
  color: #e1c893;
}

.navbar-layout-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 77, 145, 0.9);
}

.navbar-layout-3.search {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 88888888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 0px none #f0f0f0;
  background-color: #090b0a;
  opacity: 0.97;
}

.navbar-layout-3.search {
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.95);
}

.image {
  opacity: 1;
}

.simple-menu-button-lt-2 {
  overflow: hidden;
  width: 50px;
  height: 60px;
  padding: 0px;
  float: none;
  background-color: transparent;
}

.simple-menu-button-lt-2.w--open {
  width: 50px;
  background-color: transparent;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 45px;
  -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;
  text-align: center;
}

.typography-container {
  width: 60%;
  height: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1c893 #e1c893 #e1c893 #d7b56e;
}

.menu-head {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.menu-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 150px;
  padding-left: 20px;
  -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;
  border-left: 1px solid #e1c893;
}

.menu-links {
  margin-bottom: 15px;
  color: #c5c5c5;
}

.menu-links.w--current {
  text-decoration: underline;
}

.menu-paragraph {
  max-width: 300px;
  margin-bottom: 20px;
  color: #c5c5c5;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.first-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-wrapper {
  display: inline;
  text-decoration: none;
}

.footer-link-wrapper:hover {
  text-decoration: none;
}

.footer-head-white {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 18px;
}

.footer {
  display: -ms-grid;
  display: grid;
  height: auto;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-areas: ". . . . ."
    ". . . . ."
    ". . . . ."
    ". . . . ."
    ". . . . ."
    ". . . . ."
    ". . . . .";
  -ms-grid-columns: 0.25fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-top: 0px none #f0f0f0;
  background-color: #fff;
}

.footer-links {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  font-family: Poppins, sans-serif;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.footer-links:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #d7b56e;
}

.link-2 {
  font-size: 10px;
}

.typography-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 142px;
  padding-bottom: 142px;
  -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;
}

.icons-wrapper-layout-1-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-layout-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button-layout-1:hover {
  background-color: rgba(215, 181, 110, 0.07);
  opacity: 1;
}

.menu-hero-bottom-text {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #c5c5c5;
  font-size: 13px;
  font-weight: 300;
}

.main-paragraph {
  max-width: 800px;
  color: #686868;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.left-side-wine-section {
  position: relative;
  left: 80px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70vh;
  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;
  border-top: 0px none #e9e9e9;
  border-bottom: 0px none #e9e9e9;
  background-color: #fff;
  box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.05);
}

.wine-section-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.main-head {
  margin-bottom: 0px;
  color: #333;
  font-size: 32px;
  line-height: 40px;
}

.main-head.yellow {
  color: #d7b56e;
}

.sub-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sub-hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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;
}

.horizontal-line {
  position: relative;
  left: -1347px;
  top: -225px;
  width: 1000px;
  height: 2px;
  background-color: #d7b56e;
}

.vertical-line {
  position: relative;
  left: 700px;
  top: -723px;
  z-index: 0;
  width: 2px;
  height: 700px;
  background-color: #d7b56e;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #979797;
}

.form-block {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.contact-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 200px;
  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;
}

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

.submit-button {
  margin-top: 60px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  color: #d7b56e;
  font-weight: 700;
}

.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/botti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/botti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.facebook {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  background-color: #d7b56e;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
}

.facebook:hover {
  background-color: #d7b56e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.contact-social-wrapper {
  position: static;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -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;
}

.right-side-wine-section {
  position: relative;
  z-index: 0;
  width: 50%;
  height: 60vh;
  background-image: url('../images/bottiglie.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-masonry-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-collection-list-wrapper {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-post-collection-item {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.post-card-wrapper {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-logo-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-post-hover-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border: 1px solid #d7b56e;
  background-color: #000;
}

.body {
  background-color: #000;
}

.wine-catalogue-section {
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-section-wrapper {
  display: block;
  -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;
}

.product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.product-section-left {
  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;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  -webkit-transition: all 2000ms cubic-bezier(.55, .085, .68, .53);
  transition: all 2000ms cubic-bezier(.55, .085, .68, .53);
}

.product-section-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  background-color: #f6f6f6;
  -webkit-transition: all 2000ms cubic-bezier(.55, .085, .68, .53);
  transition: all 2000ms cubic-bezier(.55, .085, .68, .53);
}

.info-value {
  max-width: 700px;
  margin-bottom: 0px;
  margin-left: 53px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.info-label {
  margin-right: 0px;
  margin-left: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
}

.product-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 90%;
  height: 75%;
  -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;
}

.button-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50px;
  margin-top: 20px;
  -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;
}

.menu-button-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button-layout-2:hover {
  background-color: rgba(215, 181, 110, 0.07);
  opacity: 1;
}

.menu-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button-3:hover {
  background-color: rgba(215, 181, 110, 0.07);
  opacity: 1;
}

.wine-overview-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #ececec;
  background-color: #fafafa;
}

.footer-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #fff), to(transparent)), url('../images/vigneto.jpg');
  background-image: linear-gradient(180deg, #fff 27%, transparent), url('../images/vigneto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.wine-parallax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.confutatio-wine {
  position: relative;
  left: 227px;
  top: 264px;
  right: 0px;
  bottom: 342px;
  z-index: 1;
}

.sanctus-wine {
  position: relative;
  left: -262px;
  top: 178px;
  z-index: 1;
}

.confutatis-description-wrapper {
  position: relative;
  left: -250px;
  top: -101px;
  z-index: 1;
}

.sanctus-description-wrapper {
  position: relative;
  left: 208px;
  top: 612px;
  z-index: 1;
}

.communio-description-wrapper {
  position: relative;
  left: -250px;
  top: -666px;
  z-index: 1;
}

.dealer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #eee;
  border-bottom: 0px none #eee;
  background-color: #fcfcfc;
}

.dealer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 700px;
  max-width: 1600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 1px 1px 24px 0 hsla(0, 0%, 65.1%, 0.23);
}

.dealer-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f6f6;
}

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

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 5px;
  -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: none;
  border-width: 1px 0px 1px 1px;
  border-color: #f1f1f1;
}

.text-box {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.horizontal-line-wine-top {
  position: relative;
  left: -1347px;
  top: 217px;
  width: 1000px;
  height: 2px;
  background-color: #d7b56e;
}

.vertical-line-wine-section {
  position: relative;
  left: 700px;
  top: -723px;
  z-index: 0;
  width: 2px;
  height: 700px;
  background-color: #d7b56e;
}

.wine-layout-3 {
  position: relative;
  left: 227px;
  top: -121px;
  right: 0px;
  bottom: 342px;
  z-index: 1;
}

.horizontal-line-wine-bottom {
  position: relative;
  left: -1550px;
  top: 2345px;
  width: 1000px;
  height: 2px;
  background-color: #d7b56e;
}

.link-14 {
  text-align: center;
}

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

.opacity {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.94);
}

.paragraph-sub-header {
  position: static;
  top: 50px;
  color: #686868;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.dealer-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.samnio-logo-layout-1 {
  margin-bottom: 25px;
}

.events-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.row {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.relative-features-content {
  position: relative;
  z-index: 10;
}

.slide-with-padding {
  padding-bottom: 20px;
}

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

.left-arrow {
  display: none;
}

.features-title-layout-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d7b56e;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

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

.slide-navigation.center {
  padding-top: 0px;
  text-align: center;
}

.menu-link-layout-1:hover {
  text-decoration: none;
}

.menu-link-layout-3:hover {
  text-decoration: none;
}

.about-hero-wrapper-lt-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  -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;
}

.img {
  margin-bottom: 100px;
}

.picture {
  margin-bottom: 99px;
  padding-left: 0px;
}

.samnio-logo-text {
  margin-top: 5px;
  margin-left: 8px;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-transform: none;
}

.samnio-logo-text:hover {
  text-decoration: none;
  text-transform: none;
}

.hero-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/tappi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/tappi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sub-header-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/earth-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/earth-background.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-header-layout-2.astronaut {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/ISS-astronaut.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/ISS-astronaut.png');
}

.sub-header-layout-2.earth-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/earth-background_inverse.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/earth-background_inverse.png');
}

.sub-header-layout-2.outlined-astronaut {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/astronaut-BG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/astronaut-BG.png');
}

.body-layout-2 {
  background-color: #000;
}

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

.left-block-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  background-color: #060606;
}

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

.heading {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.text-paragraph {
  color: #fff;
}

.icons-wrapper-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100px;
  margin-top: 40px;
  -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;
}

.icon-text {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-col {
  padding: 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-logo-wrapper {
  margin-bottom: 40px;
  padding: 20px 12px;
  border-top: 1px none #0c0c0c;
  background-color: #030303;
}

.footer-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-logo-link:active {
  text-decoration: none;
}

.single-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.single-wine-section-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-black {
  padding: 0px;
  background-color: #000;
}

.recent-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
}

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

.single-product-text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/astronaut-BG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/astronaut-BG.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-hero-head {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.main-hero-head.dark-text {
  color: #000;
}

.menu-button-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button-layout-4:hover {
  background-color: rgba(215, 181, 110, 0.07);
  opacity: 1;
}

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

.slide-2 {
  background-image: url('../images/botti.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/acini.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.opacity-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.banner-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/mockup-3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/mockup-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 399px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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: 1px solid #eaeaea;
}

.table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eaeaea;
}

.last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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: 1px none #d7b56e;
}

.table-right-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #d7b56e;
}

.table-icons {
  width: 25px;
}

.table-wrapper {
  width: 80%;
  height: auto;
  max-width: 1200px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 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-style: none;
  border-width: 1px;
  border-color: #000 #000 #ededed;
}

.confutatio-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin: 10px;
  -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: 0px none #efefef;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/Bottle-Mockup.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.lacrimosa-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin: 10px;
  -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: 0px none #efefef;
  border-radius: 5px;
  background-color: #000;
  background-image: url('../images/mockup-2.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.dies-irae-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin: 10px;
  -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: 0px none #efefef;
  border-radius: 5px;
  background-color: #000;
  background-image: url('../images/mockup-3.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.sanctus-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin: 10px;
  -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: 0px none #efefef;
  border-radius: 5px;
  background-color: #000;
  background-image: url('../images/mockup-4.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.three-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 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-style: none;
  border-width: 1px;
  border-color: #000 #000 #ededed;
}

.events-section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -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;
}

.hero-home-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 199px;
  padding-bottom: 199px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-wrapper-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.tab-home-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.table-texts {
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 400;
}

.parallax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/calice.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/calice.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  opacity: 1;
}

.video-section-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #ececec;
}

.tab-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -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;
}

.right-block-tabs {
  width: 50%;
  height: 100%;
  border-left: 1px none #090909;
  background-color: #060606;
  background-image: url('../images/mockup-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs-menu-layout-2 {
  text-align: center;
}

.tab-content {
  border: 1px solid #141414;
}

.right-block-tabs-lt-3 {
  width: 50%;
  height: 100%;
  border-left: 1px none #090909;
  background-color: #060606;
  background-image: url('../images/mockup-4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-block-tabs-lt-2 {
  width: 50%;
  height: 100%;
  border-left: 1px none #090909;
  background-color: #060606;
  background-image: url('../images/mockup-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.layout-cards-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 0.98))), url('../images/logo.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.98)), url('../images/logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
  background-repeat: repeat, no-repeat;
}

.layout-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 80vh;
  -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;
}

.lyout-cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-card-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 20px 20px 20px 0px;
  padding: 25px;
  -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: rgba(215, 181, 110, 0.06);
}

.head-layout {
  color: #fff;
}

.intro-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/botti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/botti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.welcome-head {
  color: #fff;
}

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

.hero-paragraph {
  color: #fff;
}

.layout-preview-wrapper {
  position: relative;
  display: block;
  overflow: scroll;
  width: 70%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 10px 12px -7px #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-full-layout {
  width: 100%;
}

.preview-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.contact-head-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/europa_1.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/europa_1.svg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.team-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  -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: #171433;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(3, 3, 3, 0.73))), url('../images/grappolo.jpg');
  background-image: linear-gradient(0deg, #000, rgba(3, 3, 3, 0.73)), url('../images/grappolo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.team-text-wrapper {
  text-align: center;
}

.paragraph {
  color: #a5a5a5;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
}

.paragraph.cards {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #c7c7c7;
  font-size: 14px;
}

.user-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #d7b56e;
  font-size: 19px;
  font-weight: 400;
}

.user-heading.white {
  color: #d7b56e;
}

.user-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.top-margin.big-section {
  margin-top: 120px;
}

.team-member-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  background-color: #6540fb;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.team-member-card._5 {
  background-color: #34a853;
}

.team-member-card._5.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._4 {
  background-color: #ff1053;
}

.team-member-card._4.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._2 {
  background-color: #2ac4ea;
}

.team-member-card._2.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._6 {
  background-color: #3452ff;
}

.team-member-card._6.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._3 {
  background-color: #fbbc05;
}

.team-member-card._3.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._7 {
  height: 300px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card.black {
  background-color: #fff;
}

.team-member-card.black.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._9 {
  height: 300px;
  border: 0px none #484848;
  background-color: #080808;
}

.team-member-card._8 {
  height: 300px;
  border: 0px none #484848;
  background-color: #080808;
}

.user-photo {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 100%;
  background-image: url('../images/9-Arthur-Songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.user-photo.photo-6 {
  background-image: url('../images/5-Jeff-Williamson.png');
  background-position: 50% 50%;
  background-size: cover;
}

.user-photo.ui {
  background-image: url('../images/6-Judith-Ann-Rød.png');
}

.user-photo.photo-2 {
  background-image: url('../images/3-Thorbjørn-Mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.user-photo.photo-2.graphic {
  background-image: url('../images/7-Maria-Kvist.png');
}

.user-photo.photo-3 {
  background-image: url('../images/2-Astrid-bendtner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.user-photo.photo-3.ux {
  background-image: url('../images/1-Mathilde-Baker.png');
}

.user-photo.photo-5 {
  background-image: url('../images/4-Alicia-Mortensrud.png');
  background-position: 50% 50%;
  background-size: cover;
}

.user-photo.photo-4 {
  background-image: url('../images/8-Agatha-Kastrup.png');
}

.container-fluid {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.menu-link-layout-4:hover {
  text-decoration: none;
}

.header {
  padding-bottom: 0px;
  font-family: Cinzel, sans-serif;
  color: hsla(0, 0%, 100%, 0.87);
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.par {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.copyright-link {
  display: inline-block;
  margin-top: 30px;
  color: #919197;
  text-decoration: underline;
}

.copyright-link.w--current {
  display: inline-block;
  color: #919197;
  text-decoration: underline;
}

.image-licens {
  width: 94px;
  margin: 12px 10px;
}

.div-block {
  padding: 10px;
  background-color: #000;
}

.head {
  text-align: left;
}

.yellow-link {
  margin-top: 50px;
}

.left-card-layout-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 20px 20px 20px 0px;
  padding: 25px;
  -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: rgba(215, 181, 110, 0.06);
}

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

.text-section-parallax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/italia-.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/italia-.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.textparagraph {
  color: #fff;
  text-align: center;
}

.privacy-policy-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 142px;
  padding-bottom: 142px;
  -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;
}

.privacy-wrapper {
  width: 60%;
  height: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1c893 #e1c893 #e1c893 #d7b56e;
}

.imegae-sites-section {
  padding: 120px 15px;
  background-color: #fff;
}

.hero-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.team-cards {
  padding: 120px 15px;
  background-color: #000;
}

.error-message {
  padding: 19px;
  border-radius: 4px;
  background-color: #f44;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.down-arrow {
  margin-top: 30px;
  color: #d7b56e;
  font-size: 25px;
  line-height: 30px;
}

.body-layout-3 {
  background-color: #000;
}

.search-button {
  display: none;
}

.search-input {
  height: 60px;
  border-radius: 5px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

._404-section {
  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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.92)), to(rgba(0, 0, 0, 0.92))), url('../images/mockup-5.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)), url('../images/mockup-5.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.arrow {
  color: #d7b56e;
  font-size: 25px;
  line-height: 30px;
}

.preview-link {
  -webkit-transition: color 300ms cubic-bezier(.55, .085, .68, .53);
  transition: color 300ms cubic-bezier(.55, .085, .68, .53);
}

.preview-link:hover {
  color: rgba(209, 176, 107, 0.57);
  text-decoration: none;
}

.left-card-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 20px 20px 20px 0px;
  padding: 25px;
  -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: rgba(215, 181, 110, 0.06);
}

.right-card-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 20px 20px 20px 0px;
  padding: 25px;
  -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: rgba(215, 181, 110, 0.06);
}

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

.layout-cards-3-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 0.98))), url('../images/logo.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.98)), url('../images/logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
  background-repeat: repeat, no-repeat;
}

.confutatis-parallax-paragraph {
  position: static;
  left: -90px;
  top: -95px;
  max-width: 400px;
  color: #686868;
  font-size: 20px;
  font-weight: 300;
}

.sanctus-parallax-paragraph {
  position: static;
  left: -90px;
  top: -95px;
  max-width: 400px;
  color: #686868;
  font-size: 20px;
  font-weight: 300;
}

.communio-parallax-paragraph {
  position: static;
  left: -90px;
  top: -95px;
  max-width: 400px;
  color: #686868;
  font-size: 20px;
  font-weight: 300;
}

.main-head-white {
  color: #dadada;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.main-head-white.align-left {
  text-align: left;
}

.main-paragraph-white {
  width: 900px;
  color: #dadada;
  font-size: 16px;
  line-height: 28px;
}

.main-paragraph-white.dark-text {
  color: #1d1d1d;
}

.main-paragraph-white._2-column {
  width: 100%;
}

.main-paragraph-white.text-center {
  text-align: center;
}

.image-parallax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/grappoli-bianchi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/grappoli-bianchi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  opacity: 1;
}

.events-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 70px;
  -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: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.events-card-wrapper:hover {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.events-slide-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  font-size: 10px;
  text-align: left;
}

.events-date {
  position: relative;
  z-index: 10;
}

.events-month {
  color: #333;
  font-weight: 300;
  text-align: center;
}

.events-paragraph {
  color: #686868;
  font-weight: 300;
  text-align: center;
}

.event-day {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d7b56e;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

.blog-post-head {
  margin-bottom: 0px;
  color: #ccc;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.blog-post-date {
  margin-bottom: 20px;
  color: #b1b1b1;
  text-align: center;
}

.blog-post-link {
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: none;
}

.blog-post-card {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.posts-wrapper-1-2 {
  width: 100%;
}

.wrapper-post-04 {
  width: 75%;
}

.wrapper-post-05 {
  width: 25%;
}

.blog-empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.dealer-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 5px;
  -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: none;
  border-width: 1px 0px 1px 1px;
  border-color: #f1f1f1;
}

.head-about-page {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.image-wrapper-about-page {
  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;
}

.hero---about-us-layout-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.subheader-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 80px 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/italia-.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/italia-.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
}

.form-block-left-side {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.name-field {
  margin-bottom: 20px;
  padding: 30px 0px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px none #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.name-field:focus {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
}

.email-field {
  margin-bottom: 35px;
  padding: 30px 0px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.message-field {
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  border-top-style: none;
  border-top-color: #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.successfully-sent-message {
  border-radius: 4px;
  background-color: #0e0e0e;
  font-family: Poppins, sans-serif;
  color: #d7b56e;
}

.logo-contact-page {
  margin-bottom: 10px;
}

.contact-info {
  max-width: 600px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 200;
}

.twitter {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #d7b56e;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 100ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 100ms cubic-bezier(.55, .085, .68, .53);
}

.twitter:hover {
  background-color: #d7b56e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.hero-wrapper-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-icon-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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wine-wrapper {
  width: 95%;
  height: auto;
}

.wine-link-wrapper {
  width: 100%;
}

.wine-link-wrapper:hover {
  text-decoration: none;
}

.wine-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.67);
}

.wine-card-wrapper:hover {
  border-style: solid;
  border-color: #d7b56e;
}

.wine-card-heading {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  color: #c7c7c7;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.wine-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.92)), to(rgba(0, 0, 0, 0.92))), url('../images/vigneto2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)), url('../images/vigneto2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/earth-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/earth-background.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.features-section.large-vh.shuttle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/astronaut.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/astronaut.jpg');
  background-position: 0px 0px, 50% 0%;
}

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

.features-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-row-1 {
  padding-bottom: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.features-row-2 {
  padding-bottom: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.features-row-3 {
  padding-bottom: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.features-card {
  padding: 45px;
  border: 1px none #d9eeff;
  border-radius: 4px;
  background-color: #0c0c0c;
  box-shadow: 1px 1px 3px 0 rgba(21, 74, 104, 0.09);
}

.features-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100%;
  background-color: transparent;
}

.features-heading {
  margin-bottom: 7px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.features-paragraph {
  color: #c9c9c9;
  font-size: 14px;
  line-height: 22px;
}

.features-icon-image {
  position: static;
  right: 0px;
  width: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.left-block-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  background-color: #060606;
}

.single-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.single-wine-heading {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.single-wine-paragraph {
  color: #fff;
}

.single-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 5px;
  -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: none;
  border-width: 1px 0px 1px 1px;
  border-color: #f1f1f1;
}

.right-block-single-wine {
  width: 50%;
  height: 100vh;
  border-left: 1px none #090909;
  background-image: url('../images/AsMA_dull-logo.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

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

.video-background-opacity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

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

.video-background-logo {
  margin-bottom: 15px;
}

.video-background-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cinzel, sans-serif;
  color: #d8d8d8;
  font-size: 34px;
  line-height: 34px;
  font-weight: 200;
  text-align: center;
}

.left-block-single-wine-reverse {
  width: 50%;
  height: 100vh;
  border-left: 1px none #090909;
  background-image: url('../images/mockup-4.png');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.right-block-single-wine-reverse {
  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: #060606;
}

.hero---about-us-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.about-us-left-block-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.about-us-right-block-layout-2 {
  width: 50%;
  height: 100vh;
  background-image: url('../images/vigneto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us-text-wrapper-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -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;
}

.about-us-heading-layout-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.about-us-paragraph-layout-2 {
  max-width: 980px;
  margin-top: 0px;
  color: #333;
  text-align: left;
}

.icon-text-layout-2-black {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 12px;
}

.wine-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #fff;
}

.wine-table-wrapper {
  width: 80%;
  height: auto;
  max-width: 1200px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.table-header {
  color: #333;
  font-size: 22px;
}

.table-text-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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-link {
  text-align: center;
}

.contact-hero-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.contact-hero-wrapper-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/grappoli-bianchi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/grappoli-bianchi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-hero-container-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.92)), to(rgba(0, 0, 0, 0.92)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92));
}

.contact-form-layout-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-submit-button {
  margin-top: 60px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  color: #d7b56e;
  font-weight: 700;
}

.contact-info-paragraph-layout-2 {
  max-width: 600px;
  color: #979797;
  font-size: 22px;
  line-height: 35px;
  font-weight: 200;
}

.contact-social-wrapper-layout-2 {
  position: static;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -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;
}

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

.hero-slider-layout-3 {
  width: 100%;
  height: 100vh;
}

.wrapper-slide-lt-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-slide-lt-1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #c5c5c5;
  font-size: 65px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.wrapper-slide-lt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 800px;
  -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;
}

.icon-wrapper-slide-lt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-slide-lt-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #c5c5c5;
  font-size: 65px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.wrapper-slide-lt-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  -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;
}

.icon-wrapper-slide-lt-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-slide-lt-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #c5c5c5;
  font-size: 65px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.wine-features-section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.features-first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 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-style: none;
  border-width: 1px;
  border-color: #000 #000 #ededed;
}

.features-card-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: auto;
  padding: 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-left: 1px none #d7b56e;
}

.features-second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 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-style: none;
  border-width: 1px;
  border-color: #000 #000 #ededed;
}

.left-block-wine-overview {
  position: relative;
  left: 80px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70vh;
  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;
  border-top: 0px none #e9e9e9;
  border-bottom: 0px none #e9e9e9;
  background-color: #fff;
  box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.05);
}

.right-block-wine-overview {
  position: relative;
  z-index: 0;
  width: 50%;
  height: 60vh;
  background-image: url('../images/donna-con-calice.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wine-overview-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.wine-showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0.94))), url('../images/bottiglie.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.94)), url('../images/bottiglie.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.wine-showcase-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 1000px;
  max-width: 1200px;
  margin-bottom: 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;
}

.wine-showcase-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.24);
}

.card-link:hover {
  text-decoration: none;
}

.card-heading {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #fff;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  -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;
  border-radius: 0px;
  background-color: #0d0d0d;
}

.wine-table-black {
  width: 80%;
  height: auto;
  max-width: 1200px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.table-header-black {
  color: #fff;
  font-size: 22px;
}

.table-cell-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaeaea;
  border-right: 1px none #eaeaea;
  border-left: 1px solid #eaeaea;
}

.table-cell-head-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.table-cell-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.table-cell-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #eaeaea;
}

.table-cell-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #eaeaea;
}

.table-text-black {
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.table-last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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: 1px none #eaeaea;
}

.events-day {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d7b56e;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

.hero---about-us-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/vigneto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/vigneto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-us-wrapper-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us-heading-layout-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
}

.about-us-paragraph-layout-3 {
  max-width: 980px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.wine-tabs {
  width: 100%;
}

.year-text {
  letter-spacing: 5px;
}

.tab-heading {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.tab-paragraph {
  color: #fff;
}

.tab-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  background-color: #060606;
}

.wine-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -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;
}

.tab-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.tab-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100px;
  margin-top: 40px;
  -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;
}

.tab-right-block {
  width: 50%;
  height: 100%;
  border-left: 1px none #090909;
  background-color: #060606;
  background-image: url('../images/mockup-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form-wrapper-layout-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  border-right: 0px none #979797;
}

.contact-info-wrapper-layout-3 {
  width: 60%;
  margin-bottom: 25px;
}

.contact-paragraph {
  color: #ccc;
}

.contact-heading {
  color: #ccc;
}

.form-block-layout-3 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.main-head-layout-4 {
  font-family: Poppins, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.main-paragraph-layout-4 {
  text-align: left;
}

.video-section-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-top: 0px none #ececec;
}

.video-background-opacity-wrapper-lt-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -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: rgba(0, 0, 0, 0.88);
}

.sub-hero-home-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sub-hero-wrapper-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallax-heading {
  color: #dadada;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.parallax-paragraph {
  width: 900px;
  color: #dadada;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.parallax-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.recent-posts-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 71px;
  padding-bottom: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.recent-blog-block {
  width: 80%;
  height: auto;
}

.recent-collection-item {
  margin-top: 0px;
  margin-bottom: 15px;
}

.post-hover-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border: 1px solid #d7b56e;
  background-color: #fff;
}

.post-header {
  margin-bottom: 0px;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.post-date {
  margin-bottom: 20px;
  color: #969696;
  text-align: center;
}

.post-link {
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: none;
}

.icon-text-white {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.hero---about-us-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/viti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/viti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.abou-us-text-wrapper-layout-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;
}

.main-head-layout-4-white {
  color: #fff;
}

.main-paragraph-layout-4-white {
  color: #fff;
  text-align: center;
}

.contact-text-wrapper-layout-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;
  text-align: left;
}

.team-cards-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.team-cards-column-wrapper {
  padding-bottom: 35px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.user-name {
  font-family: Poppins, sans-serif;
  color: #c7c7c7;
  font-weight: 300;
  text-transform: none;
}

.privacy-paragraph {
  margin-bottom: 40px;
  font-weight: 300;
}

.password-field {
  height: 50px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

.submit-button-protected-page {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #d8b773;
}

._404-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  text-align: center;
}

._404-h1 {
  color: #d7b56e;
  font-size: 90px;
  line-height: 100px;
}

._404-h2 {
  color: #fff;
}

.search-page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.92)), to(rgba(0, 0, 0, 0.92))), url('../images/tappi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)), url('../images/tappi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-search-page {
  color: #d7b56e;
}

.search-field {
  width: 30%;
  min-width: 500px;
}

.search-result {
  margin-top: 110px;
  margin-bottom: 110px;
}

.search-url {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.post-page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.post-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.88);
}

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

.post-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 135px;
  padding-bottom: 135px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.97)), to(rgba(0, 0, 0, 0.97))), url('../images/cantina.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.97)), url('../images/cantina.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.description-container {
  padding: 60px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #030303;
}

.description p {
  color: #ececec;
}

.year-tab {
  background-color: #060606;
  color: #fff;
}

.year-tab:hover {
  text-decoration: none;
}

.year-tab.w--current {
  background-color: #141414;
  color: #fff;
}

.year-tab.w--current:hover {
  text-decoration: none;
}

.single-wine-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.main-head-single-wine-page {
  font-family: Poppins, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.icons-wrapper-single-wine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100px;
  margin-top: 40px;
  -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;
}

.catalogue-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 90px 75px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/botti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/botti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.catalogue-collection-list {
  width: 100%;
}

.catalogue-collection-item {
  width: 20%;
}

.catalogue-item-link {
  width: 100%;
}

.catalogue-item-link:hover {
  text-decoration: none;
}

.catalogue-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 220px;
  min-width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.67);
}

.catalogue-item-wrapper:hover {
  border-style: solid;
  border-color: #d7b56e;
}

.catalogue-empty-state {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.catalogue-collection-list-wrapper {
  width: 100%;
}

.product-image {
  width: 260px;
}

.product-header {
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
}

.product-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none solid solid;
  border-width: 0px;
  border-color: #000;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  color: #d7b56e;
}

.back-button:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.read-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid none solid solid;
  border-width: 0px;
  border-color: #000;
  background-color: transparent;
  font-family: Cinzel, sans-serif;
  color: #d7b56e;
}

.read-more-button:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.hamburger-button {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  padding: 15px 10px 10px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  border-radius: 1px;
  background-color: #fff;
}

.credits-text {
  padding-left: 0px;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-wrapper-layout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #979797;
}

.contact-info-paragraph-layout-4 {
  max-width: 600px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
}

.footer-logo-wrapper-white {
  margin-bottom: 0px;
  padding: 20px 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}

.arrow-link-wrapper {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: rgba(215, 181, 111, 0.16);
}

.arrow-link-wrapper:hover {
  text-decoration: none;
}

.catalogue-section-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 200px 75px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url('../images/cantina.svg');
  background-image: linear-gradient(180deg, #000, #000), url('../images/cantina.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #fafafa;
}

.changelog-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
}

.displayonly_margin-top {
  margin-top: 40px;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0px;
  border: 0px solid transparent;
  white-space: nowrap;
}

.modal-container {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  background-color: #fff;
}

.modal-close_area {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 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;
}

.button {
  padding: 16px 24px;
  background-color: #d8b56d;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: scroll;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(20, 20, 20, 0.8);
}

.modal-wrapper.show {
  display: block;
}

.modal-close_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding: 12px 16px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 2.2rem;
  line-height: 0.7;
  font-weight: 500;
  text-decoration: none;
}

.modal-close_btn:hover {
  color: #444;
}

.displayonly_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  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;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 50px 100px 0 rgba(0, 0, 0, 0.05);
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-2 {
  padding: 8px 0px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #d1af69;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.button-2.modal-open_btn:hover {
  text-decoration: none;
}

.displayonly_component-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cfad68;
  border-radius: 4px;
  background-color: #0c0c0c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 50px 100px 0 rgba(0, 0, 0, 0.05);
}

.columns {
  width: 900px;
}

.white-text {
  color: #fff;
}

.grid-2 {
  width: 900px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vs-text {
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .brand-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #000;
  }

  .navbar-layout-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-layout-3.search {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-wrapper {
    padding: 0px;
  }

  .typography-container {
    width: 80%;
  }

  .menu-section-container {
    margin-right: 30px;
  }

  .first-section-wrapper {
    width: 100%;
  }

  .second-section-wrapper {
    width: 100%;
  }

  .footer-link-wrapper {
    font-size: 18px;
  }

  .footer-head-white {
    padding-bottom: 4px;
  }

  .footer {
    display: -ms-grid;
    display: grid;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 11px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-columns: 0.25fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .footer-links {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .typography-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .main-paragraph {
    text-align: left;
  }

  .left-side-wine-section {
    position: static;
    width: 100%;
    height: auto;
  }

  .wine-section-text-wrapper {
    height: auto;
  }

  .sub-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
  }

  .sub-hero-text-wrapper {
    padding: 80px 40px;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
  }

  .contact-text-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 150px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right-side-wine-section {
    position: static;
    width: 100%;
  }

  .blog-masonry-wrapper {
    width: 90%;
  }

  .blog-collection-list-wrapper {
    width: 100%;
  }

  .wine-catalogue-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

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

  .product-section {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-section-left {
    width: 100%;
    height: auto;
  }

  .product-section-right {
    width: 100%;
    height: auto;
  }

  .wine-overview-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .confutatio-wine {
    left: 209px;
  }

  .sanctus-wine {
    left: -226px;
    right: -37px;
  }

  .dealer-section {
    height: auto;
  }

  .dealer-wrapper {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dealer-left-side {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wine-layout-3 {
    left: 209px;
  }

  .dealer-image {
    padding: 278px;
  }

  .row {
    display: block;
    width: 100%;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-navigation {
    text-align: center;
  }

  .sub-header-layout-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-header-layout-2.large-vh {
    height: 100%;
  }

  .left-block-layout-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icons-wrapper-layout-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .single-wine-section-reverse {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .centered-icons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-product-text-section {
    height: auto;
  }

  .product-wrapper {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-layout-3 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-home-layout-4 {
    height: auto;
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .hero-wrapper-layout-4 {
    width: 90%;
  }

  .text-wrapper-layout-4 {
    width: 100%;
    padding: 20px 20px 50px;
    border-bottom: 1px solid #ebebeb;
  }

  .tab-home-layout-4 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right-block-tabs {
    width: 100%;
    min-height: 500px;
  }

  .layout-cards-1-2 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .layout-cards-wrapper {
    width: 90%;
    height: auto;
  }

  .lyout-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout-preview-wrapper {
    margin-bottom: 50px;
  }

  .team-hero {
    height: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .team-text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-member-card {
    margin-bottom: 20px;
  }

  .privacy-policy-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .privacy-wrapper {
    width: 80%;
  }

  .layout-cards-3-4 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .main-paragraph-white {
    width: auto;
  }

  .events-slide-navigation {
    text-align: center;
  }

  .blog-post-date {
    text-align: center;
  }

  .wrapper-post-04 {
    width: 70%;
  }

  .wrapper-post-05 {
    width: 30%;
  }

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

  .wine-collection-list-wrapper {
    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;
  }

  .wine-collection-list {
    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;
  }

  .wine-collection-item {
    width: 100%;
  }

  .wine-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 200px;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-section.large-vh {
    height: 100%;
  }

  .features-row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-column-1 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .features-card {
    margin-bottom: 10px;
  }

  .features-heading {
    text-align: left;
  }

  .features-paragraph {
    text-align: left;
  }

  .left-block-single {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-block-single.large-vh {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .right-block-single-wine {
    background-size: contain;
  }

  .video-background-text {
    font-size: 24px;
  }

  .left-block-single-wine-reverse {
    height: 600px;
    background-size: contain;
  }

  .right-block-single-wine-reverse {
    width: 100%;
    height: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero---about-us-layout-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-left-block-layout-2 {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .about-us-right-block-layout-2 {
    width: 100%;
    min-height: 100vh;
  }

  .wine-table {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-slide-lt-1 {
    font-size: 45px;
  }

  .heading-slide-lt-2 {
    font-size: 45px;
  }

  .heading-slide-lt-3 {
    font-size: 45px;
  }

  .features-first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-card-white {
    width: 100%;
  }

  .features-second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-block-wine-overview {
    position: static;
    width: 100%;
    height: auto;
  }

  .right-block-wine-overview {
    position: static;
    width: 100%;
  }

  .wine-overview-text-wrapper {
    height: auto;
  }

  .hero---about-us-layout-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-panel {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-left-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wine-tabs-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tab-text-wrapper {
    width: 80%;
  }

  .tab-icons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-right-block {
    width: 100%;
    min-height: 500px;
  }

  .contact-form-wrapper-layout-3 {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main-head-layout-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 40px;
  }

  .main-paragraph-layout-4 {
    text-align: center;
  }

  .sub-hero-home-layout-4 {
    height: auto;
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .sub-hero-wrapper-layout-4 {
    width: 90%;
  }

  .parallax-paragraph {
    width: auto;
  }

  .recent-blog-block {
    width: 95%;
  }

  .post-date {
    text-align: center;
  }

  .hero---about-us-layout-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .post-page-content {
    padding: 70px 20px;
  }

  .single-wine-wrapper {
    width: 100%;
    padding: 20px 20px 50px;
    border-bottom: 1px solid #ebebeb;
  }

  .main-head-single-wine-page {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 40px;
  }

  .icons-wrapper-single-wine {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .catalogue-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .catalogue-collection-item {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .catalogue-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 200px;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalogue-collection-list-wrapper {
    display: block;
    -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;
  }

  .credits-text {
    padding-left: 0px;
  }

  .form-wrapper-layout-4 {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
  }

  .catalogue-section-post {
    height: auto;
    -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;
  }

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

  .columns {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .brand-2 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    height: auto;
  }

  .navbar-layout-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-wrapper {
    height: auto;
  }

  .typography-container {
    width: 80%;
  }

  .menu-head {
    font-size: 16px;
    line-height: 20px;
  }

  .menu-section-container {
    margin-right: 0px;
    margin-bottom: 20px;
    border-left-style: none;
  }

  .menu-links {
    font-size: 14px;
    line-height: 16px;
  }

  .first-section-wrapper {
    padding-top: 20px;
    -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;
  }

  .second-section-wrapper {
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-head-white {
    padding-bottom: 4px;
    text-align: left;
  }

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    grid-column-gap: 19px;
    grid-row-gap: 8px;
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 19px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto 8px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .footer-links {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
  }

  .typography-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .main-paragraph {
    text-align: left;
  }

  .left-side-wine-section {
    padding: 90px;
  }

  .contact-text-wrapper {
    padding-right: 0px;
    padding-left: 110px;
  }

  .contacts-container {
    height: auto;
  }

  .blog-masonry-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-collection-item {
    width: 100%;
  }

  .collection-list {
    width: 100%;
  }

  .product-section-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .events-section {
    padding: 0px;
  }

  .row {
    min-width: auto;
  }

  .sub-header-layout-2 {
    height: 100%;
    min-height: 100vh;
  }

  .sub-header-layout-2.astronaut {
    min-height: 100vh;
  }

  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .single-section.large-vh {
    height: 100%;
  }

  .recent-posts {
    padding: 60px 20px;
  }

  .product-wrapper {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .heading-sub {
    font-size: 35px;
    line-height: 50px;
  }

  .main-hero-head {
    font-size: 35px;
    line-height: 50px;
  }

  .confutatio-card {
    width: 100%;
  }

  .lacrimosa-card {
    width: 100%;
  }

  .dies-irae-card {
    width: 100%;
  }

  .sanctus-card {
    width: 100%;
  }

  .events-section-white {
    padding: 0px;
  }

  .text-wrapper-layout-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .welcome-head {
    text-align: center;
  }

  .layout-preview-wrapper {
    width: 100%;
  }

  .team-hero {
    height: 550px;
  }

  .team-text-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph {
    font-size: 22px;
  }

  .header {
    padding-bottom: 10px;
    font-size: 60px;
  }

  .column-1 {
    display: none;
  }

  .column-2 {
    display: none;
  }

  .column-3 {
    display: none;
  }

  .yellow-link {
    margin-top: 0px;
    font-size: 16px;
  }

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

  .privacy-policy-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .events-card-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .wrapper-post-04 {
    width: 100%;
  }

  .wrapper-post-05 {
    width: 100%;
  }

  .head-about-page {
    font-size: 35px;
    line-height: 50px;
  }

  .image-wrapper-about-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .wine-card-wrapper {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-section {
    height: 100%;
    min-height: 100vh;
  }

  .right-block-single-wine {
    height: 25vh;
  }

  .video-background-opacity-wrapper {
    padding: 50px;
  }

  .video-background-text {
    font-size: 20px;
    line-height: 28px;
  }

  .about-us-left-block-layout-2 {
    padding: 111px 45px;
  }

  .about-us-text-wrapper-layout-2 {
    padding: 0px;
  }

  .about-us-heading-layout-2 {
    font-size: 35px;
    line-height: 50px;
  }

  .table-link {
    font-size: 16px;
  }

  .contact-hero-wrapper-layout-2 {
    text-align: center;
  }

  .heading-slide-lt-1 {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-slide-lt-2 {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-slide-lt-3 {
    font-size: 35px;
    line-height: 50px;
  }

  .left-block-wine-overview {
    padding: 90px;
  }

  .wine-showcase {
    min-height: auto;
    padding: 0px;
  }

  .wine-showcase-wrapper {
    height: auto;
  }

  .wine-showcase-row {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-link {
    min-height: 600px;
  }

  .about-us-heading-layout-3 {
    font-size: 35px;
    line-height: 50px;
  }

  .tab-text-wrapper {
    width: 85%;
  }

  .video-background-opacity-wrapper-lt-4 {
    padding: 50px;
  }

  .search-field {
    width: 90%;
  }

  .search-result {
    padding-right: 15px;
    padding-left: 15px;
  }

  .post-page-content {
    padding: 50px 20px;
  }

  .single-wine-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .catalogue-section {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .catalogue-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .catalogue-collection-list {
    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;
  }

  .catalogue-collection-item {
    display: block;
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .catalogue-item-wrapper {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image {
    width: 200px;
  }

  .credits-text {
    padding-left: 0px;
  }

  .catalogue-section-post {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }

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

  .displayonly_component-2 {
    padding: 30px;
  }

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

@media screen and (max-width: 479px) {
  .brand-2 {
    padding-top: 0px;
  }

  .nav-menu {
    height: auto;
  }

  .navbar-layout-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .typography-container {
    width: 90%;
    padding: 10px;
  }

  .first-section-wrapper {
    padding-left: 0px;
  }

  .footer {
    padding: 40px 35px;
    grid-column-gap: 31px;
    grid-row-gap: 11px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto 11px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .typography-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .menu-button-layout-1 {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .main-paragraph {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .left-side-wine-section {
    padding: 50px 30px;
  }

  .wine-section-text-wrapper {
    height: auto;
  }

  .main-head {
    font-size: 26px;
    line-height: 35px;
  }

  .sub-hero-text-wrapper {
    padding: 100px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-wrapper {
    width: 90%;
  }

  .form-block {
    width: 100%;
  }

  .contact-text-wrapper {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-container {
    height: auto;
  }

  .blog-post-hover-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-section-wrapper {
    padding: 60px 0px;
  }

  .product-section {
    width: 100%;
  }

  .product-section-right {
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-wrapper {
    width: 100%;
  }

  .product-info-wrapper {
    width: 100%;
  }

  .menu-button-layout-2 {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .menu-button-3 {
    width: auto;
    height: auto;
  }

  .confutatio-wine {
    left: 3px;
    top: 148px;
    right: 378px;
  }

  .sanctus-wine {
    left: 8px;
  }

  .dealer-left-side {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wine-layout-3 {
    left: 3px;
    top: 148px;
    right: 378px;
  }

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

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

  .samnio-logo-layout-1 {
    margin-bottom: 10px;
  }

  .events-section {
    overflow: hidden;
  }

  .row {
    min-width: auto;
  }

  .events-slider {
    position: relative;
    overflow: hidden;
  }

  .events-wrapper {
    overflow: hidden;
  }

  .img {
    display: none;
  }

  .samnio-logo-text {
    font-size: 16px;
  }

  .hero-layout-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-header-layout-2.large-vh {
    height: 100%;
  }

  .tab-wrapper {
    width: 90%;
  }

  .left-block-layout-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icons-wrapper-layout-2 {
    width: 90%;
  }

  .footer-col {
    padding-left: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .centered-icons-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-text-section {
    height: auto;
  }

  .product-wrapper {
    height: auto;
  }

  .menu-button-layout-4 {
    width: auto;
    height: auto;
  }

  .table-cell {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-right-cell {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-section {
    width: 100%;
  }

  .three-card-wrapper {
    width: 100%;
  }

  .events-section-white {
    overflow: hidden;
  }

  .text-wrapper-layout-4 {
    border-bottom: 1px solid #dedede;
  }

  .parallax-section {
    height: auto;
    padding: 110px 20px;
  }

  .welcome-head {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }

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

  .contact-head-layout-4 {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-hero {
    height: auto;
    padding: 90px 15px;
  }

  .team-text-wrapper {
    padding: 0px 30px;
  }

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

  .team-member-card {
    padding: 20px;
  }

  .user-photo {
    width: 60px;
    height: 60px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header {
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 45px;
  }

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

  .privacy-policy-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .privacy-wrapper {
    width: 95%;
    padding: 10px;
  }

  ._404-section {
    max-height: auto;
  }

  .preview-link {
    font-size: 12px;
  }

  .main-paragraph-white {
    font-size: 18px;
    line-height: 28px;
  }

  .image-parallax-section {
    height: auto;
    padding: 110px 20px;
  }

  .events-card-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-post-date {
    text-align: center;
  }

  .wrapper-post-04 {
    width: 100%;
  }

  .wrapper-post-05 {
    width: 100%;
  }

  .dealer-icon-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-wrapper-about-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .form-block-left-side {
    width: 100%;
  }

  .wine-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 220px;
    min-width: auto;
    margin-bottom: 20px;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-wrapper {
    width: 90%;
  }

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

  .features-row-1 {
    padding-bottom: 0px;
  }

  .features-row-2 {
    padding-bottom: 0px;
  }

  .features-row-3 {
    padding-bottom: 0px;
  }

  .features-card {
    margin-bottom: 10px;
  }

  .left-block-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .single-wrapper {
    width: 85%;
  }

  .single-icon-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .right-block-single-wine {
    height: 10vh;
  }

  .video-background-opacity-wrapper {
    padding: 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;
    background-color: rgba(0, 0, 0, 0.81);
  }

  .video-background-text {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }

  .about-us-left-block-layout-2 {
    height: auto;
    padding: 0px 30px;
  }

  .about-us-right-block-layout-2 {
    height: auto;
  }

  .about-us-text-wrapper-layout-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 60px 0px;
  }

  .about-us-heading-layout-2 {
    text-align: left;
  }

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

  .table-header {
    font-size: 16px;
  }

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

  .contact-form-layout-2 {
    width: 100%;
  }

  .features-first-row {
    width: 100%;
  }

  .features-second-row {
    width: 100%;
  }

  .left-block-wine-overview {
    padding: 50px 30px;
  }

  .wine-overview-text-wrapper {
    height: auto;
  }

  .wine-table-black {
    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;
  }

  .table-cell-head {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-cell-head-right {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-cell-left {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-cell-bottom {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-cell-bottom-right {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-left-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-text-wrapper {
    width: 85%;
  }

  .contact-form-wrapper-layout-3 {
    width: 80%;
  }

  .contact-info-wrapper-layout-3 {
    width: 100%;
  }

  .contact-heading {
    font-size: 27px;
  }

  .form-block-layout-3 {
    width: 100%;
  }

  .main-head-layout-4 {
    font-size: 26px;
    text-align: center;
  }

  .video-background-opacity-wrapper-lt-4 {
    padding: 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;
    background-color: rgba(0, 0, 0, 0.81);
  }

  .post-date {
    text-align: center;
  }

  .heading-search-page {
    font-size: 32px;
  }

  .search-field {
    width: 90%;
    min-width: auto;
  }

  .post-page-content {
    padding: 40px 15px;
  }

  .description-container {
    padding: 15px 16px;
  }

  .single-wine-wrapper {
    border-bottom: 1px solid #dedede;
  }

  .main-head-single-wine-page {
    font-size: 26px;
    text-align: center;
  }

  .catalogue-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .catalogue-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 220px;
    min-width: auto;
    margin-bottom: 20px;
  }

  .product-image {
    width: 200px;
  }

  .product-header {
    font-size: 26px;
    line-height: 35px;
  }

  .form-wrapper-layout-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .catalogue-section-post {
    padding-top: 50px;
    padding-bottom: 0px;
  }

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

  .changelog-container {
    padding: 25px;
  }

  .button.modal-open_btn:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #ff9500;
  }

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

  .button-2.modal-open_btn:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #ff9500;
  }

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

#w-node-_04fa4327-458d-77bd-863c-8b11c45872d2-c45872c5 {
  -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-_04fa4327-458d-77bd-863c-8b11c45872de-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872ea-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c4587302-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872d4-c45872c5 {
  -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;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872da-c45872c5 {
  -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-_43ef26e4-ca50-8e26-d5e5-6783ce3cdb6d-c45872c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_4b7974bc-3c46-daf6-1a55-5ef40d289f8a-c45872c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_718c503e-a20f-3895-aad8-6715880e10cb-c45872c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-ab13f0f8-8f37-3960-cacf-e5487f5b3185-c45872c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872e3-c45872c5 {
  -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-_04fa4327-458d-77bd-863c-8b11c45872e0-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_36ba4c07-0ad1-154e-c8c3-ba31812978c9-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_6d2ba7a6-e5e9-e416-56fe-2f149b6d312d-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_8bcd4d22-d14c-0513-b0f7-fd6f4c6c5495-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_7fe289b4-408b-c190-a580-e6dbca045271-c45872c5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872ec-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9ba8950e-a36e-8d65-f9d0-2a1069481a25-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872f2-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872f6-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_011b94dd-c593-a0cc-fdba-754a3b00557c-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_09557b8a-618f-f611-b300-f40ff0821ec9-c45872c5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872f8-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872fb-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872fe-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-d3799a7d-0160-1e23-95fa-c5fe4826a6ac-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-de2fb9f2-65b4-a733-4f4b-9af2bdf33875-c45872c5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c4587304-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c45872cd-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_04fa4327-458d-77bd-863c-8b11c4587307-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a7b29c86-e51b-4c34-31dd-579880929723-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-cbf04097-5947-e067-a544-5f98fb16119e-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_920207e5-1902-3d3b-694d-aa2ae544e0f2-c45872c5 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-f0982a31-7bae-c4e8-ec55-d0fb644c1e3f-a55bfc20 {
  -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-f0982a31-7bae-c4e8-ec55-d0fb644c1e58-a55bfc20 {
  -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-f0982a31-7bae-c4e8-ec55-d0fb644c1e63-a55bfc20 {
  -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-f0982a31-7bae-c4e8-ec55-d0fb644c1e70-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57ed8f-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57ed99-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57eda3-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edad-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edb7-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edc1-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edcb-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edd5-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57eddf-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57ede9-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edf3-a55bfc20 {
  -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-_4f8d474b-48ac-3c94-d50c-6f8bda57edfd-a55bfc20 {
  -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-_04fa4327-458d-77bd-863c-8b11c45872d2-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872de-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872ea-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587302-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 16;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872d4-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872da-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_43ef26e4-ca50-8e26-d5e5-6783ce3cdb6d-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4b7974bc-3c46-daf6-1a55-5ef40d289f8a-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_718c503e-a20f-3895-aad8-6715880e10cb-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-ab13f0f8-8f37-3960-cacf-e5487f5b3185-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872e3-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872e0-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_36ba4c07-0ad1-154e-c8c3-ba31812978c9-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-_6d2ba7a6-e5e9-e416-56fe-2f149b6d312d-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-_8bcd4d22-d14c-0513-b0f7-fd6f4c6c5495-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
  }

  #w-node-_7fe289b4-408b-c190-a580-e6dbca045271-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 15;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872ec-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9ba8950e-a36e-8d65-f9d0-2a1069481a25-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f2-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f6-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_011b94dd-c593-a0cc-fdba-754a3b00557c-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_09557b8a-618f-f611-b300-f40ff0821ec9-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f8-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872fb-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872fe-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-d3799a7d-0160-1e23-95fa-c5fe4826a6ac-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-de2fb9f2-65b4-a733-4f4b-9af2bdf33875-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587304-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 16;
    grid-row-start: 16;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 17;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872cd-c45872c5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 15;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587307-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 18;
  }

  #w-node-a7b29c86-e51b-4c34-31dd-579880929723-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 18;
    grid-row-start: 18;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 19;
  }

  #w-node-cbf04097-5947-e067-a544-5f98fb16119e-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 19;
    grid-row-start: 19;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 20;
  }

  #w-node-_920207e5-1902-3d3b-694d-aa2ae544e0f2-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 20;
    grid-row-start: 20;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 21;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04fa4327-458d-77bd-863c-8b11c45872ea-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 18;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587302-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 29;
    grid-row-start: 29;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 30;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872ec-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 18;
    grid-row-start: 18;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 19;
  }

  #w-node-_9ba8950e-a36e-8d65-f9d0-2a1069481a25-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 20;
    grid-row-start: 20;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 21;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f2-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 19;
    grid-row-start: 19;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 20;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f6-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 23;
    grid-row-start: 23;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 24;
  }

  #w-node-_011b94dd-c593-a0cc-fdba-754a3b00557c-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 22;
    grid-row-start: 22;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 23;
  }

  #w-node-_09557b8a-618f-f611-b300-f40ff0821ec9-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 21;
    grid-row-start: 21;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 22;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872f8-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 24;
    grid-row-start: 24;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 25;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872fb-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 25;
    grid-row-start: 25;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 26;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872fe-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 26;
    grid-row-start: 26;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 27;
  }

  #w-node-d3799a7d-0160-1e23-95fa-c5fe4826a6ac-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 27;
    grid-row-start: 27;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 28;
  }

  #w-node-de2fb9f2-65b4-a733-4f4b-9af2bdf33875-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 28;
    grid-row-start: 28;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 29;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587304-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 30;
    grid-row-start: 30;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 31;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c45872cd-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 35;
    grid-row-start: 35;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 36;
  }

  #w-node-_04fa4327-458d-77bd-863c-8b11c4587307-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 31;
    grid-row-start: 31;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 32;
  }

  #w-node-a7b29c86-e51b-4c34-31dd-579880929723-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 32;
    grid-row-start: 32;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 33;
  }

  #w-node-cbf04097-5947-e067-a544-5f98fb16119e-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 33;
    grid-row-start: 33;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 34;
  }

  #w-node-_920207e5-1902-3d3b-694d-aa2ae544e0f2-c45872c5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 34;
    grid-row-start: 34;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 35;
  }
}

