﻿@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: "DINOT-CondBold";
  src: url('/resources/font/DINOT-CondBold.eot');
  src: url('/resources/font/DINOT-CondBold.eot?#iefix') format('embedded-opentype'), url('/resources/font/DINOT-CondBold.woff') format('woff'), url('/resources/font/DINOT-CondBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body,
html {
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
input,
textarea,
select {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  color: #6f6f6e;
  background: #fff;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  body,
  input,
  textarea,
  select {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: "DINOT-CondBold";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #1f2232;
}
h2 {
  font-size: 42px;
  line-height: 1;
}
@media only screen and (max-width : 767px) {
  h2 {
    font-size: 40px;
    line-height: 1;
    padding: 0 20px;
  }
}
a {
  color: #1f2232;
  text-decoration: none;
}
a:hover {
  color: #925122;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  font-family: acumin-pro, sans-serif;
}
@media (min-width: 1024px) {
  .wrap-mg-bt-40 {
    margin-bottom: 40px;
  }
}
.wrap-cocktails {
  max-width: 1080px;
}
.wrap-events-slider {
  max-width: 1120px;
  position: relative;
  padding: 0 15px;
  top: -225px;
  height: 563px;
}
@media only screen and (max-width : 767px) {
  .wrap-events-slider {
    position: static;
    height: auto;
  }
}
.wrap-events-link {
  height: 555px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .wrap-events-link {
    padding: 0;
    height: auto;
  }
}
@media only screen and (max-width : 767px) {
  .wrap-events-link {
    padding: 0;
    height: auto;
  }
}
.wrap-workshop-link {
  height: 555px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .wrap-workshop-link {
    padding: 0;
    height: auto;
  }
}
@media only screen and (max-width : 767px) {
  .wrap-workshop-link {
    padding: 0;
    height: auto;
  }
}
.wrap-recipe {
  max-width: 1065px;
  padding: 120px 20px;
}
@media only screen and (max-width : 767px) {
  .wrap-recipe {
    padding: 80px 20px;
  }
}
.wrap-recipe__inner {
  position: relative;
}
.wrap-contact {
  max-width: 980px;
}
.wrap-whiskey {
  padding: 70px 0 80px;
  position: relative;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .wrap-whiskey {
    padding: 0 20px 80px;
  }
}
@media only screen and (max-width : 767px) {
  .wrap-whiskey {
    padding: 0 20px 80px;
  }
}
.wrap-find {
  display: flex;
  width: 100%;
  font-family: acumin-pro, sans-serif;
}
.wrap-find-find {
  display: flex;
  width: 100%;
  font-family: acumin-pro, sans-serif;
}
@media only screen and (max-width : 767px) {
  .wrap-find-find {
    display: block;
  }
}
.wrap-find-distillery {
  padding: 70px 0 80px;
  position: relative;
}
@media only screen and (max-width : 767px) {
  .wrap-find-distillery {
    padding: 0;
  }
}
@media only screen and (max-width : 767px) {
  .wrap-find {
    display: block;
  }
}
.wrap-404 {
  flex: 1 0 auto;
  text-align: center;
}
.wrap-404--inner {
  padding: 10em 2em 4em;
}
.short-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content-width-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media only screen and (max-width : 767px) {
  .content-width-wrap {
    padding: 50px 40px;
  }
}
.content-width-bg {
  background: #c3d4c0;
}
.content-width-bg-line {
  position: relative;
}
.content-width-bg-line:after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 72px;
  background: url(/resources/images/components/line.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -36px;
}
.content-width-bg--light {
  background: #f6f6f6;
}
.content-width-bg--block {
  width: 75%;
  margin: 100px auto 50px auto;
  background: #bed4c1;
  max-width: 1080px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .content-width-bg--block {
    width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  .content-width-bg--block {
    width: 95%;
    margin: 15px auto;
  }
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__social .link--instagram {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/resources/images/components/Instagram.svg) center 0 no-repeat;
}
.footer__social .link--trip-advisor {
  width: 32px;
  height: 32px;
  position: relative;
  top: 3px;
}
.share--instagram {
  display: block;
  width: 18px;
  height: 15px;
  margin: 0 auto;
  background: url(/resources/images/components/Instagram-share.svg) center 0 no-repeat;
}
.page-noscroll {
  height: 100%;
  overflow: hidden;
  position: fixed;
}
.wrap-block {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  font-family: acumin-pro, sans-serif;
}
.wrap-block.bookTable {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width : 1024px) {
  .wrap-block.bookTable {
    flex-direction: column;
    padding: 40px 40px 0px 40px;
  }
}
.wrap-block.wide-padding {
  padding: 40px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .wrap-block.wide-padding {
    padding: 40px;
  }
}
@media only screen and (max-width : 1024px) {
  .wrap-block.wide-padding {
    padding: 0;
  }
}
.wrap-block.extra-wide-padding {
  padding: 100px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .wrap-block.extra-wide-padding {
    padding: 60px;
  }
}
@media only screen and (max-width : 1024px) {
  .wrap-block.extra-wide-padding {
    padding: 40px;
  }
}
.wrap-block .button--big {
  margin: 30px auto 0;
  padding: 8px 13px;
  font-size: 20px;
  max-width: 37%;
  display: block;
  position: relative;
}
.content-block {
  text-align: center;
}
.content-block.content-white {
  color: #fff;
}
.content-block.content-white .button {
  color: #fff;
  border-color: #fff;
}
.content-block__text {
  padding: 20px 0;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 470px;
  margin: 0 auto;
}
@media only screen and (max-width : 767px) {
  .content-block__text {
    padding: 20px;
  }
}
.content-block__divider {
  position: relative;
}
.content-block__divider:after {
  content: '';
  display: inline-block;
  width: 72px;
  height: 9px;
  background-image: url(/resources/images/components/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -36px;
}
.content-half-block {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
@media only screen and (max-width : 1024px) {
  .content-half-block {
    display: block;
    width: 100%;
  }
}
.content-half-block__text {
  margin: 75px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .content-half-block__text {
    margin: 0 20px;
  }
}
@media only screen and (max-width : 1024px) {
  .content-half-block__text {
    margin: 30px 20px;
  }
}
.content-half-block__text h3 {
  font-size: 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .content-half-block__text h3 {
    margin: 30px 0;
  }
}
.content-half-block__text p {
  margin: auto;
  max-width: 480px;
}
.content-half-block.content-background .content-image {
  text-align: center;
  display: none;
  max-width: 480px;
}
.content-half-block__image {
  line-height: 0;
}
@media only screen and (max-width : 1024px) {
  .content-half-block__image {
    display: none;
  }
}
.content-width-bg .content-half-block__text {
  color: #000;
}
@media only screen and (max-width : 1024px) {
  .content-width-bg .content-half-block.content-background .content-image {
    display: inline-block;
    margin: 0 -20px 20px;
  }
}
.content-width-bg-white.powerhouse-friday {
  padding-bottom: 30px;
}
.content-width-bg-white.merchandise {
  padding-bottom: 30px;
}
.content-width-bg-white.bookTable {
  padding: 0;
}
@media only screen and (max-width : 1024px) {
  .content-width-bg-white .content-half-block.content-background .content-image {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.line-divider {
  content: '';
  display: inline-block;
  width: 72px;
  height: 9px;
  background-image: url(/resources/images/components/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -36px;
}
@font-face {
  font-family: 'icons';
  src: url('/resources/font/icons/icons.ttf?ue7nls') format('truetype'), url('/resources/font/icons/icons.woff?ue7nls') format('woff'), url('/resources/font/icons/icons.svg?ue7nls#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="i-"],
[class*=" i-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-mail:before {
  content: "\e900";
}
.i-facebook:before {
  content: "\ea90";
}
.i-twitter:before {
  content: "\ea96";
}
.i-pinterest:before {
  content: "\ead1";
}
.button {
  display: inline-block;
  border: 2px solid #955024;
  cursor: pointer;
  color: #955024;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 6px 11px 5px;
  background: transparent;
  font-family: "DINOT-CondBold";
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.button:hover,
.button:focus,
.button:active {
  border: 2px solid #955024;
  background: #955024;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.button-borderless {
  border: 0;
}
.button-borderless:hover,
.button-borderless:focus,
.button-borderless:active {
  border: 0;
  background: none;
  color: #955024;
  text-decoration: underline;
}
.button-play {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  position: relative;
  background: none;
}
.button-play:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 19px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -7px;
}
.button-play:hover,
.button-play:focus,
.button-play:active {
  outline: none;
  cursor: pointer;
}
.button--full {
  color: #fff;
  background: #955024;
  border: 2px solid #955024;
}
.button--full:hover,
.button--full:focus,
.button--full:active {
  color: #955024;
  background: none;
}
.button--download {
  margin-right: 5px;
}
.button--share.active:hover,
.button--share.active:focus,
.button--share.active:active {
  background: none;
  color: #955024;
}
.button-links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  display: none;
  -webkit-transition: display 0.3s;
  -moz-transition: display 0.3s;
  -ms-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
  font-size: 16px;
}
.button-links a {
  display: block;
  color: #fff;
  background: #000;
  padding: 18px 6px;
  border-bottom: 2px dotted #fff;
  font-family: acumin-pro, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.button-links li:last-child a {
  border-bottom: 2px solid #000;
}
.button:hover .button-links.active,
.button:focus .button-links.active,
.button:active .button-links.active {
  display: block;
}
.header-with-alert {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
}
.header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #c3d4c0;
  z-index: 103;
  display: flex;
}
.header-tab__link {
  padding: 16px 6px 14px;
  display: inline-block;
}
.header-buy__link,
.header-buy-tickets__link {
  margin: 13px 10px 10px 0px;
  display: inline-block;
}
.header-tab__link,
.header-buy__link,
.header-buy-tickets__link {
  letter-spacing: 1px;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
}
.header-tab__link--active,
.header-buy__link--active,
.header-buy-tickets__link--active {
  color: #925122;
  text-decoration: none;
}
.header-tab__link--line,
.header-buy__link--line,
.header-buy-tickets__link--line {
  float: left;
  padding-right: 14px;
  line-height: 1.15;
}
@media only screen and (max-width : 1024px) {
  .header-tab__link,
  .header-buy__link,
  .header-buy-tickets__link {
    display: block;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px dashed #dbe5d9;
    font-size: 23px;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .header-tab__link,
  .header-buy__link,
  .header-buy-tickets__link {
    letter-spacing: 0.6px;
  }
}
.header-tab nav:first-child {
  margin-left: 18px;
}
@media only screen and (max-width : 1024px) {
  .header-tab nav:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .header-tab nav .hide-for-tablet {
    display: none;
  }
}
.header-buy {
  float: right;
}
.header-buy nav {
  float: left;
}
.header-buy nav a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .header-buy nav .wrapped {
    display: none;
  }
}
@media only screen and (max-width : 1024px) {
  .header-buy nav {
    display: inline-block;
    padding-bottom: 50px;
  }
}
.header-buy__link {
  margin-right: 0;
}
@media only screen and (max-width : 1024px) {
  .header-buy__link {
    float: none;
    display: inline-block;
    padding: 0 15px 0 0;
    border-bottom: none;
    vertical-align: middle;
  }
}
.header-buy__link--line {
  position: relative;
  right: -1px;
  text-align: right;
  min-width: 125px;
  color: #1f2232;
  line-height: 1.95;
}
@media only screen and (max-width : 1024px) {
  .header-buy__link--line {
    min-width: initial;
    margin-top: 0;
    padding: 0;
    background: #955024;
    color: #fff;
    width: 100%;
    text-align: center;
  }
}
.header-buy__link--line .button-links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  display: none;
  -webkit-transition: display 0.3s;
  -moz-transition: display 0.3s;
  -ms-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
}
.header-buy__link--line .button-links a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 16px 6px;
  border-bottom: 2px dotted #fff;
  font-family: acumin-pro, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.header-buy__link--line .button-links li:last-child a {
  border: 0;
}
.header-buy__link--line:hover,
.header-buy__link--line:focus,
.header-buy__link--line:active {
  cursor: pointer;
  background: #955024;
  color: #fff;
}
.header-buy__link--line:hover ul.active,
.header-buy__link--line:focus ul.active,
.header-buy__link--line:active ul.active {
  display: block;
}
.header-buy__link--instagram {
  float: left;
  border-left: 1px solid #955024;
  padding-left: 12px;
  margin: 3px 0 0;
}
@media only screen and (max-width : 767px) {
  .header-buy__link--instagram {
    float: none;
    padding: 0;
    margin: 30px auto;
    border: 0;
    width: 27px;
    display: block;
  }
}
.header-buy__link--instagram:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/resources/images/components/header/instagram.svg) right no-repeat;
}
@media only screen and (max-width : 767px) {
  .header-buy__link--instagram:before {
    width: 27px;
    height: 27px;
  }
}
@media only screen and (max-width : 1024px) {
  .active .header-buy {
    float: none;
    width: 175px;
    margin: 0 auto;
    text-align: center;
  }
}
.header-buy-tickets__link {
  flex: 0 0 auto;
  border-left: 2px solid #955024;
  padding-left: 12px;
}
@media only screen and (max-width : 1024px) {
  .header-buy-tickets__link {
    border: 0;
  }
}
.header-logo {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -59px;
  z-index: 3;
}
.sticky .header-logo {
  top: 14px;
}
@media only screen and (min-width : 1024px) {
  .sticky .header-logo {
    margin-left: -44px;
  }
}
.header-logo__link {
  display: block;
  width: 118px;
  height: 118px;
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  -ms-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s;
}
.header-logo__link .logo {
  display: inherit;
}
.header-logo__link .logo-scroll {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .sticky .header-logo__link {
    width: 88px;
    height: 33px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .sticky .header-logo__link .logo {
    display: none;
  }
  .sticky .header-logo__link .logo-scroll {
    display: inherit;
  }
}
@media only screen and (max-width : 1024px) {
  .header-logo__link {
    width: 99px;
    height: 99px;
    background-size: cover;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .header-logo {
    display: none;
  }
}
@media only screen and (max-width : 1024px) {
  .header-logo {
    margin-left: -49.5px;
    top: 13px;
  }
}
.header-tab {
  float: left;
}
.header-tab a {
  text-decoration: none;
}
@media only screen and (max-width : 1024px) {
  .header-tab {
    float: none;
    width: 195px;
    padding: 150px 0 0 0;
    margin: 0 auto;
  }
}
.header-action {
  display: none;
}
@media only screen and (min-width : 1025px) {
  .header-action {
    position: relative;
  }
}
.header-action-wrap {
  position: absolute;
  text-align: right;
  cursor: pointer;
  right: 15px;
  top: 24px;
  margin: 0;
  padding: 0;
}
.header-action-btn {
  display: block;
  width: 18px;
  height: 18px;
}
.header-action-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-action-btn span:before,
.header-action-btn span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-action-btn span:before {
  top: -6px;
}
.header-action-btn span:after {
  top: 6px;
}
@media only screen and (max-width : 1024px) {
  .header-action {
    display: block;
  }
}
.header:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width : 1024px) {
  .header {
    width: 100%;
    padding: 0;
    background: #c3d4c0;
    height: 51px;
  }
}
.header.active {
  overflow-y: auto;
}
@media only screen and (max-width : 1024px) {
  .header.active {
    position: fixed;
    height: auto;
    top: 0;
    bottom: 0;
  }
  .header.active .header-buy-tickets__link {
    display: none;
  }
}
.header.active .header-action-btn span {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header.active .header-action-btn span:before {
  -moz-transform: translate(0, 7px) rotate(90deg);
  -ms-transform: translate(0, 7px) rotate(90deg);
  -o-transform: translate(0, 7px) rotate(90deg);
  transform: translate(0, 7px) rotate(90deg);
  -webkit-transform: translate(0, 7px) rotate(90deg);
}
.header.active .header-action-btn span:after {
  -moz-transform: translate(0, -7px) rotate(90deg);
  -ms-transform: translate(0, -7px) rotate(90deg);
  -o-transform: translate(0, -7px) rotate(90deg);
  transform: translate(0, -7px) rotate(90deg);
  -webkit-transform: translate(0, -7px) rotate(90deg);
}
.header-padding {
  display: none;
  width: 100%;
  background-color: #BED4C1;
}
@media only screen and (max-width : 1024px) {
  .header-padding {
    height: 0 !important;
  }
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: #c3d4c0;
}
.sticky__content {
  background: #c3d4c0;
  flex: 1;
}
@media only screen and (max-width : 1024px) {
  .sticky__content {
    display: none;
  }
  .active .sticky__content {
    display: block;
  }
}
@media only screen and (max-width : 1024px) {
  .sticky {
    position: static;
    width: 100%;
    padding: 0;
    background: #c3d4c0;
  }
}
@media only screen and (max-width : 1024px) {
  .epoch-exhibition .logo {
    display: none;
  }
  .epoch-exhibition .logo-scroll {
    display: inherit;
    margin-left: 10px;
  }
}
@media only screen and (max-width : 1024px) {
  .epoch-exhibition.page-noscroll .logo {
    display: inherit;
  }
  .epoch-exhibition.page-noscroll .logo-scroll {
    display: none;
  }
}
.covid-alert {
  background-color: #e1e9df;
  text-align: center;
  z-index: 110;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .covid-alert {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 1024px) {
  .covid-alert {
    padding: 10px;
  }
}
.covid-alert__text {
  max-width: 1200px;
  margin: auto;
}
.dropdown {
  overflow: hidden;
  display: inline;
  position: relative;
}
.dropdown .dropbtn {
  font-size: 16px;
  padding: 16px 6px 16px;
  border: none;
  outline: none;
  background-color: inherit;
  letter-spacing: 1px;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
}
@media only screen and (max-width : 1024px) {
  .dropdown .dropbtn {
    display: none;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px dashed #dbe5d9;
    font-size: 23px;
    text-align: center;
  }
}
.navbar a:hover,
.dropdown:hover .dropbtn {
  color: #955024;
  cursor: pointer;
}
.dropdown-col-content {
  width: 100%;
}
.dropdown-col {
  float: left;
  border-right-style: solid;
  border-right-color: #955024;
  border-right-width: 1px;
}
@media only screen and (min-width : 1025px) {
  .dropdown-col {
    margin-bottom: 30px;
  }
}
.dropdown-col:last-child {
  border: none;
}
.dropdown-col-1 {
  width: 100%;
}
.dropdown-col-2 {
  width: 50%;
}
.dropdown-col-3 {
  width: 33%;
}
.dropdown-col-4 {
  width: 25%;
}
.dropdown-content {
  background: #c3d4c0;
  z-index: 1;
}
@media only screen and (min-width : 1025px) {
  .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-top: #955024 1px solid;
  }
}
@media only screen and (max-width : 1024px) {
  .dropdown-content {
    display: block;
  }
}
.dropdown-content-wrap {
  max-width: 1024px;
}
@media only screen and (min-width : 1025px) {
  .dropdown-content-wrap {
    margin: 20px auto auto;
  }
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  display: block;
  text-align: left;
}
@media only screen and (max-width : 1024px) {
  .dropdown-content a {
    text-align: center;
  }
}
.dropdown-content a:hover {
  color: #955024;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media only screen and (max-width: 909px) {
  .header-buy nav {
    width: 100%;
  }
}
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.current-active .flip-container--back {
  transform: rotateY(0deg);
}
.current-active .flip-container--front {
  transform: rotateY(180deg);
}
.flip-container--front,
.flip-container--back {
  width: 100%;
}
.flip-container--flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container--front,
.flip-container--back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container--front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flip-container--back {
  transform: rotateY(-180deg);
}
.footer {
  position: relative;
  margin: 0 auto 20px;
  font-size: 14px;
  text-align: center;
  color: #6f8371;
  font-family: acumin-pro, sans-serif !important;
}
@media only screen and (max-width : 767px) {
  .footer {
    padding: 0 20px;
  }
}
.footer-container {
  padding-bottom: 50px;
}
.footer-information {
  line-height: 1.06;
  font-family: "DINOT-CondBold";
  font-style: normal;
  font-weight: 400;
  width: 50%;
}
@media only screen and (max-width : 767px) {
  .footer-information {
    width: 100%;
  }
}
.footer-information__left {
  float: left;
  padding-top: 20px;
  border-right: 5px dotted #c3c3c3;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .footer-information__left {
    padding-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .footer-information__left {
    border: none;
  }
}
.no-webp .footer-information__left:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 20px;
  width: 50%;
  height: 200px;
  background: url(/resources/images/components/homePage/roe-and-co-manufacture.png) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .no-webp .footer-information__left:before {
    content: none;
  }
}
@media only screen and (max-width : 767px) {
  .no-webp .footer-information__left:before {
    content: none;
  }
}
.webp .footer-information__left:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 20px;
  width: 50%;
  height: 200px;
  background: url(/resources/images/components/homePage/roe-and-co-manufacture.webp) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .webp .footer-information__left:before {
    content: none;
  }
}
@media only screen and (max-width : 767px) {
  .webp .footer-information__left:before {
    content: none;
  }
}
.footer-information__right {
  float: right;
  display: flex;
  align-items: center;
  padding-left: 75px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .footer-information__right {
    padding: 0;
  }
}
@media only screen and (max-width : 767px) {
  .footer-information__right {
    padding: 0;
  }
}
.no-webp .footer-information__right:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  left: -30px;
  width: 200px;
  height: 250px;
  background: url(/resources/images/components/homePage/st-patricks-tower-dublin-eight.png) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .no-webp .footer-information__right:after {
    content: none;
  }
}
@media only screen and (max-width : 767px) {
  .no-webp .footer-information__right:after {
    content: none;
  }
}
.webp .footer-information__right:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  left: -30px;
  width: 200px;
  height: 250px;
  background: url(/resources/images/components/homePage/st-patricks-tower-dublin-eight.webp) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .webp .footer-information__right:after {
    content: none;
  }
}
@media only screen and (max-width : 767px) {
  .webp .footer-information__right:after {
    content: none;
  }
}
.footer-information__map {
  width: 38%;
  text-align: left;
  float: right;
  padding-top: 26px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .footer-information__map {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .footer-information__map {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
}
.footer-information__map p {
  margin: 18px 0;
  color: black;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-information__time {
  width: 58%;
  float: left;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .footer-information__time {
    width: 100%;
    padding-top: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .footer-information__time {
    width: 100%;
    padding-top: 30px;
  }
}
.footer-information__item {
  text-align: left;
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .footer-information__item {
    text-align: center;
  }
}
@media only screen and (max-width : 767px) {
  .footer-information__item {
    text-align: center;
  }
}
.footer-information__item h3,
.footer-information__item h4 {
  margin: 5px 0;
}
.footer-information__content {
  letter-spacing: 0.2px;
  margin: 0;
  font-size: 20px;
  color: #955024;
}
.footer-information__button {
  padding: 11px 15px;
}
.footer #footer {
  position: relative;
}
.footer #footer:before {
  content: "";
  display: inline-block;
  background: url(/resources/images/components/line.svg) 0 0 no-repeat;
  width: 77px;
  height: 9px;
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -38px;
}
.footer--wrap {
  background: #e1e9df;
  padding: 50px 0 5px;
}
@media only screen and (max-width : 767px) {
  .footer--wrap {
    padding: 30px 0 5px;
  }
}
.footer #dg_footer_wrapper {
  background: transparent;
}
.footer #dg_footer_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.footer #dg_footer_wrapper li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.footer #dg_footer_wrapper li:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: #6f8371;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer #dg_footer_wrapper li:nth-last-child(2):after {
  display: none;
}
.footer #dg_footer_wrapper a,
.footer #dg_footer_wrapper span {
  font-family: acumin-pro, sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px !important;
  line-height: 1.5;
  color: #6f8371 !important;
  padding: 0 5px;
}
.footer #dg_footer_wrapper .dg_footer_item_last {
  display: block;
}
.footer #dg_footer_wrapper .dg_footer_item_last span {
  display: block;
  margin-top: 3px;
  padding-bottom: 25px;
  font-family: acumin-pro, sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: #6f8371;
}
.footer #dg_footer_wrapper .dg_footer_item_last:after {
  display: none;
}
.footer #dg_footer_wrapper #dg_footer_wrapper_inner {
  width: auto;
}
.footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_row_0 {
  font-family: acumin-pro, sans-serif !important;
  padding-top: 0 !important;
  letter-spacing: 0 !important;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #6f8371 !important;
  line-height: 1 !important;
}
.overlay {
  z-index: 200;
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -240px 0 0 -427px;
  width: 854px;
  text-align: center;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .overlay {
    margin: -134px 0 0 -300px;
    width: 600px;
  }
}
@media only screen and (max-width : 767px) {
  .overlay {
    margin: -105px 0 0 -160px;
    width: 320px;
  }
}
.overlay-container {
  height: 0;
  overflow: hidden;
  padding: 30px 0 56.25% 0;
  position: relative;
  z-index: 100;
}
.overlay-container iframe,
.overlay-container object,
.overlay-container embed {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.overlay-youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c3d4c0;
  z-index: 60;
}
.overlay-youtube.active {
  display: block;
}
.overlay-youtube.active .header-action-wrap {
  position: absolute;
  text-align: right;
  cursor: pointer;
  right: 15px;
  top: 24px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.overlay-youtube.active .header-action-btn {
  display: block;
  width: 18px;
  height: 18px;
}
.overlay-youtube.active .header-action-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.overlay-youtube.active .header-action-btn span:before,
.overlay-youtube.active .header-action-btn span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-youtube.active .header-action-btn span:before {
  top: -6px;
  -moz-transform: translate(0, 7px) rotate(90deg);
  -ms-transform: translate(0, 7px) rotate(90deg);
  -o-transform: translate(0, 7px) rotate(90deg);
  transform: translate(0, 7px) rotate(90deg);
  -webkit-transform: translate(0, 7px) rotate(90deg);
}
.overlay-youtube.active .header-action-btn span:after {
  top: 6px;
  -moz-transform: translate(0, -7px) rotate(90deg);
  -ms-transform: translate(0, -7px) rotate(90deg);
  -o-transform: translate(0, -7px) rotate(90deg);
  transform: translate(0, -7px) rotate(90deg);
  -webkit-transform: translate(0, -7px) rotate(90deg);
}
.overlay-recipe {
  width: auto;
  margin: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .overlay-recipe video {
    width: 300px;
  }
}
.overlay-video.active {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.overlay-video.active .js-play-video {
  width: 100%;
  height: 100%;
}
.overlay-video.active .js-play-video.active:before {
  background: #fff;
}
.overlay-video.active .js-play-video.active iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: 100%;
}
.overlay-video.active .js-play-video.active:hover:before {
  background: #fff;
}
.overlay-video.active .js-play-video .js-play-video-img {
  display: none;
}
.overlay-video.active .js-play-video .js-youtube-video {
  width: 92%;
  height: 90%;
  margin: 70px 4% 30px 4%;
  top: 0;
  left: 0;
}
.overlay-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.overlay-close:hover {
  opacity: 1;
}
.overlay-close:before,
.overlay-close:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #fff;
}
.overlay-close:before {
  transform: rotate(45deg);
}
.overlay-close:after {
  transform: rotate(-45deg);
}
.share {
  display: none;
  vertical-align: middle;
  margin: -6px 0 0 15px;
  padding: 0;
  list-style: none;
  line-height: 0.5;
}
.share li {
  display: inline-block;
  margin-right: 5px;
}
.share a {
  display: block;
  color: #955024;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.share a:hover,
.share a:active {
  text-decoration: none;
  -moz-transform: translateZ(0) scale(1.1);
  -ms-transform: translateZ(0) scale(1.1);
  -o-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-transform: translateZ(0) scale(1.1);
}
.share a.i-twitter:hover {
  color: #6bacdf;
}
.share a.i-facebook:hover {
  color: #3d5a98;
}
.share a.i-pinterest {
  font-size: 18px;
}
.share a.i-pinterest:hover,
.share a.i-pinterest:focus,
.share a.i-pinterest:active {
  color: #bd121c;
}
.share a.i-mail {
  font-size: 18px;
}
.share a.i-mail:hover,
.share a.i-mail:focus,
.share a.i-mail:active {
  color: #f6950c;
}
.active .share {
  display: inline-block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#age_overlay {
  background-size: cover !important;
}
#age_overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  #age_overlay:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width : 767px) {
  #age_overlay:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
#age_content {
  border-radius: 0 !important;
  font-family: acumin-pro, sans-serif !important;
  box-shadow: none !important;
  border: 0 !important;
}
#age_content .age_header_title {
  font-family: "DINOT-CondBold" !important;
  text-transform: uppercase !important;
  margin-top: -10px !important;
  letter-spacing: 0.5px;
}
#age_content #age_header_subtitle {
  margin-top: 2px !important;
  margin-bottom: 33px !important;
  letter-spacing: 0.3px;
}
#age_content .line {
  width: 71% !important;
  margin: 0 auto !important;
  border-bottom: 2px dotted #c3d4c0 !important;
}
#age_content .age_birthdate {
  margin-bottom: 12px !important;
  margin-top: 33px !important;
}
#age_content .age_privacy {
  margin: 15px 0 8px !important;
}
#age_content label input[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  border: 2px solid #c3d4c0;
  background: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 10;
}
#age_content label input[type="checkbox"]:checked + span:before {
  background: #c3d4c0;
}
#age_content label:hover {
  cursor: pointer;
}
#age_content #age_confirm {
  margin-top: 35px !important;
  font-family: "DINOT-CondBold" !important;
  line-height: 1 !important;
  font-size: 16px !important;
}
#age_content #age_confirm button {
  min-width: 300px !important;
}
#age_content #age_confirm button:hover {
  box-shadow: none !important;
}
#age_select_day,
#age_select_month,
#age_select_year,
#age_select_country,
#age_select_language {
  border: 2px solid #c3d4c0 !important;
  background: none !important;
  font-size: 16px !important;
  padding: 2px;
  text-transform: uppercase;
  color: #c3d4c0;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
}
.touch-tour__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.touch-tour__divider {
  background-color: #f6f6f6;
  padding: 1rem 1rem;
  width: 100%;
}
.touch-tour__info {
  background-color: #f6f6f6;
  padding: 4rem 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.touch-tour__info h3 {
  margin-bottom: 1rem;
  font-size: 50px !important;
}
@media only screen and (max-width: 767px) {
  .touch-tour__info h3 {
    font-size: 40px !important;
  }
}
.touch-tour__info span {
  font-weight: bolder;
  margin-bottom: 1rem;
  font-family: acumin-pro, sans-serif;
}
.touch-tour__info p {
  margin: 0 auto;
  max-width: 650px;
}
.touch-tour__iframe {
  width: 100%;
  /*@media @mobile {
        height: 400px;
    }*/
}
.splashLogo-0-2-50 {
  display: none !important;
}
.info {
  display: flex;
  flex-direction: row;
}
.info__block {
  flex: 1 1 0;
  height: 600px;
}
@media only screen and (max-width : 767px) {
  .info__block {
    height: 400px;
  }
}
.info__block--subscribe {
  background: url(/resources/images/components/infoBar/clay.jpg) center;
  background-size: cover;
}
.info__block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  padding: 100px 50px;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .info__block__content {
    padding: 50px 30px;
  }
}
.info__block__content h2 {
  font-size: 100px;
  color: #fff;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .info__block__content h2 {
    font-size: 73px;
  }
}
@media only screen and (max-width : 767px) {
  .info__block__content h2 {
    font-size: 60px;
    letter-spacing: 0.1px;
  }
}
.info__block__content span {
  color: #fff;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
}
.info__block__content__button {
  color: #fff;
  padding: 10px 50px;
  font-size: 20px;
  border: 2px solid #fff;
  margin: 10px auto;
}
.no-webp .homepage .info__block--faq {
  background: url(/resources/images/components/infoBar/background-1.jpg) center;
  background-size: cover;
}
.webp .homepage .info__block--faq {
  background: url(/resources/images/components/infoBar/background-1.webp) center;
  background-size: cover;
}
.private-events .info__block--faq {
  background: url(/resources/images/components/infoBar/background-2.jpg) center;
  background-size: cover;
}
.drink {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width : 767px) {
  .drink {
    padding: 60px 0;
  }
}
.drink__content {
  padding: 20px 0;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 470px;
  margin: 0 auto;
}
@media only screen and (max-width : 767px) {
  .drink__content {
    padding: 20px;
  }
}
.drink__item {
  padding: 70px 0;
}
.drink__title {
  padding: 0 0 15px;
  margin: 0 auto 30px;
  position: relative;
}
.drink__title:after {
  content: '';
  display: inline-block;
  width: 72px;
  height: 9px;
  background-image: url(/resources/images/components/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -36px;
}
.drink .button-borderless {
  margin: 13px 0 44px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .drink__instagram__img {
    max-width: 800px;
    margin: 0 auto;
  }
}
.drink__instagram__img a {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  max-width: 256px;
  height: 256px;
  overflow: hidden;
  margin: 7px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .drink__instagram__img a {
    width: 256px;
  }
}
@media only screen and (max-width : 767px) {
  .drink__instagram__img a {
    width: 256px;
  }
}
.drink__instagram__img a:hover span {
  -moz-transform: translateZ(0) scale(1.05);
  -ms-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}
.drink__instagram__img span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.drink__video {
  position: relative;
  color: #000;
  font-size: 16px;
  max-width: 1080px;
  padding: 0 35px 0 0;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .drink__video {
    padding: 0;
  }
}
@media only screen and (max-width : 767px) {
  .drink__video {
    padding: 0;
  }
}
.drink__video__text {
  width: 40%;
  padding: 0 15px 0 90px;
  float: left;
  letter-spacing: 0.3px;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: -62px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .drink__video__text {
    width: 33%;
    padding: 0 1%;
  }
}
@media only screen and (max-width : 767px) {
  .drink__video__text {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width : 767px) {
  .drink__video__text:before {
    margin-top: 40px;
  }
}
.no-webp .drink__video__text:before {
  content: '';
  display: inline-block;
  width: 127px;
  height: 144px;
  background: url(/resources/images/components/homePage/st-patricks-tower-dublin-eight.png) center bottom no-repeat;
  background-size: contain;
}
.webp .drink__video__text:before {
  content: '';
  display: inline-block;
  width: 127px;
  height: 144px;
  background: url(/resources/images/components/homePage/st-patricks-tower-dublin-eight.webp) center bottom no-repeat;
  background-size: contain;
}
.drink__video__text .button {
  margin-top: 20px;
}
.drink__video__file {
  position: relative;
  float: right;
  margin-top: -88px;
  margin-bottom: 44px;
  width: 60%;
  overflow: hidden;
}
.drink__video__file:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -ms-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .drink__video__file {
    width: 67%;
  }
}
@media only screen and (max-width : 767px) {
  .drink__video__file {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.drink__video__file.no-blur:before {
  display: none;
}
.drink__video__file img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.drink__video__file .button-play {
  margin-top: 20px;
}
.drink__video__file iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: 100%;
  display: none;
}
.drink__video__file:hover {
  cursor: pointer;
}
.drink__video__file:hover:before {
  background: rgba(0, 0, 0, 0);
}
.drink__video__file:hover img {
  -moz-transform: translateZ(0) scale(1.05);
  -ms-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}
.drink__video__file.active iframe {
  display: block;
}
.drink__video__title {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: "DINOT-CondBold";
  font-size: 30px;
  color: #fff;
  -moz-transform: translateZ(0) translate(-50%, -50%);
  -ms-transform: translateZ(0) translate(-50%, -50%);
  -o-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
  -webkit-transform: translateZ(0) translate(-50%, -50%);
}
@media (max-device-width: 1376px) {
  .drink__video__title {
    font-size: 25px;
    top: 50%;
  }
}
.drink__video__title span {
  display: block;
  font-size: 40px;
}
@media only screen and (max-width : 767px) {
  .drink__video__title span {
    font-size: 30px;
  }
}
.drink--whiskey {
  padding: 60px 0 105px;
}
@media only screen and (max-width : 767px) {
  .drink--whiskey {
    padding: 60px 20px 105px;
  }
}
.drink--whiskey h1,
.drink--whiskey h2 {
  max-width: 350px;
  padding: 0 0 22px;
  margin: 0 auto 7px;
}
.drink--whiskey h2.subtitle {
  margin-top: 25px;
  font-size: x-large;
}
.drink--whiskey h1 {
  font-size: 42px;
  line-height: 1;
}
@media only screen and (max-width : 767px) {
  .drink--whiskey h1 {
    font-size: 40px;
  }
}
.drink--whiskey .drink__content {
  max-width: 520px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}
.drink--whiskey .drink__content-wide {
  max-width: 620px;
}
.slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  padding: 0;
}
.slider .slick-dots {
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
  text-align: center;
}
.slider .slick-dots li {
  position: relative;
  top: -45px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10pc;
  border: 2px solid #c3d4c0;
  font-size: 0;
  background: transparent;
  outline: none;
}
.slider .slick-dots li button:hover,
.slider .slick-dots li button:focus,
.slider .slick-dots li button:active {
  cursor: pointer;
}
.slider .slick-dots li.slick-active button {
  background: #c3d4c0;
}
.slick-slide .slider__image--mobile {
  display: none;
}
@media only screen and (max-width : 767px) {
  .slick-slide .slider__image--mobile {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width : 767px) {
  .slick-slide .slider__image {
    display: none;
  }
}
.slider__item {
  width: 100%;
  height: 100%;
  background: url(/resources/images/components/homePage/slider/slider-1@2x.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width : 767px) {
  .slider__item {
    background-position: 57% 50%;
  }
}
.slider__item-2 {
  background: url(/resources/images/components/homePage/slider/slider-2@2x.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .slider__item-2 {
    background-position: 70% 50%;
  }
}
.slider__item-3 {
  background: url(/resources/images/components/homePage/slider/slider-3@2x.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .slider__item-3 {
    background-position: 70% 50%;
  }
}
.slider__item__title {
  height: auto !important;
  max-width: 480px;
  position: absolute;
  top: 51%;
  left: 50%;
  font-family: "DINOT-CondBold";
  text-align: center;
  text-transform: uppercase;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .slider__item__title {
    left: 6%;
    right: 6%;
    text-align: center;
    max-width: none;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
.slider__item__title p {
  letter-spacing: 1.4px;
  line-height: 0.9;
  color: #fff;
  font-size: 70px;
  margin: 0 0 20px;
}
@media only screen and (max-width : 767px) {
  .slider__item__title p {
    font-size: 55px;
  }
}
@media (max-width: 420px) {
  .slider__item__title p {
    font-size: 45px;
  }
}
.slider__item__title .button {
  color: #fff;
  border-color: #fff;
  padding: 6px 11px 6px;
  position: relative;
  min-width: 200px;
}
.slider__item__title .button-links {
  left: -2px;
  right: -2px;
  padding-top: 2px;
  overflow-y: auto;
  height: 110px;
}
.slider__item__title .button:hover,
.slider__item__title .button:focus,
.slider__item__title .button:active {
  background-color: #955024;
  border-color: #955024;
}
.slider .slick-track,
.slider .slick-list {
  height: 625px !important;
}
@media only screen and (max-width : 767px) {
  .slider .slick-track,
  .slider .slick-list {
    height: calc(100vh - 50px) !important;
  }
}
.slider .slick-current > div {
  height: 100%;
}
.slick-slide {
  outline: none;
  padding: 0 3px;
}
.header-content {
  position: relative;
  height: 625px;
  line-height: 1;
  font-family: acumin-pro, sans-serif;
}
.no-webp .header-content--cocktails {
  background: url(/resources/images/components/cocktails/headerContent/header-content.jpg) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--cocktails {
    background-position: 27% 50%;
  }
}
.webp .header-content--cocktails {
  background: url(/resources/images/components/cocktails/headerContent/header-content.webp) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--cocktails {
    background-position: 27% 50%;
  }
}
.no-webp .header-content--contact-us {
  height: 306px;
  background: url(/resources/images/components/contactUs/headerContent/header-content.jpg) center;
  background-size: cover;
}
.webp .header-content--contact-us {
  height: 306px;
  background: url(/resources/images/components/contactUs/headerContent/header-content.webp) center;
  background-size: cover;
}
.no-webp .header-content--our-story {
  background: url(/resources/images/components/ourStory/headerContent/header-content.jpg);
  background-size: cover;
}
.webp .header-content--our-story {
  background: url(/resources/images/components/ourStory/headerContent/header-content.webp);
  background-size: cover;
}
.header-content--quiz {
  background: url(/resources/images/components/whiskeyQuiz/quiz-hero.jpg);
  background-size: cover;
  background-position: 25% 25%;
}
.no-webp .header-content--book-a-table {
  background: url(/resources/images/components/bookTable/banner-image.jpg);
  background-size: cover;
  background-position: 25% 25%;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--book-a-table {
    height: 210px;
    background-position: 25% 25%;
  }
}
.webp .header-content--book-a-table {
  background: url(/resources/images/components/bookTable/banner-image.jpg);
  background-size: cover;
  background-position: 25% 25%;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--book-a-table {
    height: 210px;
    background-position: 25% 25%;
  }
}
.no-webp .header-content--taste-of-christmas {
  background: url(/resources/images/components/tasteOfChristmas/banner2.jpg);
  background-size: cover;
  background-position: 25% 80%;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--taste-of-christmas {
    height: 210px;
    background-position: 25% 80%;
  }
}
.webp .header-content--taste-of-christmas {
  background: url(/resources/images/components/tasteOfChristmas/banner2.jpg);
  background-size: cover;
  background-position: 25% 80%;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--taste-of-christmas {
    height: 210px;
    background-position: 25% 80%;
  }
}
.no-webp .header-content--missed-birthday {
  background: url(/resources/images/components/missedBirthday/headerContent/missed-birthday-header.jpg);
  background-size: cover;
}
.webp .header-content--missed-birthday {
  background: url(/resources/images/components/missedBirthday/headerContent/missed-birthday-header.webp);
  background-size: cover;
}
.no-webp .header-content--win-a-cocktail-kit {
  background: url(/resources/images/components/win-a-cocktail-kit/headerContent/win-a-cocktail-kit-header.jpg);
  background-size: cover;
  background-position: center;
}
.webp .header-content--win-a-cocktail-kit {
  background: url(/resources/images/components/win-a-cocktail-kit/headerContent/win-a-cocktail-kit-header.webp);
  background-size: cover;
  background-position: center;
}
.no-webp .header-content--our-whiskey {
  height: 306px;
  background: url(/resources/images/components/ourWhiskey/headerContent/header-content.jpg) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--our-whiskey {
    background-position: 79% 50%;
  }
}
.webp .header-content--our-whiskey {
  height: 306px;
  background: url(/resources/images/components/ourWhiskey/headerContent/header-content.webp) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--our-whiskey {
    background-position: 79% 50%;
  }
}
.no-webp .header-content--cocktail-workshop-experience {
  background: url(components/pages/resources/images/components/cocktailWorkshop/cocktail-workshop-experience-header.jpg) center;
  background-size: cover;
  max-height: 420px;
}
.webp .header-content--cocktail-workshop-experience {
  background: url(/resources/images/components/cocktailWorkshop/cocktail-workshop-experience-header.webp) center;
  background-size: cover;
  max-height: 420px;
}
.no-webp .header-content--powerhouse-friday {
  height: 480px;
  background: url(/resources/images/components/powerhouseFriday/header-content.jpg) center;
  background-size: cover;
}
@media only screen and (max-width : 1024px) {
  .no-webp .header-content--powerhouse-friday {
    background: url(/resources/images/components/powerhouseFriday/header-content-medium.jpg) center;
    background-size: cover;
  }
}
.webp .header-content--powerhouse-friday {
  height: 480px;
  background: url(/resources/images/components/powerhouseFriday/header-content.webp) center;
  background-size: cover;
}
@media only screen and (max-width : 1024px) {
  .webp .header-content--powerhouse-friday {
    background: url(/resources/images/components/powerhouseFriday/header-content-medium.webp) center;
    background-size: cover;
  }
}
.no-webp .header-content--private-events {
  height: 680px;
  background: url(/resources/images/components/privateEvents/headerContent/header-content.jpg) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--private-events {
    height: calc(100vh - 20px);
  }
}
.webp .header-content--private-events {
  height: 680px;
  background: url(/resources/images/components/privateEvents/headerContent/header-content.webp) center;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--private-events {
    height: calc(100vh - 20px);
  }
}
.no-webp .header-content--find-us {
  background: url(/resources/images/components/findUs/headerContent/header-content.jpg) center;
  background-size: cover;
  height: 1850px;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--find-us {
    height: calc(100vh - 270px);
  }
}
.webp .header-content--find-us {
  background: url(/resources/images/components/findUs/headerContent/header-content.webp) center;
  background-size: cover;
  height: 1850px;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--find-us {
    height: calc(100vh - 270px);
  }
}
.no-webp .header-content--welcome-back {
  background: url(/resources/images/components/welcomeBack/welcome-back-1.jpg) center;
  background-size: cover;
  background-position-y: 5%;
}
.webp .header-content--welcome-back {
  background: url(/resources/images/components/welcomeBack/welcome-back-1.webp) center;
  background-size: cover;
  background-position-y: 5%;
}
.no-webp .header-content--faq {
  background: url(/resources/images/components/faq/headerContent/header-content.jpg) center;
  background-size: cover;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .no-webp .header-content--faq {
    height: 210px;
    background-position: 25% 50%;
  }
}
.webp .header-content--faq {
  background: url(/resources/images/components/faq/headerContent/header-content.webp) center;
  background-size: cover;
  height: 337px;
}
@media only screen and (max-width : 767px) {
  .webp .header-content--faq {
    height: 210px;
    background-position: 25% 50%;
  }
}
.header-content--distillery {
  height: 700px;
  background: linear-gradient(to top, #96a798, 75%, #68746a);
  background-size: cover;
  margin-bottom: 100px;
}
@media only screen and (max-width : 767px) {
  .header-content--distillery {
    height: 500px;
  }
}
.header-content--distillery .distillery__video__title {
  z-index: 3;
}
.header-content--distillery .button-play {
  width: 100px;
  height: 100px;
  margin-top: 80px;
}
.header-content--distillery .button-play:before {
  border-width: 28px 0 28px 38px;
  margin: -28px 0 0 -11px;
}
@media only screen and (max-width : 767px) {
  .header-content--distillery .button-play {
    width: 60px;
    height: 60px;
    margin-top: 40px;
  }
  .header-content--distillery .button-play:before {
    border-width: 14px 0 14px 19px;
    margin: -14px 0 0 -7px;
  }
}
.header-content--distillery__img {
  position: absolute;
  height: 100%;
}
.header-content--distillery__img img {
  height: 100%;
}
.header-content--distillery__img--bartender {
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  .header-content--distillery__img--bartender img {
    margin: 0 90px 0 -90px;
  }
}
.header-content--distillery__img--tower {
  right: 0;
  overflow: hidden;
}
.header-content--distillery__img--tower img {
  margin: 0 -90px 0 90px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px), only screen and (max-width : 767px) {
  .header-content--distillery__img--tower img {
    margin: 0 -70% 0 70%;
  }
}
.header-content--distillery__img--factory {
  height: 70%;
  width: fit-content;
  bottom: -17%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width : 767px) {
  .header-content--distillery__img--factory {
    height: 40%;
    bottom: -11%;
  }
}
.header-content__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-content__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.header-content__title h1 {
  color: #fff;
  letter-spacing: 1.4px;
  font-size: 70px;
}
@media only screen and (max-width : 767px) {
  .header-content__title h1 {
    font-size: 55px;
  }
}
.header-content__title h1.bookTable {
  color: #090a0c;
}
.header-content__title h2 {
  color: #fff;
  letter-spacing: 1.2px;
}
@media only screen and (max-width : 767px) {
  .header-content__title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width : 767px) {
  .header-content__title--powrhouse-friday {
    padding: 0 20px;
    width: 100%;
  }
}
.header-content__title--button {
  color: #fff;
  border-color: #fff;
  padding: 6px 11px;
  position: relative;
  min-width: 200px;
}
.header-content__title--contact {
  top: 55%;
}
.header-content__title--story {
  line-height: 1.5;
  padding: 0 3%;
  top: 54%;
  letter-spacing: 0.3px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .header-content__title--story {
    left: 0;
    padding: 0 7%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
@media only screen and (max-width : 767px) {
  .header-content__title--story {
    top: 56%;
    left: 0;
    padding: 0 7%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
.header-content__title--story h1 {
  font-size: 50px;
  line-height: 0.9;
  padding: 0 2% 6%;
}
@media only screen and (max-width : 767px) {
  .header-content__title--story h1 {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  .header-content__title--story h1 {
    padding: 0;
  }
}
.header-content__title--whiskey {
  line-height: 1.56;
  padding: 6.5% 3% 0;
  letter-spacing: 0.3px;
  position: static;
  margin: 0 auto;
  width: 42%;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .header-content__title--whiskey {
    width: 54%;
  }
}
@media only screen and (max-width : 767px) {
  .header-content__title--whiskey {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.header-content__title--whiskey h2 {
  font-size: 40px;
  padding: 0 2% 22px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 30px;
}
.header-content__title--whiskey h2:after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 9px;
  background-image: url(/resources/images/components/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -36px;
}
.header-content__title--find {
  top: 16%;
  width: 100%;
}
.header-content__title--find h1 {
  font-size: 100px;
}
@media only screen and (max-width : 767px) {
  .header-content__title--find {
    top: 45%;
  }
  .header-content__title--find h2 {
    font-size: 50px;
  }
}
.header-content__title--faq {
  top: 55%;
  width: 100%;
}
.header-content__title--faq h1 {
  font-size: 100px;
}
@media only screen and (max-width : 767px) {
  .header-content__title--faq {
    top: 45%;
  }
  .header-content__title--faq h2 {
    font-size: 50px;
  }
}
.header-content__title--private-events {
  top: 34%;
}
@media only screen and (max-width : 767px) {
  .header-content__title--private-events {
    width: 100%;
  }
}
.header-content__title--private-events h1 {
  font-size: 100px;
}
@media only screen and (max-width : 767px) {
  .header-content__title--private-events h1 {
    font-size: 50px;
  }
}
.header-content__title--distillery {
  top: 35%;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .header-content__title--distillery {
    top: 45%;
  }
}
.header-content__title--distillery h1 {
  color: #fff;
  letter-spacing: 1.4px;
  font-size: 90px;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .header-content__title--distillery h1 {
    font-size: 55px;
  }
}
.background-overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}
.story {
  overflow: hidden;
  max-width: 620px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.no-webp .story-bg {
  min-height: 387px;
  background: url(/resources/images/components/ourStory/storyItems/story-1.jpg) center no-repeat;
  background-size: cover;
}
.webp .story-bg {
  min-height: 387px;
  background: url(/resources/images/components/ourStory/storyItems/story-1.webp) center no-repeat;
  background-size: cover;
}
.story__title {
  font-size: 50px;
  letter-spacing: 1.4px;
  padding: 25px 0 17px;
  margin-bottom: 25px;
  max-width: 55%;
  line-height: 1.1;
}
@media only screen and (max-width : 767px) {
  .story__title {
    font-size: 40px;
    max-width: 80%;
  }
}
.story p {
  margin: 10px 25px;
  letter-spacing: 0.3px;
}
.story img {
  margin: 0 5px 10px;
}
.story .button {
  margin: 40px auto;
}
.contact-us {
  padding: 70px 0 0;
}
@media only screen and (max-width : 767px) {
  .contact-us {
    padding: 45px 0;
  }
}
.contact-us__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 65px;
  letter-spacing: 0.2px;
  font-size: 16px;
}
@media only screen and (max-width : 767px) {
  .contact-us__item {
    width: 100%;
  }
}
.contact-us__title {
  margin: 0;
  padding: 0 0 30px;
  margin-bottom: 20px;
  position: relative;
}
.contact-us__title:after {
  content: '';
  display: inline-block;
  background-image: url(/resources/images/components/line.svg);
  width: 72px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
}
.contact-us__content {
  padding-bottom: 15px;
}
.contact-us__content a,
.contact-us__content span {
  color: #748170;
  margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 840px) {
  .contact-us__content a,
  .contact-us__content span {
    display: block;
  }
}
@media (max-width: 540px) {
  .contact-us__content a,
  .contact-us__content span {
    display: block;
  }
}
.contact-us__content a.button,
.contact-us__content span.button {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 840px) {
  .contact-us__content a.button,
  .contact-us__content span.button {
    display: inline-block;
  }
}
@media (max-width: 540px) {
  .contact-us__content a.button,
  .contact-us__content span.button {
    display: inline-block;
  }
}
.contact-us__content a.button:hover,
.contact-us__content span.button:hover,
.contact-us__content a.button:focus,
.contact-us__content span.button:focus,
.contact-us__content a.button:active,
.contact-us__content span.button:active {
  color: #955024;
}
.contact-us__content .button {
  position: relative;
  min-width: 200px;
}
.contact-us__content .button-links {
  padding-top: 2px;
}
.contact-us__content .button a {
  color: #fff;
  margin: 0 -2px;
}
.contact-us__content .button:hover,
.contact-us__content .button:focus,
.contact-us__content .button:active {
  color: #fff;
  background: #955024;
}
.contact-us__link {
  color: #cb8960;
  text-decoration: underline;
}
.contact-us__link:hover,
.contact-us__link:focus,
.contact-us__link:active {
  color: #cb8960;
  text-decoration: none;
}
.contact-us__link--phone {
  text-decoration: none;
}
.contact-us--follow {
  text-align: center;
  background: #c3d4c0;
}
.cocktail {
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  position: relative;
  left: 2%;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 112px;
  text-align: center;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktail {
    width: 49%;
  }
}
@media only screen and (max-width : 767px) {
  .cocktail {
    width: 49%;
    left: 1%;
  }
}
@media (max-width: 540px) {
  .cocktail {
    width: 100%;
    left: auto;
  }
}
.cocktail__inner {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.cocktail__img {
  display: block;
  width: 253px;
  height: 253px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .cocktail__img {
    width: 210px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktail__img {
    width: 253px;
  }
}
@media only screen and (max-width : 767px) {
  .cocktail__img {
    height: auto;
    width: 64%;
    max-width: 253px;
  }
}
@media (max-width: 540px) {
  .cocktail__img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.cocktail__img img {
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.cocktail__img:hover img {
  -moz-transform: translateZ(0) scale(1.05);
  -ms-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}
.cocktail__description {
  width: 133px;
  margin: 0;
  letter-spacing: 1.1px;
  text-align: left;
  position: absolute;
  top: 71%;
  left: -26.4%;
  z-index: 2;
}
@media (max-width: 1100px) {
  .cocktail__description {
    top: 52%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktail__description {
    top: 71%;
  }
}
@media only screen and (max-width : 767px) {
  .cocktail__description {
    top: 65%;
    left: -4%;
  }
}
@media (max-width: 540px) {
  .cocktail__description {
    padding-left: 0;
    position: absolute;
    bottom: -25px;
    left: -13%;
    top: 73%;
  }
}
.cocktail__description a {
  font-size: 16px;
  color: #955024;
}
.cocktail__description a:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 10px;
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  background-size: contain;
  position: relative;
  margin-right: 8px;
  top: 5px;
}
.cocktail__title {
  font-size: 40px;
  margin: 0 0 5px 0;
}
@media only screen and (max-width : 767px) {
  .cocktail__title {
    font-size: 30px;
  }
}
.cocktail__title span {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width : 767px) {
  .cocktail__title span {
    font-size: 23px;
  }
}
.cocktails {
  margin: 120px 0 0;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails {
    width: 90%;
    margin: 120px auto 0;
  }
}
@media only screen and (max-width : 767px) {
  .cocktails {
    width: 90%;
    margin: 80px auto 0;
  }
}
@media (max-width: 540px) {
  .cocktails {
    width: 75%;
    text-align: center;
  }
}
.cocktails__slider {
  margin: 0 0 125px;
}
@media only screen and (max-width : 767px) {
  .cocktails__slider {
    margin-bottom: 50px;
  }
}
.cocktails__slider.cocktails {
  width: 100%;
}
.cocktails__slider .cocktail {
  left: 0.5%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails__slider .cocktail {
    left: 1%;
  }
}
@media (max-width: 540px) {
  .cocktails__slider .cocktail {
    left: 2px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails__slider .cocktail__img {
    width: 240px;
  }
}
@media only screen and (max-width : 767px) {
  .cocktails__slider .cocktail__img {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .cocktails__slider .cocktail__img {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails__slider .cocktail__description {
    top: 67%;
  }
}
@media (max-width: 540px) {
  .cocktails__slider .cocktail__description {
    top: 77%;
  }
}
.cocktails__slider .slick-list {
  margin: 0 30px;
}
@media only screen and (min-width : 1024px) {
  .cocktails__slider .slick-list {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .cocktails__slider .slick-list {
    margin: 0;
  }
}
.cocktails__slider .slick-arrow {
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  width: 15px;
  height: 30px;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 34%;
  right: 5px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails__slider .slick-arrow {
    right: 5px;
  }
}
.cocktails__slider .slick-arrow:hover,
.cocktails__slider .slick-arrow:focus,
.cocktails__slider .slick-arrow:active {
  outline: none;
}
.cocktails__slider .slick-prev {
  right: auto;
  left: 5px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktails__slider .slick-prev {
    right: auto;
    left: 5px;
  }
}
.cocktail-recipe {
  font-family: acumin-pro, sans-serif;
  color: #000;
  margin-bottom: 105px;
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe {
    margin-bottom: 40px;
  }
}
.cocktail-recipe h1 {
  font-size: 50px;
  line-height: 1.02;
  margin: 0 0 10px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktail-recipe h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe h1 {
    font-size: 40px;
  }
}
.cocktail-recipe h1 span {
  font-size: 66px;
  display: block;
  letter-spacing: 1px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .cocktail-recipe h1 span {
    font-size: 56px;
  }
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe h1 span {
    font-size: 56px;
  }
}
.cocktail-recipe h3 {
  font-size: 16px;
  color: #955024;
  padding-top: 15px;
  margin: 0;
}
.cocktail-recipe-right {
  float: right;
  width: 49%;
  max-width: 506px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe-right {
    float: none;
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 40px auto 0;
  }
}
.cocktail-recipe-right:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -ms-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
}
.cocktail-recipe-right.no-blur:before {
  display: none;
}
.cocktail-recipe-right img {
  width: 630px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe-right img {
    width: 100%;
  }
}
.cocktail-recipe-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: 100%;
  display: none;
}
.cocktail-recipe-right .drink__video__title {
  top: 52%;
  z-index: 3;
}
.cocktail-recipe-right .button-play {
  margin-top: 20px;
}
.cocktail-recipe-right:hover {
  cursor: pointer;
}
.cocktail-recipe-right:hover:before {
  background: rgba(0, 0, 0, 0);
}
.cocktail-recipe-right:hover img {
  -moz-transform: translateZ(0) scale(1.05);
  -ms-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}
.cocktail-recipe-right.active:before {
  background: #fff;
}
.cocktail-recipe-right.active iframe {
  display: block;
}
.cocktail-recipe-right.active:hover:before {
  background: #fff;
}
.cocktail-recipe-left {
  float: left;
  width: 49%;
  margin-top: -5px;
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe-left {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
.cocktail-recipe-description {
  max-width: 87%;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe-description {
    max-width: none;
  }
}
.cocktail-recipe-list {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  margin: 0 5% 6% 0;
  font-family: acumin-pro, sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .cocktail-recipe-list {
    width: 100%;
    margin: 0;
  }
}
.cocktail-recipe-list-line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAACXBIWXMAABcSAAAXEgFnn9JSAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAgO5pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MTkwNC0wMS0wMVQwMDowMFo8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE4LTAxLTI2VDE2OjIzOjI2KzAzOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOC0wMS0yNlQxNjoyMzoyNiswMzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5BZG9iZSBSR0IgKDE5OTgpPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPmRvd25sb2FkPC9waG90b3Nob3A6TGF5ZXJOYW1lPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyVGV4dD5kb3dubG9hZDwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT5zaGFyZTwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+c2hhcmU8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+4oCiIDUwbWwgUm9lICZhbXA7IENvIOKAoiAyMG1sIEZyZXNoIGFwcGxlIGp1aWNlIOKAoiBTb2RhIHdhdGVyIOKAoiBQZWFyIHNsPC9waG90b3Nob3A6TGF5ZXJOYW1lPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyVGV4dD7igKIgNTBtbCBSb2UgJmFtcDsgQ28g4oCiIDIwbWwgRnJlc2ggYXBwbGUganVpY2Ug4oCiIFNvZGEgd2F0ZXIg4oCiIFBlYXIgc2xpY2UgIDwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT5JbmdyZWRpZW50czwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+SW5ncmVkaWVudHM8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+4oCiIExvbmcgZ2xhc3MgIDwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+4oCiIExvbmcgZ2xhc3MgIDwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT5FcXVpcHRtZW50PC9waG90b3Nob3A6TGF5ZXJOYW1lPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyVGV4dD5FcXVpcHRtZW50PC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPk1ldGhvZCBGaWxsIGEgbG9uZyBnbGFzcyB3aXRoIGljZS4gIEFkZCBSb2UgJmFtcDsgQ28gYW5kIHRoZSBmcmVzaCA8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Pk1ldGhvZCBGaWxsIGEgbG9uZyBnbGFzcyB3aXRoIGljZS4gIEFkZCBSb2UgJmFtcDsgQ28gYW5kIHRoZSBmcmVzaCAgYXBwbGUganVpY2UuIFRvcCB1cCB3aXRoIHNvZGEgd2F0ZXIgYW5kIHN0aXIuICAgR2FybmlzaCB3aXRoIGEgcGVhciBzbGljZS48L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+cm9lICZhbXA7ICByb290cyAgIDwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+cm9lICZhbXA7ICByb290cyAgIDwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT53YXRjaCB0aGUgUmVjaXBlIDwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+d2F0Y2ggdGhlIFJlY2lwZSA8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+YmFjayB0byBjb2NrdGFpbHM8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0PmJhY2sgdG8gY29ja3RhaWxzPC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlJvZSBNYW5oYXR0YW48L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0PlJvZSBNYW5oYXR0YW48L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+Um9lICZhbXA7IGNvIFBlYWNoZXMgJmFtcDsgQ3JlYW08L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0PlJvZSAmYW1wOyBjbyBQZWFjaGVzICZhbXA7IENyZWFtPC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZDwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdHR1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIER1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLiBTZWQgdXQgcGVyc3BpY2lhdGlzIHVuZGUgb21uaXMgaXN0ZSBuYXR1cyBlcnJvciBzaXQgdm9sdXB0YXRlbSBhY2N1c2FudGl1bSBkb2xvcmVtcXVlIGxhdWRhbnRpdW0sIHRvdGFtIHJlbSBhcGVyaWFtLCBlYXF1ZSBpcHNhIHF1YWUgYWIgaWxsbyBpbnZlbnRvcmUgdmVyaXRhdGlzIGV0IHF1YXNpIGFyY2hpdGVjdG8gYmVhdGFlIHZpdGFlIGRpY3RhIHN1bnQgZXhwbGljYWJvLiBOZW1vIGVuaW0gaXBzYW0gdm9sdXB0YXRlbSBxdWlhIHZvbHVwdGFzIHNpdCBhc3Blcm5hdHVyIGF1dCBvZGl0IGF1dCBmdWdpdCwgc2VkIHF1aWEgY29uc2VxdXVudHVyIG1hZ25pIGRvbG9yZXMgZW9zIHF1aSByYXRpb25lIHZvbHVwdGF0ZW0gc2VxdWkgbmVzY2l1bnQuIE5lcXVlIHBvcnJvIHF1aXNxdWFtIGVzdCwgcXVpIGRvbG9yZW0gaXBzdW0gcXVpYSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIsIGFkaXBpc2NpIHZlbGl0LCBzZWQgcXVpYSBub24gbnVtcXVhbSBlaXVzIG1vZGkgdGVtcG9yYSBpbmNpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hbSBhbGlxdWFtIHF1YWVyYXQgdm9sdXB0YXRlbS48L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+Q29uZGl0aW9ucyBvZiBVc2UgIOKAoiAgUHJpdmFjeSBhbmQgQ29va2llIE5vdGljZSAg4oCiICBBY2Nlc3NpYmlsaTwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+Q29uZGl0aW9ucyBvZiBVc2UgIOKAoiAgUHJpdmFjeSBhbmQgQ29va2llIE5vdGljZSAg4oCiICBBY2Nlc3NpYmlsaXR5ICDigKIgIFJlc3BvbnNpYmxlIERyaW5raW5nICDigKIgIERyaW5rSVEgIOKAoiAgdGhlQmFyLmNvbSAg4oCiICBTaXRlbWFwIMKpIERpYWdlbyBCcmFuZHMgQi5WLiAyMDE2LiBJQ1AgMTAwMDE2MTYtOSA8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+SG9tZSAgICBPdXIgU3RvcnkgICAgT3VyIFdoaXNrZXkgICAgQ29ja3RhaWxzICAgIENvbnRhY3QgVVM8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0PkhvbWUgICAgT3VyIFN0b3J5ICAgIE91ciBXaGlza2V5ICAgIENvY2t0YWlscyAgICBDb250YWN0IFVTPC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPkJ1eTwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+QnV5PC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaT4wOTExN0QxQzhFMUI4NEE2RjU5RkYwQUEyNDE2QTJBNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjBBQjRFQ0JCNDE0QUVGQ0UwNkFEQkJCNTFDQjI1NDAzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MjUwNkVGNUZEODNGMEU2REU2QjkyQzA2NjY1MDJDMUQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4zMEZEMzBENjQ5MzE5NEI2Q0YzN0FBRDIxQjE0QTQwODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjY1OTQ3RUY4QkUxRTVGRjZDMDA2QkMyM0UwQUFCMTI2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QTNDQjg1QzRDNjJDRjJERDMxMEQzNDg3MDFDNkEzMzc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BQTNGRUMwNjEwNzVCQjJDNjQzRDEzNDVGMTk0OTcxQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkU1Nzc0MkNCNTUwNkM1MUY3QzAxQzYzRkQ2QUI1RTRBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RUM3OTc0MkJCNUNDNTM4OTYzRTIzRDlEMDI0NUQzMTE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MDQxZTY2OWMtZmQwMi0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjE0NmIxYzM2LTUzZGMtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxNGI3YTQ1Mi02MTUwLTExNzktOWI5YS1lYmMxMGQ5ZWUzNTk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MWMxMDJkMjEtMTc4Zi0xMTdhLTg5NWUtYzNlNjA3ZDI3YTBmPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjFjMjBkM2M1LTUzZTEtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxZmVhZTZkMC0xZWQ3LTExN2EtODUyMS05MWZmYmM1MTQ5ZjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MjQ1MmQxMDktZmMzNi0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI5MjI1MzVmLTFhMTctMTE3YS04Y2E1LWMyYTIxMDgzZjhmMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyYTgzMTcyMy01M2QwLTExNzgtOGVlZi1hZDkyNzE5MDdkZjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MzFhYmRhZTUtNTNjZi0xMTc4LThlZWYtYWQ5MjcxOTA3ZGYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM5YTkyM2Q3LTY5YjAtZjY0Mi05ZDY0LTM5YzBjZTBjODE1NzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozYjUxMmVkMy0xMjIwLTExN2EtODU3ZS1mMWUwZDc1MTI5Y2E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NDExZjlmOWUtMWVkMC0xMTdhLTg1MmMtZmEwNTYyMTZiYTdjPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQxNjIzNzA1LWZjMjktMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0MzhkODVhYy1mYzNlLTExNzktYTllNi1lNGU1NjA2OTk3YmE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NDU0Nzc2MDItNWNhMC0xMTc5LTg5MzMtYzE3NjM4ZjgzOTQzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQ1YmU4MTA4LTUzZTEtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0YjY0ZDYwNS01M2RjLTExNzgtOGVlZi1hZDkyNzE5MDdkZjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NGMzNmNkMDEtZmM0ZS0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRkMDBjZGM0LTUzZGEtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1MDFlMDI3MS0xNzljLTExN2EtODk1ZS1jM2U2MDdkMjdhMGY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NTA1NmJjMmMtZmMyNi0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjUxMzFmZDJiLTE5Y2QtMTE3YS04Y2E1LWMyYTIxMDgzZjhmMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1M2U4Y2NlYi01NTZhLTExNzgtYmI2YS1iNGIwNDMxNzQ1NzQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NTUzMWM0OGUtMWVkNy0xMTdhLTg1MjEtOTFmZmJjNTE0OWYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZiNDQyZGQzLWZjMzctMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2ZWM4Mzg2MC01M2UxLTExNzgtOGVlZi1hZDkyNzE5MDdkZjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NzhkNzJmODQtNTNjOS0xMTc4LThlZWYtYWQ5MjcxOTA3ZGYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdhNjFhYTJjLWJkODItMTFkYS1iYWU3LTg4NGQzYzQ5MDY2ZjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3ZTYwY2MwMS0xZWQ3LTExN2EtODUyMS05MWZmYmM1MTQ5ZjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ODFmNGZiOTAtMTdiMC0xMTdhLWFiNjAtYzcyMmUwOWJmNzhjPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjg1NzVhMzJlLTEyNDMtMTE3YS04N2U1LWRkYjI5YjkxZjk2ODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4NjJkMjRmMi0xZDJlLTExN2EtOWE1Yy04YjFiNmIzZTI0YTc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ODc5OWIwOGUtMWEwMy0xMTdhLThjYTUtYzJhMjEwODNmOGYxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjhjMjg3NDI1LTFlZDQtMTE3YS04NTIxLTkxZmZiYzUxNDlmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4YzYyNDEyZS0xMjQyLTExN2EtODU3ZS1mMWUwZDc1MTI5Y2E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OTMwZjY5MjctZmM2MS0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk4ZGEwN2E5LTFlZDctMTE3YS04NTIxLTkxZmZiYzUxNDlmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5OWVmMDUxOS05MzRjLTE2NGQtODk5ZS05ODQ0OGJmZTI0ZmM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OWE5MTU1ZGEtMTc5Ny0xMTdhLTg5NWUtYzNlNjA3ZDI3YTBmPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjllMmMzMzdkLTUzZGEtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMDJmMGE4My1iZDk1LWFkNDktYjAxZC1mMjNjYzRmNmY5N2M8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YTQ3MjEzMmMtZmQwNC0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmFjYjFmNzQxLWZjZjEtMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiZTFlZWMxYS1mZDAzLTExNzktYTllNi1lNGU1NjA2OTk3YmE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YzAwNTNhMTctZmMyZS0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMwY2MyMjY4LWZjNTMtMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMmQ0ZDJhYy1mYzRmLTExNzktYTllNi1lNGU1NjA2OTk3YmE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2U3NDU4OTMtYjZmZi0xMTc5LWI2MmQtOTE4ZGFiYmUzOTkyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ0MTdiOWY5LTUzZTEtMTE3OC04ZWVmLWFkOTI3MTkwN2RmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNWI5M2RhMS0xMjRiLTExN2EtODdlNS1kZGIyOWI5MWY5Njg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDdhMDdmYzAtMWVkNy0xMTdhLTg1MjEtOTFmZmJjNTE0OWYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmRjMmU2OTMzLWZkMDItMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkYzkwOTcyMS0xMjMyLTExN2EtODdlNS1kZGIyOWI5MWY5Njg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGYwYThiZmEtNTNkYi0xMTc4LThlZWYtYWQ5MjcxOTA3ZGYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmUwZmM1Mzc5LWZkMTQtMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMzhhMWQ2Ny1mYzMzLTExNzktYTllNi1lNGU1NjA2OTk3YmE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTNmYzI2YWItMWVkNy0xMTdhLTg1MjEtOTFmZmJjNTE0OWYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmU3ZDZjNjQ4LTEyMmQtMTE3YS04NTdlLWYxZTBkNzUxMjljYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYTJkMWZiNC0xMjQ1LTExN2EtODU3ZS1mMWUwZDc1MTI5Y2E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWFkMzc4MzUtNTk4Ni0xMTc4LWE3YWEtOTg0NWFiZDU0ZWRkPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVjYjZiMzA2LWZjZmQtMTE3OS1hOWU2LWU0ZTU2MDY5OTdiYTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplZDEzZTFhZS01Y2QyLTExNzktODkzMy1jMTc2MzhmODM5NDM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWUzYmM0NDItZmMyNy0xMTc5LWE5ZTYtZTRlNTYwNjk5N2JhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVmOTIyNTQ5LTRkMTQtMTFkZC1iZGU5LTgyN2UwOTU5ZTYxMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmMGU5YzkxYy0xOGIzLTExN2EtOWEyNy05ZWExODhlOTUwZTU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjNjMTU1NjQtMWVkNy0xMTdhLTg1MjEtOTFmZmJjNTE0OWYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmY0ZjJmYjc1LTFlZDYtMTE3YS04NTIxLTkxZmZiYzUxNDlmMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNTI3MjU2NS0xNzY1LTExN2EtODk1ZS1jM2U2MDdkMjdhMGY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOjJCQkUzRjdERDBDRURGMTE5MTBERTZGMTc4M0FFRDZBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDozNjM4NDhCNzEwMzhERjExQTdFNEE3NzM1RTVCOUYwOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6NUZGMTkxNjM0RkY4REMxMUEzREVGMTc0RDc0QkYyMkE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOjY0RjhERkRCMTg5OEU0MTE4MjcyOTk3QkJBNDE5NTgzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDo4QURBNjhEMDhDRjdEQzExODY4ODkxQTI2NTVCMEIzQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6QjZENkIzQkVGQjk3RTQxMTgyNzI5OTdCQkE0MTk1ODM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjA1ODAxMTc0MDcyMDY4MTE5QjJCRTgyMDZFQURDRTQwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDowRDkyQzkxRTc2QUMxMUU3QTRGRDlFQkQ0RTUxNzI4QTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MGIwNzg4OWMtOTA5YS00MjRlLWE0ODUtZTA2M2JkMTVjMDNhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDoxMDM5M0I3QTA5MkUxMUU1OUM5QkM4QjcwNUYyQzg1NTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MTAzOTNCN0UwOTJFMTFFNTlDOUJDOEI3MDVGMkM4NTU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjIzOWMyZTFjLWZkYTktNDI1MS1iZTQ5LTBjZDFhMDJjYWZlZTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MmE5MGQzNDQtMTdmOC00OTYyLWI1NTYtZTdhZTQ4MWViMWYxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDoyZjBmNjUyMC0yMDcyLTQ5YmItYTdmOC1iZDkyZDU4N2I1NTc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjMyOTJiYTcxLWQwYzgtNGVmNy04ZmFiLWY5MzdjMDQ4ZDNiNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MzczNDEwYzktZTVjZC00ZGU5LTljYjctNDFiN2VkYjQzZmI1PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDozYTIwMzkxYi1kYWRmLTQzMmEtOWFlMy1hNTM3MDBhMGM4MDg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjU3MTBEODNCMTIyMDY4MTE4MjJBQjlDRjA5OTk0NDkyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo1Nzg0ZDZkZC1hM2EwLTM4NDAtYWE2YS0zNzQ2NGY4ZWUxNDE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjU3YmQ2YzFlLWE3MzUtNDI2MC04MTc5LTg5NzlkNWRkNWFjZDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NjIzMjRjY2QtNDFmMy00NGQ1LWIyNDgtN2VhNTgyZjgxNmMxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo2MzE3YzFlOC1kMjZmLTRhMjgtOTliNy1lYjEzOTA4NDJkY2E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjZmOWNiYTAzLWYyNzQtNjk0YS1hNDY3LWYyZmUwODk4ZmNkMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NzZjZGYwNzItNDRiOS00MTYyLTk0NDMtMzJhM2UyZDBiNDU4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo4MDhmZWE5ZS01MDJhLTRkNzMtYTAxNi03MGZhNTZkNzZkOTY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjg1NTNiMzg3LWE1YjEtNGZkZC05MmQ5LTMzNmJkN2U1N2RhNDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ODYzQjREQTM5ODhDMTFFMjk4MDZCNDdDQTJBODQwOTg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjg5OEMwRTdBMEIyMDY4MTE4REJCRTM3MzhFRjQ2MkY0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo4ZjMwOGYxMy1mZDE1LTRjMzktYTU2OC05Mjk5ODI2NDYyZmY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjkwNjI1N2IzLTRkODUtNDY0ZS05ODU2LTA2NjFhZTEwZmU1MDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6OTA4RDQ4MTc3ODBGMTFFNTg5RjBGNTg4QTg3MzkxNjE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjkwZTIzYzI5LTBjNTktNDQ3MC1hMjk4LTk4NzFkMDMxMTUyYjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6OTdlM2YyZDctMzk4YS00YjViLTkzOGItZTQ5Y2Y1MGI5MmFhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpBQUZEQTVFMTc2QUIxMUU3QTRGRDlFQkQ0RTUxNzI4QTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6QjZGNjA4RUY2QUMwRTExMUJFODJGMTExMjgyMUREQjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkM1N0ExMjA5MDkyRTExRTU5QzlCQzhCNzA1RjJDODU1PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpDNTdBMTIwRDA5MkUxMUU1OUM5QkM4QjcwNUYyQzg1NTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6RDkxRTREODQxMzYzMTFFNTk0Q0RFRjNDMDk0NjlFN0M8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmIyNTQzOTY5LTMzZWMtN2I0YS1iZDhjLWMyYjU5MDBjMWI1ZTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6YjJjOWQ3Y2UtOWNiZi00MWEwLTlmNjYtZWMzYWQwY2I0ZjY2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpiNWI4ODcyOS0yOTJlLTQ5NmItYjljZi1lODFjZWNmYmJhZDE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmMyYjM0OWI0LTMyY2UtODE0NC05YzEyLTBhNTE0ZjcyZWU5ZTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6YzM3OWYwYzUtY2JjNy00NmYzLWI2ZWItOThmMjIxZTBjZDI3PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpjZmQxNTNjMi0xZDlmLTRlYzUtYjZhMy02MGZmMzg4ZjZkZDg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmRhYWZmMDZlLWVhMjAtYTE0ZS05NjJlLWFmYWQ4YjFkNjQwMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ZGY3MzQ4ODYtMjE1Yy03OTRjLWJkMDQtYzgxMDc1NDNlMmM3PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDplMGMyY2I3OC02ZDhlLTQ0YTAtYjcxOS1jYjMxNzg2ZjYyNDE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmUxZDY1NDY1LTU3NGMtNGJiNy1iZDU3LWJlMzE4OWNmNjU0ODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ZTNmZWU0ODUtMzgwMi00ZGRlLThhZjMtNzlmMTAxNDVlYTQzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDplZTg1MjdiNi1kNjE4LTRhOGMtOTRiNi05ZTA3MGEwY2UzMTk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmY2N2I3NWQ2LTg3ODEtNGVhMi1hMTIzLWEwNzJjNmUxNmQ4ODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ZmZhY2I4MTMtMTQyMC00OGJkLWE2NzUtNWM1OWFjZTU5OTU3PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MTY3MGY2NTctYmE0Yy05OTRkLWE1YjktMTI4YWRjZGVkYTAyPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MDY3NDc2ZWItMDI5Yy0xMWU4LWJiMGUtYjllMzRkMmYwMWEwPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6M2NjMjE4Y2MtMWFkZS00ZDVlLTgzZGQtMGU1YjAwNmY3Yzc0PC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjNjYzIxOGNjLTFhZGUtNGQ1ZS04M2RkLTBlNWIwMDZmN2M3NDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MTkwNC0wMS0wMVQwMDowMFo8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo5M2M5NzZkZS1hYzY4LTRiNzUtYWQzZC1jMDA0ODRmMDYzNWE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDEtMTFUMTY6MTA6NDBaPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6M2NjYTI5YjUtMWFlZC00NTRhLWEyM2YtYTNmZTg5N2FhNThiPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTAxLTI2VDE2OjIzOjI2KzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjE2NzBmNjU3LWJhNGMtOTk0ZC1hNWI5LTEyOGFkY2RlZGEwMjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wMS0yNlQxNjoyMzoyNiswMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6M2NjYTI5YjUtMWFlZC00NTRhLWEyM2YtYTNmZTg5N2FhNThiPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YTAyZjBhODMtYmQ5NS1hZDQ5LWIwMWQtZjIzY2M0ZjZmOTdjPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6M2NjMjE4Y2MtMWFkZS00ZDVlLTgzZGQtMGU1YjAwNmY3Yzc0PC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjE1MDAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjE1MDAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+2/EiuwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAJ0lEQVR42mKYGqCyfGqASuf///8Z/v//z8DCwMCgwMDA8JcBCgADAO7hCl7bij89AAAAAElFTkSuQmCC) 0 0 repeat-x;
  margin-top: 21px;
}
.cocktail-recipe-list ul,
.cocktail-recipe-list p {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.cocktail-recipe-list li {
  margin: 0;
}
.cocktail-recipe-list li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  background: #000;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cocktail-recipe .button {
  padding: 5px 8px 6px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .cocktail-recipe .button {
    margin-top: 6%;
  }
}
.cocktail-recipe .button a {
  display: block;
  color: #955024;
  outline: none;
}
.cocktail-recipe .button.js-download:hover,
.cocktail-recipe .button.js-download:focus,
.cocktail-recipe .button.js-download:active {
  color: #fff;
  text-decoration: none;
}
.cocktail-recipe .button.js-download:hover a,
.cocktail-recipe .button.js-download:focus a,
.cocktail-recipe .button.js-download:active a {
  color: #fff;
  text-decoration: none;
}
.cocktail-recipe-close {
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (max-width : 767px) {
  .cocktail-recipe-close {
    bottom: -48px;
  }
}
.cocktail-recipe-close a {
  text-decoration: none;
  font-size: 16px;
  color: #955024;
  letter-spacing: 0.3px;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.cocktail-recipe-close .header-action-wrap {
  position: static;
  display: block;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.cocktail-recipe-close .header-action-btn {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.cocktail-recipe-close .header-action-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.cocktail-recipe-close .header-action-btn span:before,
.cocktail-recipe-close .header-action-btn span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #955024;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cocktail-recipe-close .header-action-btn span:before {
  top: -5px;
  -moz-transform: translate(0, 5px) rotate(90deg);
  -ms-transform: translate(0, 5px) rotate(90deg);
  -o-transform: translate(0, 5px) rotate(90deg);
  transform: translate(0, 5px) rotate(90deg);
  -webkit-transform: translate(0, 5px) rotate(90deg);
}
.cocktail-recipe-close .header-action-btn span:after {
  top: 6px;
  -moz-transform: translate(0, -6px) rotate(90deg);
  -ms-transform: translate(0, -6px) rotate(90deg);
  -o-transform: translate(0, -6px) rotate(90deg);
  transform: translate(0, -6px) rotate(90deg);
  -webkit-transform: translate(0, -6px) rotate(90deg);
}
.slider-arrow {
  color: #955024;
  display: inline-block;
  font-family: DINOT-CondBold;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  width: 100%;
}
.slider-arrow .next {
  text-decoration: none;
  color: #955024;
  -webkit-transform: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  left: auto;
  padding: 1px 6px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: none;
  width: auto;
  z-index: 5;
}
.slider-arrow .next:before {
  background: url(/resources/images/components/arrow.svg) no-repeat;
  bottom: 32px;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 6px;
  width: 10px;
}
.slider-arrow .back {
  text-decoration: none;
  color: #955024;
  -webkit-transform: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  left: 0;
  padding: 1px 6px;
  position: absolute;
  right: 0;
  right: auto;
  top: 100%;
  transform: none;
  width: auto;
  z-index: 5;
}
.slider-arrow .back:before {
  -webkit-transform: translateZ(0) rotate(180deg);
  background: url(/resources/images/components/arrow.svg) no-repeat;
  bottom: 32px;
  content: '';
  display: inline-block;
  height: 20px;
  left: 6px;
  position: absolute;
  right: 6px;
  right: auto;
  transform: translateZ(0) rotate(180deg);
  width: 10px;
}
.slider-arrow .back:before {
  background-size: contain;
}
.slider-arrow .next:before {
  background-size: contain;
}
.distillery {
  margin-bottom: 80px;
}
.distillery .drink__content {
  max-width: 480px;
}
.distillery.content-width-bg-white {
  background: #fff;
}
.distillery.content-width-bg:after {
  display: none;
}
.distillery__title {
  font-size: 50px;
  letter-spacing: 1.4px;
  padding: 25px 0 17px;
  margin-bottom: 25px;
  max-width: 55%;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  .distillery__title {
    font-size: 40px;
    max-width: 80%;
  }
}
.distillery-bg {
  min-height: 387px;
  max-width: 1300px;
}
@media only screen and (max-width : 767px) {
  .distillery-bg {
    min-height: 100px;
  }
}
.distillery-bg-corporate {
  display: flex;
}
@media only screen and (max-width : 767px) {
  .distillery-bg-corporate {
    display: none;
  }
}
.distillery-bg-corporate .distillery-bg__block {
  width: 50%;
}
.distillery-bg.wrap {
  padding: 0;
}
.distillery-bg__block__text {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 75px 0;
}
.distillery-bg__block__text__title {
  font-size: 35px;
  text-transform: uppercase;
}
.distillery-bg__block__text p {
  width: 70%;
  margin: auto;
}
.distillery-bg__block__text .button {
  margin-top: 30px;
}
.distillery-bg__block__image {
  width: 100%;
  height: 100%;
}
.distillery-bg__block__image img {
  width: 100%;
  height: 100%;
}
.distillery-bg__text {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 75px 0;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .distillery-bg__text {
    margin: 30px 0;
  }
}
.distillery-bg__text__title {
  font-size: 60px;
  text-transform: uppercase;
  margin: 30px 0;
}
@media only screen and (max-width : 767px) {
  .distillery-bg__text__title {
    font-size: 50px;
  }
}
.distillery-circle {
  position: relative;
  width: 100%;
  margin-bottom: 9vw;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  .distillery-circle {
    height: 165vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 1824px) {
  .distillery-circle {
    margin-bottom: 150px;
  }
}
.distillery-circle__content {
  position: relative;
  background: #c3d4c0;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
  margin: 0 auto;
  max-width: 1100px;
  max-height: 1100px;
  padding-top: 5%;
}
@media only screen and (max-width : 767px) {
  .distillery-circle__content {
    position: relative;
    left: -50%;
    width: 200%;
    height: 100vw;
    max-width: 1600px;
    padding: 20% 50% 0 50%;
  }
}
.distillery-circle__content-grey {
  background: #817d7e;
}
.distillery__block {
  position: relative;
}
.distillery__block-image {
  position: relative;
  width: 62%;
  height: 100%;
  max-width: 2200px / 3;
}
.distillery__block-image img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 768px) {
  .distillery__block {
    display: block;
  }
  .distillery__block-image-large {
    width: 69%;
  }
  .distillery__block-image-small {
    width: 50%;
  }
  .distillery__block-right {
    float: right;
    right: -20%;
  }
  .distillery__block-right.distillery__block-image-small {
    right: -10%;
  }
  .distillery__block-left {
    left: -20%;
  }
  .distillery__block-bottom {
    top: -8%;
  }
}
.distillery__block-title {
  position: absolute;
  color: #fff;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 9vw;
  line-height: 8vw;
  max-width: 35%;
  top: 24%;
  z-index: 1;
}
@media only screen and (min-width : 1824px) {
  .distillery__block-title {
    font-size: 139px;
    line-height: 137px;
  }
}
@media only screen and (max-width : 767px) {
  .distillery__block-title {
    font-size: 13vw;
    top: 14%;
    max-width: 50%;
    width: 50%;
    text-align: center;
  }
}
@media only screen and (min-width : 768px) {
  .distillery__block-title-left {
    left: 19%;
    top: 13%;
  }
  .distillery__block-title-center {
    left: 35%;
  }
}
.distillery__block-description {
  position: absolute;
  text-align: center;
  max-width: 41%;
  bottom: 22%;
}
@media only screen and (min-width : 768px) {
  .distillery__block-description-right {
    right: 6%;
  }
  .distillery__block-description-left {
    left: 10%;
    max-width: 46%;
    bottom: 17%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .distillery__block-description {
    max-width: 45%;
    bottom: 13%;
  }
  .distillery__block-description-left {
    bottom: 10%;
    max-width: 49%;
  }
}
@media only screen and (max-width : 767px) {
  .distillery__block-description {
    max-width: 46%;
    bottom: -195px;
    margin-left: 2%;
  }
}
.distillery__block-description-text {
  font-family: acumin-pro, sans-serif;
  margin: 0 auto;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
@media only screen and (min-width : 768px) {
  .distillery__block-description-text-white {
    color: #fff;
  }
}
.distillery__block-description .button {
  margin-top: 28px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .distillery__block-description .button {
    margin-top: 16px;
  }
}
@media only screen and (min-width : 768px) {
  .distillery__block-description .button-white {
    border-color: #fff;
    color: #fff;
  }
  .distillery__block-description .button-white:hover,
  .distillery__block-description .button-white:focus,
  .distillery__block-description .button-white:active {
    border-color: #fff;
    background: #fff;
    color: #955024;
  }
}
.distillery-tower {
  position: relative;
}
.distillery-tower .tower-image {
  position: absolute;
  width: 15vw;
  height: 40vw;
  overflow: hidden;
  top: -22vw;
  right: 0;
}
@media only screen and (min-width : 1824px) {
  .distillery-tower .tower-image {
    width: 245px;
    height: 640px;
    top: -364px;
  }
}
.distillery-tower .tower-image img {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .distillery-tower .tower-image {
    display: none;
  }
}
.distillery__slider-circle {
  position: relative;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .distillery__slider-circle {
    overflow: hidden;
  }
  .distillery__slider-circle__item {
    width: 95%;
    height: 100%;
    position: relative;
  }
  .distillery__slider-circle__item__image {
    width: 95%;
    margin: 0 0 0 7%;
  }
}
.distillery__slider-circle .slick-track,
.distillery__slider-circle .slick-list {
  height: 62vw !important;
}
.distillery__slider-circle .slick-current > div {
  height: 100%;
}
.distillery__slider-circle .slick-list {
  overflow: visible;
}
.distillery__slider-circle .slick-slide {
  padding: 0;
}
.distillery__slider-circle .slick-dots {
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
  text-align: center;
}
.distillery__slider-circle .slick-dots li {
  position: relative;
  top: 20px;
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.distillery__slider-circle .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 10pc;
  border: 1px solid #955024;
  font-size: 0;
  background: transparent;
  outline: none;
}
.distillery__slider-circle .slick-dots li button:hover,
.distillery__slider-circle .slick-dots li button:focus,
.distillery__slider-circle .slick-dots li button:active {
  cursor: pointer;
}
.distillery__slider-circle .slick-dots li.slick-active button {
  background: #955024;
}
.distillery__slider-circle .slick-dots li {
  top: 3vw;
}
.distillery__slider-circle-white .slick-dots li button {
  border: 1px solid #fff;
}
.distillery__slider-circle-white .slick-dots li.slick-active button {
  background: #fff;
}
.distillery__slider-merchandise {
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width : 767px) {
  .distillery__slider-merchandise {
    height: 68vw;
  }
}
.distillery__slider-merchandise__item {
  width: 95%;
  height: 100%;
  position: relative;
}
.distillery__slider-merchandise__item__image {
  width: 95%;
  margin: 0 0 0 7%;
}
.distillery__slider-merchandise__item__image {
  display: inline-block;
  width: 45%;
  margin: 0 5%;
  vertical-align: middle;
}
.distillery__slider-merchandise__item__text {
  display: inline-block;
  width: 30%;
  margin: 0 5%;
  text-align: center;
  vertical-align: middle;
  height: initial !important;
}
.distillery__slider-merchandise__item__text .button {
  margin: 20px auto;
  position: relative;
}
.distillery__slider-merchandise__item__text .button-links {
  left: -2px;
  right: -2px;
  padding-top: 2px;
  overflow-y: auto;
  height: 150px;
}
@media only screen and (max-width : 767px) {
  .distillery__slider-merchandise__item__image {
    width: 100%;
    margin: 0;
  }
  .distillery__slider-merchandise__item__text {
    display: none;
  }
}
.distillery__slider-merchandise .slick-list {
  overflow: visible;
}
.distillery__slider-merchandise .slick-slide {
  padding: 0;
}
.distillery__slider-merchandise .slick-dots {
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
  text-align: center;
}
.distillery__slider-merchandise .slick-dots li {
  position: relative;
  top: 20px;
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.distillery__slider-merchandise .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 10pc;
  border: 1px solid #955024;
  font-size: 0;
  background: transparent;
  outline: none;
}
.distillery__slider-merchandise .slick-dots li button:hover,
.distillery__slider-merchandise .slick-dots li button:focus,
.distillery__slider-merchandise .slick-dots li button:active {
  cursor: pointer;
}
.distillery__slider-merchandise .slick-dots li.slick-active button {
  background: #955024;
}
.distillery__slider-merchandise .slick-dots {
  text-align: left;
  margin-left: 22%;
}
@media only screen and (max-width : 767px) {
  .distillery__slider-merchandise .slick-dots {
    text-align: center;
    margin-left: 0;
  }
}
.distillery__slider-merchandise .slick-arrow {
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  width: 15px;
  height: 30px;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 27%;
  right: 5px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .distillery__slider-merchandise .slick-arrow {
    right: 5px;
  }
}
.distillery__slider-merchandise .slick-arrow:hover,
.distillery__slider-merchandise .slick-arrow:focus,
.distillery__slider-merchandise .slick-arrow:active {
  outline: none;
}
.distillery__slider-merchandise .slick-prev {
  right: auto;
  left: 5px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .distillery__slider-merchandise .slick-prev {
    right: auto;
    left: 5px;
  }
}
@media only screen and (max-width : 767px) {
  .distillery__slider-merchandise .slick-arrow {
    display: none !important;
  }
}
.distillery__slider-merchandise .slick-track,
.distillery__slider-merchandise .slick-list {
  height: 310px !important;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .distillery__slider-merchandise .slick-track,
  .distillery__slider-merchandise .slick-list {
    height: 250px !important;
  }
}
@media only screen and (max-width : 767px) {
  .distillery__slider-merchandise .slick-track,
  .distillery__slider-merchandise .slick-list {
    height: 54vw !important;
  }
}
.distillery__slider-merchandise .slick-current > div {
  height: 100%;
}
.distillery .button {
  padding: 10px 25px;
  font-size: 20px;
}
.distillery .button--big {
  padding: 10px 35px;
}
@media only screen and (min-width : 768px) {
  .only-mobile {
    display: none;
  }
}
.find-us {
  padding: 70px 0 0;
}
@media only screen and (max-width : 767px) {
  .find-us {
    padding: 45px 0;
  }
}
.find-us__info {
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: 15%;
  right: 15%;
  top: 30%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .find-us__info {
    left: 10%;
    right: 10%;
  }
}
@media only screen and (max-width : 767px) {
  .find-us__info {
    position: static;
  }
}
.find-us__info .accordion-item {
  border: none;
}
.find-us__info .accordion-body {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.find-us__item {
  text-align: center;
  font-family: "DINOT-CondBold";
  font-style: normal;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
  font-size: 18px;
}
.find-us__item:after {
  content: "";
  display: block;
  background-image: url(/resources/images/components/line.svg);
  background-repeat: no-repeat;
  width: 72px;
  height: 9px;
  bottom: 0;
  margin: 15px auto 0 auto;
}
.find-us__item--without-after {
  margin-bottom: 0;
}
.find-us__item--without-after:after {
  display: none;
}
.find-us__item h3,
.find-us__item h4,
.find-us__item span {
  margin: 5px;
}
.find-us__item--momondo {
  position: relative;
  top: 15px;
}
.find-us__item span {
  color: #000;
  font-size: 16px;
  text-transform: none;
  font-family: acumin-pro, sans-serif;
  display: block;
}
@media only screen and (max-width : 767px) {
  .find-us__item {
    width: 100%;
  }
}
.find-us__map {
  padding: 0 30px;
  height: 280px;
  width: 100%;
  margin: 30px 0;
}
.find-us__content {
  font-size: 20px;
  color: #955024;
}
.find-us__content a {
  color: #955024;
}
.find-us__block {
  text-align: center;
  font-size: 50px;
  font-family: "DINOT-CondBold";
  line-height: 1.06;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
}
@media only screen and (max-width : 767px) {
  .find-us__block {
    width: 100%;
    padding: 40px 0;
  }
}
.find-us__block-title {
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
  font-size: 26px;
}
.find-us__block-left {
  float: left;
  border-right: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .find-us__block-left {
    float: none;
    border-right: none;
    border-bottom: 2px dotted #c3c3c3;
  }
}
.find-us__block-right {
  float: right;
}
@media only screen and (max-width : 767px) {
  .find-us__block-right {
    float: none;
  }
}
.find-us__block .button-links {
  left: -2px;
  right: -2px;
  padding-top: 2px;
}
.find-us__button {
  padding: 10px;
  position: relative;
}
.find-us__button--shop-now {
  padding: 10px 20px;
}
.faq {
  width: 80%;
  margin: 85px auto;
  margin-bottom: 146px;
}
@media only screen and (max-width : 767px) {
  .faq {
    width: inherit;
    margin: 30px 14px;
  }
}
.faq__title {
  color: #955024;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 32px;
  border-bottom: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .faq__title {
    line-height: 1;
    font-size: 32px;
    padding: 10px 0 14px 8px;
  }
}
.faq__item {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .faq__item {
    margin: 0;
    padding: 14px 5px 11px 8px;
  }
}
.faq__item--title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__item--title h3 {
  font-size: 21px;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .faq__item--title h3 {
    font-size: 15px;
    max-width: 85%;
  }
}
.faq__item--content {
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 10px 30px;
}
.faq__item--content div {
  margin-bottom: 16px;
}
.faq__item--content div p,
.faq__item--content div ol {
  margin: 0;
}
.faq__item--content .highlighted {
  font-weight: bold;
  text-decoration: underline;
}
.faq__item--content .underlined {
  text-decoration: underline;
}
.faq__item--content dl dd {
  margin-bottom: 16px;
}
.private-events__title,
.newsletter-events__title {
  margin: auto;
  position: relative;
  font-size: 32px;
  letter-spacing: 1.4px;
  padding: 50px 0;
  width: 56%;
  line-height: 1.1;
  text-align: center;
}
.private-events__title:after,
.newsletter-events__title:after {
  content: '';
  display: inline-block;
  width: 72px;
  height: 9px;
  background-image: url(/resources/images/components/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -36px;
}
@media only screen and (max-width : 767px) {
  .private-events__title,
  .newsletter-events__title {
    width: unset;
    font-size: 25px;
    max-width: 80%;
  }
}
.private-events-circle,
.newsletter-events-circle {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 160px;
}
.private-events-circle-last,
.newsletter-events-circle-last {
  margin-bottom: 24vw;
}
@media only screen and (max-width : 767px) {
  .private-events-circle,
  .newsletter-events-circle {
    height: 160vw;
    margin-top: 3em;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.private-events-circle__content,
.newsletter-events-circle__content {
  position: relative;
  background: #BED4C1;
  border-radius: 50%;
  max-width: 1100px;
  max-height: 1100px;
}
.private-events-circle__content-dark,
.newsletter-events-circle__content-dark {
  background-color: #4A525C;
}
.private-events-circle__content-small,
.newsletter-events-circle__content-small {
  width: 32vw;
  height: 32vw;
}
@media only screen and (min-width : 768px) {
  .private-events-circle__content-small,
  .newsletter-events-circle__content-small {
    margin: auto;
    min-width: 331px;
    min-height: 331px;
  }
}
.private-events-circle__content-medium,
.newsletter-events-circle__content-medium {
  width: 37vw;
  height: 37vw;
}
@media only screen and (min-width : 768px) {
  .private-events-circle__content-medium,
  .newsletter-events-circle__content-medium {
    left: 26%;
    margin: 0;
    min-width: 331px;
    min-height: 331px;
  }
}
.private-events-circle__content-large,
.newsletter-events-circle__content-large {
  width: 44vw;
  height: 44vw;
}
@media only screen and (min-width : 768px) {
  .private-events-circle__content-large,
  .newsletter-events-circle__content-large {
    right: -38%;
    margin: 0;
    min-width: 331px;
    min-height: 331px;
  }
}
.private-events-circle__content-big,
.newsletter-events-circle__content-big {
  width: 44vw;
  height: 44vw;
}
@media only screen and (min-width : 768px) {
  .private-events-circle__content-big,
  .newsletter-events-circle__content-big {
    left: 20%;
    margin: 0;
    min-width: 331px;
    min-height: 331px;
  }
}
@media only screen and (max-width : 767px) {
  .private-events-circle__content,
  .newsletter-events-circle__content {
    position: relative;
    left: -50%;
    width: 200%;
    height: 100vw;
    max-width: 1600px;
    padding: 20% 50% 0 50%;
  }
}
.private-events__block,
.newsletter-events__block {
  position: relative;
}
.private-events__block-image,
.newsletter-events__block-image {
  position: relative;
  width: 78%;
  height: 100%;
}
.private-events__block-image img,
.newsletter-events__block-image img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 768px) {
  .private-events__block,
  .newsletter-events__block {
    display: block;
  }
  .private-events__block-small-left,
  .newsletter-events__block-small-left {
    top: -6%;
    left: -48%;
  }
  .private-events__block-small-right,
  .newsletter-events__block-small-right {
    top: -6%;
    right: -63%;
  }
  .private-events__block-small-right > div,
  .newsletter-events__block-small-right > div {
    float: right;
  }
  .private-events__block-small .image-small,
  .newsletter-events__block-small .image-small {
    width: 96%;
  }
  .private-events__block-small .image-large,
  .newsletter-events__block-small .image-large {
    width: 112%;
  }
  .private-events__block-medium-left,
  .newsletter-events__block-medium-left {
    top: -10%;
    left: -36%;
  }
  .private-events__block-medium-right,
  .newsletter-events__block-medium-right {
    top: -2%;
    right: -48%;
  }
  .private-events__block-medium-right > div,
  .newsletter-events__block-medium-right > div {
    float: right;
  }
  .private-events__block-medium .image-large,
  .newsletter-events__block-medium .image-large {
    width: 100%;
  }
  .private-events__block-large-left,
  .newsletter-events__block-large-left {
    top: 8%;
    left: -53%;
  }
  .private-events__block-large-right,
  .newsletter-events__block-large-right {
    bottom: -4%;
    right: -13%;
  }
  .private-events__block-large-right > div,
  .newsletter-events__block-large-right > div {
    float: right;
  }
  .private-events__block-large .image-small,
  .newsletter-events__block-large .image-small {
    width: 67%;
  }
  .private-events__block-large .image-large,
  .newsletter-events__block-large .image-large {
    width: 86%;
  }
  .private-events__block-big-left,
  .newsletter-events__block-big-left {
    top: 39%;
    left: -17%;
  }
  .private-events__block-big-right,
  .newsletter-events__block-big-right {
    top: -41%;
    right: -53%;
  }
  .private-events__block-big-right > div,
  .newsletter-events__block-big-right > div {
    float: right;
  }
  .private-events__block-big .image-small,
  .newsletter-events__block-big .image-small {
    width: 76%;
  }
  .private-events__block-big .image-large,
  .newsletter-events__block-big .image-large {
    width: 85%;
  }
}
.private-events__block-title,
.newsletter-events__block-title {
  position: absolute;
  color: #fff;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 5vw;
  line-height: 5vw;
  max-width: 35%;
  top: 24%;
  z-index: 1;
}
@media only screen and (min-width : 1824px) {
  .private-events__block-title,
  .newsletter-events__block-title {
    font-size: 120px;
    line-height: 100px;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width : 767px) {
  .private-events__block-title,
  .newsletter-events__block-title {
    font-size: 13vw;
    top: 14%;
    max-width: 50%;
    width: 50%;
    text-align: center;
  }
}
@media only screen and (min-width : 768px) {
  .private-events__block-title-small,
  .newsletter-events__block-title-small {
    max-width: 75%;
    top: 47%;
    left: 11%;
  }
  .private-events__block-title-medium,
  .newsletter-events__block-title-medium {
    top: 9%;
    left: 25%;
  }
  .private-events__block-title-large,
  .newsletter-events__block-title-large {
    top: 27%;
    left: 17%;
  }
  .private-events__block-title-big,
  .newsletter-events__block-title-big {
    top: 29%;
    left: 33%;
  }
}
.private-events__block-description,
.newsletter-events__block-description {
  position: absolute;
  text-align: center;
}
.private-events__block-description a,
.newsletter-events__block-description a {
  font-size: 20px;
  padding: 10px 15px;
}
@media only screen and (max-width : 767px) {
  .private-events__block-description,
  .newsletter-events__block-description {
    width: 100%;
    position: static;
  }
}
@media only screen and (min-width : 768px) {
  .private-events__block-description-small,
  .newsletter-events__block-description-small {
    top: 99%;
    right: 56%;
    width: 84%;
  }
  .private-events__block-description-medium,
  .newsletter-events__block-description-medium {
    right: -48%;
    top: 60%;
    width: 75%;
  }
  .private-events__block-description-large,
  .newsletter-events__block-description-large {
    top: 61%;
    right: 90%;
    width: 60%;
  }
  .private-events__block-description-big,
  .newsletter-events__block-description-big {
    top: 64%;
    left: 72%;
    width: 85%;
  }
  .private-events__block-description-left,
  .newsletter-events__block-description-left {
    left: 10%;
  }
}
@media only screen and (min-width : 767px) and (max-width : 1200px) {
  .private-events__block-description-small,
  .newsletter-events__block-description-small {
    top: 70%;
    right: 75%;
    width: 90%;
  }
  .private-events__block-description-medium,
  .newsletter-events__block-description-medium {
    right: -56%;
    top: 55%;
    width: 80%;
  }
  .private-events__block-description-large,
  .newsletter-events__block-description-large {
    top: 55%;
    right: 91%;
    width: 75%;
  }
  .private-events__block-description-big,
  .newsletter-events__block-description-big {
    top: 61%;
    left: 81%;
    width: 90%;
  }
}
.private-events__block-description-text,
.newsletter-events__block-description-text {
  width: 80%;
  font-family: acumin-pro, sans-serif;
  margin: 0 auto;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.private-events__block-description-text h3,
.newsletter-events__block-description-text h3 {
  font-size: 32px;
  color: #955024;
}
.private-events__block-description-text span,
.newsletter-events__block-description-text span {
  display: inline-block;
}
@media only screen and (min-width : 768px) {
  .private-events__block-description-text,
  .newsletter-events__block-description-text {
    width: 100%;
  }
  .private-events__block-description-text-white,
  .newsletter-events__block-description-text-white {
    color: #fff;
  }
}
.private-events__block-description .button,
.newsletter-events__block-description .button {
  margin-top: 28px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .private-events__block-description .button,
  .newsletter-events__block-description .button {
    margin-top: 16px;
  }
}
@media only screen and (min-width : 768px) {
  .private-events__block-description .button-white,
  .newsletter-events__block-description .button-white {
    border-color: #fff;
    color: #fff;
  }
  .private-events__block-description .button-white:hover,
  .newsletter-events__block-description .button-white:hover,
  .private-events__block-description .button-white:focus,
  .newsletter-events__block-description .button-white:focus,
  .private-events__block-description .button-white:active,
  .newsletter-events__block-description .button-white:active {
    border-color: #fff;
    background: #fff;
    color: #955024;
  }
}
.private-events__slider-circle,
.newsletter-events__slider-circle {
  position: relative;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .private-events__slider-circle,
  .newsletter-events__slider-circle {
    overflow: hidden;
  }
  .private-events__slider-circle__item,
  .newsletter-events__slider-circle__item {
    width: 95%;
    height: 100%;
    position: relative;
  }
  .private-events__slider-circle__item__image,
  .newsletter-events__slider-circle__item__image {
    width: 95%;
    margin: 0 0 0 7%;
  }
}
.private-events__slider-circle .slick-track,
.newsletter-events__slider-circle .slick-track,
.private-events__slider-circle .slick-list,
.newsletter-events__slider-circle .slick-list {
  height: 62vw !important;
}
.private-events__slider-circle .slick-current > div,
.newsletter-events__slider-circle .slick-current > div {
  height: 100%;
}
.private-events__slider-circle .slick-list,
.newsletter-events__slider-circle .slick-list {
  overflow: visible;
}
.private-events__slider-circle .slick-slide,
.newsletter-events__slider-circle .slick-slide {
  padding: 0;
}
.private-events__slider-circle .slick-dots,
.newsletter-events__slider-circle .slick-dots {
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
  text-align: center;
}
.private-events__slider-circle .slick-dots li,
.newsletter-events__slider-circle .slick-dots li {
  position: relative;
  top: 20px;
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.private-events__slider-circle .slick-dots li button,
.newsletter-events__slider-circle .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 10pc;
  border: 1px solid #955024;
  font-size: 0;
  background: transparent;
  outline: none;
}
.private-events__slider-circle .slick-dots li button:hover,
.newsletter-events__slider-circle .slick-dots li button:hover,
.private-events__slider-circle .slick-dots li button:focus,
.newsletter-events__slider-circle .slick-dots li button:focus,
.private-events__slider-circle .slick-dots li button:active,
.newsletter-events__slider-circle .slick-dots li button:active {
  cursor: pointer;
}
.private-events__slider-circle .slick-dots li.slick-active button,
.newsletter-events__slider-circle .slick-dots li.slick-active button {
  background: #955024;
}
.private-events__slider-circle .slick-dots li,
.newsletter-events__slider-circle .slick-dots li {
  top: 3vw;
}
.private-events__slider-circle-white .slick-dots li button,
.newsletter-events__slider-circle-white .slick-dots li button {
  border: 1px solid #fff;
}
.private-events__slider-circle-white .slick-dots li.slick-active button,
.newsletter-events__slider-circle-white .slick-dots li.slick-active button {
  background: #fff;
}
.private-events__form,
.newsletter-events__form {
  background-color: #BED4C1;
}
.private-events__form-title,
.newsletter-events__form-title {
  line-height: 1em;
  font-size: 80px;
  text-align: center;
  padding: 55px 0;
  margin: 0;
  color: #708371;
}
@media only screen and (max-width : 767px) {
  .private-events__form-title,
  .newsletter-events__form-title {
    font-size: 52px;
    padding: 45px 0;
  }
}
.private-events__form .form,
.newsletter-events__form .form {
  max-width: 1000px;
  margin: auto;
}
.private-events__form .form__content,
.newsletter-events__form .form__content {
  width: 50%;
  padding: 0 4%;
}
@media only screen and (max-width : 767px) {
  .private-events__form .form__content,
  .newsletter-events__form .form__content {
    float: unset;
    width: 100%;
  }
}
.private-events__form .form__content-left,
.newsletter-events__form .form__content-left {
  float: left;
}
.private-events__form .form__content-right,
.newsletter-events__form .form__content-right {
  float: right;
}
.private-events__form .form__item,
.newsletter-events__form .form__item {
  margin-bottom: 36px;
}
.private-events__form .form__item-full,
.newsletter-events__form .form__item-full {
  padding: 0 4%;
}
.private-events__form .form__item-title,
.newsletter-events__form .form__item-title {
  line-height: 1;
  font-family: "DINOT-CondBold";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #955024;
  margin: 0 0 20px;
}
.private-events__form .form__item sup,
.newsletter-events__form .form__item sup {
  top: -0.2em;
}
.private-events__form .form__item #DOBDay,
.newsletter-events__form .form__item #DOBDay,
.private-events__form .form__item #DOBMonth,
.newsletter-events__form .form__item #DOBMonth,
.private-events__form .form__item #DOBYear,
.newsletter-events__form .form__item #DOBYear {
  border: none !important;
  background: #fff;
  text-transform: uppercase;
  color: #6f6f6e;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
  padding: 7px;
  margin-right: 3px;
}
.private-events__form .form__item #FO_DOBDay,
.newsletter-events__form .form__item #FO_DOBDay,
.private-events__form .form__item #FO_DOBMonth,
.newsletter-events__form .form__item #FO_DOBMonth,
.private-events__form .form__item #FO_DOBYear,
.newsletter-events__form .form__item #FO_DOBYear {
  border: none !important;
  background: #fff;
  text-transform: uppercase;
  color: #6f6f6e;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
  padding: 7px;
  margin-right: 3px;
}
.private-events__form .form__item #EventDay,
.newsletter-events__form .form__item #EventDay,
.private-events__form .form__item #EventMonth,
.newsletter-events__form .form__item #EventMonth,
.private-events__form .form__item #EventYear,
.newsletter-events__form .form__item #EventYear {
  border: none !important;
  background: #fff;
  text-transform: uppercase;
  color: #6f6f6e;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
  padding: 7px;
  margin-right: 3px;
}
.private-events__form .form__input,
.newsletter-events__form .form__input {
  font-family: acumin-pro, sans-serif;
  width: 100%;
  padding: 7px 15px;
  border: none;
}
.private-events__form .form__input-small,
.newsletter-events__form .form__input-small {
  width: 4.3em;
  margin-right: 3px;
}
@media only screen and (max-width : 767px) {
  .private-events__form .form__input-small,
  .newsletter-events__form .form__input-small {
    width: 8.1em;
  }
}
.private-events__form .form__input-large,
.newsletter-events__form .form__input-large {
  height: 105px;
}
.private-events__form .form__actions,
.newsletter-events__form .form__actions {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 8%;
}
@media only screen and (max-width : 767px) {
  .private-events__form .form__actions,
  .newsletter-events__form .form__actions {
    padding: 45px 0;
  }
}
.private-events__form .form__actions button,
.newsletter-events__form .form__actions button {
  border: 2px solid #955024;
  background: #955024;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 13px 55px;
  font-size: 25px;
}
.invalid-feedback {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.events__title {
  text-align: center;
  background-color: #BED4C1;
  height: 250px;
  margin-bottom: 200px;
}
@media only screen and (max-width : 767px) {
  .events__title {
    height: 245px;
    margin-bottom: 0;
  }
}
.events__title-text {
  text-transform: uppercase;
  transform: scale(0.95, 1);
}
.events__title h1 {
  font-size: 95px;
  padding-top: 80px;
  color: black;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .events__title h1 {
    font-size: 87px;
  }
}
.events__title h3 {
  color: #955024;
  margin: 0;
  margin-top: 7px;
  font-size: 45px;
}
@media only screen and (max-width : 767px) {
  .events__title h3 {
    font-size: 40px;
  }
}
.events__title h3:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 16px;
  margin-right: 15px;
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  background-size: contain;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.events__title h3:after {
  content: '';
  display: inline-block;
  height: 32px;
  width: 16px;
  margin-left: 15px;
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  background-size: contain;
}
.events .event {
  margin: 40px 12px;
  position: relative;
  font-family: "DINOT-CondBold";
  background-color: #BED4C1;
  padding: 0 0 10px 0;
  transition: all 0.3s ease;
}
.events .event:hover {
  background-color: #708371;
}
.events .event:hover a {
  color: #fff;
}
.events .event:hover a:before {
  filter: brightness(0) invert(1);
}
.events .event:hover .event__item {
  border-bottom: 2px dotted #fff;
}
.events .event:hover .event__title h3 {
  color: #fff;
}
.events .event:hover .event__title p {
  color: #fff;
}
.events .event:hover .event__description {
  color: #fff;
}
.events .event:hover .event__image img {
  transform: scale(1.2);
}
.events .event__image {
  overflow: hidden;
}
.events .event__image img {
  transition: all 0.3s ease;
  margin: auto;
  width: 340px;
  height: 226px;
}
@media only screen and (max-width : 767px) {
  .events .event__image img {
    margin: 0;
    height: auto;
    width: 100%;
  }
}
.events .event h2,
.events .event h3,
.events .event p {
  padding: 0;
  margin: 0;
}
.events .event__data {
  z-index: 1;
  color: #fff;
  font-size: 85px;
  position: absolute;
  top: -72px;
  left: -16px;
}
@media only screen and (max-width : 767px) {
  .events .event__data {
    color: #BED4C1;
  }
}
.events .event__data sup {
  font-size: 44%;
  top: -1em;
}
.events .event__content a {
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 21px;
  display: block;
  margin: 0 25px;
  padding: 20px 0;
  color: #955024;
}
.events .event__content a:hover {
  text-decoration: none;
}
.events .event__content a:before {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  height: 27px;
  width: 13px;
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  background-size: contain;
  position: relative;
  margin-right: 8px;
  top: 7px;
}
.events .event__title {
  font-family: "DINOT-CondBold";
  padding: 16px 0;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events .event__title {
    padding: 13px 0;
  }
}
@media only screen and (max-width : 767px) {
  .events .event__title {
    padding: 13px 0;
  }
}
.events .event__title h3 {
  transition: all 0.3s ease;
  font-size: 29px;
  display: inline;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events .event__title h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width : 767px) {
  .events .event__title h3 {
    font-size: 25px;
  }
}
.events .event__title p {
  transition: all 0.3s ease;
  font-size: 20px;
  padding-left: 10px;
  display: inline;
  color: #955024;
}
.events .event__item {
  display: block;
  margin: 0 25px;
  border-bottom: 2px dotted #748170;
  transition: all 0.3s ease;
}
.events .event__description {
  transition: all 0.3s ease;
  font-family: acumin-pro, sans-serif;
  height: 95px;
  padding-top: 20px;
  color: #000;
}
.events__slider .slick-slide {
  width: 340px;
  box-sizing: border-box;
}
.events__slider .slick-arrow {
  background: url('/resources/images/components/arrow.svg') no-repeat 0 0;
  width: 15px;
  height: 30px;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 27%;
  right: 5px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__slider .slick-arrow {
    right: 5px;
  }
}
.events__slider .slick-arrow:hover,
.events__slider .slick-arrow:focus,
.events__slider .slick-arrow:active {
  outline: none;
}
.events__slider .slick-prev {
  right: auto;
  left: 5px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__slider .slick-prev {
    right: auto;
    left: 5px;
  }
}
.events__slider .slick-arrow {
  width: 16px;
  height: 33px;
  top: 37%;
  right: -10px;
}
.events__slider .slick-prev {
  left: -10px;
}
.events__slider .slick-dots {
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
  text-align: center;
}
.events__slider .slick-dots li {
  position: relative;
  top: 20px;
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.events__slider .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 10pc;
  border: 1px solid #955024;
  font-size: 0;
  background: transparent;
  outline: none;
}
.events__slider .slick-dots li button:hover,
.events__slider .slick-dots li button:focus,
.events__slider .slick-dots li button:active {
  cursor: pointer;
}
.events__slider .slick-dots li.slick-active button {
  background: #955024;
}
.events__slider .slick-dots {
  height: auto;
  padding-bottom: 30px;
}
.events__slider .slick-dots li {
  top: 0;
}
.events__link {
  background-color: #BED4C1;
}
.no-webp .events__link-img {
  position: absolute;
  margin-left: 50px;
  top: -145px;
  left: 18%;
  width: 547px;
  height: 547px;
  max-width: unset;
  background: url('/resources/images/components/events/event.jpg') no-repeat 0 0;
  background-size: contain;
  border-radius: 50%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .no-webp .events__link-img {
    position: relative;
  }
}
@media only screen and (max-width : 767px) {
  .no-webp .events__link-img {
    margin: 0;
    height: 320px;
    position: static;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
}
.webp .events__link-img {
  position: absolute;
  margin-left: 50px;
  top: -145px;
  left: 18%;
  width: 547px;
  height: 547px;
  max-width: unset;
  background: url('/resources/images/components/events/event.webp') no-repeat 0 0;
  background-size: contain;
  border-radius: 50%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .webp .events__link-img {
    position: relative;
  }
}
@media only screen and (max-width : 767px) {
  .webp .events__link-img {
    margin: 0;
    height: 320px;
    position: static;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
}
.events__link-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 98px;
  line-height: 90px;
  text-transform: uppercase;
  transform: scale(0.95, 1);
  margin: 0;
  padding: 0;
  top: 24%;
  left: -12%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-title {
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-title {
    padding-top: 20px;
    position: static;
    text-align: center;
    line-height: 1;
    font-size: 60px;
  }
}
.events__link-description {
  text-align: center;
}
.events__link-description p {
  padding-top: 36%;
  text-align: center;
  width: 95%;
  color: black;
  margin: auto;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-description p {
    padding: 0;
    margin-top: -120px;
    width: 40%;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-description p {
    margin-top: 30px;
    font-size: 16px;
    padding: 0;
    width: 80%;
  }
}
.events__link-description p span {
  display: inline-block;
}
.events__link-button {
  margin: 10%;
  padding: 10px 15px;
  font-size: 30px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-button {
    margin: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-button {
    margin: 30px;
  }
}
.events__link-left {
  float: left;
  position: relative;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-left {
    float: none;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-left {
    position: static;
    width: 100%;
  }
}
.events__link-right {
  float: right;
  position: relative;
  width: 35%;
  margin-right: 3%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-right {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-right {
    position: static;
    width: 100%;
  }
}
.events__link-right:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -129px;
  left: 25%;
  width: 200px;
  height: 250px;
  background: url(/resources/images/components/events/Tree.png) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .events__link-right:before {
    content: none;
  }
}
@media only screen and (max-width : 767px) {
  .events__link-right:before {
    content: none;
  }
}
.no-webp .powerhouse-friday-bg {
  position: relative;
  background: url(/resources/images/components/powerhouseFriday/power-house-friday-2.jpg) center 30% no-repeat;
  background-size: cover;
}
.webp .powerhouse-friday-bg {
  position: relative;
  background: url(/resources/images/components/powerhouseFriday/power-house-friday-2.webp) center 30% no-repeat;
  background-size: cover;
}
.main {
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body {
  flex-grow: 1;
}
.home__distillery {
  height: 500px;
  position: relative;
}
@media only screen and (max-width : 767px) {
  .home__distillery {
    height: 630px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width : 767px) {
  .home__distillery__block {
    position: relative;
    flex: 1 1 0;
  }
}
.home__distillery__block__img {
  position: absolute;
  height: 100%;
}
.home__distillery__block__img img {
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__img--bartender-plus-tower {
    display: none;
  }
}
.home__distillery__block__img--factory {
  height: 65%;
  width: fit-content;
  bottom: -16%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__img--factory {
    height: 80%;
    width: 100%;
    background: linear-gradient(to top, #bed4c1, 85%, transparent);
    bottom: 0;
  }
}
@media only screen and (min-width : 768px) {
  .home__distillery__block__img--bartender {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__img--bartender {
    left: 0;
    overflow: hidden;
  }
  .home__distillery__block__img--bartender img {
    height: 62%;
    margin: -3px 0 0 -5px;
  }
}
@media only screen and (min-width : 768px) {
  .home__distillery__block__img--tower {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__img--tower {
    right: 0;
    overflow: hidden;
  }
  .home__distillery__block__img--tower img {
    height: 80%;
    margin: -22px -20% 0 20%;
  }
}
.home__distillery__block__text {
  width: 33%;
  position: absolute;
  color: #000;
  letter-spacing: 0.3px;
  text-align: center;
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 90px;
  right: 5%;
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__text {
    position: relative;
    width: 90%;
    margin: 0 auto;
    right: 0;
  }
}
.home__distillery__block__text .button {
  margin: 10%;
  padding: 10px 15px;
  font-size: 30px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .home__distillery__block__text .button {
    margin: 10px;
    padding: 5px 10px;
    font-size: 24px;
  }
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__text .button {
    margin: 25px;
    font-size: 24px;
  }
}
.home__distillery__block__title {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  transform: scale(0.95, 1);
  margin: 0;
  padding: 0;
  top: 35%;
  left: 12%;
  width: 45%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .home__distillery__block__title {
    font-size: 100px;
    line-height: 100px;
    left: 5%;
  }
}
@media only screen and (max-width : 767px) {
  .home__distillery__block__title {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    left: 0;
    width: 100%;
    top: 64%;
  }
}
.powerhouse-friday__text {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 75px 0;
}
@media only screen and (max-width : 767px) {
  .powerhouse-friday__text {
    margin: 30px 0;
  }
}
.powerhouse-friday__mb {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .powerhouse-friday__mb__padding {
    padding: 40px;
  }
}
@media only screen and (max-width: 889px) {
  .powerhouse-friday .content-half-block__text {
    margin: 0px 20px;
  }
}
.merchandise__text {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 75px 0;
}
@media only screen and (max-width : 767px) {
  .merchandise__text {
    margin: 30px 0;
  }
}
.merchandise__mb {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .merchandise__mb__padding {
    padding: 40px;
  }
}
@media only screen and (max-width: 889px) {
  .merchandise .content-half-block__text {
    margin: 0px 20px;
  }
}
.cta-link-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-content: center;
  top: 50%;
}
@media (max-width: 425px) {
  .cta-link-container {
    flex-direction: column;
    align-items: center;
  }
}
.cta-link-container .cta-link {
  width: 30%;
  height: auto;
  background-color: #c3d4c0;
}
@media (min-width: 2560px) {
  .cta-link-container .cta-link {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .cta-link-container .cta-link {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .cta-link-container .cta-link {
    width: 30%;
  }
}
@media (max-width: 425px) {
  .cta-link-container .cta-link {
    width: 100%;
  }
}
.cta-link-container .cta-link p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.cta-link-container .cta-link a {
  text-decoration: none;
}
.tripadvisor_widget {
  position: absolute;
  top: 65px;
  right: 10px;
}
.cdsROW.narrow .cdsLocName {
  display: none;
}
@media (max-width: 425px) {
  .cdsROW.narrow .cdsLocName {
    padding-bottom: 5px !important;
    line-height: 100% !important;
  }
}
.cdsROW.narrow.border {
  padding: 0 !important;
}
.cdsROW.border {
  border: none !important;
}
.cdsROW.shadow {
  box-shadow: none !important;
}
@media (max-width: 425px) {
  .cdsROW.narrow {
    width: 75px !important;
    height: 55px !important;
    text-align: center !important;
    padding: 7px 12px 1px !important;
  }
}
@media (max-width: 425px) {
  .cdsROW {
    font-size: 8px !important;
  }
}
.cdsROW.gray {
  background-color: transparent !important;
}
.cdsROW .cdsRating {
  color: transparent !important;
}
@media (max-width: 425px) {
  .cdsROW .cdsRating {
    font-size: 8px !important;
  }
}
@media (max-width: 425px) {
  .cdsROW.cx_brand_refresh .logo img {
    width: 65px !important;
    padding: 0px 0 !important;
  }
}
.ui_bubble_rating span {
  display: none;
}
.ta-container {
  position: absolute;
  top: 60px;
  right: 35px;
  width: 5%;
}
@media (max-width: 1024px) {
  .ta-container {
    right: 40px;
    width: 6%;
  }
}
@media (max-width: 768px) {
  .ta-container {
    right: 30px;
    width: 10%;
  }
}
@media (max-width: 425px) {
  .ta-container {
    right: 35px;
  }
}
.ta-container .ta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ta-container .ta .ta-logo {
  width: 55%;
}
@media (max-width: 425px) {
  .ta-container .ta .ta-logo {
    width: 100%;
  }
}
.ta-container .ta .ta-star {
  width: 100%;
  height: 100%;
}
.ta-container .ta-copy {
  top: 3px;
  width: max-content;
  color: white;
  font-size: 12px;
  position: relative;
  left: -17px;
  margin: 0;
}
@media (max-width: 768px) {
  .ta-container .ta-copy {
    font-size: 10px;
    left: -14px;
  }
}
@media (max-width: 425px) {
  .ta-container .ta-copy {
    left: -17px;
  }
}
.guide {
  width: 715px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width : 767px) {
  .guide {
    width: 100%;
  }
}
.guide .page {
  background: #def0e9;
  position: relative;
  width: 100%;
  height: 1300px;
  padding: 3.3%;
  font-family: "DINOT-CondBold";
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page {
    height: 218.18181818vw;
    margin: 10px 0;
  }
}
.guide .page__number {
  position: absolute;
  right: 3.3%;
  font-size: 24px;
}
@media only screen and (max-width : 767px) {
  .guide .page__number {
    font-size: 3.5vw;
  }
}
.guide .page__header {
  width: 100%;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
@media only screen and (max-width : 767px) {
  .guide .page__header {
    background-size: 5px 2px;
  }
}
.guide .page__header h2 {
  font-size: 59px;
  letter-spacing: 4px;
  line-height: 1.1;
  color: #ab5225;
  padding-bottom: 15px;
}
@media only screen and (max-width : 767px) {
  .guide .page__header h2 {
    font-size: 9vw;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
  }
}
.guide .page__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.guide .page__content__block {
  font-family: acumin-pro, sans-serif;
}
.guide .page__content__block--text {
  flex: 1;
  color: #000;
  font-size: 27px;
  line-height: 1.2;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--text {
    font-size: 4.8vw;
  }
}
.guide .page__content__block--text p {
  margin-top: 13px;
}
.guide .page__content__block--text .columns {
  display: flex;
  flex-direction: row;
  font-size: 19px;
  line-height: 1.2;
  margin-top: 5px;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--text .columns {
    font-size: 4.2vw;
    flex-direction: column;
    margin-top: 0;
  }
}
.guide .page__content__block--text .columns > .column {
  flex: 1;
}
.guide .page__content__block--text .columns > .column p:last-child {
  margin-bottom: 2px;
}
.guide .page__content__block--text .columns > :first-child {
  margin-right: 10px;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--text .columns > :first-child {
    margin-right: 0;
  }
}
.guide .page__content__block--text .columns > :last-child {
  margin-left: 10px;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--text .columns > :last-child {
    margin-left: 0;
  }
}
.guide .page__content__block--image img {
  width: 100%;
}
.guide .page__content__block--title {
  margin-top: 10px;
}
.guide .page__content__block--title h2 {
  font-size: 55px;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #000;
  padding-bottom: 15px;
  font-family: acumin-pro, sans-serif;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--title h2 {
    font-size: 8vw;
    padding: 0 0 15px 0;
    letter-spacing: 2px;
    line-height: 1.1;
  }
}
.guide .page__content__block--annotation {
  font-size: 27px;
  line-height: 1.3;
  font-style: italic;
  color: #ab5225;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--annotation {
    font-size: 4.8vw;
  }
}
.guide .page__content__block--image-group {
  display: flex;
  flex-direction: column;
}
.guide .page__content__block--image-group__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.guide .page__content__block--image-group__row:last-child {
  margin-bottom: 0;
}
.guide .page__content__block--image-group__row__image {
  flex: 1;
  height: 100%;
}
.guide .page__content__block--image-group__row__image img {
  width: 100%;
  height: 100%;
}
.guide .page__content__block--image-group__row__image--distance:first-child {
  margin-right: 7px;
}
.guide .page__content__block--image-group__row__image--distance:last-child {
  margin-left: 7px;
}
.guide .page__content__block--image-group__title {
  font-size: 27px;
  line-height: 1.1;
  color: #000;
  font-weight: bold;
  padding: 15px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--image-group__title {
    font-size: 4.8vw;
  }
}
.guide .page__content__block--button {
  width: 100%;
  border: 3px solid #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.3;
  padding: 25px 0;
  margin-top: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--button {
    font-size: 4.5vw;
    padding: 12px 0;
    margin-top: 12px;
  }
}
.guide .page__content__block--button a {
  background: url(/resources/images/components/guide/arrow.png) no-repeat right;
  background-size: 30px;
  padding-right: 43px;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--button a {
    background-size: 4.5vw;
    padding-right: 5vw;
  }
}
.guide .page__content__block--button a:hover,
.guide .page__content__block--button a:focus,
.guide .page__content__block--button a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}
.guide .page__content__block--button--dotted {
  border: 3px dotted #000;
  font-size: 40px;
  padding: 16px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page__content__block--button--dotted {
    border-width: 2px;
    font-size: 5vw;
    padding: 12px 0;
  }
}
.guide .page__content .separator {
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url(/resources/images/components/guide/line.png) no-repeat center;
  background-size: contain;
  margin: 15px 0 10px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page__content .separator {
    height: 7px;
    margin: 0 0 3px 0;
  }
}
.guide .page__content .separator--left {
  background-position: left;
  margin-top: 0;
}
.guide .page__content .separator--center {
  margin: 30px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page__content .separator--center {
    margin: 20px 0;
  }
}
.guide .page__content .separator--double {
  background-repeat: space;
  width: 162px;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width : 767px) {
  .guide .page__content .separator--double {
    width: 126px;
  }
}
.guide .page__title--visit h2 {
  color: #58595b;
  padding-left: 40px;
  background: url(/resources/images/components/guide/pointer.png) no-repeat left 10px;
  background-size: 25px;
  font-size: 50px;
  letter-spacing: 5px;
  line-height: 1.1;
  padding-bottom: 15px;
}
@media only screen and (max-width : 767px) {
  .guide .page__title--visit h2 {
    font-size: 9vw;
    letter-spacing: 2px;
    background-size: 4.5vw;
    background-position-y: 1.8vw;
    padding-left: 6.5vw;
    padding-bottom: 10px;
  }
}
.guide .page__title--visit--dotted {
  width: 46%;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
@media only screen and (max-width : 767px) {
  .guide .page__title--visit--dotted {
    background-size: 5px 2px;
  }
}
.guide .page--chapter {
  background: #000;
}
.guide .page--chapter .page__content__block {
  text-align: center;
}
.guide .page--chapter .page__content__block--logo {
  display: flex;
}
.guide .page--chapter .page__content__block--logo img {
  height: 350px;
  width: 350px;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter .page__content__block--logo img {
    height: 50vw;
    width: 50vw;
  }
}
.guide .page--chapter .page__content__block--title {
  display: flex;
  flex-direction: column;
}
.guide .page--chapter .page__content__block--title h1,
.guide .page--chapter .page__content__block--title h2,
.guide .page--chapter .page__content__block--title h3 {
  color: #fff;
  font-family: "DINOT-CondBold";
}
.guide .page--chapter .page__content__block--title h1 {
  font-size: 70px;
  letter-spacing: 4px;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter .page__content__block--title h1 {
    font-size: 10vw;
    letter-spacing: 3px;
  }
}
.guide .page--chapter .page__content__block--title h3 {
  font-size: 34px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter .page__content__block--title h3 {
    font-size: 5vw;
    letter-spacing: 2px;
  }
}
.guide .page--chapter--1 .page__content {
  background: url(/resources/images/components/guide/guide-1-tower.jpg) no-repeat;
  background-size: cover;
}
.guide .page--chapter--1 .page__content__block {
  text-align: center;
}
.guide .page--chapter--1 .page__content__block--logo {
  flex: 5;
  align-items: flex-end;
  justify-content: center;
}
.guide .page--chapter--1 .page__content__block--title {
  flex: 4;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.guide .page--chapter--2 .page__content__block {
  text-align: center;
}
.guide .page--chapter--2 .page__content__block--logo {
  flex: 1;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter--2 .page__content__block--logo {
    margin-bottom: 25px;
  }
}
.guide .page--chapter--2 .page__content__block--logo img {
  height: 150px;
  width: 150px;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter--2 .page__content__block--logo img {
    height: 25vw;
    width: 25vw;
  }
}
.guide .page--chapter--2 .page__content__block--title {
  flex: 1;
  align-items: center;
  flex-direction: column;
}
.guide .page--chapter--3 .page__content {
  background: url(/resources/images/components/guide/guide-39.jpg) no-repeat;
  background-size: cover;
}
.guide .page--chapter--3 .page__content__block {
  text-align: center;
}
.guide .page--chapter--3 .page__content__block--logo {
  flex: 5;
  align-items: flex-end;
  justify-content: center;
}
.guide .page--chapter--3 .page__content__block--title {
  flex: 2.5;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.guide .page--chapter--3 .page__content__block--text {
  flex: 1.5;
  width: 80%;
  color: white;
  font-size: 22px;
  margin: auto;
}
@media only screen and (max-width : 767px) {
  .guide .page--chapter--3 .page__content__block--text {
    font-size: 3.5vw;
  }
}
.guide .page--chapter--3 .page__content__block--image-group__row__image--1 {
  flex: 0.7;
}
.guide .page--chapter--3 .page__content__block--image-group__row__image--1 img {
  width: 85%;
}
.guide .page--contents .page__content ul {
  margin: 0;
  padding-left: 0;
  width: 100%;
  font-family: "DINOT-CondBold";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
}
@media only screen and (max-width : 767px) {
  .guide .page--contents .page__content ul {
    font-size: 5vw;
  }
}
.guide .page--contents .page__content ul li {
  list-style-type: none;
  margin: 30px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page--contents .page__content ul li {
    margin: 5vw 0;
  }
}
.guide .page--contents .page__content ul li .page-number {
  float: right;
}
.guide .page--map .page__content__block--image {
  margin-top: 25px;
}
.guide .page--map .page__content__block--text .columns {
  color: #ab5225;
  font-family: "DINOT-CondBold";
  font-size: 37px;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 7px;
}
@media only screen and (max-width : 767px) {
  .guide .page--map .page__content__block--text .columns {
    font-size: 5.2vw;
  }
}
.guide .page--map .page__content__block--text .columns .column ol {
  margin: 4px 0;
}
@media only screen and (max-width : 767px) {
  .guide .page--map .page__content__block--text .columns .column ol {
    margin: 0;
    padding-left: 32px;
  }
}
.guide .page--map .page__content__block--text .columns .column ol li {
  padding-left: 6px;
}
@media only screen and (max-width : 767px) {
  .guide .page p {
    margin: 8px 0 10px;
  }
}
@media only screen and (max-width : 767px) {
  .guide .page .not-mobile {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .guide .page .mobile {
    display: none;
  }
}
.epoch-exhibition-header {
  line-height: 0;
}
.epoch-exhibition-header__image {
  padding-bottom: 0;
  height: 550px;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  .epoch-exhibition-header__image {
    height: inherit;
  }
}
.epoch-exhibition-header__image img {
  max-width: 100%;
  max-height: 100%;
}
.epoch-exhibition-content {
  position: relative;
  line-height: 1;
  font-family: acumin-pro, sans-serif;
  background-size: cover;
  padding: 25px 0;
}
.epoch-exhibition-content__block {
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  max-width: 480px;
  padding: 50px 0;
}
@media only screen and (max-width : 1024px) {
  .epoch-exhibition-content__block {
    padding: 20px;
  }
}
.epoch-exhibition-content__block h1 {
  font-size: 42px;
  line-height: 0.9;
  color: #000;
}
.epoch-exhibition-content__block h2 {
  font-size: 25px;
  color: #000;
  line-height: 1.1;
}
.epoch-exhibition-content__block p {
  margin: 40px 0;
}
.epoch-exhibition-bg {
  padding-bottom: 0;
}
@media only screen and (max-width : 1024px) {
  .epoch-exhibition-bg {
    display: block;
    padding-bottom: 50px;
  }
}
.epoch-exhibition-bg__block {
  padding-bottom: 50px;
}
@media only screen and (max-width : 1024px) {
  .epoch-exhibition-bg__block {
    padding: 0 25px 25px;
  }
}
.epoch-exhibition-bg__block__text {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .epoch-exhibition-bg__block__text {
    margin: 0;
  }
}
.epoch-exhibition-bg__block__text p {
  margin: auto;
  max-width: 480px;
}
.epoch-exhibition-bg__block__text h3 {
  font-size: 40px;
  text-transform: uppercase;
}
.epoch-exhibition-bg__block__small-image {
  max-width: 480px;
  display: inline-block;
  margin-bottom: 30px;
}
.welcome {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.content-width-bg--light .welcome {
  padding-top: 60px;
}
.no-webp .welcome-bg {
  min-height: 400px;
  background: url(/resources/images/components/ourStory/storyItems/story-1.jpg) center no-repeat;
  background-size: cover;
}
.webp .welcome-bg {
  min-height: 400px;
  background: url(/resources/images/components/ourStory/storyItems/story-1.webp) center no-repeat;
  background-size: cover;
}
.welcome__title {
  font-size: 50px;
  letter-spacing: 1.4px;
  padding: 25px 0 17px;
  margin-bottom: 25px;
  max-width: 55%;
  line-height: 1.1;
}
@media only screen and (max-width : 767px) {
  .welcome__title {
    font-size: 40px;
    max-width: 80%;
  }
}
.welcome p {
  margin: 10px 25px;
  letter-spacing: 0.3px;
}
.welcome img {
  margin: 0 5px 10px;
}
.welcome .button {
  margin: 40px 0 30px;
}
.workshop__block {
  width: 38%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__block {
    width: 48%;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__block {
    width: 100%;
  }
}
.workshop__block-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 122%;
  width: 100%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__block-img {
    position: static;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__block-img {
    position: static;
  }
}
.workshop__block-img img {
  width: 225px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__block-img img {
    width: 150px;
    margin-top: -80px;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__block-img img {
    width: 150px;
    margin-top: -80px;
  }
}
.workshop__block-left {
  float: left;
  font-size: 50px;
  color: #6f8371;
  font-family: "DINOT-CondBold";
  line-height: 1.06;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__block-left {
    margin-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__block-left {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.workshop__block-left span {
  color: #925122;
}
.workshop__block-right {
  float: right;
  width: 48%;
}
@media only screen and (max-width : 767px) {
  .workshop__block-right {
    width: 100%;
  }
}
.workshop__block-right .button {
  margin: 30px auto 0;
  max-width: 37%;
  display: block;
  position: relative;
  padding: 8px 13px;
}
.workshop__block-right .button:hover,
.workshop__block-right .button:focus,
.workshop__block-right .button:active {
  background: #955024;
  color: #fff;
}
.workshop__block-notes {
  font-family: acumin-pro, sans-serif;
  border-top: 2px dotted #925122;
  padding: 13px 20px 18px;
  max-width: 53%;
  margin: 0 auto;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
@media only screen and (max-width : 767px) {
  .workshop__block-notes {
    max-width: 65%;
  }
}
.workshop__block-notes-last {
  border-bottom: 2px dotted #925122;
  padding: 32px 20px 34px;
}
.workshop__block-notes-title {
  color: #925122;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
}
.workshop__link {
  background-color: #BED4C1;
}
.no-webp .workshop__link-img {
  position: absolute;
  margin-left: 50px;
  top: -90px;
  left: 18%;
  width: 547px;
  height: 547px;
  max-width: unset;
  background-size: contain;
  border-radius: 50%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .no-webp .workshop__link-img {
    position: relative;
  }
}
@media only screen and (max-width : 767px) {
  .no-webp .workshop__link-img {
    margin: 0;
    height: 320px;
    position: static;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
}
.webp .workshop__link-img {
  position: absolute;
  margin-left: 50px;
  top: -90px;
  left: 18%;
  width: 547px;
  height: 547px;
  max-width: unset;
  background-size: contain;
  border-radius: 50%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .webp .workshop__link-img {
    position: relative;
  }
}
@media only screen and (max-width : 767px) {
  .webp .workshop__link-img {
    margin: 0;
    height: 320px;
    position: static;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
}
.workshop__link-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 98px;
  line-height: 90px;
  text-transform: uppercase;
  transform: scale(0.95, 1);
  margin: 0;
  padding: 0;
  top: 24%;
  left: -12%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__link-title {
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__link-title {
    padding-top: 20px;
    position: static;
    text-align: center;
    line-height: 1;
    font-size: 60px;
  }
}
.workshop__link-description {
  text-align: center;
}
.workshop__link-description p {
  padding-top: 36%;
  text-align: center;
  width: 95%;
  color: black;
  margin: auto;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__link-description p {
    padding: 30px 0 30px 0;
    margin-top: -100px;
    width: 40%;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__link-description p {
    font-size: 16px;
    padding: 30px 0 30px 0;
    width: 80%;
  }
}
.workshop__link-description p span {
  display: inline-block;
}
.workshop__link-button {
  margin: 10%;
  padding: 10px 15px;
  font-size: 30px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__link-button {
    margin: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__link-button {
    margin: 30px;
  }
}
.workshop__link-left {
  float: left;
  position: relative;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__link-left {
    float: none;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__link-left {
    position: static;
    width: 100%;
  }
}
.workshop__link-right {
  float: right;
  position: relative;
  width: 35%;
  margin-right: 3%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .workshop__link-right {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width : 767px) {
  .workshop__link-right {
    position: static;
    width: 100%;
  }
}
.no-webp .workshop-first-image {
  background: url('/resources/images/components/cocktailWorkshop/workshop-experience-1.jpg') no-repeat 0 0;
  background-size: cover;
}
.webp .workshop-first-image {
  background: url('/resources/images/components/cocktailWorkshop/workshop-experience-1.webp') no-repeat 0 0;
  background-size: cover;
}
.no-webp .workshop-second-image {
  background: url('/resources/images/components/cocktailWorkshop/workshop-experience-2.jpg') no-repeat 0 0;
  background-size: cover;
}
.webp .workshop-second-image {
  background: url('/resources/images/components/cocktailWorkshop/workshop-experience-2.webp') no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .wrap-margin {
    margin-top: 100px;
  }
}
.table-booking__title {
  text-align: center;
  background-color: #BED4C1;
}
@media only screen and (max-width : 767px) {
  .table-booking__title {
    margin-bottom: 0;
  }
}
.table-booking__title-text {
  text-transform: uppercase;
  transform: scale(0.95, 1);
}
.table-booking__title h1 {
  font-size: 95px;
  padding-top: 80px;
  color: black;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .table-booking__title h1 {
    font-size: 87px;
  }
}
.table-booking__title h3 {
  color: #955024;
  margin: 0;
  margin-top: 7px;
  font-size: 45px;
}
@media only screen and (max-width : 767px) {
  .table-booking__title h3 {
    font-size: 40px;
  }
}
.table-booking__title h3:before {
  content: "";
  display: inline-block;
  height: 32px;
  width: 16px;
  margin-right: 15px;
  background: url("/resources/images/components/arrow.svg") no-repeat 0 0;
  background-size: contain;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.table-booking__title h3:after {
  content: "";
  display: inline-block;
  height: 32px;
  width: 16px;
  margin-left: 15px;
  background: url("/resources/images/components/arrow.svg") no-repeat 0 0;
  background-size: contain;
}
.table-booking__description {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.table-booking__description iframe {
  height: 50%;
}
.table-booking__description p {
  margin: 25px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width : 767px) {
  .table-booking__description p {
    margin-top: 30px;
    font-size: 16px;
    padding: 0;
  }
}
.table-booking .outdoor-dining-img {
  width: 320px;
  height: auto;
}
.table-booking__description::after {
  content: "";
  display: block;
  background-image: url(/resources/images/components/line.svg);
  background-repeat: no-repeat;
  width: 72px;
  height: 9px;
  bottom: 0;
  margin: 15px auto 15px auto;
}
.slide__wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  transition: 300ms;
}
.slideshow {
  position: relative;
  z-index: 10;
}
.slide__entry {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 30px;
  text-align: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.slide__entry.active {
  opacity: 1;
  visibility: visible;
}
.slide__content__media {
  margin: 0;
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.slide__content__media.taste-of-christmas {
  padding-top: 95%;
}
.slide__content__media__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slide__content__media__image.taste-of-christmas {
  object-position: 50% 75%;
}
.slide__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#prev-slide,
#next-slide {
  transform: rotate(180deg);
  background: url(/resources/images/components/arrow.svg) no-repeat 0 0;
  width: 15px;
  height: 30px;
  cursor: pointer;
}
#next-slide {
  transform: rotate(0deg);
}
.image-recipe-container .outdoor-dining-img {
  height: 100%;
}
.image-recipe-container div p {
  margin: 0px;
}
.missed-birthday-terms-and-conditions {
  width: 80%;
  margin: 85px auto;
  margin-bottom: 146px;
}
@media only screen and (max-width : 767px) {
  .missed-birthday-terms-and-conditions {
    width: inherit;
    margin: 30px 14px;
  }
}
.missed-birthday-terms-and-conditions__title {
  color: #955024;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 2px;
  font-size: 32px;
  border-bottom: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .missed-birthday-terms-and-conditions__title {
    line-height: 1;
    font-size: 32px;
    padding: 30px 0 14px 8px;
  }
}
.missed-birthday-terms-and-conditions__item {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .missed-birthday-terms-and-conditions__item {
    margin: 0;
    padding: 14px 5px 11px 8px;
  }
}
.missed-birthday-terms-and-conditions__item--title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.missed-birthday-terms-and-conditions__item--content {
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 10px 30px;
}
.missed-birthday-terms-and-conditions__item--content ol {
  padding-inline-start: 0;
}
.missed-birthday-terms-and-conditions__item--content ol li {
  padding-bottom: 10px;
}
.missed-birthday {
  overflow: hidden;
  max-width: 620px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.missed-birthday__title {
  font-size: 50px;
  letter-spacing: 1.4px;
  padding: 25px 0 17px;
  margin-bottom: 25px;
  max-width: 55%;
  line-height: 1.1;
}
@media only screen and (max-width : 767px) {
  .missed-birthday__title {
    font-size: 40px;
    max-width: 80%;
  }
}
.missed-birthday p {
  margin: 10px 25px;
  letter-spacing: 0.3px;
}
.missed-birthday img {
  margin: 0 5px 10px;
}
.missed-birthday .button {
  margin: 40px 0 30px;
}
.missed-birthday ul {
  list-style-type: none;
  text-align: left;
}
.missed-birthday ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
.missed-birthday__form {
  background-color: #BED4C1;
}
.missed-birthday__form-title {
  line-height: 1em;
  font-size: 80px;
  text-align: center;
  padding: 55px 0;
  margin: 0;
  color: #708371;
}
@media only screen and (max-width : 767px) {
  .missed-birthday__form-title {
    font-size: 52px;
    padding: 45px 0;
  }
}
.missed-birthday__form .form {
  max-width: 1000px;
  margin: auto;
}
.missed-birthday__form .form__content {
  width: 100%;
  padding: 0 4%;
}
@media only screen and (max-width : 767px) {
  .missed-birthday__form .form__content {
    float: unset;
    width: 100%;
  }
}
.missed-birthday__form .form__content-left {
  float: left;
}
.missed-birthday__form .form__content-right {
  float: right;
}
.missed-birthday__form .form__item {
  margin-bottom: 36px;
}
.missed-birthday__form .form__item-full {
  padding: 0 4%;
}
.missed-birthday__form .form__item-title {
  line-height: 1;
  font-family: "DINOT-CondBold";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #955024;
  margin: 0 0 20px;
}
.missed-birthday__form .form__item sup {
  top: -0.2em;
}
.missed-birthday__form .form__item .select-item {
  border: none !important;
  background: #fff;
  text-transform: uppercase;
  color: #6f6f6e;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
  padding: 7px;
  margin-right: 3px;
}
.missed-birthday__form .form__input {
  font-family: acumin-pro, sans-serif;
  width: 100%;
  padding: 7px 15px;
  border: none;
}
.missed-birthday__form .form__input-small {
  width: 4.3em;
  margin-right: 3px;
}
@media only screen and (max-width : 767px) {
  .missed-birthday__form .form__input-small {
    width: 8.1em;
  }
}
.missed-birthday__form .form__input-large {
  height: 105px;
}
.missed-birthday__form .form__actions {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 8%;
}
@media only screen and (max-width : 767px) {
  .missed-birthday__form .form__actions {
    padding: 45px 0;
  }
}
.missed-birthday__form .form__actions button {
  border: 2px solid #955024;
  background: #955024;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 13px 55px;
  font-size: 25px;
}
.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
  display: block;
}
.alert--error {
  background-color: #f44336;
}
.alert--success {
  background-color: #4CAF50;
}
.win-a-cocktail-kit {
  overflow: hidden;
  max-width: 620px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.win-a-cocktail-kit__title {
  font-size: 50px;
  letter-spacing: 1.4px;
  padding: 25px 0 17px;
  margin-bottom: 25px;
  max-width: 55%;
  line-height: 1.1;
}
@media only screen and (max-width : 767px) {
  .win-a-cocktail-kit__title {
    font-size: 40px;
    max-width: 80%;
  }
}
.win-a-cocktail-kit p {
  margin: 10px 25px;
  letter-spacing: 0.3px;
}
.win-a-cocktail-kit img {
  margin: 0 5px 10px;
}
.win-a-cocktail-kit .button {
  margin: 40px 0 30px;
}
.win-a-cocktail-kit ul {
  list-style-type: none;
  text-align: left;
}
.win-a-cocktail-kit ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
.win-a-cocktail-kit__form {
  background-color: #BED4C1;
}
.win-a-cocktail-kit__form-title {
  line-height: 1em;
  font-size: 80px;
  text-align: center;
  padding: 55px 0;
  margin: 0;
  color: #708371;
}
@media only screen and (max-width : 767px) {
  .win-a-cocktail-kit__form-title {
    font-size: 52px;
    padding: 45px 0;
  }
}
.win-a-cocktail-kit__form .form {
  max-width: 1000px;
  margin: auto;
}
.win-a-cocktail-kit__form .form__content {
  width: 100%;
  padding: 0 4%;
}
@media only screen and (max-width : 767px) {
  .win-a-cocktail-kit__form .form__content {
    float: unset;
    width: 100%;
  }
}
.win-a-cocktail-kit__form .form__content-left {
  float: left;
}
.win-a-cocktail-kit__form .form__content-right {
  float: right;
}
.win-a-cocktail-kit__form .form__item {
  margin-bottom: 36px;
}
.win-a-cocktail-kit__form .form__item-full {
  padding: 0 4%;
}
.win-a-cocktail-kit__form .form__item-title {
  line-height: 1;
  font-family: "DINOT-CondBold";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #955024;
  margin: 0 0 20px;
}
.win-a-cocktail-kit__form .form__item sup {
  top: -0.2em;
}
.win-a-cocktail-kit__form .form__item .select-item {
  border: none !important;
  background: #fff;
  text-transform: uppercase;
  color: #6f6f6e;
  font-family: "DINOT-CondBold" !important;
  outline: none !important;
  padding: 7px;
  margin-right: 3px;
}
.win-a-cocktail-kit__form .form__input {
  font-family: acumin-pro, sans-serif;
  width: 100%;
  padding: 7px 15px;
  border: none;
}
.win-a-cocktail-kit__form .form__input-small {
  width: 4.3em;
  margin-right: 3px;
}
@media only screen and (max-width : 767px) {
  .win-a-cocktail-kit__form .form__input-small {
    width: 8.1em;
  }
}
.win-a-cocktail-kit__form .form__input-large {
  height: 105px;
}
.win-a-cocktail-kit__form .form__actions {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 8%;
}
@media only screen and (max-width : 767px) {
  .win-a-cocktail-kit__form .form__actions {
    padding: 45px 0;
  }
}
.win-a-cocktail-kit__form .form__actions button {
  border: 2px solid #955024;
  background: #955024;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 13px 55px;
  font-size: 25px;
}
.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
  display: block;
}
.alert--error {
  background-color: #f44336;
}
.alert--success {
  background-color: #4CAF50;
}
.terms-and-conditions-purchase {
  width: 80%;
  margin: 85px auto;
  margin-bottom: 0;
}
@media only screen and (max-width : 767px) {
  .terms-and-conditions-purchase {
    width: inherit;
    margin: 30px 14px;
  }
}
.terms-and-conditions-purchase__title {
  color: #955024;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 2px;
  font-size: 32px;
  border-bottom: 2px dotted #c3c3c3;
}
@media only screen and (max-width : 767px) {
  .terms-and-conditions-purchase__title {
    line-height: 1;
    font-size: 32px;
    padding: 30px 0 14px 8px;
  }
}
.terms-and-conditions-purchase__item {
  margin-top: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width : 767px) {
  .terms-and-conditions-purchase__item {
    margin: 0;
    padding: 14px 5px 11px 8px;
  }
}
.terms-and-conditions-purchase__item--title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.terms-and-conditions-purchase__item--content {
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 10px 30px;
}
@media only screen and (max-width : 767px) {
  .terms-and-conditions-purchase__item--content .terms-and-conditions-purchase__heading--mobile {
    padding: 0;
    text-align: center;
  }
}
.terms-and-conditions-purchase__item--content ol li {
  padding-bottom: 10px;
}
.header-content--d-8te-1 {
  background-image: url(/resources/images/components/summerGarden/summer-garden-banner.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}
.table-booking__title {
  margin-bottom: 30px;
}
.d8te__item {
  margin-top: 25px;
  padding: 0 10%;
  border-bottom: 2px dotted #c3c3c3;
}
.faq__item--content p strong {
  font-style: italic;
  font-weight: normal;
}
.faq__item--content .d8te__item-note {
  font-style: italic;
  font-size: 12px;
}
.content-d8te-schedule table {
  margin: auto;
  border-spacing: 20px 30px;
  border-collapse: separate;
}
.content-d8te-schedule table .d8te-schedule-name {
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
}
.wrap {
  max-width: 1400px;
}
.wrap h4 {
  text-align: center;
}
.wrap h4 sup {
  text-transform: lowercase;
}
.event-card {
  background-color: #BED4C1;
  display: flex;
  justify-content: center;
  padding: 10px;
  height: 50%;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .event-card {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .event-card {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .event-card {
    flex-direction: column;
  }
}
.event-card .image {
  display: flex;
  width: 75%;
}
@media (max-width: 1024px) {
  .event-card .image {
    width: 100%;
  }
}
.event-card .menu {
  width: 85%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .event-card .menu {
    width: 100%;
  }
  .event-card .menu h4 {
    margin-top: 25px;
  }
}
.event-card .menu .menu__course {
  margin: 0;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}
.event-card .menu .menu__headline {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.event-card .menu .allergy {
  margin-bottom: 10px;
  display: block;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  color: #955024;
}
.d8te__slider {
  width: 75%;
  max-width: 725px;
  margin: auto;
}
.d8te__slider {
  margin-top: 20px;
  margin-bottom: 40px;
}
.d8te-schedule-header {
  margin-bottom: 0px;
  margin-top: 20px;
}
.header-content__title--d-8te-1 p {
  font-size: 20px;
}
.desktopOnly {
  display: block;
}
.mobileOnly {
  display: none;
}
@media (max-width: 950px) {
  .desktopOnly {
    display: none;
  }
  .mobileOnly {
    display: block;
  }
}
.textSection {
  padding: 0px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.textSection .text-left h4 {
  margin-bottom: 1rem;
}
.textSection .text-left h4 sup {
  text-transform: lowercase;
}
.textSection .text-left p {
  font-size: 14px;
}
.textSection p {
  margin-top: 1em;
  font-size: 14px;
}
.book-now-button {
  display: inline-block;
  border: 2px solid #955024;
  cursor: pointer;
  color: #955024;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 15px 40px;
  background: transparent;
  font-family: "DINOT-CondBold";
  transition: all 0.6s;
}
.book-now-button:hover {
  border: 2px solid #955024;
  background: #955024;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.splitSection {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 950px) {
  .splitSection {
    flex-direction: column;
    align-items: center;
  }
}
.splitSection__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
@media (max-width: 768px) {
  .splitSection__cell {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .splitSection__cell {
    width: 100%;
  }
}
.splitSection__cell img {
  width: 100%;
  max-width: 333px;
}
.splitSection__cell.text {
  width: 70%;
}
@media (max-width: 768px) {
  .splitSection__cell.text {
    width: 100%;
    padding: 20px;
  }
}
.splitSection__cell.text p {
  font-size: 14px;
  margin-bottom: 0px;
}
.coming-soon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 35px;
  gap: 35px;
}
.coming-soon-section .upcoming-event {
  width: 80%;
}
.coming-soon-section .upcoming-event h4 sup {
  text-transform: lowercase;
}
.quiz-container {
  margin: auto;
  width: 100%;
  background: #c3d4c0;
}
@media (max-width: 1280px) {
}
@media (max-width: 767px) {
}
.quiz-container .quiz-heading {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .quiz-container .quiz-heading {
    font-size: 24px;
  }
}
.quiz-container .sv-root-modern .sv-question__title--answer {
  background-color: transparent;
}
.quiz-container .sv-root-modern .sv-question__title--error {
  background-color: transparent;
}
.quiz-container .sv_main {
  font-family: unset;
}
@media (min-width: 768px) {
  .quiz-container .sv_main {
    font-size: 16px;
  }
}
.quiz-container .sv-root-modern .sv_progress-buttons__list .sv_progress-buttons__page-title {
  display: none;
}
.quiz-container .sv-imagepicker__image {
  height: 500px;
}
@media (max-width: 768px) {
  .quiz-container .sv-imagepicker__image {
    height: 250px;
  }
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li.sv_progress-buttons__list-element--current::before {
  border-color: #708371;
  background-color: #708371;
}
.quiz-container .sv_progress-buttons__list li {
  width: 84px;
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li::after {
  background-color: #708371;
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li::before {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv_progress-buttons__list li::before {
  border: 1px solid;
}
.quiz-container .sv_progress-buttons__list li::after {
  height: 1px;
}
.quiz-container .sv-root-modern .sv-footer__complete-btn {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed::before {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed.sv_progress-buttons__list-element--current::before {
  border-color: #708371;
  background-color: #708371;
}
.quiz-container .sv-root-modern .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed + li::after {
  background-color: #708371;
}
.quiz-container .sv-container-modern fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.quiz-container .sv-question__content {
  margin-left: 0em;
}
.quiz-container .sv_qstn .sv-q-col-2,
.quiz-container .sv-question .sv-q-col-2 {
  padding-right: 0.25em !important;
}
.quiz-container .sv-imagepicker__label {
  text-align: left;
}
.quiz-container .sv-imagepicker__item:hover {
  background-color: #708371;
}
.quiz-container .sv-imagepicker__text {
  font-size: 1.2em;
  font-family: "DINOT-CondBold";
  color: #6f8371;
  text-transform: uppercase;
}
.quiz-container .sv-imagepicker__label:hover .sv-imagepicker__text {
  color: #fff;
}
.quiz-container .sv-title {
  font-size: 1.5em;
  text-align: center;
  font-family: "DINOT-CondBold";
  color: #6f8371;
  font-weight: 300 !important;
}
.quiz-container .sv-root-modern .sv-btn {
  color: #708371;
}
.quiz-container .sv-root-modern .sv-footer__start-btn {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv-root-modern .sv-footer__next-btn {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv-root-modern .sv-footer__prev-btn {
  border-color: #708371;
  background-color: transparent;
}
.quiz-container .sv-footer {
  min-height: 2em;
  padding: 2.5em 0 0.87em 0;
  display: flex;
  justify-content: center;
}
.quiz-container .sv-completedpage {
  padding-top: 0.5em;
}
.quiz-container .sv-completedpage:before {
  display: none;
}
.quiz-container .sv-root-modern .sv-completedpage {
  color: #708371;
  background-color: #c3d4c0;
  height: auto;
}
.quiz-container .sv-root-modern .sv-question__erbox {
  color: #d52901;
  text-align: center;
  font-size: 1em;
}
.quiz-container .sv-btn.sv-action-bar-item,
.quiz-container .sv-btn {
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer;
  color: #708371;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3px;
  font-family: "DINOT-CondBold";
  border-radius: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.quiz-container .sv-btn.sv-action-bar-item:hover,
.quiz-container .sv-btn:hover,
.quiz-container .sv-btn.sv-action-bar-item:focus,
.quiz-container .sv-btn:focus,
.quiz-container .sv-btn.sv-action-bar-item:active,
.quiz-container .sv-btn:active {
  background-color: #708371;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.left_panel {
  padding: 0px 70px;
  text-align: left;
}
#formContainer {
  background: #e1e9df;
  padding: 50px 200px 0px 200px;
}
@media (max-width: 1024px) {
  #formContainer {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  #formContainer {
    padding: 0 10px;
  }
}
.form-heading {
  padding: 50px 0px;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
  text-align: center;
}
.logo-container {
  display: flex;
  justify-content: center;
}
.sub {
  font-size: 1.5em;
}
.name-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.name-container .form_cell {
  display: flex;
  align-items: center;
}
.name-container .form_cell .form-label {
  width: 25%;
}
.name-container .form_cell .form-input-full {
  width: 75%;
}
.form-label {
  font-family: "DINOT-CondBold";
  font-size: 1, 2em;
  text-align: left;
}
.form-input-full,
.form-input-half {
  height: 40px;
  border: none;
  background-color: #b8cbb1;
  outline: none;
  color: #708371;
}
.form-input {
  height: 40px;
  border: none;
  background-color: #b8cbb1;
  outline: none;
}
.dob-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.dob-container .form_cell {
  display: flex;
  align-items: center;
}
.dob-container .form_cell .form-label {
  width: 25%;
}
.dob-container .form_cell .form-input-half {
  width: 25%;
}
@media (max-width: 425px) {
  .dob-container .form_cell .form-input-half {
    width: 50%;
  }
}
.location-container .form-label {
  width: 25%;
}
.location-container .state-wrapper {
  display: flex;
  align-items: center;
}
.location-container .state-wrapper select {
  width: 25%;
  height: 40px;
  border: none;
  background-color: #b8cbb1;
  outline: none;
}
@media (max-width: 425px) {
  .location-container .state-wrapper select {
    width: 50%;
  }
}
.location-container .zip-form-label {
  width: 10%;
  font-size: 0.7em;
  text-align: left;
}
.location-container .zip-wrapper {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.location-container .zip-wrapper .form-input {
  width: 25%;
}
@media (max-width: 425px) {
  .location-container .zip-wrapper .form-input {
    width: 50%;
  }
}
.email-container {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.email-container .form-label {
  width: 25%;
}
.email-container .form-input-full {
  width: 75%;
  height: 40px;
  border: none;
  background-color: #b8cbb1;
  outline: none;
}
.accept-terms {
  margin-top: 25px;
  display: flex;
}
.accept-terms .spacer {
  width: 25%;
}
@media (max-width: 425px) {
  .accept-terms .spacer {
    width: 25%;
  }
}
.accept-terms .form-label {
  width: 75%;
  text-align: left;
}
.email-terms {
  margin-top: 25px;
  display: flex;
}
.email-terms .spacer {
  width: 25%;
}
@media (max-width: 425px) {
  .email-terms .spacer {
    width: 25%;
  }
}
.email-terms .form-label {
  width: 75%;
  text-align: left;
}
.form-button-container {
  display: flex;
  align-items: center;
}
.form-button-container .spacer {
  width: 25%;
}
@media (max-width: 425px) {
  .form-button-container .spacer {
    width: 0%;
  }
}
.form-button-container .submit-container {
  width: 75%;
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .form-button-container .submit-container {
    flex-direction: column;
    width: 100%;
  }
}
.form-button-container p {
  width: 75%;
  font-weight: bold;
  font-family: "DINOT-CondBold";
}
@media (max-width: 425px) {
  .form-button-container p {
    width: 100%;
  }
}
.form-button-container .button {
  margin-left: auto;
  background-color: #6f8371;
  color: #fff;
  border: none;
  padding: 15px 45px;
}
@media (max-width: 425px) {
  .form-button-container .button {
    margin-left: 0;
  }
}
.after_form {
  margin-top: 50px;
}
.after_form p {
  font-family: "DINOT-CondBold";
  font-weight: bold;
  margin: 0;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #955024;
}
.legal-copy {
  margin-top: 25px;
  font-size: 1em;
  text-align: left;
}
@media (max-width: 425px) {
  .legal-copy {
    text-align: center;
  }
}
#success-container {
  background: #e1e9df;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 100px 25px;
}
#success-container .logo_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  overflow: hidden;
}
#success-container .logo_content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.7;
}
#success-container .logo_content h1 {
  position: absolute;
  top: 50;
  color: #fff;
  font-size: 4em;
  text-align: center;
  text-transform: none;
}
@media (max-width: 425px) {
  #success-container .logo_content h1 {
    font-size: 2em;
  }
}
#success-container .body_copy {
  text-align: center;
  font-family: "DINOT-CondBold";
}
#success-container .body_copy .logo {
  width: 20%;
  margin-top: 50px;
}
#success-container .body_copy .copy_inner h1 {
  font-size: 4em;
  color: #955024;
}
#success-container .body_copy .copy_inner p {
  font-size: 2.5em;
  color: #6f6f6e;
  width: 50%;
  text-align: center;
  margin: auto;
}
@media (max-width: 425px) {
  #success-container .body_copy .copy_inner p {
    width: 80%;
  }
}
#success-container .body_copy .copy_inner ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
#success-container .body_copy .copy_inner ul li {
  list-style: none;
  font-size: 45px;
  color: #6f6f6e;
}
.custom_hr {
  display: block;
  width: 100%;
  max-width: 350px;
  border-bottom: solid 1px;
  margin: 50px auto;
}
.email-body {
  background-color: red;
}
.email-logo {
  height: 500px;
  width: auto;
}
.no-webp .whiskey-bg {
  min-height: 776px;
  background: url(/resources/images/components/ourWhiskey/drinks/experience.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  font-family: acumin-pro, sans-serif;
}
.no-webp .whiskey-bg-info {
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  color: #fff;
  padding: 3.5% 22%;
  letter-spacing: 0;
  margin: 0;
}
.webp .whiskey-bg {
  min-height: 776px;
  background: url(/resources/images/components/ourWhiskey/drinks/experience.webp) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  font-family: acumin-pro, sans-serif;
}
.webp .whiskey-bg-info {
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
  color: #fff;
  padding: 3.5% 22%;
  letter-spacing: 0;
  margin: 0;
}
.whiskey__block {
  width: 38%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .whiskey__block {
    width: 48%;
  }
}
@media only screen and (max-width : 767px) {
  .whiskey__block {
    width: 100%;
  }
}
.whiskey__block-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 122%;
  width: 100%;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .whiskey__block-img {
    position: static;
  }
}
@media only screen and (max-width : 767px) {
  .whiskey__block-img {
    position: static;
  }
}
.whiskey__block-img img {
  width: 225px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .whiskey__block-img img {
    width: 150px;
    margin-top: -80px;
  }
}
@media only screen and (max-width : 767px) {
  .whiskey__block-img img {
    width: 150px;
    margin-top: -80px;
  }
}
.whiskey__block-left {
  float: left;
  font-size: 50px;
  color: #6f8371;
  font-family: "DINOT-CondBold";
  line-height: 1.06;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .whiskey__block-left {
    margin-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .whiskey__block-left {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.whiskey__block-left span {
  color: #925122;
}
.whiskey__block-right {
  float: right;
  width: 48%;
}
@media only screen and (max-width : 767px) {
  .whiskey__block-right {
    width: 100%;
  }
}
.whiskey__block-right .button {
  margin: 30px auto 0;
  max-width: 37%;
  display: block;
  position: relative;
  border: 0;
  padding: 8px 13px;
}
.whiskey__block-right .button:hover,
.whiskey__block-right .button:focus,
.whiskey__block-right .button:active {
  background: #955024;
  color: #fff;
}
.whiskey__block-notes {
  font-family: acumin-pro, sans-serif;
  border-top: 2px dotted #925122;
  padding: 13px 20px 18px;
  max-width: 53%;
  margin: 0 auto;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
@media only screen and (max-width : 767px) {
  .whiskey__block-notes {
    max-width: 65%;
  }
}
.whiskey__block-notes-last {
  border-bottom: 2px dotted #925122;
  padding: 32px 20px 34px;
}
.whiskey__block-notes-title {
  color: #925122;
  font-family: "DINOT-CondBold";
  text-transform: uppercase;
}
.menu-wrap {
  max-width: 1400px;
}
.splitSection__cell image img {
  height: 50%;
}
#ot-widget-container6 {
  height: 145px !important;
}
/*Sets Carousel element to a static height and fit image to new size*/
.d8te__slider .carousel-item {
  height: 550px;
  text-align: center;
  display: relative;
}
.d8te__slider .carousel-item img {
  height: 100% !important;
  width: auto !important;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .d8te__slider .carousel-item img {
    height: auto !important;
    width: 100% !important;
  }
}
/*Makes Carousel arrows visible against white background*/
.carousel-control-prev-icon {
  filter: drop-shadow(2px 0px 0px #000);
}
.carousel-control-next-icon {
  filter: drop-shadow(-2px 0px 0px #000);
}