@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
/* --------------- RESET ------------- */
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
body {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--text);
	overflow-x: hidden;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-y: scroll
}
img {
	max-width: 100%;
	display: block;
	/* margin-bottom: 22px; */
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
:root {
	--text: #1c1c1c;
	--background: #ededed;
	--primary-button: #642b02;
	--secondary-button: #ffffff;
	--accent: #146779;
	--grey: #8e99a8;
	--greenLight: #cccfb8;
	--greenDark: #748D87;
	--greenMid: #B3B8A8;
	interpolate-size: allow-keywords;
}
/* ------------- LAYOUT ------------- */
.press1 {
	padding: 30px;
	margin-bottom: 30px;
	background-color: var(--greenDark);
}
.press1-2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}
.press1-2 > div {
	min-height: 200px;
}
.press2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
	/* padding: 30px; */
}
.press2 > div {
	background-color: var(--greenMid);
	padding: 30px;
}
.header {
	background-color: var(--background);
}
.headerContent {
	margin: 0 auto;
	padding: 1.3em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*.section {
	 padding-top: 100px; 
}*/
.sectionContent {
	margin: 0 auto;
	padding: 40px 0 80px 0;
	/* min-height: 610px; */
}
.footer {
	background-color: #cccfb8;
	/* background-image: url(/images/bgFooterLines.jpg); */
	/* background-repeat: repeat-x; */
	/* background-position: center 240px; */
}
.footerContent {
	min-height: 700px;
	/* overflow: visible; */
	margin: auto;
	padding: 40px 0 190px 0;
	/* background-image: url(/images/bgFooter.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: -2px calc(100% - 193px); */
	/* background-size: 340px; */
}
.headerContent, .sectionContent, .footerContent, .sc {
	width: min(100% - 50px, 980px);
	margin: auto;
	/* padding-bottom: 310px; */
}
/* -------------- PAGES -------------- */
.quote {
		margin-bottom: 40px;
			font-size: 90%;
			line-height: 1.5em;
			text-align: center;
}
.age-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--greenLight);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 12;
}
.popup-content {
	padding: 20px;
	text-align: center;
}
.popup-content button {
	margin: 10px;
}
.buttonAge {
	background: var(--greenLight);
		display: inline-block;
		color: var(--greenDark);
		border: 1px solid var(--greenDark);
		border-radius: 8px;
		text-transform: uppercase;
		text-align: center;
		width: 120px;
		height: 60px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 4px;
		cursor: pointer;
}
.buttonAge:hover {
	background-color: var(--greenDark);
	transition: background-color .4s ease;
	color: white;

}
.paddingTop {
	padding-top: 100px;
}
.cta {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 50px;
}
.cta1, .cta2, .cta3 {
	background-size: contain;
	background-repeat: no-repeat;
	height: 250px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.cta1 {
	background-image: url(/images/cta-1.jpg);
}
.cta2 {
	background-image: url(/images/cta-2.jpg);
}
.cta3 {
	background-image: url(/images/cta-3.jpg);
}
.gridMap {
	display: grid;
	grid-template-columns: 35% calc(65% - 45px);
	gap: 45px;
}
.sectionTop {
	background-image: url(/images/temp-main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.sectionBottom {
	background-image: url(/images/bg-paper.jpg);
}
.innovationTop {
	background-image: url(/images/bg-paper.jpg);
	background-repeat: repeat;
}
.sectionPurchase {
	background-image: url(/images/bg-paper.jpg);
	background-repeat: repeat;
}
.sectionPress {
	background-image: url(/images/bg-paper.jpg);
	background-repeat: repeat;
}
.email {
	font-size: 84%;
	margin-top: 20px;
	text-align: center;
	line-height: 1.7em;
}
.iconWines {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-height: 36px;
	margin-top: -4px;
}
.lines {
	height: 32px;
	margin-top: 40px;
	margin-bottom: 60px;
	/* margin-left: -2000px; */
	/* margin-right: 2000px; */
	/* max-width: 4000px; */
	/* width: 4000px; */
	/* outline: 3px solid red; */
	background-image: url(/images/lines.png);
	background-repeat: repeat-x;
	background-position: center;
	opacity: 0.8;
	position: relative;
	transform: translate(-2000px);
	width: calc(100% + 4000px);
	/* left: -100px; */
	/* right: -100px; */
}
.lines2 {
	height: 32px;
	background-image: url(/images/lines.png);
	margin-top: 40px;
	margin-bottom: -50px;
	background-repeat: repeat-x;
	background-position: center;
	opacity: 0.8;
	position: relative;
	transform: translate(-2000px);
	width: calc(100% + 4000px);
}
.product {
	margin: 50px 0;
}
.bgWines {
	background-image: linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 0%) 155px), url(/images/bg-wines.jpg);
	background-position: center;
	padding-top: 140px;
}
.logoHeader {
	position: absolute;
	left: -113px;
	top: 14px;
}
.logoTwo {
	position: absolute;
	bottom: -106px;
	left: 0;
	right: 0;
	margin: auto;
}
.winemakerTop {
	background-image: url(/images/bg-winemaker.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* min-height: 450px; */
	/* padding: 60px 0; */
	position: relative;
}
.winemakerBottom {
	background-image: url(/images/bg-paper.jpg);
	/* min-height: 450px; */
	padding: 100px 0;
	background-position: center;
}
.map {
	justify-items: center;
	opacity: .8;
	border: 1px solid #ffffff8c;
}
.gridFooter {
	align-items: flex-start;
	/* margin-bottom: 100px; */
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.formContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.formContainer form {
	width: 80%;
	margin: 20px auto;
}
.signUp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logoOne {
	height: 100px;
	background-image: url(/images/logo-one.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bgBody {
	background: linear-gradient(1800deg, #7675e1, #e2e2ff);
	min-height: 700px;
	/* margin-top: -200px; */
}
.d3-1 p, .d1-2 p {
	font-size: 109%;
}
.sandy {
	font-family: "Caveat", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 247%;
	letter-spacing: -0.03em;
	margin-top: 10px;
}
.d1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 61px;
}
.d1-2 {
	background-color: var(--grey);
	padding: 40px 60px 0 60px;
	color: white;
	text-align: center;
}
.d1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 61px;
}
.d1-2 {
	background-color: var(--grey);
	padding: 40px 60px 20px 60px;
	color: white;
	text-align: center;
}
.d2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.d2 > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px;
}
.d2 > div + div {
	border-left: 1px solid #939393;
}
.d3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* background-image: url(/images/bgFooter.jpg); */
}
.d3-1 {
	padding: 64px 86px 54px 86px;
	color: white;
	text-align: center;
	background-image: linear-gradient(90deg, #00000000, #00000054);
}
.d4 {
	display: grid;
	grid-template-columns: 35% 65%;
	grid-gap: 40px;
	margin-bottom: 20px;
}
.d4-1 {
	/* background-color: #75816691; */
	/* min-height: 325px; */
	color: white;
	text-align: center;
	align-content: center;
	/* justify-items: center; */
	font-size: 240%;
}
.d4-2 {
	text-align: left;
	padding: 30px 0;
	line-height: 1.7em;
}
.d4-3 {
	text-align: left;
	line-height: 1.7em;
	font-size: 92%;
	font-weight: 500;
	/* vertical-align: middle; */
	margin-bottom: 12px;
	display: flex;
	
}
/* -------------- FONTS -------------- */
.t1 {
	font-family: "Caveat", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 290%;
	margin-bottom: 11px;
	color: var(--greenDark);
	letter-spacing: -0.035em;
	word-spacing: 0.05em;
	line-height: 0.8em;
}
.t2 {
	text-align: center;
	font-size: 83%;
	line-height: 1.7em;
	padding: 0 20px;
}
.t3 {
	text-align: center;
	font-size: 83%;
	line-height: 1.7em;
	padding: 0 20px;
}
.t4 {
	text-align: center;
	font-size: 83%;
	line-height: 1.8em;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	/* width: 32%; */
}
.t5 {
	font-size: 140%;
	text-align: center;
}
.t6 {
	font-size: 140%;
	text-align: center;
}
.t7 {
	color: white;
	background-color: #748d87;
	height: 70px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	font-weight: 500;
}
.t8 {
	text-align: center;
	font-size: 74%;
	line-height: 1.7em;
}
.t9 {
	color: white;
	font-size: 110%;
	line-height: 1.7em;
}
.t9 a {
	font-weight: 500;
}
.t10 {
	font-size: 110%;
	line-height: 1.7em;
	margin-top: 30px;
}
.t10 a {
	color: white;
	font-weight: 500;
}
.t11 {
	color: white;
	margin: 20px;
	font-weight: 600;
	font-size: 120%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	letter-spacing: -0.03em;
	font-weight: 300;
	text-wrap: balance;
	/* font-size: 254%; */
}
.h1Header {
	color: var(--accent);
	font-size: 202%;
	margin-bottom: 18px;
}
.h1Letterbox {
	font-size: 230%;
	color: white;
}
.h1Body {
	font-size: 340%;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 20px 0 30px 0;
}
.h2Body {
	font-size: 170%;
	padding: 30px 0;
	text-align: center;
}
.h2Contact {
padding-top: 0;
}
h3 {
	font-size: 153%;
	margin-bottom: 8px;
	font-weight: 400;
}
h6 {
	font-size: 80%;
	font-weight: 400;
	color: #b4b4b4;
	margin-bottom: 4px;
}
.pSidebar {
	color: white;
}
p {
	font-size: 102%;
	line-height: 1.6em;
	/* text-wrap: pretty; */
	text-align: center;
	font-weight: 300;
}
p + p {
	margin-top: 20px;
}
strong {
	font-weight: 600;
}
.tc {
	text-align: center;
}
.white {
	color: white;
}
.ahw a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0px -1px 0 0 #ffffff inset;
	box-shadow: 0px -1px 0 0 #ffffff inset;
}
.ahd a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
	box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
}
.auw a {
	-webkit-box-shadow: 0 1px 0 0 white;
	box-shadow: 0 1px 0 0 white;
}
.aud a {
	-webkit-box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
	box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
}
/* --------------- FLEX -------------- */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}
/*.flex > * {
	 flex: 1 1 0; 
}*/
/* --------------- GRID --------------- */
.grid {
	display: grid;
	grid-gap: 20px;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
}
.grid > * {
	min-width: 100%;
}
/* ------------- LETTERBOX ------------ */
.lb {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	max-height: 500px;
	justify-content: center;
}
.lbb {
	width: 100%;
	height: 80px;
	background-color: #0000005c;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.lbc {
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 36px;
}
/* -------------- ICONS -------------- */
.socialIcons svg {
	fill: #ffffff;
	border: 1px #ffffff solid;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 5px;
	margin: 0 4px;
}
.iconSpin svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
	transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
	cursor: pointer;
}
.iconSpin svg:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
	transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.cross {
	color: #e3e3e3;
	background: #ffffff;
	border-radius: 50%;
	border: 5px solid #e3e3e3;
	cursor: pointer;
	position: absolute;
	right: -16px;
	top: -16px;
	/* padding: 2px; */
	/* text-align: center; */
	width: 36px;
	height: 36px;
	fill: #d1d1d1;
	display: inline-block;
	text-align: center;
	font-size: 120%;
	line-height: 24px;
	font-weight: 700;
}
.scrollToTop {
	position: fixed;
	width: 52px;
	height: 49px;
	background: rgba(51, 51, 51, 0.3);
	bottom: 14px;
	right: 14px;
	z-index: 5001;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 100%;
	cursor: pointer;
	color: white;
	line-height: 49px;
	transition: opacity 0.5s ease;
	opacity: 0;
	pointer-events: none;
}
.scrollToTop.visible {
	opacity: 1;
	pointer-events: auto;
}
/* --------------- NAV --------------- */
.navContainer {
	/* background-color: var(--accent); */
	/* color: #000000; */
	z-index: 1001;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	/* transition: max-height 0.8s ease; */
}
.navContainer span {
	/* position: absolute; */
	padding: 12px 20px;
	color: white;
	display: none;
}
.nav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(225 227 220 / 52%);
	z-index: 10;
	backdrop-filter: blur(2px);
}
.nav a {
	padding: 7px 12px;
	font-size: 92%;
	display: inline-block;
	text-transform: uppercase;
	color: black;
	transition: color .3s ease-out;
}
.nav a:hover {
	color: #5f7773;
	/* transition: color 0.5s ease; */
}
.navSelected {
	color: #5f7773 !important;
}
.subMenuOpen {
	position: relative;
	z-index: 9001;
}
.subMenuContainer {
	display: grid;
	transition: grid-template-rows 200ms ease-in-out;
	grid-template-rows: 0fr;
	position: absolute;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	background-color: var(--accent);
	top: 28px;
	left: 9px;
	/* width: fit-content; */
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 1px 14px 13px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 1px 14px 13px 0px rgba(0, 0, 0, 0.12);
}
.showMenu {
	/* grid-template-rows: 1fr !important; */
	max-height: 1000px !important;
	transition: max-height .6s ease;
}
.subMenu {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 200px;
	white-space: nowrap;
}
.subMenu a:not(:last-child) {
	border-bottom: 1px solid white;
}
.arrow::after {
	content: "";
	display: inline-block;
	left: 5px;
	top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
	clear: both;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
	position: relative;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.spinArrow::after {
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}
.sticky {
	position: sticky;
	top: -1px;
}
/* -------------- HREFS --------------- */
a {
	text-decoration: none;
	color: inherit;
	/* transition-property: color, box-shadow; */
	/* transition-duration: .2s; */
	/* transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}
.ahw a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0px -1px 0 0 #ffffff inset;
	box-shadow: 0px -1px 0 0 #ffffff inset;
}
.ahd a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
	box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
}
.auw a {
	-webkit-box-shadow: 0 1px 0 0 white;
	box-shadow: 0 1px 0 0 white;
}
.aud a {
	-webkit-box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
	box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
}
/* -------------- BUTTONS ------------- */
.btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 24px;
	border-radius: 0.25rem;
	-webkit-transition: -webkit-box-shadow 0.3s ease !important;
	transition: -webkit-box-shadow 0.3s ease !important;
	transition: box-shadow 0.3s ease !important;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease !important;
	-webkit-box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5);
	box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5);
	display: block;
	margin: 1em auto;
	white-space: nowrap;
}
.btn:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
	box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
}
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
	box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
}
.btnRound {
	border-radius: 20px;
	padding: 10px 20px;
}
.btnPrimary {
	background-color: var(--greenDark);
}
.btnGreen {
	background-color: var(--greenDark);
}
/* --------------- SPACING -------------- */
.m0 {
	margin: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt20 {
	margin-top: 20px;
	/* margin-bottom: 30px; */
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* --------------- IMAGES -------------- */
.img100, .img100 img {
	width: 100%;
}
/* ---------------- MISC --------------- */
hr {
	border: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 auto;
}
#scrollTo {
	scroll-margin-top: 30px;
}
/* ------------- ACCORDION ------------- */
.accordion {
	border-radius: 6px;
	outline: 1px solid #bbb;
	outline-offset: -1px;
}
.accordionBtn {
	position: relative;
	font-weight: 400;
	font-size: 96%;
	cursor: pointer;
	background-color: #2d5188;
	color: white;
	padding: 6px 10px 8px 10px;
}
.accordionBtn::after {
	content: "";
	display: inline-block;
	right: 18px;
	top: 12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
	clear: both;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordionPanel {
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
}
.accordionBtn.first {
	border-radius: 6px 6px 0 0;
}
.accordionBtn.last {
	border-radius: 0 0 6px 6px;
}
.accordionPanel.last {
	border-bottom: none;
}
.accordionContent {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 300ms;
	-webkit-transition: grid-template-rows 300ms;
}
.accordionContent[data-hidden="false"] {
	grid-template-rows: 1fr;
	transition: grid-template-rows 300ms ease-out;
	-webkit-transition: grid-template-rows 300ms ease-out;
}
.accordionContent > div {
	overflow: hidden;
	margin: 0 30px;
}
.accordionContent > div::before {
	display: block;
	content: "";
	margin-top: 30px;
}
.accordionContent > div::after {
	display: block;
	content: "";
	margin-bottom: 30px;
}
/* -------------- ACCORDION SPACED ------------ */
/* .accordion {
	border: none;
	box-shadow: none;
	outline: none;
}
.accordionBtn {
	padding: 4px 10px 8px 10px;
	border-radius: 4px;
}
.accordionBtn.first {
	border-radius: 4px;
}
.accordionBtn.last {
	border-radius: 4px;
}
.accordionPanel {
	outline: 1px solid #bbb;
	outline-offset: -1px;
	border-radius: 4px;
	margin-bottom: 16px;
	box-shadow: #e5e5e58f 1px 4px 8px 3px;
} */
/* --------------- TABLES -------------- */
.table {
	border: 1px solid grey;
	width: 100%;
	border-collapse: collapse;
}
.table tbody {
	border: 1px solid grey;
}
.table tr:nth-child(odd) {
	background-color: #f1f1f1;
}
.table td {
	border: 1px solid #b5b5b5;
	font-size: 82%;
	padding: 6px 8px;
}
.table th {
	/* width: 100%; */
	background-color: var(--accent);
	color: white;
	text-align: left;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 8px;
}
.table th + th {
	border-left: 1px solid white;
}
.table input {
	width: 100%;
}
/* ------------ GOOGLE MAPS ------------ */
#map {
	height: 380px;
	width: 100%;
}
.mapText {
	font-weight: 400;
	font-size: 90%;
	line-height: 1.3em;
	color: black;
}
/* -------------- POP UP --------------- */
.popupContainer {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	z-index: 12001;
	/* min-height: 100%; */
	/* border: 10px solid red; */
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	/* overflow-y: scroll; */
}
.popupContent {
	max-width: 960px;
	border: 0.5em solid rgba(0, 0, 0, 0.11);
	border-radius: 0.5rem;
	background: white;
	margin: 5em auto;
	padding: 40px;
	position: relative;
	cursor: default;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.h1PopUp {
	font-size: 190%;
	margin-bottom: 20px;
}
.h2PopUp {
	font-size: 130%;
	margin-bottom: 10px;
}
.h3PopUp {
	font-size: 110%;
	margin-bottom: 8px;
}
.popupContent p {
	text-align: left;
	line-height: 1.4em;
}
/* -------------- SITE MAP ------------- */
.siteMap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.siteMap a {
	margin: 0 0.9em;
	/* position: relative; */
	line-height: 1.7em;
	font-size: 84%;
	white-space: nowrap;
	transition: color 0.3s ease-out;
}
.siteMap a:hover {
	color: #ffffffc2;
}
.siteMap a:not(:first-child):before {
	/* content: "\2022"; */
	position: absolute;
	left: -14px;
	top: 1px;
	font-size: 72%;
	color: var(--text);
}
.websiteBy {
	font-size: 80%;
	margin: 13em auto 5em auto;
	text-align: center;
}
/* ------------ VIDEO WRAPPER ----------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------- TRANSITIONS ------------ */
.fade-enter-active, .fade-leave-active {
	transition: opacity .7s ease-in;
}
.fade-enter-from, .fade-leave-to {
	opacity: 0;
	transition: opacity .7s ease-in;
}
body {
	animation: bodyFadeIn 1.8s;
	-moz-animation: bodyFadeIn 1.8s;
	-webkit-animation: bodyFadeIn 1.8s;
	-o-animation: bodyFadeIn 1.8s;
}
@-webkit-keyframes bodyFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes bodyFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.io {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.io {
	opacity: 0;
}
/* -------------- COOKIES --------------- */
.cookiePopUp {
	background-color: rgb(0 0 0 / 40%);
	padding: 16px 16px 10px 20px;
	box-shadow: 0px 0px 12px 8px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	border-radius: 4px;
	max-width: 426px;
	color: white;
	gap: 2px;
	position: fixed;
	z-index: 60001;
	font-size: 86%;
	bottom: 40px;
	left: 53px;
	/* border: 1px solid var(--blue); */
	opacity: 0;
	scale: 1;
	transition: transform 0.35s ease-in;
	transform: translateX(-500px);
}
.showCookie {
	opacity: 1;
	transform: translateX(0px);
	transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
	transition-delay: 0.5s;
}
.hideCookie {
	transform: translateX(-500px);
	transition: transform 0.5s cubic-bezier(.56, -0.49, .59, .04);
	transition-delay: 0.2s;
}
/* ----------- CONTACT FORM ---------- */
input, textarea {
	border: 1px solid rgb(255 255 255 / 67%);
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 90%;
	padding: 0.4em;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 0.2rem;
	width: 100%;
	background-color: transparent;
}
input:focus, input:focus, textarea:focus {
	color: #5b5b5b;
	/* background-color: #fff; */
	border-color: var(--greenLight);
	outline: 0;
	box-shadow: 0 0 0 .2rem rgb(191 193 173);
}
textarea {
	min-height: 9em;
}
.rowForm {
	display: flex;
	margin: 0.6em 0;
	justify-content: space-between;
}
.rowForm label {
	font-size: 90%;
}
.btnContainer {
	display: flex;
	/* align-items: flex-end; */
	justify-content: flex-end;
	/* flex-direction: column; */
	/* width: 100%; */
	/* margin: 14px 0 29px 0; */
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 80px auto;
	padding: 0;
	border: 4px solid #ffffff;
	width: 53%;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.6s;
	animation-name: animatetop;
	animation-duration: 0.6s;
	/* border-radius: 10px; */
}
@-webkit-keyframes animatetop {
	from {
		top: -380px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
@keyframes animatetop {
	from {
		top: -380px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: rgb(192, 192, 192);
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 9px 16px;
	background-color: var(--accent);
	color: white;
	text-align: center;
	font-size: 193%;
	/* border-radius: 4px 4px 0 0; */
}
.modal-body {
	padding: 40px 0;
	text-align: center;
	font-size: 113%;
}
.modal-footer {
	padding: 13px 0;
	background-color: var(--accent);
	color: white;
	text-align: center;
	font-size: 91%;
	text-transform: uppercase;
	/* border-radius: 0 0 4px 4px; */
}
/* -------------- CMS GS ---------------- */
.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}
.galleryTitle {
	font-size: 70%;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
}
/* ------------- CMS BLUDIT --------------- */
.cms {
	display: flex;
	justify-content: center;
	margin: 30px 0 0 0;
	text-align: center;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #666;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #666;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ccc;
	border-color: #666
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.card-body p:last-child a {
	text-decoration: underline;
	color: #939393;
}
h2.title {
	font-weight: 400;
	margin-bottom: 10px;
	color: var(--accent);
}
.sectionBlog hr {
	margin: 30px 0;
}
/* ----------------- MS ------------------ */
.ms {
	display: none;
}
@media (max-width: 768px) {
	/* -------------- LAYOUT -------------- */
	.cta {
		grid-template-columns: 1fr;
	}
	.press1-2 {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.t9 {
		font-size: 100%;
	}
	.press2 {
		grid-template-columns: 1fr;
	}
	.t10 {
		font-size: 100%;
	}
	.winemakerTop {
		background-position: 32% center;
	}
	body {
		display: flex;
		flex-direction: column;
	}
	.headerContent {
		flex-direction: column;
	}
	.section {
		padding-top: 37px;
	}
	.sectionContent {
		padding: 40px 0;
	}
	.footerContent {
		padding: 40px 0 390px 0;
		background-position: center calc(100% - 170px);
		background-size: contain;
	}
	/* --------------- PAGES -------------- */
	.gridMap {
		grid-template-columns: 1fr;
	}
	.gridFooter {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#founder, #winemaker, #contact, #sustainability, #wines {
		scroll-margin-top: 42px;
	}
	.sectionTop {
		background-image: url(/images/main-mobile-opt.jpg);
	}
	.lines {
		background-size: 1400px;
	}
	.logoOne {
		background-image: url(/images/logo-one-mobile.png);
		background-size: 96px;
	}
	.bgWines {
		background-image: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 0%) 155px), url(/images/bg-wines.jpg);
	}
	.t4 {
		width: 100%;
	}
	.flexMap {
		flex-direction: column;
	}
	.map {
		width: 100%;
		margin-top: 30px;
	}
	.d1 {
		grid-template-columns: 1fr;
	}
	.d1-2 {
		padding: 30px;
	}
	.d2 {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;
	}
	.d2 > div + div {
		border-left: none;
	}
	.d2 div:nth-child(2n+1) {
		border-right: 1px solid grey;
	}
	.d3 {
		grid-template-columns: 1fr;
		width: 100%;
	}
	.d3-1 {
		padding: 20px 20px 100px 20px;
	}
	.d4 {
		grid-template-columns: 1fr;
		grid-gap: 21px;
	}
	.d4-2 {
		padding: 0;
		font-size: 92%;
	}
	.product {
		margin: 0;
	}
	.lb > img {
		width: 140%;
		max-width: fit-content;
		align-self: center;
	}
	/* -------------- FONTS --------------- */
	p {
		font-size: 92%;
	}
	h1 {
		font-size: 170%;
	}
	h2 {
		margin-bottom: 10px;
	}
	.h1Header {
		font-size: 230%;
		margin-bottom: 10px;
	}
	.h1Body {
		font-size: 270%;
		margin-bottom: 11px;
	}
	.h2Body {
		font-size: 150%;
		margin-bottom: 0px;
	}
	.h2Contact {
		padding-left: 0;
		text-align: center;
	}
	/* --------------- MISC --------------- */
	#scrollTo {
		scroll-margin-top: -20px;
	}
	/* --------------- GRID --------------- */
	.grid {
		grid-auto-flow: row;
	}
	.grid img {
		margin: 0 auto 10px auto;
	}
	/* ---------------- NAV --------------- */
	.navContainer {
		/* order: -1; */
		display: grid;
		/* transition: grid-template-rows 400ms ease-in-out; */
		/* min-height: 50px; */
		cursor: pointer;
		/* grid-template-rows: 0fr; */
		position: relative;
		/* top: 0; */
		width: 100%;
		/* overflow: scroll; */
		/* align-items: flex-start; */
		/* height: auto; */
		height: 44px;
		transition: height .3s ease;
	}
	.navContainer span {
		display: block;
		width: 100%;
	}
	.navContainer span::after {
		content: "";
		width: 28px;
		height: 30px;
		top: 9px;
		position: absolute;
		right: 19px;
		background: url("/images/svgs/burger.svg") no-repeat;
	}
	.nav {
		/* flex-direction: column; */
		padding: 0;
		overflow: hidden;
		/* margin-top: 46px; */
		align-items: initial;
		width: 100%;
		position: fixed;
		/* max-height: 46px; */
		display: block;
		height: auto;
		background-color: var(--greenDark);
	}
	.nav a {
		padding: 12px 20px;
		border-top: 1px solid rgb(255 255 255 / 70%);
		color: white;
	}
	.navSelected {
		color: #d3d3d3 !important;
	}
	.subMenuOpen {
		display: grid;
	}
	.subMenuContainer {
		position: inherit;
		top: 0px;
		left: 0;
		width: 100%;
		overflow: hidden;
		box-shadow: none;
	}
	.subMenu {
		width: 100%;
	}
	.subMenu a:not(:last-child) {
		border-bottom: none;
	}
	.subMenu a {
		padding-left: 42px;
	}
	/* ------------ CONTACT FORM ----------- */
	.contactMe {
		flex-direction: column;
	}
	.rowForm {
		flex-direction: column;
	}
	input, textarea {
		width: 100%;
	}
	.modal-content {
		width: 80%;
	}
	/* --------------- POP UP -------------- */
	.popupContent {
		max-width: 90%;
		margin: 40px auto;
		padding: 14px;
	}
	.popupContent p {
		font-size: 80%;
	}
	.h1PopUp {
		font-size: 160%;
	}
	.h2PopUp {
		font-size: 110%;
	}
	.h3PopUp {
		font-size: 100%;
	}
	/* --------------- CMS GS -------------- */
	.gallery {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 6px;
	}
	.galleryTitle {
		font-size: 60%;
	}
	/* ---------------- COOKIES ------------- */
	.cookiePopUp p {
		font-size: 80%;
	}
	.cookiePopUp {
		max-width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		align-items: center;
		text-align: center;
		bottom: 20px;
		padding: 10px;
	}
	/* ----------------- MAP ---------------- */
	#map {
		margin-left: -25px;
		width: 100vw;
		margin-right: -25px;
	}
	/* --------------- SITEMAP -------------- */
	/* .siteMap {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	} */
	.siteMap a::before {
		display: none;
	}
	.siteMap a {
		margin: 0 0 0.5em 0;
	}
	.ms {
		display: block;
	}
	.mh {
		display: none;
	}
}
@media (min-width: 1601px) {
	/* .headerContent, .sectionContent, .footerContent {
		width: min(100% - 50px, 1040px);
	} */
}
@media (max-width: 1224px) {
	/* .winemakerTop {
		background-size: auto;
		background-size: 100%;
	} */
}
/* -------- TABLET + PRINT --------- */
@media (min-width: 768px) and (max-width: 1024px) {
	body {
		background-color: inherit;
	}
}
@media print {
	body {
		font-size: 100%;
	}
}