:root {
  --bg-greige: #dad0c5;
  --white: white;
  --orange: #a27d38;
  --green: #363d26;
  --white-header: #f9f5f0;
  --bg-greige-light: #e1d9d0;
  --greige-50: #dad0c580;
  --green-50: #363d2680;
  --red: red;
}

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

body {
  background-color: var(--bg-greige);
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  padding-bottom: 3px;
  text-decoration: none;
  transition: color .3s, border .3s;
}

a:hover {
  color: var(--orange);
  border-bottom-color: #fff0;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

em {
  font-family: PT Serif, serif;
  font-style: italic;
}

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

.content-section {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-section.distanceup {
  margin-top: -100px;
}

.section {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.small {
  min-height: 280px;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  z-index: 0;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.image.img-01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image.img-02, .image.img-03, .image.img-04, .image.img-05, .image.img-06, .image.img-07 {
  background-image: none;
}

.image.hover {
  z-index: 1;
  display: none;
}

.image-description {
  z-index: 3;
  flex: 1;
  display: flex;
  position: relative;
}

.image-description.black {
  background-color: var(--bg-greige);
  color: var(--white);
}

.image-description.black.green {
  color: var(--green);
}

.horiz {
  align-items: stretch;
  display: flex;
}

.horiz.space-between {
  justify-content: space-between;
}

.arrow {
  background-color: var(--white);
  color: var(--bg-greige);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--bg-greige);
  color: #fff;
}

.arrow.right {
  color: var(--green);
  right: -35px;
}

.arrow.right.green {
  color: var(--green);
}

.arrow.left {
  color: var(--green);
  left: -35px;
}

.slide-nav {
  font-size: 4px;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.display-3.white {
  color: var(--white);
}

.display-3.green {
  color: var(--green);
}

.display-3.green:hover {
  color: var(--orange);
}

.display-1 {
  color: var(--white-header);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  font-family: Marcellus, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-1.green {
  color: var(--green);
}

.display-2 {
  z-index: 3;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: Marcellus, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-2.align-center.beige {
  color: var(--bg-greige);
}

.display-2.align-center.green {
  color: var(--green);
}

.display-2.smaller {
  font-size: 1.5vw;
}

.display-2.smaller2 {
  font-size: 2.5vw;
}

.background {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.background.black {
  background-color: var(--bg-greige);
  color: var(--white);
}

.background.white {
  background-color: var(--green);
  color: var(--bg-greige);
}

.background.grey {
  background-color: var(--bg-greige-light);
}

.background.overflow-hidden {
  overflow: hidden;
}

.background.green {
  background-color: var(--green);
  color: var(--bg-greige);
}

.content {
  color: var(--bg-greige);
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content.valign-top-bottom {
  color: var(--green);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content.middle {
  color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content.center {
  z-index: 20;
  color: var(--green);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content.center.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.content.center.gap.beigetypo {
  color: var(--bg-greige);
}

.content.center.nomargin {
  padding-top: 0;
  padding-bottom: 0;
}

.content.center.nomargin.beigetypo {
  color: var(--bg-greige);
}

.content.center.moremargin {
  padding-left: 10vw;
  padding-right: 10vw;
}

.content.no-top {
  padding-top: 0;
}

.content.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content.no-left-right {
  color: var(--bg-greige);
  padding-left: 0;
  padding-right: 0;
}

.content.no-left-right.heightuser {
  padding-top: 8vw;
}

.content.no-left-right.heightuser.mobile {
  display: none;
}

.content.no-left-right.lesspadding {
  padding-bottom: 2vw;
}

.content.no-left-right._100 {
  width: 100%;
}

.content.no-left-right.morepadding {
  padding-top: 8vw;
}

.content.distanceup {
  padding-top: 10vw;
}

.content.lessborder {
  padding-top: 0;
}

.content.lessborder.diversepadding {
  padding-top: 3vw;
  padding-bottom: 0;
}

.content.green {
  color: var(--green);
}

.content.beige {
  background-color: var(--bg-greige);
}

.fullscreen {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--green);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.caption {
  color: var(--greige-50);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3em;
}

.caption.white {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 0;
}

.caption.green50 {
  color: var(--green-50);
}

.caption.green50.distance {
  margin-top: 30px;
}

.columns {
  width: 100%;
  display: flex;
}

.columns.none {
  display: none;
}

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

.utility-page-content {
  background-color: var(--bg-greige-light);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 360px;
  padding: 60px 40px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.margin-bottom.less {
  margin-bottom: 20px;
}

.footer {
  background-color: var(--green);
  opacity: 1;
  letter-spacing: .3px;
  border-top: .5px solid #dad0c580;
  padding: 5vw 8vw 3vw;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.nav-column {
  flex-flow: column;
  height: 100%;
  margin-bottom: 5vw;
  margin-right: 3vw;
  display: flex;
}

.nav-column.last {
  margin-right: 0;
}

.nav-column.horiz {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

.horizontal {
  color: var(--bg-greige);
  border-bottom-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.horizontal.centered {
  align-items: center;
}

.icon-social {
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transition: background-color .3s;
}

.icon-social:hover {
  background-color: var(--orange);
}

.icon-social.pinterest {
  background-image: url('../images/iconmonstr-pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.twitter {
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.facebook {
  background-color: var(--bg-greige);
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.facebook.white {
  background-color: var(--white-header);
}

.icon-social.instagram {
  background-color: var(--bg-greige);
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.instagram.white {
  background-color: var(--white-header);
}

.icon {
  width: 30px;
  height: 30px;
}

.icon._100-days-return {
  background-image: url('../images/orion_time-limit-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.delivery {
  background-image: url('../images/orion_delivery-truck-2.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.return {
  background-image: url('../images/orion_return-purchase-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.notice-box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.payment-icons {
  border: 1px solid var(--bg-greige);
  background-color: var(--white);
  border-radius: 4px;
  width: 62px;
  height: 36px;
}

.payment-icons.mastercard {
  background-image: url('../images/mc_vrt_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.payment-icons.paypal {
  background-image: url('../images/paypal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.payment-icons.visa {
  background-image: url('../images/visa_inc._logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.payment-icons.stripe {
  background-image: url('../images/stripe-logo-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

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

.logo {
  border-bottom-style: none;
  padding-top: 20px;
}

.navigation-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button-menu {
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--bg-greige);
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}

.button-menu:hover {
  color: var(--orange);
}

.menu {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-greige);
  color: var(--bg-greige);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.5em;
  display: none;
  position: fixed;
  inset: 0;
}

.txt-menu {
  position: absolute;
}

.navi-item {
  color: var(--bg-greige-light);
  border-bottom-style: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.navi-item:hover {
  color: var(--orange);
}

.menu-image-1 {
  background-image: url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-2 {
  background-image: url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-wrapper {
  flex: 1;
  margin-bottom: 5vw;
  position: relative;
}

.menu-sub {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.menu-image-3 {
  background-image: url('../images/winery-webflow-template-by-fouroom-04.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-4 {
  background-image: url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-5 {
  background-image: url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.button {
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.button.center {
  justify-content: center;
}

.button.yellow {
  background-color: var(--orange);
  color: var(--bg-greige);
}

.button.yellow:hover {
  background-color: var(--white);
}

.button.beige {
  color: var(--bg-greige);
}

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

.line {
  background-color: var(--green);
  width: 10%;
  height: 1px;
  margin-left: 10px;
}

.line.beige {
  background-color: var(--bg-greige);
}

.icon-big {
  align-self: center;
  width: 64px;
  height: 64px;
  position: relative;
}

.collection-list-wrapper {
  height: 100%;
  display: flex;
}

.collection-list {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.collection-item {
  flex-flow: column;
  display: flex;
}

.collection-item.fullheight {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-image {
  max-height: 300px;
  margin-bottom: 15px;
}

.price {
  color: #9a9a9a80;
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 16px;
}

.price.was {
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-name {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkout-form {
  background-color: #0000;
}

.customer-info {
  background-color: var(--bg-greige-light);
}

.block-header {
  background-color: var(--bg-greige-light);
  border-style: none none solid;
  border-bottom-color: #ffffff1a;
  padding: 4px 20px;
}

.block-header.bottom-line-1px {
  border-bottom-width: 1px;
  padding-top: 12px;
}

.block-content {
  background-color: var(--bg-greige-light);
  border-style: none;
}

.shipping-method {
  background-color: var(--bg-greige-light);
  border-bottom-color: #ffffff1a;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.tabs {
  color: var(--bg-greige);
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  padding-top: 5vw;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom-style: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 20px;
  transition: padding .3s;
  display: flex;
}

.tab-link:hover {
  padding-left: 60px;
}

.tab-link.w--current {
  color: var(--orange);
  background-color: #ffffff0f;
  padding-left: 60px;
}

.column {
  flex-direction: column;
  flex: 1;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.column.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.column.center {
  color: var(--green);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.column.line-top {
  border-top: 1px solid #9d9d9d33;
}

.column.line-left-top {
  border-top: 1px solid #9d9d9d33;
  border-left: 1px solid #9d9d9d33;
  padding-left: 30px;
}

.column.padding-left-33 {
  padding-left: 33%;
}

.column.padding-left-33.beige {
  color: var(--bg-greige);
}

.column.noborder {
  padding-left: 0;
  padding-right: 0;
}

.text-field {
  color: var(--bg-greige);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  border-radius: 0;
  height: 55px;
  padding: 20px 0 22px;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: var(--orange);
}

.text-field::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
}

.text-field.zero {
  margin-bottom: 0;
}

.submit-button {
  color: var(--bg-greige);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
}

.submit-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  background-color: var(--bg-greige);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.content-wrapper.green {
  background-color: var(--green);
  position: relative;
}

.content-wrapper.green.moredistanceup {
  margin-top: 150px;
}

.content-wrapper.noborder {
  padding-left: 0;
  padding-right: 0;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.header-image {
  z-index: 20;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image.img-01 {
  background-image: linear-gradient(#0006, #0000);
}

.header-image.img-03, .header-image.img-04, .header-image.img-05, .header-image.img-06, .header-image.img-08 {
  background-image: linear-gradient(#0006, #0000 50%);
}

.preloader {
  z-index: 101;
  background-color: var(--bg-greige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  width: 500px;
  position: relative;
}

.tab-link-ii {
  color: var(--green);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-ii.w--current {
  background-color: var(--green);
  color: var(--bg-greige);
}

.tabs-menu-ii {
  display: flex;
}

.content-section-half {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-black-with-icon {
  color: var(--bg-greige);
  padding-left: 20px;
}

.link-black-with-icon.phone {
  background-image: url('../images/orion_calls-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-style: none;
}

.link-black-with-icon.phone.margin {
  margin-bottom: 10px;
}

.link-black-with-icon.phone.linedown {
  border-bottom-style: solid;
}

.link-black-with-icon.mail {
  background-image: url('../images/orion_mail-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-style: none;
}

.link-black-with-icon.mail.linedown {
  border-bottom-style: solid;
}

.link-black-with-icon.whatsapp {
  background-image: url('../images/unterortl-whatsapp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-style: none;
}

.link-black-with-icon.whatsapp.linedown {
  border-bottom-style: solid;
}

.link-black-with-icon.whatsapp.linedown.green {
  border-bottom-color: var(--green-50);
  color: var(--green);
  background-image: url('../images/weingut-castel-juval-unterortl-mockup-1.svg');
}

.link-white-with-icon {
  color: var(--white);
  padding-left: 20px;
}

.link-white-with-icon.phone {
  color: var(--bg-greige-light);
  background-image: url('../images/tel-unterortl.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.phone.green {
  border-bottom-color: var(--green-50);
  color: var(--green);
}

.link-white-with-icon.phone.white {
  background-image: url('../images/orion_calls-1.svg');
}

.link-white-with-icon.mail {
  color: var(--bg-greige-light);
  background-image: url('../images/mail-unterortl.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.mail.green {
  border-bottom-color: var(--green-50);
  color: var(--green);
}

.link-white-with-icon.mail.white {
  background-image: url('../images/orion_mail-1.svg');
}

.link-white-with-icon.location {
  color: var(--bg-greige-light);
  background-image: url('../images/location-unterortl.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 11px;
}

.link-white-with-icon.location.green {
  border-bottom-color: var(--green-50);
  color: var(--green);
}

.link-white-with-icon.location.white {
  background-image: url('../images/orion_pin-1.svg');
}

.numbers {
  color: var(--orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.empty-state {
  background-color: var(--bg-greige);
}

.content-grid {
  border-top: 1px solid var(--bg-greige);
  flex-direction: column;
  flex: 1;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.content-grid.black {
  border-top-color: var(--green);
  color: var(--bg-greige);
  border-bottom-style: none;
}

.content-grid.black:hover {
  color: var(--orange);
}

.order-confirmation-container {
  background-color: #0000;
}

.category-menu {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 55px;
  right: 55px;
}

.category-menu-item {
  color: var(--bg-greige);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.category-menu-item:hover {
  color: var(--orange);
}

.category-menu-item.w--current {
  background-color: var(--orange);
}

.icon-small {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-menu-white {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.category-menu-white.green {
  background-color: var(--green);
}

.textarea {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  padding: 20px 0 22px;
}

.textarea:focus {
  border-bottom-color: var(--orange);
}

.textarea::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.checkbox-field {
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  height: 55px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.checkbox {
  margin-top: 0;
}

.menu-grid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 45px 45px;
  font-size: 12px;
  line-height: 1.5em;
  display: grid;
  position: fixed;
  inset: 0;
}

.grid-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.margin-bottom-last {
  margin-bottom: 0;
}

.cart-button {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}

.cart-quantity {
  background-color: var(--orange);
  color: var(--bg-greige);
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 400;
}

.cart-icon {
  margin-right: 0;
}

.cart-image {
  width: 30px;
}

.cart-footer {
  border-top-color: #ffffff1a;
}

.cart-absolute {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.remove-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1em;
}

.remove-button:hover {
  color: var(--orange);
}

.cart-item {
  align-items: flex-end;
}

.checkout-button {
  background-color: var(--orange);
  color: var(--bg-greige);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #fff3;
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: center;
  height: 55px;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, background-color .3s;
  display: flex;
}

.checkout-button:hover {
  background-color: var(--white);
  color: var(--bg-greige);
}

.price-big {
  color: var(--green);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.price-big.was {
  color: #9a9a9a80;
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.price-big.diffmargin {
  margin-top: 0;
  margin-bottom: 25px;
}

.price-big.bigger {
  font-size: 24px;
}

.price-big.beige {
  color: var(--bg-greige);
}

.product-image-big {
  max-height: 500px;
}

.button-scroll-down {
  background-image: url('../images/orion_arrow-down.svg'), linear-gradient(to bottom, var(--green), var(--green));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-bottom-style: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.badge {
  z-index: 0;
  background-color: var(--orange);
  color: var(--bg-greige);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 8px;
  font-weight: 700;
  line-height: 7px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message {
  background-color: var(--red);
  color: var(--bg-greige);
  text-align: center;
  padding: 20px;
}

.success-message {
  background-color: var(--orange);
  color: var(--bg-greige);
}

.close-button {
  color: var(--white);
  border-bottom-style: none;
}

.empty-state-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-1, .menu-2 {
  background-color: var(--white);
  color: var(--white-header);
  width: 30px;
  height: 2px;
}

.header-image-detail {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.contact-grid {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
}

.form-text-black {
  color: var(--bg-greige);
}

.buy-now-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.buy-now-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.add-to-cart-horiz {
  align-items: stretch;
  display: flex;
}

.add-to-cart-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.add-to-cart-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.discount {
  background-color: var(--bg-greige-light);
  border-style: none;
  border-bottom-color: #ffffff1a;
  margin-bottom: 20px;
  padding: 20px;
}

.cms-more-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.product-image-detail {
  width: 100%;
}

.imagelogo {
  max-width: 350px;
  max-height: 100px;
}

.icon-2, .icon-3 {
  color: var(--green);
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.div_kreativfarm {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-3 {
  margin-bottom: 3vw;
  margin-right: 3vw;
}

.link-block {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  height: 100%;
  display: flex;
}

.image-4 {
  width: 100%;
}

.link-footer {
  color: var(--bg-greige-light);
}

.text-block {
  color: var(--bg-greige);
}

.success-message-2 {
  background-color: var(--green);
}

.error-message-2 {
  background-color: var(--green);
  color: var(--red);
}

.box {
  background-image: url('../images/faesser-unterortl-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 150px;
  position: relative;
}

.transition {
  background-image: linear-gradient(180deg, var(--bg-greige), #dad0c58a 26%, #dad0c500);
  position: absolute;
  inset: 0%;
}

.link, .link-2, .link-3, .text-block-2 {
  color: var(--bg-greige-light);
}

.bottommore {
  padding-bottom: 12px;
}

.imageall {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bgimagehome {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.kreativfarm_link {
  background-image: url('../images/created-by-kreativfarm-suedtirol-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-style: none;
  width: 300px;
  height: 50px;
  margin-bottom: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.img_menu {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 150px;
}

.collection-list-wrapper-2 {
  display: none;
}

.collection-item-2 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-list-2 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-3 {
  color: var(--green);
  padding-left: 0;
  padding-right: 0;
}

.div_box {
  padding: 30px;
}

.bggreige {
  background-color: var(--bg-greige);
  height: 650px;
  position: absolute;
  inset: 0% 0% auto;
}

.tabs-2 {
  color: var(--green);
}

.collection-list-3, .collection-item-4 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.collection-list-wrapper-4, .empty-state-2, .empty-state-3, .empty-state-4, .empty-state-5 {
  display: none;
}

.link-4 {
  color: var(--orange);
}

.link-4:hover {
  color: var(--white-header);
}

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

.link-5 {
  color: var(--bg-greige);
  display: inline;
}

.collection-item-5 {
  padding-bottom: 10px;
}

.text-block-3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.empty-state-6 {
  display: none;
}

.div_describtion {
  padding: 25px;
  position: absolute;
  left: 10vw;
}

.div_describtion.bggreige1 {
  z-index: 2;
  background-color: var(--bg-greige-light);
  color: var(--green);
  max-width: 28vw;
  top: 15vw;
}

.div_describtion.bggreige1._1 {
  display: none;
}

.div_describtion.bggreige1._1.mobile {
  max-width: none;
  position: static;
}

.div_describtion.bggreige1._2 {
  display: none;
}

.div_describtion.bggreige1._2.mobile {
  max-width: none;
  position: static;
}

.div_describtion.bggreige1._3 {
  display: none;
}

.div_describtion.bggreige1._3.mobile {
  max-width: none;
  position: static;
}

.div_point {
  cursor: pointer;
  width: 50px;
  position: absolute;
  inset: 67% 0% 0% 39%;
}

.backgroundimg {
  background-image: url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-right: 0;
}

.imgwrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.iconbg {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  position: absolute;
  inset: 81% 0% 0% 59%;
}

.iconbg:hover {
  transform: scale(1.2);
}

.iconbg._1 {
  top: 83%;
  left: 12%;
}

.iconbg._2 {
  top: 71%;
  left: 38%;
}

.bgimage {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 40vw;
}

.rich-text-block {
  text-align: left;
}

.iconnews {
  max-width: 80%;
}

.banner18 {
  z-index: 101;
  background-color: var(--bg-greige);
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: block;
  position: fixed;
  inset: 0%;
}

.contentbanner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logobanner {
  max-width: 35vw;
  margin-bottom: 50px;
}

.div_button {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.linemiddle {
  border-right: 1px solid var(--green);
  height: 100%;
}

.div_txt2 {
  display: none;
}

.code-embed {
  width: 100%;
}

.collection-list-wrapper-5 {
  width: 100%;
  display: flex;
}

.collection-item-6 {
  aspect-ratio: 3 / 2;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lightbox {
  padding-bottom: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagediv {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.empty-state-7, .clw_banner18 {
  display: none;
}

.empty-state-8 {
  background-color: var(--bg-greige-light);
}

.empty-state-9 {
  background-color: #ddd0;
  width: 0;
  height: 0;
}

@media screen and (max-width: 991px) {
  .display-3.margin-bottom {
    margin-bottom: 10px;
  }

  .display-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content.no-left-right.heightuser.mobile {
    display: flex;
  }

  .content.no-left-right.heightuser.desktop {
    display: none;
  }

  .columns {
    display: block;
  }

  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .navigation-wrapper {
    height: 60px;
  }

  .button-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    padding: 20px;
    overflow: auto;
  }

  .navi-item {
    font-size: 30px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.line-left-top {
    padding-left: 10px;
  }

  .content-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-grid {
    padding: 20px;
    overflow: auto;
  }

  .contact-grid {
    grid-column-gap: 3rem;
  }

  .buy-now-button {
    width: 100%;
  }

  .add-to-cart-horiz {
    flex-wrap: wrap;
  }

  .add-to-cart-button {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-wrapper {
    min-height: 280px;
  }

  .image-wrapper.small.hide {
    display: none;
  }

  .image-wrapper.first {
    order: -9999;
  }

  .arrow {
    width: 40px;
    height: 40px;
    display: none;
  }

  .arrow.right {
    right: 0;
  }

  .arrow.left {
    left: 0;
  }

  .slide-nav {
    padding-top: 30px;
  }

  .slide-nav.nopadding {
    padding-top: 15px;
  }

  .display-2.align-center.beige.margindown {
    margin-bottom: 30px;
  }

  .display-2.smaller {
    font-size: 4vw;
  }

  .content {
    align-self: center;
    padding: 35px 20px;
  }

  .content.middle {
    width: 100%;
  }

  .content.center {
    align-self: center;
    width: 100%;
  }

  .content.center.moremargin {
    padding-left: 0;
    padding-right: 0;
  }

  .content.no-left-right.greenbg {
    background-color: var(--green);
  }

  .content.width90 {
    width: 90%;
  }

  .fullscreen {
    min-height: auto;
    display: block;
  }

  .grid {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .columns {
    display: block;
  }

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

  .notice-box {
    align-items: flex-start;
  }

  .button-menu {
    padding-left: 20px;
    inset: 0 auto 0 0;
  }

  .menu {
    flex-direction: column;
    padding-top: 60px;
    overflow: auto;
  }

  .menu-image-wrapper {
    display: none;
  }

  .menu-sub {
    flex-flow: wrap;
  }

  .header {
    height: auto;
    min-height: 100vh;
  }

  .header.detail {
    min-height: auto;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 20px;
  }

  .column {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .column.line-left-top {
    border-left-style: none;
    padding-left: 0;
  }

  .column.padding-left-33 {
    padding-left: 10px;
  }

  .column.no-right-left-mobile, .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.green.moredistanceup.nomarginup {
    margin-top: 0;
  }

  .header-image {
    min-height: 100vh;
    position: relative;
  }

  .tabs-menu-ii {
    display: block;
  }

  .category-menu {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .category-menu-item {
    padding: 15px 15px 10px;
  }

  .category-menu-white {
    flex: 1;
  }

  .category-menu-white.green {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .menu-grid {
    flex-direction: column;
    padding-top: 60px;
    display: block;
    overflow: auto;
  }

  .grid-menu {
    display: block;
  }

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

  .cart-absolute {
    justify-content: flex-end;
  }

  .header-image-detail {
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }

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

  .buy-now-button {
    flex: 1;
  }

  .box {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .transition, .bgimagehome {
    display: none;
  }

  .iconbg, .iconbg._1, .iconbg._2 {
    width: 30px;
  }

  .image-6 {
    width: 60vw;
  }

  .rich-text-block {
    width: 100%;
  }

  .iconnews {
    max-width: 60%;
  }

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

@media screen and (max-width: 479px) {
  .image-wrapper.last {
    order: 9999;
  }

  .content.middle {
    width: 100%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

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

  .buy-now-button {
    flex: 0 auto;
  }

  .imagelogo {
    max-width: 250px;
  }

  .box {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 30px;
  }
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-398702ed {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-398702ed {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-398702ed {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-398702ed {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-398702ed {
  grid-area: 4 / 6 / 6 / 13;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-398702ed {
  grid-area: 5 / 6 / 7 / 13;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-398702ed {
  grid-area: 1 / 2 / 3 / 6;
  place-self: auto;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-398702ed {
  grid-area: 2 / 2 / 6 / 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-398702ed {
  grid-area: 6 / 4 / 7 / 6;
  place-self: center stretch;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-398702ed {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-_375be057-3fb4-f64f-6b48-928c9cd19bdd-398702ed {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-_375be057-3fb4-f64f-6b48-928c9cd19be0-398702ed {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_375be057-3fb4-f64f-6b48-928c9cd19be2-398702ed {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_375be057-3fb4-f64f-6b48-928c9cd19be5-398702ed {
  grid-area: 4 / 6 / 6 / 13;
}

#w-node-_375be057-3fb4-f64f-6b48-928c9cd19be9-398702ed {
  grid-area: 5 / 6 / 7 / 13;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-398702ed {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-398702ed {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-398702ed {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-c681e0ac-200b-db17-d0d9-1e2ba3d5c33e-398702ed {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-398702ed {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_0d552f3b-3a71-bbf3-c1dc-b2485abd3b5f-7e7354c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354c5-7e7354c4 {
  grid-area: 1 / 4 / 5 / 6;
  align-self: end;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354e4-7e7354c4 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354eb-7e7354c4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6fc54b7e-8b57-41d8-74e8-39fc0145783d-7e7354c4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_59a6099f-89ac-85f2-0ee0-582bdbe8535a-398702f2 {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-f8f50e58-f1e5-000d-3a2d-7b34b5f033c2-398702f2 {
  grid-area: 1 / 2 / 7 / 7;
}

#w-node-_7c64d647-124d-1d24-cb48-fb2394a14226-398702f2 {
  grid-area: 1 / 5 / 4 / 7;
  place-self: start;
}

#w-node-_0359f6c1-b390-935f-7c87-702d4d470d9e-398702f2 {
  grid-area: 6 / 2 / 5 / 6;
  place-self: start center;
}

#w-node-b7377ead-f5f7-baa6-1010-9178ddda4a04-398702f2 {
  grid-area: 1 / 7 / 7 / 12;
}

#w-node-a571731f-8de3-6048-e456-02c661375fbc-398702f2 {
  grid-area: 1 / 3 / 3 / 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c5-398702f2 {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-398702f2 {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-398702f2 {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-398702f4 {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-398702f4 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-398702f4 {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-398702f4 {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-398702f4 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-398702f4 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-398702f4 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-bb0b0c0f-9f45-cb01-55f5-f5d600df88e7-398702f4 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-bb0b0c0f-9f45-cb01-55f5-f5d600df88e9-398702f4 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-398702f4 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-398702f4 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_23b6b768-7b32-139f-f64b-1d8b0bf073f9-398702f4 {
  grid-area: 3 / 10 / 7 / 13;
  align-self: center;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-398702f4 {
  grid-area: 3 / 4 / 7 / 9;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-398702f9 {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-398702f9 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-398702f9 {
  grid-area: 3 / 5 / 7 / 12;
}

#w-node-_170912d6-088e-ff06-a03f-e1a8650e1aa1-398702f9 {
  grid-area: 1 / 6 / 4 / 13;
}

#w-node-ee0e240a-d502-1510-8ea8-e0b482add91d-398702f9 {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-b6fb3b7c-aac1-ca91-ee26-652b85ccf6a9-398702f9 {
  grid-area: 4 / 7 / 7 / 13;
}

#w-node-_5e10d5c3-9786-c74f-7e09-cfcc920833a7-398702f9 {
  grid-area: 4 / 1 / 7 / 8;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-398702f9 {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-398702f9 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-398702f9 {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-398702f9 {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-398702f9 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-398702f9 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-398702f9 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_55c2d614-f519-ff60-95e8-4af0b12dcbfe-398702f9 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_55c2d614-f519-ff60-95e8-4af0b12dcc00-398702f9 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-dc3dfb27-b8d1-e7e9-8d24-a772bafc85c7-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-dc3dfb27-b8d1-e7e9-8d24-a772bafc85c9-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-dc3dfb27-b8d1-e7e9-8d24-a772bafc85cb-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-ab3fae7d-ad57-763d-c545-d49e0b167d5d-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-ab3fae7d-ad57-763d-c545-d49e0b167d5f-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-ab3fae7d-ad57-763d-c545-d49e0b167d61-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-_5902376e-2253-a559-1ab1-b4775f84eece-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-_5902376e-2253-a559-1ab1-b4775f84eed0-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-_5902376e-2253-a559-1ab1-b4775f84eed2-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-_316e60a1-6700-162c-d385-bd42224b8736-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-_316e60a1-6700-162c-d385-bd42224b8738-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-_316e60a1-6700-162c-d385-bd42224b873a-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-e1221188-83a2-7d7b-1820-2ee190c1e1b9-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-e1221188-83a2-7d7b-1820-2ee190c1e1bb-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-e1221188-83a2-7d7b-1820-2ee190c1e1bd-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-_284ba5fd-bb84-dbfc-5098-e0edfc48d0ae-398702fb {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-_284ba5fd-bb84-dbfc-5098-e0edfc48d0b0-398702fb {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-_284ba5fd-bb84-dbfc-5098-e0edfc48d0b2-398702fb {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-398702fe {
  grid-area: 3 / 7 / 5 / 13;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-398702fe {
  grid-area: 3 / 1 / 5 / 7;
  place-self: center;
}

#w-node-b00de7e4-5b41-5f99-40bd-cc0919315f7a-249acb45 {
  grid-area: 1 / 9 / 7 / 13;
}

#w-node-b00de7e4-5b41-5f99-40bd-cc0919315f7d-249acb45 {
  grid-area: 3 / 7 / 5 / 11;
}

#w-node-b00de7e4-5b41-5f99-40bd-cc0919315f7f-249acb45 {
  grid-area: 1 / 2 / 4 / 7;
  place-self: center;
}

#w-node-b00de7e4-5b41-5f99-40bd-cc0919315f82-249acb45 {
  grid-area: 4 / 1 / 7 / 4;
  place-self: start center;
}

#w-node-b00de7e4-5b41-5f99-40bd-cc0919315f86-249acb45 {
  grid-area: 4 / 4 / 7 / 8;
  place-self: start;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-04ae0bbb {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-04ae0bbb {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-04ae0bbb {
  grid-area: 3 / 5 / 7 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-398702ed {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-398702ed {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-398702ed {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-398702ed {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-_375be057-3fb4-f64f-6b48-928c9cd19be2-398702ed {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_375be057-3fb4-f64f-6b48-928c9cd19be5-398702ed {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-_375be057-3fb4-f64f-6b48-928c9cd19be9-398702ed {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-c681e0ac-200b-db17-d0d9-1e2ba3d5c33e-398702ed {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-398702ed {
    grid-area: 1 / 7 / 6 / 13;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-398702f2 {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-398702f2 {
    grid-area: 1 / 7 / 6 / 13;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-398702f4 {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-398702f4 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-398702f4 {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-398702f4 {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-398702f4, #w-node-bb0b0c0f-9f45-cb01-55f5-f5d600df88e9-398702f4 {
    grid-area: 5 / 1 / 7 / 13;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-398702f9 {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-398702f9 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-398702f9 {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-398702f9 {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-398702f9, #w-node-_55c2d614-f519-ff60-95e8-4af0b12dcc00-398702f9 {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-dc3dfb27-b8d1-e7e9-8d24-a772bafc85cb-398702fb, #w-node-ab3fae7d-ad57-763d-c545-d49e0b167d61-398702fb, #w-node-_5902376e-2253-a559-1ab1-b4775f84eed2-398702fb, #w-node-_316e60a1-6700-162c-d385-bd42224b873a-398702fb, #w-node-e1221188-83a2-7d7b-1820-2ee190c1e1bd-398702fb, #w-node-_284ba5fd-bb84-dbfc-5098-e0edfc48d0b2-398702fb {
    grid-area: 1 / 1 / 7 / 10;
    place-self: center;
  }
}


