:root {
  --antique-white: #e3d9c7;
  --blueish: #272d2d;
  --coral: #ff8966;
  --saddle-brown: #744336;
  --bg: #ecdfd4;
}

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

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

.body {
  background-color: var(--antique-white);
  color: #242424;
  border-bottom: 1.5px solid #000;
  border-radius: 0;
  padding: 0 0 74px;
  font-family: roc-grotesk;
}

.headline {
  margin-top: 0;
  margin-bottom: 20vh;
  font-family: roc-grotesk-wide;
  font-size: 28px;
  font-weight: 500;
}

.phrase {
  z-index: 0;
  width: 57vw;
  max-width: none;
  color: var(--blueish);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-left: 5vw;
  font-family: Zapfhumanist601bt roman, Tahoma, sans-serif;
  font-size: 320%;
  font-weight: 400;
  line-height: 115%;
  position: absolute;
}

.phrase.contact {
  width: 85vw;
  padding-left: 0;
  font-size: 300%;
}

.phrase.project {
  font-size: 425%;
  position: static;
}

.phrase.project.link {
  border-bottom: 1px dotted var(--blueish);
  opacity: 1;
  padding-left: 0;
  font-family: Zapfhumanist601bt roman, Tahoma, sans-serif;
  display: inline;
}

.phrase.project.link:hover {
  border-bottom-color: var(--coral);
  color: var(--coral);
}

.phrase.project.recirc {
  padding-left: 0;
  font-size: 425%;
}

.link {
  opacity: .6;
  color: #242424;
  margin-right: 24px;
  font-family: roc-grotesk-wide;
  font-size: 18px;
  font-weight: 500;
}

.link:hover {
  opacity: 1;
}

.link.text {
  color: #000;
  font-family: Zapfhumanist601bt roman, Tahoma, sans-serif;
  font-size: 20px;
}

.footer {
  background-color: #fff;
  padding: 4px;
  position: absolute;
  bottom: 40px;
  left: 74px;
}

.cursor-pointer {
  cursor: pointer;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.navbar-2 {
  width: auto;
  height: 80px;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: var(--blueish);
  background-color: var(--antique-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: auto;
}

.nav_link {
  text-transform: uppercase;
  font-family: Prozalibre, sans-serif;
}

.nav_link:hover {
  color: var(--coral);
}

.nav_link.w--current {
  color: var(--blueish);
}

.nav_link.w--current:hover {
  color: var(--coral);
}

.brand {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand.w--current {
  align-items: flex-end;
  padding-top: 11px;
}

.container {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  text-align: left;
  flex: 0 auto;
  order: 1;
  position: relative;
}

.headline_link {
  color: #272d2d;
  border-bottom: 1px dotted #000;
  border-radius: 0;
  text-decoration: none;
}

.headline_link.coffee:hover, .headline_link.wine:hover, .headline_link.note:hover {
  border-bottom-color: var(--coral);
  color: var(--coral);
}

.link-4 {
  text-decoration: none;
}

.headline_images_container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.headline_hover_container {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(rgba(227, 217, 199, .31), rgba(227, 217, 199, .31)), url('../images/B230-lighter.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.headline_image_mask {
  z-index: auto;
  width: 370px;
  height: 405px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2 {
  display: flex;
}

.hover_image_coffee.hover_image {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  display: block;
  position: absolute;
}

.headline_section {
  width: 100%;
  height: 100vh;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.div-block {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: static;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.mask {
  width: 776px;
  height: 503px;
  position: static;
}

.div-block-2 {
  display: flex;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-arrow-wrap {
  z-index: 500;
  align-items: flex-end;
  margin-top: -50px;
  display: block;
  position: absolute;
}

.icon-3 {
  color: #000;
}

.slider-left {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 24px 15px 8px;
  display: flex;
}

.testimonial-content-wrap {
  width: 500px;
  min-height: 350px;
  align-items: center;
  padding: 16px 0 25px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.testimonial-content-block {
  width: 100%;
  max-width: 590px;
  align-self: flex-start;
  margin-top: 0;
  padding-right: 24px;
  position: static;
}

.arrow {
  width: 40px;
  max-width: none;
}

.testimonial-image {
  width: 100%;
}

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

.testimonial-image.image.kressimage {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-image-block {
  width: 75%;
  height: 450px;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial-image-block.kressblock {
  width: 75%;
  height: 100%;
  justify-content: flex-end;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-image-block.kressblock.hidden--onothers {
  display: none;
}

.testimonial-columns {
  display: flex;
}

.author-name {
  width: auto;
  color: var(--blueish);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Prozalibre, sans-serif;
  font-size: 350%;
  font-weight: 500;
  line-height: 120%;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-left: -29px;
  margin-right: -36px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: block;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-paragraph {
  float: none;
  clear: none;
  color: var(--blueish);
  margin-bottom: 29px;
  font-family: Zapfhumanist601bt roman, Tahoma, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: block;
}

.testimonial-paragraph.big {
  margin-bottom: 0;
  font-size: 34px;
}

.testimonial-paragraph.big.hide {
  display: none;
}

.testimonial-paragraph.link {
  float: none;
  clear: both;
  border-style: none none dotted;
  border-width: 1px;
  border-color: var(--blueish);
  opacity: 1;
  color: var(--blueish);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 22px;
  text-decoration: none;
  display: inline;
  position: static;
}

.testimonial-paragraph.link:hover {
  border-bottom-color: var(--coral);
  color: var(--coral);
}

.testimonial-paragraph.link.collaborator {
  float: left;
  clear: both;
  font-size: 22px;
  position: static;
}

.testimonial-slide {
  padding-left: 8%;
  padding-right: 8%;
}

.logo {
  width: 200px;
  max-width: none;
  margin-bottom: 6px;
}

.logo:hover {
  color: var(--coral);
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.slider_section {
  width: 90%;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--blueish);
  margin: -110px auto 64px;
  padding-top: 0;
}

.case-study {
  color: var(--blueish);
  text-transform: uppercase;
  font-family: Prozalibre, sans-serif;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.case-study:hover {
  color: var(--coral);
}

.case-study.header {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.case-study.header:hover {
  color: var(--blueish);
}

.case-study.header.small {
  text-align: center;
}

.case-study.header.news {
  margin-top: 20px;
}

.case-study.link {
  border-bottom: 1px none var(--blueish);
  opacity: 1;
  color: var(--blueish);
}

.case-study.link:hover {
  border-bottom-color: var(--coral);
  color: var(--coral);
}

.about_section {
  width: 90vw;
  border-top: 1px solid var(--blueish);
  text-align: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 0;
  padding-left: 0;
}

.about_section.contact {
  font-size: 100%;
}

.about_section.project_page {
  border: 1px #000;
  margin-top: 20vw;
  padding-bottom: 0;
  font-size: 100%;
}

.about_section.hide {
  display: none;
}

.footer-flex-container {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-bottom: 32px;
  display: grid;
}

.footer-flex-container.home {
  grid-column-gap: 24px;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.testimonial_paragraph {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.testimonial_paragraph:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 0;
  display: block;
}

.list {
  font-size: 100%;
  list-style-type: none;
}

.div-block-3 {
  margin-left: 0;
}

.div-block-4 {
  width: auto;
  font-size: 100%;
  display: block;
}

.div-block-5 {
  width: auto;
  margin-left: 0;
  text-decoration: none;
}

.copyright_serction {
  width: 90vw;
  border-top: 1px solid var(--blueish);
  margin: 60px auto 0;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
}

.phrase_link {
  color: var(--blueish);
  border-bottom: 1px dotted #000;
  font-size: 100%;
  text-decoration: none;
}

.phrase_link:hover {
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black var(--coral);
  color: var(--coral);
}

.list_links {
  font-size: 100%;
}

.list_links:hover {
  color: var(--coral);
}

.hover_image_wine.hover_image {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  display: block;
  position: absolute;
}

.hover_image_note.hover_image {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.body-2 {
  background-color: var(--bg);
}

.image_full_width {
  height: 600px;
  object-fit: fill;
  background-image: url('../images/Ritual_Slider.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.image_full_width.image {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: none;
  display: inline-block;
}

.grid {
  align-content: center;
  justify-content: start;
  align-items: start;
  justify-items: start;
}

.list-2, .list-3, .list_item {
  font-size: 100%;
}

.project_section_header {
  margin-top: 112px;
  margin-bottom: 48px;
  font-size: 100%;
}

.project_section_header.link {
  border-top: 1px none var(--blueish);
  opacity: 1;
  margin-bottom: 64px;
  margin-left: 5vw;
  font-size: 100%;
}

.container-3 {
  display: block;
}

.image_full_margin {
  height: 600px;
  background-image: url('../images/wine_hover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5vw;
  margin-right: 5vw;
}

.image_full_margin.image {
  height: 700px;
  background-image: none;
  margin-bottom: 32px;
}

._2-up {
  grid-template-rows: auto;
  margin-left: 5vw;
  margin-right: 5vw;
}

._2-up.image {
  height: 800px;
  border-radius: 0;
  margin-bottom: 64px;
}

._2-up.image.kona {
  height: 600px;
}

._2-up.image.ritual {
  height: 1800px;
}

._2-up.image.brightland {
  height: 2200px;
}

.body-3 {
  background-color: var(--bg);
}

.list-item-3 {
  float: left;
  display: block;
  position: static;
}

.slider-arrow-wrap-2 {
  z-index: 5000;
  margin-top: 45px;
  display: flex;
  position: absolute;
  top: 1191.84px;
}

.arrow-2 {
  width: 28px;
}

.slider-right-2 {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px 20px 0;
  display: flex;
}

.slider-arrow-wrap-3 {
  margin-top: 45px;
  display: none;
}

.arrow-disabled-2 {
  opacity: .43;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 24px 20px 8px;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
}

.image-2.right {
  object-position: 100% 50%;
}

.image-2.center {
  object-position: 50% 50%;
}

.image-2.contain_maurele {
  object-fit: contain;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.collection-list {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item {
  width: 100%;
  height: 800px;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper {
  object-fit: contain;
  margin-left: 5vw;
  margin-right: 5vw;
  display: none;
}

.body-4 {
  background-color: var(--bg);
}

.image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
}

.image-5 {
  width: 100%;
  height: 100%;
  max-height: 1800px;
  object-fit: cover;
  object-position: 50% 0%;
}

.image-6 {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 0%;
}

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

.link-small {
  color: var(--coral);
}

.big-text {
  font-size: 200%;
}

.tm {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40%;
  position: relative;
  top: -18px;
}

.tm-2 {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-span {
  width: 2em;
  background-image: url('../images/Kress-Tm-Kress.png');
  background-position: 50%;
  background-size: cover;
}

.text-image {
  background-image: url('../images/Bubble_1Kress.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.kress-lettering {
  background-image: url('../images/Kress-typeKress.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.kress-vertical {
  width: 2vw;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.footer-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 46px;
  padding-left: 0%;
  display: block;
}

.info-container {
  height: auto;
  max-width: 650px;
  min-height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
  display: flex;
}

.info-container.press {
  width: 100%;
  max-width: none;
  padding-right: 0%;
}

.section-2 {
  width: 100%;
  height: auto;
  max-width: 1500px;
  flex-direction: column;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-bottom: 2px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.news-links {
  width: 100%;
  height: 90vh;
}

.news-links.margin {
  height: auto;
  flex-direction: column;
  margin-bottom: 12px;
  font-family: Zapfhumanist601bt roman, Tahoma, sans-serif;
  display: flex;
}

.div-container {
  width: 100%;
  display: flex;
}

.pdf-container {
  display: none;
}

.pdf {
  height: 1000px;
}

.bold-text {
  color: #236194;
}

.bold {
  font-weight: 700;
}

.date {
  color: #236194;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-style: italic;
}

.heading-3 {
  color: #236194;
  flex: 1;
  margin-bottom: 10px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
}

.spacer {
  height: 80px;
}

.left-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-left: 5%;
  display: flex;
}

.left-container.press {
  border-bottom: 1px solid #000;
  padding-top: 100px;
  padding-right: 5%;
}

.text-link {
  color: rgba(35, 97, 148, .93);
  text-decoration: underline;
}

.text-link.margin {
  color: var(--blueish);
  margin-bottom: 12px;
  font-size: 1.2em;
}

.h2 {
  color: #111;
  font-family: Lato, sans-serif;
  line-height: 38px;
}

.right-container {
  background-color: #ccb79b;
  flex-direction: column;
  flex: 1;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.right-container.press {
  flex: 0 auto;
}

.link-5 {
  flex: 1;
  text-decoration: none;
}

.link-5.w--current {
  display: none;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #236194;
  margin-bottom: 40px;
}

.heading {
  color: #ccb79b;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.logo-container {
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-2 {
  color: var(--blueish);
  font-family: Prozalibre, sans-serif;
  font-size: 40px;
  line-height: 39px;
}

.bolder {
  font-family: Prozalibre, sans-serif;
}

.copyrightdiv {
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 1440px) {
  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phrase {
    width: 56vw;
    font-size: 3vw;
    font-weight: 400;
  }

  .phrase.contact {
    font-size: 2vw;
  }

  .link.text {
    font-size: 1.4vw;
  }

  .sticky-nav {
    display: block;
  }

  .navbar {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .list-item {
    list-style-type: none;
    display: block;
  }

  .link-block {
    text-align: left;
    display: inline-block;
  }

  .link-2 {
    display: inline;
  }

  .navbar-2 {
    height: 7vh;
    min-height: 80px;
    border-bottom: 1px solid #272d2d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .nav_link {
    margin-left: 2%;
    margin-right: 0;
    font-size: 1vw;
  }

  .brand {
    flex: 1;
  }

  .brand.w--current {
    flex: 1;
    padding-top: 0;
  }

  .container {
    height: 88px;
    max-height: none;
    min-height: 0;
    margin-left: 5vw;
    margin-right: 0;
    overflow: visible;
  }

  .nav-menu {
    justify-content: flex-start;
    display: flex;
  }

  .headline_link {
    opacity: 1;
  }

  .headline_link:hover {
    border-bottom-color: var(--coral);
    color: var(--coral);
  }

  .headline_link.coffee {
    opacity: 1;
    border-bottom-style: dotted;
    text-decoration: none;
  }

  .headline_link.coffee:hover {
    border-bottom-color: var(--coral);
    color: var(--saddle-brown);
  }

  .headline_link.wine {
    opacity: 1;
  }

  .headline_link.wine:hover {
    border-bottom-color: var(--coral);
    color: var(--saddle-brown);
  }

  .headline_link.note:hover {
    color: var(--saddle-brown);
  }

  .headline_hover_container {
    z-index: auto;
    background-image: linear-gradient(rgba(227, 217, 199, .3), rgba(227, 217, 199, .3)), url('../images/B230-lighter.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    position: relative;
  }

  .hover_image_coffee.hover_image {
    max-width: 100%;
  }

  .headline_section {
    height: 100vh;
    justify-content: center;
    padding-bottom: 0;
  }

  .slider-arrow-wrap {
    z-index: 500;
  }

  .icon-3 {
    font-size: 2vw;
  }

  .testimonial-content-wrap {
    width: 25vw;
  }

  .testimonial-content-block {
    max-width: none;
  }

  .testimonial-image.image {
    width: auto;
    flex: 0 auto;
  }

  .testimonial-image.image.kressimage {
    padding-left: 47px;
  }

  .left-arrow {
    z-index: 100;
  }

  .testimonial-image-block {
    width: 60%;
    height: 70vh;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    overflow: visible;
  }

  .testimonial-image-block.kressblock {
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .testimonial-image-block.kressblock.hidden--onothers {
    display: none;
  }

  .testimonial-columns {
    height: auto;
    min-height: 800px;
  }

  .author-name {
    width: 30vw;
    font-size: 3vw;
  }

  .right-arrow {
    z-index: 100;
  }

  .testimonial-paragraph {
    font-size: 1.4vw;
  }

  .testimonial-paragraph.big {
    font-size: 2.2vw;
  }

  .testimonial-paragraph.link, .testimonial-paragraph.link.collaborator {
    font-size: 175%;
  }

  .logo {
    width: 12vw;
  }

  .case-study.header {
    margin-bottom: 5%;
    font-size: 1.1vw;
  }

  .case-study.header:hover {
    color: var(--blueish);
  }

  .case-study.header.small {
    text-align: center;
    margin-top: 10%;
    font-size: 1.1vw;
  }

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

  .about_section {
    padding-top: 100px;
    font-size: 1.4em;
    display: flex;
  }

  .about_section.contact {
    font-size: 1.4em;
  }

  .about_section.project_page {
    display: block;
  }

  .footer-flex-container {
    grid-template-columns: 3fr;
    justify-content: center;
    justify-items: start;
    position: static;
  }

  .copyright {
    flex: 1;
    display: flex;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .div-block-4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-5 {
    margin-left: 0;
    text-decoration: none;
  }

  .copyright_serction {
    width: 90vw;
    border-top: 1px solid var(--blueish);
    align-items: flex-start;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: flex;
  }

  .hover_image_wine.hover_image {
    opacity: 0;
  }

  .hover_image_note.hover_image {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
  }

  .image_full_width.image {
    height: 800px;
    object-fit: fill;
  }

  .list_item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image_full_margin.image {
    width: auto;
    height: 1000px;
    object-fit: cover;
    display: block;
  }

  ._2-up.image {
    height: 800px;
  }

  ._2-up.image.kona {
    height: 1000px;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .image-2.left {
    object-position: 0% 50%;
  }

  .image-2.right {
    object-position: 100% 50%;
    display: inline-block;
  }

  .image-2.fit {
    object-fit: contain;
  }

  .image-3 {
    object-fit: cover;
  }

  .image {
    width: 10vw;
  }

  .image.logo {
    width: 15vw;
  }

  .image-5, .image-6 {
    object-fit: cover;
  }

  .div-block-6 {
    grid-column-gap: 36px;
    grid-template-columns: 3.75fr 1fr 1fr;
  }

  .big-text {
    font-size: 3vw;
  }

  .tm {
    top: -22px;
  }

  .tm-2 {
    top: -7px;
  }

  .text-link.margin {
    font-size: 1.35em;
  }
}

@media screen and (max-width: 991px) {
  .phrase {
    width: 85vw;
    margin-top: -22px;
    font-size: 300%;
    line-height: 120%;
  }

  .phrase.project.recirc {
    padding-left: 0;
    font-size: 400%;
  }

  .link.text {
    font-size: 18px;
  }

  .headline_hover_container {
    background-image: linear-gradient(rgba(227, 217, 199, .82), rgba(227, 217, 199, .82)), url('../images/B230-lighter.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .testimonial-content-block {
    width: 100%;
  }

  .testimonial-image.image {
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .testimonial-image.image.kressimage {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    left: -4%;
  }

  .testimonial-image-block {
    height: 300px;
    min-height: 250px;
    object-fit: fill;
    align-items: flex-start;
    padding: 0;
  }

  .testimonial-image-block.kressblock {
    height: 100%;
    margin-top: 100px;
  }

  .testimonial-image-block.kressblock.hidden--onmobile {
    width: 75%;
    margin-top: 125px;
    padding-left: 0;
    display: none;
  }

  .testimonial-image-block.kressblock.hidden--onothers {
    height: 350px;
    display: block;
  }

  .author-name {
    max-width: 300px;
    object-fit: fill;
    margin-bottom: 2px;
    font-size: 250%;
    display: block;
  }

  .right-arrow {
    right: -3%;
  }

  .testimonial-paragraph {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 32px;
  }

  .testimonial-paragraph.big {
    font-size: 18px;
    line-height: 32px;
  }

  .testimonial-paragraph.link, .testimonial-paragraph.link.collaborator {
    float: none;
    font-size: 18px;
  }

  .testimonial-author-wrap {
    width: 100%;
    max-width: none;
  }

  .slider_section {
    margin-top: -166px;
  }

  .about_section {
    padding: 0;
  }

  .about_section.contact {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-flex-container {
    grid-column-gap: 20px;
    grid-template-columns: 2.75fr 1fr;
    margin-bottom: 32px;
  }

  .footer-flex-container.home {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: column;
  }

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

  .copyright_serction {
    border-top: 1px solid var(--blueish);
    margin-top: 170px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 10px;
    padding-left: 0;
  }

  .list_links, .list-2, .list-3 {
    font-size: 100%;
  }

  .image_full_margin.image {
    height: 450px;
  }

  ._2-up.image.kona {
    height: 400px;
  }

  ._2-up.image.ritual {
    height: 1150px;
  }

  .slider-arrow-wrap-3 {
    margin-top: 8px;
  }

  .image-2, .image-2.right {
    object-fit: cover;
  }

  .image-2.center {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-5, .image-6 {
    object-fit: contain;
  }

  .kressdiv {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    z-index: 1;
    margin-top: -39px;
    padding-top: 0;
    padding-left: 5px;
    position: relative;
  }

  .pdf {
    width: auto;
    height: 800px;
  }

  .heading-3 {
    margin-right: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding: 0 0 32px;
  }

  .headline {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
  }

  .phrase {
    margin-top: 0;
    font-size: 40px;
  }

  .phrase.project {
    font-size: 300%;
  }

  .link {
    font-size: 16px;
    bottom: 32px;
    left: 40px;
  }

  .footer {
    bottom: 32px;
    left: 40px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .navbar-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav_link {
    font-size: 14px;
  }

  .brand {
    width: 64px;
    margin-top: 6px;
  }

  .brand.w--current {
    width: 150px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-image.image {
    height: auto;
    object-fit: fill;
  }

  .testimonial-image-block {
    width: 100%;
    object-fit: fill;
    margin-top: -35px;
  }

  .testimonial-image-block.kressblock {
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .testimonial-image-block.kressblock.hidden--onmobile {
    margin-top: 0;
    display: block;
  }

  .testimonial-image-block.kressblock.is--hidden {
    display: none;
  }

  .testimonial-image-block.kressblock.hidden--onothers {
    height: 250px;
    display: none;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-columns.kresscolumn {
    align-items: center;
  }

  .author-name {
    font-size: 300%;
  }

  .testimonial-paragraph, .testimonial-paragraph.link {
    font-size: 18px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-author-wrap {
    margin-top: 0;
  }

  .slider_section {
    margin-top: -119px;
  }

  .case-study.header {
    margin-top: 24px;
  }

  .case-study.header.small {
    text-align: left;
  }

  .about_section {
    padding: 0 0 40px;
  }

  .footer-flex-container {
    display: block;
  }

  .footer-image {
    object-fit: contain;
  }

  .mobile_2-up {
    display: block;
  }

  .grid {
    grid-template-rows: auto;
  }

  .project_section_header {
    margin-bottom: 32px;
  }

  ._2-up.image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-up.image.kona {
    margin-bottom: 496px;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-2.left {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .image-6.left {
    object-fit: contain;
  }

  .section {
    display: block;
  }

  .div-block-7 {
    align-items: flex-start;
  }

  .info-container {
    padding-right: 30px;
  }

  .pdf {
    height: 600px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .left-container {
    padding-top: 27px;
  }

  .right-container {
    flex: 0 auto;
  }

  .link-5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-bottom-style: none;
    padding: 0;
  }

  .headline {
    max-width: 68%;
  }

  .phrase {
    width: 90vw;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    font-size: 200%;
    line-height: 135%;
    position: absolute;
  }

  .phrase.contact, .phrase.project {
    font-size: 250%;
  }

  .phrase.project.recirc {
    padding-left: 0;
    font-size: 250%;
  }

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

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    height: 120px;
    flex-direction: column;
    margin-bottom: 12vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav_link {
    padding-right: 0;
  }

  .brand {
    width: 90%;
    justify-content: center;
    margin-top: 12px;
  }

  .brand.w--current {
    width: 100px;
    padding-top: 13px;
  }

  .nav-menu {
    margin-top: 4px;
  }

  .headline_hover_container {
    background-image: linear-gradient(#e3d9c7, #e3d9c7), url('../images/B230-lighter.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    display: flex;
  }

  .headline_section {
    height: 100%;
    border: 1px #000;
    border-bottom-style: solid;
    margin-top: 0;
    padding-bottom: 70px;
  }

  .slider-arrow-wrap {
    margin-top: -4px;
    margin-left: 10px;
    padding-top: 0;
  }

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

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

  .testimonial-content-wrap {
    height: auto;
    min-height: 0;
    padding: 15px 0;
  }

  .testimonial-content-block {
    margin-top: 280px;
    padding-left: 37px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .testimonial-image.image.kressimage {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .left-arrow {
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 10%;
  }

  .testimonial-image-block {
    z-index: -500;
    height: 250px;
    margin-top: 32px;
    padding: 0;
    position: absolute;
  }

  .testimonial-image-block.kressblock {
    width: 100%;
    height: 350px;
    min-height: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .testimonial-image-block.kressblock.hidden--onmobile, .testimonial-image-block.kressblock.is--hidden {
    display: none;
  }

  .testimonial-image-block.kressblock.hidden--onothers {
    display: block;
  }

  .testimonial-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 50px;
    position: static;
  }

  .testimonial-columns.kresscolumn {
    margin-top: 90px;
  }

  .author-name {
    font-size: 150%;
  }

  .author-name.kressname {
    margin-top: 120px;
  }

  .arrow-disabled {
    width: 30px;
  }

  .right-arrow {
    position: absolute;
    top: -20%;
    bottom: 0%;
    left: auto;
    right: -4%;
  }

  .testimonial-paragraph {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-paragraph.big, .testimonial-paragraph.link {
    font-size: 20px;
    line-height: 36px;
  }

  .testimonial-paragraph.link.collaborator {
    font-size: 20px;
  }

  .testimonial-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo {
    align-self: auto;
  }

  .testimonial-author-wrap {
    font-size: 100%;
  }

  .slider_section {
    height: auto;
    border-style: none;
    margin-top: 42px;
    margin-bottom: 0;
  }

  .case-study {
    font-size: 12px;
  }

  .case-study.link {
    opacity: 1;
    border: 1px #000;
    font-size: 14px;
  }

  .case-study.link:hover {
    border-bottom-style: dotted;
  }

  .about_section {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about_section.project_page {
    margin-top: 40vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 100%;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .list {
    font-size: 14px;
  }

  .div-block-3 {
    font-size: 100%;
  }

  .copyright_serction {
    margin-top: 163px;
    font-size: 100%;
  }

  .list_links {
    font-size: 100%;
  }

  .image_full_width {
    height: 300px;
    object-fit: fill;
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
  }

  .mobile_2-up {
    margin-top: 0;
  }

  .list-2, .list-3, .list-item-2, .list_item {
    font-size: 100%;
  }

  .project_section_header {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .project_section_header.link {
    margin-top: 60px;
    margin-bottom: 49px;
  }

  .project_section_header.link.maurele {
    margin-top: -69px;
  }

  .container-3 {
    height: 350px;
  }

  .image_full_margin {
    background-image: url('../images/wine_hover.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .image_full_margin.image {
    height: 350px;
    object-fit: fill;
    margin-bottom: 16px;
    position: static;
  }

  .image_full_margin.image.short {
    margin-bottom: -124px;
  }

  ._2-up.image {
    height: 1600px;
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1638px;
    display: grid;
  }

  ._2-up.image.kona {
    height: 400px;
    margin-bottom: 504px;
  }

  ._2-up.image.ritual {
    max-height: 1100px;
    margin-bottom: 859px;
  }

  ._2-up.image.brightland {
    margin-bottom: 323px;
  }

  ._2-up.image.winc {
    height: 400px;
    margin-bottom: 512px;
  }

  .list-4 {
    font-size: 110%;
  }

  .image-2 {
    max-height: none;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-2.left {
    object-position: 0% 0%;
  }

  .image-2.right {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .image-2.center {
    object-position: 50% 50%;
  }

  .image-2.contain {
    object-position: 50% 0%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2.pdp {
    max-height: 220px;
  }

  .image-5 {
    object-fit: cover;
  }

  .image-5.ritual {
    max-height: 1000px;
    object-fit: cover;
  }

  .image-5.brightland {
    max-height: 1050px;
    object-fit: contain;
  }

  .image-6 {
    max-height: 1450px;
    object-fit: contain;
    object-position: 100% 0%;
  }

  .image-6.ritual {
    max-height: 900px;
    object-fit: cover;
  }

  .image-6.left {
    object-fit: cover;
  }

  .section {
    float: none;
    clear: none;
  }

  .kress-vertical {
    width: 8vw;
    right: 5%;
  }

  .kressdiv {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    z-index: 1;
    margin-top: -52px;
    position: relative;
  }

  .footer-2 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .info-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-2 {
    height: auto;
  }

  .news-links.margin {
    padding-right: 0;
  }

  .div-container {
    flex-direction: column;
  }

  .pdf {
    height: 400px;
  }

  .bold {
    font-weight: 700;
  }

  .heading-3 {
    margin-right: 14px;
    font-size: 18px;
  }

  .left-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 71%, #ccb79b);
    padding-left: 8%;
    padding-right: 8%;
  }

  .left-container.press, .right-container {
    padding-right: 8%;
  }

  .line {
    width: 100%;
  }

  .heading {
    margin-bottom: 25px;
  }

  .heading-2 {
    font-size: 36px;
  }
}

#w-node-_06d8cfac-c826-d853-bda2-eed2b1747399-ce7daf58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06d8cfac-c826-d853-bda2-eed2b17473a6-ce7daf58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d06f8c15-d40b-a485-842a-526e8fc30675-8fc30673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Prozalibre';
  src: url('../fonts/ProzaLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zapfhumanist601bt roman';
  src: url('../fonts/ZapfHumanist601BT-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}