/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.full-width-image {
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 70px;
  font-size: 0;
}
@media (min-width: 992px) {
  .full-width-image {
    margin-top: 0;
    display: flex;
    min-height: 600px;
    overflow: hidden;
    align-items: center;
  }
}
.full-width-image.top-content {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .full-width-image.top-content {
    margin-top: 0;
  }
}
.full-width-image.video-content .banner-inner {
  width: 100%;
  justify-content: center;
  padding: 100px 60px 100px 60px;
  height: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .full-width-image.video-content {
    min-height: auto;
  }
  .full-width-image.video-content .banner-inner {
    position: absolute;
    width: 100%;
    justify-content: center;
    padding: 0;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
.full-width-image.video-content.text-under .banner-inner {
  position: absolute;
  width: 100%;
  justify-content: center;
  padding: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
.full-width-image.text-under .banner-inner {
  position: relative;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .full-width-image.text-under .banner-inner {
    position: relative;
    padding: 120px 0;
  }
}
.full-width-image.text-under .banner-image {
  position: relative;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .full-width-image.text-under .banner-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.full-width-image .full-width-image-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  .full-width-image .full-width-image-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .full-width-image .full-width-image-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    min-height: 600px;
  }
}
.full-width-image .full-width-image-inner video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .full-width-image .full-width-image-inner video {
    position: relative;
    height: auto;
  }
}
.full-width-image .full-width-image-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
}
.full-width-image .stopfade {
  opacity: 0.5;
}
.full-width-image .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full-width-image .background-overlay:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-image .background-overlay.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.full-width-image .background-overlay.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.full-width-image .background-overlay.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.full-width-image .background-overlay.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.full-width-image .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.full-width-image .banner-image:before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-image .banner-image.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.full-width-image .banner-image.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.full-width-image .banner-image.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.full-width-image .banner-image.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.full-width-image .banner-inner {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner {
    position: relative;
    padding: 120px 0;
  }
}
.full-width-image .banner-inner .banner-details {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.full-width-image .banner-inner .banner-details.align-centered {
  align-items: center;
  margin: 0 auto;
}
.full-width-image .banner-inner .banner-details.align-centered h2,
.full-width-image .banner-inner .banner-details.align-centered p {
  text-align: center;
}
.full-width-image .banner-inner .banner-details.align-centered .buttons {
  justify-content: center;
}
.full-width-image .banner-inner .banner-details.align-left {
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-left {
    margin: 0 auto 0 0;
  }
}
.full-width-image .banner-inner .banner-details.align-left h2,
.full-width-image .banner-inner .banner-details.align-left p {
  text-align: center;
}
.full-width-image .banner-inner .banner-details.align-left .buttons {
  justify-content: center;
}
.full-width-image .banner-inner .banner-details.align-right {
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-right {
    margin: 0 0 0 auto;
  }
}
.full-width-image .banner-inner .banner-details.align-right h2,
.full-width-image .banner-inner .banner-details.align-right p {
  text-align: center;
}
.full-width-image .banner-inner .banner-details.align-right .buttons {
  justify-content: center;
}
@media (min-width: 768px) {
  .full-width-image .banner-inner .banner-details {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details {
    width: 55%;
  }
  .full-width-image .banner-inner .banner-details.align-centered {
    align-items: center;
    margin: 0 auto;
  }
  .full-width-image .banner-inner .banner-details.align-centered h2,
.full-width-image .banner-inner .banner-details.align-centered p {
    text-align: center;
  }
  .full-width-image .banner-inner .banner-details.align-centered .buttons {
    justify-content: center;
  }
  .full-width-image .banner-inner .banner-details.align-left {
    align-items: flex-start;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-left {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-left h2,
.full-width-image .banner-inner .banner-details.align-left p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-left .buttons {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-right {
    align-items: flex-end;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-right {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-right h2,
.full-width-image .banner-inner .banner-details.align-right p {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details.align-right .buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .full-width-image .banner-inner .banner-details {
    width: 50%;
  }
}
.full-width-image .banner-inner .banner-details .chotto-logo {
  margin-bottom: 40px;
  width: 119px;
  height: 48px;
}
@media (min-width: 768px) {
  .full-width-image .banner-inner .banner-details .chotto-logo {
    width: 310px;
    height: 122px;
  }
}
.full-width-image .banner-inner .banner-details .chotto-logo img {
  width: 100%;
  height: 100%;
}
.full-width-image .banner-inner .banner-details h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details h2 {
    width: 70%;
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.full-width-image .banner-inner .banner-details p {
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .full-width-image .banner-inner .banner-details p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details p {
    font-size: 16px;
  }
}
.full-width-image .banner-inner .banner-details p strong {
  font-weight: 700;
}
.full-width-image .banner-inner .banner-details p:first-of-type {
  margin-top: 0;
}
.full-width-image .banner-inner .banner-details ol,
.full-width-image .banner-inner .banner-details ul {
  margin-top: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details ol,
.full-width-image .banner-inner .banner-details ul {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.full-width-image .banner-inner .banner-details li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .full-width-image .banner-inner .banner-details li {
    font-size: 16px;
  }
}
.full-width-image .banner-inner .banner-details li:first-of-type {
  margin-top: 0;
}
.full-width-image .banner-inner .banner-details li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .full-width-image .banner-inner .banner-details li:before {
    top: 7px;
    left: -20px;
  }
}
.full-width-image .banner-inner .banner-details .buttons {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details .buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.full-width-image .banner-inner .banner-details .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 0;
  position: relative;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
  width: 200px;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details .buttons .button {
    font-size: 16px;
    min-width: 130px;
    margin: 0 0 0 10px;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .full-width-image .banner-inner .banner-details .buttons .button {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details .buttons .button:first-of-type {
    margin: 0;
  }
}
.full-width-image .banner-inner .banner-details h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  letter-spacing: -3px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .full-width-image .banner-inner .banner-details h1.title {
    font-size: 84px;
  }
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: #00B496;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (min-width: 992px) {
  .sound-icon {
    left: 48px;
    top: 20%;
  }
}

.mute-video {
  background: #00B496;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: #00B496;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.mobile-video {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video {
    display: none;
  }
}
.mobile-video .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.mobile-video .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 70px;
  font-size: 0;
}
@media (min-width: 992px) {
  .slider {
    margin-top: 0;
    display: block;
    height: 100vh;
    overflow: hidden;
    align-items: center;
  }
}
.slider.top-content {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .slider.top-content {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .slider.video-content {
    min-height: auto;
  }
  .slider.video-content .banner-inner {
    position: absolute;
    width: 100%;
    justify-content: center;
    padding: 0;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
.slider.video-content.text-under .banner-inner {
  position: absolute;
  width: 100%;
  justify-content: center;
  padding: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider .flex-direction-nav {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .slider .flex-direction-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .slider .flex-direction-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .slider .flex-direction-nav {
    max-width: 1170px;
  }
}
@media (min-width: 1700px) {
  .slider .flex-direction-nav {
    max-width: 1500px;
  }
}
.slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 9px;
  height: 20px;
  margin: 0px 0 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  left: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slider .flex-direction-nav a {
    width: 19px;
    height: 31px;
  }
}
.slider .flex-direction-nav a:before {
  width: 9px;
  height: 20px;
  content: "";
  background-image: url("../../img/brand-assets/slider-arrow.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .slider .flex-direction-nav a:before {
    width: 19px;
    height: 31px;
  }
}
.slider .flex-direction-nav a.flex-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
.slider .flex-viewport {
  width: 100%;
  height: 100%;
}
.slider .slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slides li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .slider .slides li {
    background-position: center;
  }
}
.slider.text-under .banner-inner {
  position: relative;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .slider.text-under .banner-inner {
    position: relative;
    padding: 120px 0;
  }
}
.slider.text-under .banner-image {
  position: relative;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .slider.text-under .banner-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.slider .full-width-image-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
.slider .full-width-image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider .full-width-image-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .slider .full-width-image-inner {
    right: 0;
    bottom: 0;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.slider .full-width-image-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
}
.slider .stopfade {
  opacity: 0.5;
}
.slider .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider .background-overlay:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .background-overlay.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.slider .background-overlay.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.slider .background-overlay.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider .background-overlay.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.slider .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.slider .banner-image:before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .banner-image.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.slider .banner-image.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.slider .banner-image.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider .banner-image.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.slider .banner-inner {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .slider .banner-inner {
    position: relative;
    padding: 120px 0;
  }
}
.slider .banner-inner .banner-details {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.slider .banner-inner .banner-details.align-centered {
  align-items: center;
  margin: 0 auto;
}
.slider .banner-inner .banner-details.align-centered h2,
.slider .banner-inner .banner-details.align-centered p {
  text-align: center;
}
.slider .banner-inner .banner-details.align-centered .buttons {
  justify-content: center;
}
.slider .banner-inner .banner-details.align-left {
  align-items: center;
}
.slider .banner-inner .banner-details.align-left h2,
.slider .banner-inner .banner-details.align-left p {
  text-align: center;
}
.slider .banner-inner .banner-details.align-left .buttons {
  justify-content: center;
}
.slider .banner-inner .banner-details.align-right {
  align-items: center;
}
.slider .banner-inner .banner-details.align-right h2,
.slider .banner-inner .banner-details.align-right p {
  text-align: center;
}
.slider .banner-inner .banner-details.align-right .buttons {
  justify-content: center;
}
@media (min-width: 768px) {
  .slider .banner-inner .banner-details {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details {
    width: 66%;
  }
  .slider .banner-inner .banner-details.align-centered {
    align-items: center;
    margin: 0 auto;
  }
  .slider .banner-inner .banner-details.align-centered h2,
.slider .banner-inner .banner-details.align-centered p {
    text-align: center;
  }
  .slider .banner-inner .banner-details.align-centered .buttons {
    justify-content: center;
  }
  .slider .banner-inner .banner-details.align-left {
    align-items: flex-start;
    margin: 0;
  }
  .slider .banner-inner .banner-details.align-left h2,
.slider .banner-inner .banner-details.align-left p {
    text-align: left;
  }
  .slider .banner-inner .banner-details.align-left .buttons {
    justify-content: flex-start;
  }
  .slider .banner-inner .banner-details.align-right {
    align-items: flex-end;
    margin: 0 0 0 auto;
  }
  .slider .banner-inner .banner-details.align-right h2,
.slider .banner-inner .banner-details.align-right p {
    text-align: right;
  }
  .slider .banner-inner .banner-details.align-right .buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 1700px) {
  .slider .banner-inner .banner-details {
    width: 50%;
  }
}
.slider .banner-inner .banner-details .chotto-logo {
  margin-bottom: 40px;
  width: 119px;
  height: 48px;
}
@media (min-width: 768px) {
  .slider .banner-inner .banner-details .chotto-logo {
    width: 310px;
    height: 122px;
  }
}
.slider .banner-inner .banner-details .chotto-logo img {
  width: 100%;
  height: 100%;
}
.slider .banner-inner .banner-details h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details h2 {
    width: 70%;
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.slider .banner-inner .banner-details p {
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .slider .banner-inner .banner-details p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details p {
    font-size: 16px;
  }
}
.slider .banner-inner .banner-details p strong {
  font-weight: 700;
}
.slider .banner-inner .banner-details p:first-of-type {
  margin-top: 0;
}
.slider .banner-inner .banner-details ol,
.slider .banner-inner .banner-details ul {
  margin-top: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details ol,
.slider .banner-inner .banner-details ul {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.slider .banner-inner .banner-details li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .slider .banner-inner .banner-details li {
    font-size: 16px;
  }
}
.slider .banner-inner .banner-details li:first-of-type {
  margin-top: 0;
}
.slider .banner-inner .banner-details li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .slider .banner-inner .banner-details li:before {
    top: 7px;
    left: -20px;
  }
}
.slider .banner-inner .banner-details .buttons {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details .buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.slider .banner-inner .banner-details .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 0;
  position: relative;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
  width: 200px;
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details .buttons .button {
    font-size: 16px;
    min-width: 130px;
    margin: 0 0 0 10px;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .slider .banner-inner .banner-details .buttons .button {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details .buttons .button:first-of-type {
    margin: 0;
  }
}
.slider .banner-inner .banner-details h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  letter-spacing: -3px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .slider .banner-inner .banner-details h1.title {
    font-size: 84px;
  }
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: #00B496;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (min-width: 992px) {
  .sound-icon {
    left: 48px;
    top: 20%;
  }
}

.mute-video {
  background: #00B496;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: #00B496;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.mobile-video {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video {
    display: none;
  }
}
.mobile-video .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.mobile-video .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.locations {
  width: 100%;
  padding: 60px 0;
}
.locations .main-title {
  width: 100%;
}
.locations .main-title h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .locations .main-title h2 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.locations .wrapper {
  background-color: #000000;
  padding: 0 30px 60px;
  width: 100%;
  position: relative;
  z-index: 20;
  z-index: 10;
}
@media (min-width: 992px) {
  .locations .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
}
.locations .wrapper h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -4px;
  width: 100%;
  left: 0;
}
@media (min-width: 992px) {
  .locations .wrapper h1.title {
    display: none;
  }
}
.locations .wrapper.align-centered .locations-box {
  align-items: center;
}
.locations .wrapper.align-centered .locations-box h2,
.locations .wrapper.align-centered .locations-box p {
  text-align: center;
}
.locations .wrapper.align-centered .buttons {
  justify-content: center;
}
.locations .wrapper.align-left .locations-box {
  align-items: center;
}
.locations .wrapper.align-left .locations-box h2,
.locations .wrapper.align-left .locations-box p {
  text-align: center;
}
@media (min-width: 992px) {
  .locations .wrapper.align-left .locations-box {
    align-items: flex-start;
  }
  .locations .wrapper.align-left .locations-box h2,
.locations .wrapper.align-left .locations-box p {
    text-align: left;
  }
}
.locations .wrapper.align-left .buttons {
  justify-content: flex-start;
}
.locations .wrapper.align-right .locations-box {
  align-items: center;
}
.locations .wrapper.align-right .locations-box h2,
.locations .wrapper.align-right .locations-box p {
  text-align: center;
}
@media (min-width: 992px) {
  .locations .wrapper.align-right .locations-box {
    align-items: flex-end;
    margin-left: auto;
  }
  .locations .wrapper.align-right .locations-box h2,
.locations .wrapper.align-right .locations-box p {
    text-align: right;
  }
}
.locations .wrapper.align-right .buttons {
  justify-content: flex-end;
}
.locations .bottom {
  padding: 20px;
}
.locations .locations-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 40px;
  z-index: 1;
  border: 1px solid #FFFFFF;
  margin-top: 40px;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  opacity: 0;
}
.locations .locations-box:first-of-type {
  margin-top: 0;
}
.locations .locations-box.in-view {
  opacity: 1;
  transform: translateY(0);
}
.locations .locations-box:nth-of-type(1) {
  transition-delay: 0.2s;
}
.locations .locations-box:nth-of-type(2) {
  transition-delay: 0.4s;
}
.locations .locations-box:nth-of-type(3) {
  transition-delay: 0.6s;
}
.locations .locations-box:nth-of-type(4) {
  transition-delay: 0.8s;
}
.locations .locations-box:nth-of-type(5) {
  transition-delay: 1s;
}
.locations .locations-box:nth-of-type(6) {
  transition-delay: 1.2s;
}
.locations .locations-box:nth-of-type(7) {
  transition-delay: 1.4s;
}
.locations .locations-box:nth-of-type(8) {
  transition-delay: 1.6s;
}
.locations .locations-box:nth-of-type(9) {
  transition-delay: 1.8s;
}
.locations .locations-box:nth-of-type(10) {
  transition-delay: 2s;
}
.locations .locations-box:nth-of-type(11) {
  transition-delay: 2.2s;
}
.locations .locations-box:nth-of-type(12) {
  transition-delay: 2.4s;
}
.locations .locations-box:nth-of-type(13) {
  transition-delay: 2.6s;
}
.locations .locations-box:nth-of-type(14) {
  transition-delay: 2.8s;
}
.locations .locations-box:nth-of-type(15) {
  transition-delay: 3s;
}
.locations .locations-box:nth-of-type(16) {
  transition-delay: 3.2s;
}
.locations .locations-box:nth-of-type(17) {
  transition-delay: 3.4s;
}
.locations .locations-box:nth-of-type(18) {
  transition-delay: 3.6s;
}
.locations .locations-box:nth-of-type(19) {
  transition-delay: 3.8s;
}
.locations .locations-box:nth-of-type(20) {
  transition-delay: 4s;
}
.locations .locations-box:nth-of-type(21) {
  transition-delay: 4.2s;
}
.locations .locations-box:nth-of-type(22) {
  transition-delay: 4.4s;
}
.locations .locations-box:nth-of-type(23) {
  transition-delay: 4.6s;
}
.locations .locations-box:nth-of-type(24) {
  transition-delay: 4.8s;
}
.locations .locations-box:nth-of-type(25) {
  transition-delay: 5s;
}
.locations .locations-box:nth-of-type(26) {
  transition-delay: 5.2s;
}
.locations .locations-box:nth-of-type(27) {
  transition-delay: 5.4s;
}
.locations .locations-box:nth-of-type(28) {
  transition-delay: 5.6s;
}
.locations .locations-box:nth-of-type(29) {
  transition-delay: 5.8s;
}
.locations .locations-box:nth-of-type(30) {
  transition-delay: 6s;
}
.locations .locations-box:nth-of-type(31) {
  transition-delay: 6.2s;
}
.locations .locations-box:nth-of-type(32) {
  transition-delay: 6.4s;
}
.locations .locations-box:nth-of-type(33) {
  transition-delay: 6.6s;
}
.locations .locations-box:nth-of-type(34) {
  transition-delay: 6.8s;
}
.locations .locations-box:nth-of-type(35) {
  transition-delay: 7s;
}
.locations .locations-box:nth-of-type(36) {
  transition-delay: 7.2s;
}
.locations .locations-box:nth-of-type(37) {
  transition-delay: 7.4s;
}
.locations .locations-box:nth-of-type(38) {
  transition-delay: 7.6s;
}
.locations .locations-box:nth-of-type(39) {
  transition-delay: 7.8s;
}
.locations .locations-box:nth-of-type(40) {
  transition-delay: 8s;
}
.locations .locations-box:nth-of-type(41) {
  transition-delay: 8.2s;
}
.locations .locations-box:nth-of-type(42) {
  transition-delay: 8.4s;
}
.locations .locations-box:nth-of-type(43) {
  transition-delay: 8.6s;
}
.locations .locations-box:nth-of-type(44) {
  transition-delay: 8.8s;
}
.locations .locations-box:nth-of-type(45) {
  transition-delay: 9s;
}
.locations .locations-box:nth-of-type(46) {
  transition-delay: 9.2s;
}
.locations .locations-box:nth-of-type(47) {
  transition-delay: 9.4s;
}
.locations .locations-box:nth-of-type(48) {
  transition-delay: 9.6s;
}
.locations .locations-box:nth-of-type(49) {
  transition-delay: 9.8s;
}
.locations .locations-box:nth-of-type(50) {
  transition-delay: 10s;
}
.locations .locations-box:nth-of-type(51) {
  transition-delay: 10.2s;
}
.locations .locations-box:nth-of-type(52) {
  transition-delay: 10.4s;
}
.locations .locations-box:nth-of-type(53) {
  transition-delay: 10.6s;
}
.locations .locations-box:nth-of-type(54) {
  transition-delay: 10.8s;
}
.locations .locations-box:nth-of-type(55) {
  transition-delay: 11s;
}
.locations .locations-box:nth-of-type(56) {
  transition-delay: 11.2s;
}
.locations .locations-box:nth-of-type(57) {
  transition-delay: 11.4s;
}
.locations .locations-box:nth-of-type(58) {
  transition-delay: 11.6s;
}
.locations .locations-box:nth-of-type(59) {
  transition-delay: 11.8s;
}
@media (min-width: 992px) {
  .locations .locations-box {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
    border: 1px solid #FFFFFF;
    padding-bottom: 0;
    margin: 15px 0;
  }
  .locations .locations-box:first-of-type {
    margin-top: 15px;
  }
}
.locations .locations-box .group {
  width: 100%;
}
.locations .locations-box .locations-title {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .locations .locations-box .locations-title {
    margin-top: 0;
  }
}
.locations .locations-box .locations-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  margin-bottom: 20px;
}
.locations .locations-box .locations-text {
  padding: 0 20px;
}
.locations .locations-box h2 {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .locations .locations-box h2 {
    font-size: 30px;
  }
}
.locations .locations-box h3 {
  color: #FFFFFF;
  font-family: "Matter", sans-serif;
  font-size: 30px;
}
.locations .locations-box p {
  color: #FFFFFF;
  font-size: 14px;
}
.locations .locations-box p.small {
  font-size: 11px;
}
@media (min-width: 768px) {
  .locations .locations-box p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .locations .locations-box p {
    font-size: 16px;
  }
}
.locations .locations-box a {
  width: 100%;
  margin-top: 15px;
}

.book-now {
  background-size: cover;
  position: relative;
  padding: 0;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .book-now {
    padding: 80px 0;
  }
}
.book-now h2 {
  font-size: 24px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .book-now h2 {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px 0;
  }
}
.book-now a {
  border-bottom: 0 !important;
}
.book-now iframe {
  width: 100%;
  min-height: 563px;
}
@media (min-width: 992px) {
  .book-now iframe {
    min-height: 677px;
  }
}
.book-now iframe .bg-image {
  display: none !important;
}
.book-now .book-inner {
  width: 90%;
  z-index: 2;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .book-now .book-inner {
    width: 80%;
  }
}
.book-now .ot-dtp-picker-form {
  margin-top: 20px !important;
}
.book-now .ot-dtp-picker {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.book-now .ot-title {
  display: none;
}
.book-now .ot-dtp-picker .ot-dtp-picker-selector input {
  margin-bottom: 10px;
}
.book-now .ot-dtp-picker .ot-dtp-picker-form {
  border-radius: 0 !important;
}
.book-now .menu-opened {
  outline: none !important;
  box-shadow: none !important;
}
.book-now .ot-dtp-picker-button {
  margin-top: 20px;
  background-color: #000000 !important;
  font-family: "Matter", sans-serif;
  font-weight: normal;
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
}
.book-now .ot-dtp-picker-button:hover {
  background-color: #000000 !important;
}
.book-now .ot-dtp-picker-button:focus {
  background-color: #000000 !important;
}
.book-now .ot-powered-by {
  display: none;
}
.book-now .picker__close {
  color: #000000;
}
.book-now .picker__day--highlighted,
.book-now .picker__day--selected {
  border: 2px solid #000000 !important;
}
.book-now .picker__day--highlighted:hover,
.book-now .picker__day--selected:hover {
  border: 2px solid #E88C00 !important;
}
.book-now .picker__day--infocus:hover {
  border: 2px solid #E88C00 !important;
}

.text-image {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .text-image {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 0;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .text-image {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 70px 0;
    min-height: 700px;
  }
}
.text-image .video-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image video {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .text-image--flipped .text-image-main {
    order: 1;
    margin-left: 0;
    margin-right: 5%;
    padding: 80px 0;
  }
  .text-image--flipped .text-image-main h2 {
    text-align: right;
  }
  .text-image--flipped .text-image-main p {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-image--flipped .text-image-main {
    margin-right: 10%;
    padding: 100px 0;
  }
}
@media (min-width: 1700px) {
  .text-image--flipped .text-image-main {
    margin-right: calc(50% - 600px);
  }
}
@media (min-width: 992px) {
  .text-image--flipped .text-image-main .buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .text-image--flipped .text-image-aside {
    order: 0;
  }
}

.text-image-main {
  width: 100%;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .text-image-main {
    width: 35%;
    margin-left: 5%;
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .text-image-main {
    padding: 100px 0;
    margin-left: 10%;
  }
}
@media (min-width: 1700px) {
  .text-image-main {
    margin-left: calc(50% - 600px);
  }
}
.text-image-main > :first-child {
  margin-top: 0;
}
.text-image-main .colour-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-image-main .colour-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .text-image-main .colour-title {
    margin-bottom: 50px;
  }
}
.text-image-main h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .text-image-main h2 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.text-image-main p {
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .text-image-main p {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .text-image-main p {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .text-image-main p {
    font-size: 18px;
  }
}
.text-image-main p strong {
  font-weight: 700;
}
.text-image-main p:first-of-type {
  margin-top: 0;
}
.text-image-main a {
  color: inherit;
}
.text-image-main .times {
  width: 100%;
  text-align: center;
  order: 1;
}
@media (min-width: 992px) {
  .text-image-main .times {
    width: 100%;
    order: 2;
  }
}
.text-image-main .times .times-wrap {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .text-image-main .times .times-wrap {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .text-image-main .times .times-wrap {
    width: 100%;
  }
}
.text-image-main .times .times-wrap .times-row {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}
.text-image-main .times .times-wrap .times-row.today {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
}
.text-image-main .times .times-wrap .times-row .day-col {
  text-align: left;
  width: 34%;
}
.text-image-main .times .times-wrap .times-row .times-col {
  text-align: left;
  padding-left: 0;
}
.text-image-main ol,
.text-image-main ul {
  margin-top: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .text-image-main ol,
.text-image-main ul {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.text-image-main li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .text-image-main li {
    font-size: 16px;
  }
}
.text-image-main li:first-of-type {
  margin-top: 0;
}
.text-image-main li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .text-image-main li:before {
    top: 7px;
    left: -20px;
  }
}
.text-image-main .buttons {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .text-image-main .buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.text-image-main .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 0px;
  position: relative;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
  width: 200px;
}
@media (min-width: 992px) {
  .text-image-main .buttons .button {
    font-size: 16px;
    min-width: 130px;
    margin: 0 0 0 10px;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .text-image-main .buttons .button {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .text-image-main .buttons .button:first-of-type {
    margin: 0;
  }
}

.no-padding-above {
  padding-top: 0 !important;
}

.no-padding-below {
  padding-bottom: 0 !important;
}

.text-image-aside {
  display: flex;
  width: 100%;
  height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .text-image-aside {
    width: 50%;
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .text-image-aside {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .text-image-aside {
    width: 50%;
  }
}
@media (min-width: 1700px) {
  .text-image-aside {
    min-height: 100%;
  }
}
.text-image-aside .contact-map {
  width: 100%;
  margin-top: 0;
  padding: 0;
  order: 2;
}
@media (min-width: 768px) {
  .text-image-aside .contact-map {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .text-image-aside .contact-map {
    width: 100%;
    margin-top: 0;
    order: 1;
  }
}
.text-image-aside .contact-map-canvas {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
@media screen and (min-width: 500px) {
  .text-image-aside .contact-map-canvas {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .text-image-aside .contact-map-canvas {
    height: 100%;
  }
}
@media (min-width: 1700px) {
  .text-image-aside .contact-map-canvas {
    height: 100%;
  }
}

.text-image-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 1;
}

.text-image-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-image-other {
  position: relative;
  width: 100%;
  margin-top: -80px;
  margin-bottom: 50px;
  padding: 0 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .text-image-other {
    width: 75%;
    max-width: 450px;
    margin: -80px auto 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .text-image-other {
    margin-top: -120px;
  }
}
.text-image-other--image {
  width: 75%;
  margin-left: 12.5%;
}
@media (min-width: 768px) {
  .text-image-other--image {
    width: 60%;
    max-width: 300px;
    margin-left: auto;
  }
}
.text-image-other--image .text-image-other-content {
  height: 0;
  padding: 0 0 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}

.text-image-other-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .text-image-other-inner {
    padding: 20px;
  }
}
.text-image-other-inner:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 1200px) {
  .text-image-other-inner:before {
    top: 110px;
  }
}
.text-image-other-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20%;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  z-index: 2;
}

.text-image-other-content {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: #FFFFFF;
}

.text-image-other-item {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.text-image-other-item:first-of-type {
  margin-top: 0;
}
.text-image-other-item > :first-child {
  margin-top: 0;
}
.text-image-other-item ul {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.text-image-other-item ul li {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .text-image-other-item ul li {
    font-size: 16px;
  }
}

.text-image-other-heading {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .text-image-other-heading {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .text-image-other-heading {
    font-size: 20px;
  }
}

.heading {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 84px;
  font-size: 0;
}
@media (min-width: 992px) {
  .heading {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .heading.top-header {
    padding: 120px 0;
  }
}
.heading .heading-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .heading .heading-inner {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .heading .heading-inner {
    margin-top: 0;
  }
}
.heading .stopfade {
  opacity: 0.5;
}
.heading .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.heading .background-overlay:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading .background-overlay.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.heading .background-overlay.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.heading .background-overlay.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.heading .background-overlay.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.heading .heading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.heading .heading-image:before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading .heading-image.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.heading .heading-image.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.heading .heading-image.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.heading .heading-image.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.heading .heading-inner {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
.heading .heading-inner .heading-details {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .heading .heading-inner .heading-details {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details {
    width: 66%;
  }
}
.heading .heading-inner .heading-details.align-centered {
  align-items: center;
  margin: 0 auto;
}
.heading .heading-inner .heading-details.align-centered h2,
.heading .heading-inner .heading-details.align-centered p {
  text-align: center;
}
.heading .heading-inner .heading-details.align-centered .buttons {
  justify-content: center;
}
.heading .heading-inner .heading-details.align-left {
  align-items: center;
  margin: 0 auto;
}
.heading .heading-inner .heading-details.align-left h2,
.heading .heading-inner .heading-details.align-left p {
  text-align: center;
}
.heading .heading-inner .heading-details.align-left .buttons {
  justify-content: center;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details.align-left {
    align-items: flex-start;
    margin: 0;
  }
  .heading .heading-inner .heading-details.align-left h2,
.heading .heading-inner .heading-details.align-left p {
    text-align: left;
  }
  .heading .heading-inner .heading-details.align-left .buttons {
    justify-content: flex-start;
  }
}
.heading .heading-inner .heading-details.align-right {
  align-items: center;
  margin: 0 auto;
}
.heading .heading-inner .heading-details.align-right h2,
.heading .heading-inner .heading-details.align-right p {
  text-align: center;
}
.heading .heading-inner .heading-details.align-right .buttons {
  justify-content: center;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details.align-right {
    align-items: flex-end;
    margin-left: auto;
    margin: 0;
  }
  .heading .heading-inner .heading-details.align-right h2,
.heading .heading-inner .heading-details.align-right p {
    text-align: right;
  }
  .heading .heading-inner .heading-details.align-right .buttons {
    justify-content: flex-end;
  }
}
.heading .heading-inner .heading-details .chotto-logo {
  margin-bottom: 40px;
  width: 119px;
  height: 48px;
}
@media (min-width: 768px) {
  .heading .heading-inner .heading-details .chotto-logo {
    width: 310px;
    height: 122px;
  }
}
.heading .heading-inner .heading-details .chotto-logo img {
  width: 100%;
  height: 100%;
}
.heading .heading-inner .heading-details h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details h2 {
    width: 100%;
    text-align: left;
    font-size: 40px;
  }
}
.heading .heading-inner .heading-details h2.add-margin {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details h2.add-margin {
    margin: 0 0 30px;
  }
}
.heading .heading-inner .heading-details p {
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .heading .heading-inner .heading-details p {
    font-size: 16px;
  }
}
.heading .heading-inner .heading-details p strong {
  font-weight: 700;
}
.heading .heading-inner .heading-details p:first-of-type {
  margin-top: 0;
}
.heading .heading-inner .heading-details ol,
.heading .heading-inner .heading-details ul {
  margin-top: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details ol,
.heading .heading-inner .heading-details ul {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.heading .heading-inner .heading-details li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .heading .heading-inner .heading-details li {
    font-size: 16px;
  }
}
.heading .heading-inner .heading-details li:first-of-type {
  margin-top: 0;
}
.heading .heading-inner .heading-details li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .heading .heading-inner .heading-details li:before {
    top: 7px;
    left: -20px;
  }
}
.heading .heading-inner .heading-details .buttons {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
}
.heading .heading-inner .heading-details .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 60px;
  position: relative;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details .buttons .button {
    font-size: 16px;
    min-width: 200px;
    border: 2px solid #FFFFFF;
  }
}
.heading .heading-inner .heading-details .buttons .button:first-of-type {
  margin: 0;
}
.heading .heading-inner .heading-details h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  letter-spacing: -3px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .heading .heading-inner .heading-details h1.title {
    font-size: 84px;
  }
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: #00B496;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (min-width: 992px) {
  .sound-icon {
    left: 48px;
    top: 20%;
  }
}

.mute-video {
  background: #00B496;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: #00B496;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.mobile-video {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video {
    display: none;
  }
}
.mobile-video .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.mobile-video .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxes {
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .boxes {
    padding: 80px 0;
  }
}
.boxes .main-title {
  width: 100%;
}
.boxes .main-title h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .boxes .main-title h2 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.boxes .wrapper {
  background-color: #000000;
  padding: 0 40px 60px;
  width: 100%;
  position: relative;
  z-index: 20;
  z-index: 10;
}
@media (min-width: 992px) {
  .boxes .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
}
.boxes .wrapper h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -4px;
  width: 100%;
  left: 0;
}
@media (min-width: 992px) {
  .boxes .wrapper h1.title {
    display: none;
  }
}
.boxes .bottom {
  padding: 20px;
}
.boxes .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 40px;
  z-index: 1;
  border: 1px solid #FFFFFF;
  margin-top: 40px;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  opacity: 0;
}
.boxes .box:first-of-type {
  margin-top: 0;
}
.boxes .box.in-view {
  opacity: 1;
  transform: translateY(0);
}
.boxes .box.align-centered {
  align-items: center;
}
.boxes .box.align-centered h2, .boxes .box.align-centered h3,
.boxes .box.align-centered p {
  text-align: center;
}
.boxes .box.align-centered .buttons {
  justify-content: center;
}
.boxes .box.align-left {
  align-items: center;
}
.boxes .box.align-left h2, .boxes .box.align-left h3,
.boxes .box.align-left p {
  text-align: center;
}
.boxes .box.align-left .buttons {
  justify-content: center;
}
@media (min-width: 992px) {
  .boxes .box.align-left {
    align-items: flex-start;
  }
  .boxes .box.align-left h2, .boxes .box.align-left h3,
.boxes .box.align-left p {
    text-align: left;
  }
  .boxes .box.align-left .buttons {
    justify-content: flex-start;
  }
}
.boxes .box.align-right {
  align-items: center;
}
.boxes .box.align-right h2, .boxes .box.align-right h3,
.boxes .box.align-right p {
  text-align: center;
}
.boxes .box.align-right .buttons {
  justify-content: center;
}
@media (min-width: 992px) {
  .boxes .box.align-right {
    align-items: flex-end;
    margin-left: auto;
  }
  .boxes .box.align-right h2, .boxes .box.align-right h3,
.boxes .box.align-right p {
    text-align: right;
  }
  .boxes .box.align-right .buttons {
    justify-content: flex-end;
  }
}
.boxes .box:nth-of-type(1) {
  transition-delay: 0.2s;
}
.boxes .box:nth-of-type(2) {
  transition-delay: 0.4s;
}
.boxes .box:nth-of-type(3) {
  transition-delay: 0.6s;
}
.boxes .box:nth-of-type(4) {
  transition-delay: 0.8s;
}
.boxes .box:nth-of-type(5) {
  transition-delay: 1s;
}
.boxes .box:nth-of-type(6) {
  transition-delay: 1.2s;
}
.boxes .box:nth-of-type(7) {
  transition-delay: 1.4s;
}
.boxes .box:nth-of-type(8) {
  transition-delay: 1.6s;
}
.boxes .box:nth-of-type(9) {
  transition-delay: 1.8s;
}
.boxes .box:nth-of-type(10) {
  transition-delay: 2s;
}
.boxes .box:nth-of-type(11) {
  transition-delay: 2.2s;
}
.boxes .box:nth-of-type(12) {
  transition-delay: 2.4s;
}
.boxes .box:nth-of-type(13) {
  transition-delay: 2.6s;
}
.boxes .box:nth-of-type(14) {
  transition-delay: 2.8s;
}
.boxes .box:nth-of-type(15) {
  transition-delay: 3s;
}
.boxes .box:nth-of-type(16) {
  transition-delay: 3.2s;
}
.boxes .box:nth-of-type(17) {
  transition-delay: 3.4s;
}
.boxes .box:nth-of-type(18) {
  transition-delay: 3.6s;
}
.boxes .box:nth-of-type(19) {
  transition-delay: 3.8s;
}
.boxes .box:nth-of-type(20) {
  transition-delay: 4s;
}
.boxes .box:nth-of-type(21) {
  transition-delay: 4.2s;
}
.boxes .box:nth-of-type(22) {
  transition-delay: 4.4s;
}
.boxes .box:nth-of-type(23) {
  transition-delay: 4.6s;
}
.boxes .box:nth-of-type(24) {
  transition-delay: 4.8s;
}
.boxes .box:nth-of-type(25) {
  transition-delay: 5s;
}
.boxes .box:nth-of-type(26) {
  transition-delay: 5.2s;
}
.boxes .box:nth-of-type(27) {
  transition-delay: 5.4s;
}
.boxes .box:nth-of-type(28) {
  transition-delay: 5.6s;
}
.boxes .box:nth-of-type(29) {
  transition-delay: 5.8s;
}
.boxes .box:nth-of-type(30) {
  transition-delay: 6s;
}
.boxes .box:nth-of-type(31) {
  transition-delay: 6.2s;
}
.boxes .box:nth-of-type(32) {
  transition-delay: 6.4s;
}
.boxes .box:nth-of-type(33) {
  transition-delay: 6.6s;
}
.boxes .box:nth-of-type(34) {
  transition-delay: 6.8s;
}
.boxes .box:nth-of-type(35) {
  transition-delay: 7s;
}
.boxes .box:nth-of-type(36) {
  transition-delay: 7.2s;
}
.boxes .box:nth-of-type(37) {
  transition-delay: 7.4s;
}
.boxes .box:nth-of-type(38) {
  transition-delay: 7.6s;
}
.boxes .box:nth-of-type(39) {
  transition-delay: 7.8s;
}
.boxes .box:nth-of-type(40) {
  transition-delay: 8s;
}
.boxes .box:nth-of-type(41) {
  transition-delay: 8.2s;
}
.boxes .box:nth-of-type(42) {
  transition-delay: 8.4s;
}
.boxes .box:nth-of-type(43) {
  transition-delay: 8.6s;
}
.boxes .box:nth-of-type(44) {
  transition-delay: 8.8s;
}
.boxes .box:nth-of-type(45) {
  transition-delay: 9s;
}
.boxes .box:nth-of-type(46) {
  transition-delay: 9.2s;
}
.boxes .box:nth-of-type(47) {
  transition-delay: 9.4s;
}
.boxes .box:nth-of-type(48) {
  transition-delay: 9.6s;
}
.boxes .box:nth-of-type(49) {
  transition-delay: 9.8s;
}
.boxes .box:nth-of-type(50) {
  transition-delay: 10s;
}
.boxes .box:nth-of-type(51) {
  transition-delay: 10.2s;
}
.boxes .box:nth-of-type(52) {
  transition-delay: 10.4s;
}
.boxes .box:nth-of-type(53) {
  transition-delay: 10.6s;
}
.boxes .box:nth-of-type(54) {
  transition-delay: 10.8s;
}
.boxes .box:nth-of-type(55) {
  transition-delay: 11s;
}
.boxes .box:nth-of-type(56) {
  transition-delay: 11.2s;
}
.boxes .box:nth-of-type(57) {
  transition-delay: 11.4s;
}
.boxes .box:nth-of-type(58) {
  transition-delay: 11.6s;
}
.boxes .box:nth-of-type(59) {
  transition-delay: 11.8s;
}
@media (min-width: 992px) {
  .boxes .box {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
    border: 1px solid #FFFFFF;
    padding-bottom: 0;
    margin: 15px 0;
  }
  .boxes .box:first-of-type {
    margin-top: 15px;
  }
}
.boxes .box .group {
  width: 100%;
}
.boxes .box .title {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .boxes .box .title {
    margin-top: 0;
  }
}
.boxes .box .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  margin-bottom: 20px;
}
.boxes .box .text {
  padding: 0 20px;
}
.boxes .box h2 {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .boxes .box h2 {
    font-size: 30px;
  }
}
.boxes .box h3 {
  color: #FFFFFF;
  font-family: "Matter", sans-serif;
  font-size: 30px;
}
.boxes .box p {
  color: #FFFFFF;
  font-size: 14px;
}
.boxes .box p.small {
  font-size: 11px;
}
@media (min-width: 768px) {
  .boxes .box p {
    font-size: 16px;
  }
}
.boxes .box a {
  width: 100%;
  margin-top: 15px;
}
.boxes .box .buttons {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
}
.boxes .box .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 60px;
  position: relative;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .boxes .box .buttons .button {
    font-size: 16px;
    border: 2px solid #FFFFFF;
  }
}
.boxes .box .buttons .button:first-of-type {
  margin: 0;
}

select.ninja-forms-field {
  font-size: 14px !important;
  padding: 15px 20px !important !important;
}

.contact-content {
  width: 100%;
}

.contact-form {
  width: 100%;
  padding: 50px 30px;
  display: none;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 0 0 120px 0;
  }
}
.contact-form.active {
  display: block;
}
.contact-form .text-column {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-form .text-column {
    width: 48%;
    margin-bottom: 0;
  }
}
.contact-form .nf-error-wrap {
  display: none !important;
}
.contact-form .list-select-wrap div:after {
  color: #FFFFFF;
  transition: all 0.5s;
  right: 20px !important;
}
.contact-form .form-column {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form .form-column {
    width: 48%;
  }
}
.contact-form .nf-form-content .list-select-wrap > div div:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
}
.contact-form .nf-field-container {
  width: 100%;
}
.contact-form .submit-container {
  width: 100%;
  display: inline-flex;
}
.contact-form .submit-container .nf-field {
  border: 1px solid white;
  margin: 0 auto;
  width: auto;
}
.contact-form h2 {
  text-align: left;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .contact-form h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .contact-form h2 {
    font-size: 28px;
  }
}
.contact-form p {
  text-align: left;
}
.contact-form .one-half {
  margin-bottom: 5px !important;
}
.contact-form .nf-field-container {
  margin-top: 0;
  margin-bottom: 15px;
}
.contact-form .nf-form-title {
  display: none;
}
.contact-form .nf-field {
  width: 100%;
  border: 1px solid white;
}
.contact-form .label-left .nf-field-label {
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .contact-form .label-left .nf-field-label {
    padding: 0 20px;
    text-align: left;
    border-right: 1px solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
  }
}
.contact-form .label-left .nf-field-label label {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-form .label-left .nf-field-label label {
    text-align: left;
  }
}
.contact-form .label-left .field-wrap {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form .label-left .field-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.contact-form .nf-form-content {
  padding: 0;
  max-width: 100%;
}
.contact-form .nf-form-wrap .field-wrap > div input[type=checkbox] {
  background-color: #000000;
}
.contact-form .nf-before-form-content {
  display: none;
  padding: 0;
}
.contact-form .nf-field-label {
  display: none;
}
.contact-form .checkbox-container {
  margin-top: 20px;
}
.contact-form .checkbox-container label {
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  font-size: 11px;
}
.contact-form .checkbox-container.label-right label {
  margin: 0 !important !important;
  display: block;
  padding: 0 0 0 50px;
}
.contact-form .checkbox-container.label-right label:before {
  left: 5px;
  top: 0;
}
.contact-form .checkbox-wrap .nf-field-element label:before,
.contact-form .checkbox-wrap .nf-field-label label:before,
.contact-form .listcheckbox-wrap .nf-field-element label:before,
.contact-form .listcheckbox-wrap .nf-field-label label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  position: absolute;
  font-size: 30px;
  bottom: auto;
  left: 5px !important;
  top: -5px !important;
  z-index: 2;
}
.contact-form .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.contact-form .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #29B774;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  left: 5px !important;
  top: -5px !important;
  font-size: 30px;
  transition: opacity 1s;
}
@media only screen and (max-width: 800px) {
  .contact-form .nf-field-container .checkbox-wrap .nf-field-label label:after {
    left: 5px !important;
    top: 0px !important;
  }
}
.contact-form .checkbox-wrap .nf-field-element label:after,
.contact-form .checkbox-wrap .nf-field-label label:after,
.contact-form .listcheckbox-wrap .nf-field-element label:after,
.contact-form .listcheckbox-wrap .nf-field-label label:after {
  border: 1px solid #979797;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-family: graphie, sans-serif;
}
.contact-form .nf-after-form {
  font-size: 14px;
  font-family: graphie, sans-serif;
}
.contact-form .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea {
  border: 0;
  font-weight: 400;
  background-color: #000000;
  font-size: 14px;
  padding: 15px 20px;
  font-family: "Heebo", sans-serif;
  color: #FFFFFF;
  border-radius: 0;
  opacity: 1;
}
.contact-form select.nf-form-fields {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 15px 20px !important !important;
}
.contact-form .nf-error .nf-error-msg {
  color: #FFFFFF;
}
.contact-form .nf-error.field-wrap .nf-field-element:after {
  background-color: #FFFFFF;
  color: #000000;
}
.contact-form .nf-error-msg,
.contact-form .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.contact-form .nf-form-content button,
.contact-form .nf-form-content input[type=button],
.contact-form .nf-form-content input[type=submit] {
  border-radius: 0;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #000000;
}
@media (min-width: 768px) {
  .contact-form .nf-form-content button,
.contact-form .nf-form-content input[type=button],
.contact-form .nf-form-content input[type=submit] {
    font-size: 14px;
  }
}
.contact-form .submit-wrap {
  display: flex;
  position: relative;
  align-items: center;
}
.contact-form .nf-form-content select.ninja-forms-field {
  background: transparent;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
}
.contact-form .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.contact-form .nf-form-content input:not([type=button]):focus,
.contact-form .nf-form-content textarea:focus {
  background: transparent;
  font-size: 14px;
}
.contact-form .list-select-wrap select:active + div,
.contact-form .list-select-wrap select:focus + div {
  background: transparent !important;
  border-color: #919191 !important;
  transition: all 0.5s;
}
.contact-form .nf-form-content select.ninja-forms-field:focus {
  background: #000000;
  border: 0;
  box-shadow: none;
  outline: none;
}

.form {
  width: 100%;
  margin-top: 20px;
}
.newsletter-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-wrapper {
    justify-content: space-between;
    display: flex;
  }
}

.calendar {
  display: block;
  width: 100%;
  padding: 50px 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .calendar {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .calendar {
    padding: 120px 0;
  }
}

.calendar-content {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.calendar-content iframe {
  display: block;
  width: 100%;
}
.calendar-content #dmn-partner-widget {
  max-width: 100% !important;
}

.gallery {
  position: relative;
  padding: 0px 0 40px 0;
}
@media (min-width: 992px) {
  .gallery {
    padding: 0px 0 120px 0;
    margin-top: 0px;
  }
}

.gallery-thumbnails-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-thumbnails-wrap {
    display: block;
  }
}
@media (min-width: 1200px) {
  .gallery-thumbnails-wrap {
    margin-top: 5px;
  }
}

.gallery-thumbnails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-thumbnail {
  width: 25% !important;
  height: 300px;
  padding: 10px;
  position: relative;
}

.gallery-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.gallery-thumbnail-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.2s;
  position: relative;
}
.gallery-thumbnail-img:hover {
  opacity: 1;
}

.menu-page {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 84px;
  font-size: 0;
}
@media (min-width: 992px) {
  .menu-page {
    padding: 120px 0 60px 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .menu-page {
    padding: 160px 0 60px 0;
    margin-top: 0;
  }
}
.menu-page .stopfade {
  opacity: 0.5;
}
.menu-page .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.menu-page .background-overlay:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-page .background-overlay.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.menu-page .background-overlay.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-page .background-overlay.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-page .background-overlay.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-page .menu-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.menu-page .menu-image:before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-page .menu-image.opacity-none:before {
  background-color: rgba(0, 0, 0, 0);
}
.menu-page .menu-image.opacity-light:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-page .menu-image.opacity-mid:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-page .menu-image.opacity-dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-page .menu-details {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .menu-page .menu-details {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .menu-page .menu-details.align-centered {
    align-items: center;
    margin: 0 auto;
  }
  .menu-page .menu-details.align-centered .menu-title h2,
.menu-page .menu-details.align-centered .menu-title p {
    text-align: center;
  }
  .menu-page .menu-details.align-centered .buttons {
    justify-content: center;
  }
  .menu-page .menu-details.align-left {
    align-items: flex-start;
  }
  .menu-page .menu-details.align-left .menu-title h2,
.menu-page .menu-details.align-left .menu-title p {
    text-align: left;
  }
  .menu-page .menu-details.align-left .buttons {
    justify-content: flex-start;
  }
  .menu-page .menu-details.align-right {
    align-items: flex-end;
    margin-left: auto;
  }
  .menu-page .menu-details.align-right .menu-title h2,
.menu-page .menu-details.align-right .menu-title p {
    text-align: right;
  }
  .menu-page .menu-details.align-right .buttons {
    justify-content: flex-end;
  }
}
.menu-page .menu-details .menu-title {
  width: 100%;
  z-index: 2;
}
.menu-page .menu-details .menu-title h2 {
  font-size: 32px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .menu-page .menu-details .menu-title h2 {
    width: 100%;
    text-align: left;
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.menu-page .menu-details .menu-title p {
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .menu-page .menu-details .menu-title p {
    font-size: 16px;
  }
}
.menu-page .menu-details .menu-title p strong {
  font-weight: 700;
}
.menu-page .menu-details .menu-title p:first-of-type {
  margin-top: 0;
}
.menu-page .menu-details h1.title {
  font-family: "Matter";
  font-size: 40px;
  margin: 0 auto;
  line-height: 0.8;
  letter-spacing: -3px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .menu-page .menu-details h1.title {
    font-size: 84px;
  }
}
.menu-page .menu-inner {
  position: relative;
  z-index: 1;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .menu-overlay {
    overflow: hidden;
  }
}
.menu-overlay.active {
  display: block;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .menu-overlay {
    overflow: hidden;
  }
}
.menu-overlay.active {
  display: block;
}

.menu-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.menu-overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .menu-overlay-inner {
    height: 100%;
  }
}

.menu-overlay-content {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .menu-overlay-content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .menu-overlay-content {
    width: 60%;
    margin: 0 auto;
  }
}
.menu-overlay-content-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .menu-overlay-content-inner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .menu-overlay-content-inner {
    padding: 50px;
  }
}
.menu-overlay-content-inner img {
  width: 100%;
  height: auto;
}

.menu-overlay-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  z-index: 2;
  border: 2px solid #00B496;
  border-radius: 50%;
}
.menu-overlay-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  height: 2px;
  background-color: #00B496;
}
.menu-overlay-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-overlay-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.4;
  z-index: -1;
}

.menu-nav {
  width: 100%;
  padding: 0;
  z-index: 99;
  margin-top: 120px;
}
.menu-nav .pattern {
  z-index: 10;
  height: 6px;
  background-size: cover;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (min-width: 768px) {
  .menu-nav .pattern {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-nav {
    padding: 40px 0 30px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .menu-nav {
    position: relative;
  }
}

.menu-nav-content {
  width: 100%;
  display: flex;
}
.menu-nav-content.align-centered {
  justify-content: center;
}
.menu-nav-content.align-left {
  justify-content: flex-start;
}
.menu-nav-content.align-right {
  justify-content: flex-end;
}

.menu-nav-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px 18px;
  overflow: hidden;
}
.menu-nav-link.active {
  overflow: visible;
}
.menu-nav-link h1 {
  color: #000000;
  font-size: 25px;
  line-height: 25px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .menu-nav-link h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.menu-introduction {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-introduction {
    width: 60%;
    margin: 0 auto;
  }
}

.section-wrapper {
  padding: 0 40px;
  display: none;
}
.section-wrapper:first-child {
  display: block;
}
@media (min-width: 992px) {
  .section-wrapper {
    padding: 0;
  }
}
.section-wrapper .section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-wrapper .section-inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-wrapper .section-inner {
    width: 60%;
  }
}
.section-wrapper.active {
  display: block;
}

.menu-nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-nav-items li {
  width: 33.3333%;
}
@media (min-width: 992px) {
  .menu-nav-items li {
    width: auto;
  }
  .menu-nav-items li:first-of-type span {
    padding-left: 0;
  }
  .menu-nav-items li:last-of-type span {
    padding-right: 0;
    border-right: 0;
  }
}
.menu-nav-items span {
  display: block;
  border: 1px solid #272727;
  border-bottom: 0;
  border-left: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu-nav-items span {
    border: 0 solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}
@media (min-width: 992px) {
  .menu-nav-items span {
    padding: 3px 50px;
  }
}
.menu-nav-items span.active, .menu-nav-items span:hover {
  font-weight: 700;
}

.menu-nav-icon {
  position: relative;
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
}
.menu-nav-icon.active span:last-of-type {
  transform: translate(-50%, -50%);
}
.menu-nav-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.menu-nav-icon span:last-of-type {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.2s;
}

.menu-banner {
  width: 100%;
  height: 200px;
  margin-top: 133px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .menu-banner {
    height: 300px;
    margin-top: 158px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .menu-banner {
    display: none;
  }
}

.sub-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: center;
}
@media (min-width: 992px) {
  .sub-menu {
    padding: 30px 0;
    width: auto;
    border-top: 1px solid #595959;
    flex-wrap: nowrap;
  }
}
.sub-menu .section-sub {
  width: 46%;
  display: block;
  padding: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 2px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .sub-menu .section-sub {
    background-color: transparent;
    border-right: 1px solid #FFFFFF;
    font-size: 12px;
    margin: 0;
    width: auto;
    padding: 3px 40px;
  }
  .sub-menu .section-sub:first-of-type {
    padding-left: 0;
  }
  .sub-menu .section-sub:last-of-type {
    padding-right: 0;
    border-right: 0;
  }
}
.sub-menu .section-sub.active, .sub-menu .section-sub:hover {
  font-weight: 700;
}

.menu-wrap {
  padding-bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .menu-wrap {
    padding-top: 0;
  }
  .menu-wrap.align-centered {
    align-items: center;
    margin: 0 auto;
  }
  .menu-wrap.align-centered .section-inner {
    margin: 0 auto;
  }
  .menu-wrap.align-centered .sub-menu {
    justify-content: center;
    margin: 0 auto;
  }
  .menu-wrap.align-centered .menu-title h2,
.menu-wrap.align-centered .menu-title p {
    text-align: center;
  }
  .menu-wrap.align-centered .buttons {
    justify-content: center;
  }
  .menu-wrap.align-left {
    align-items: flex-start;
  }
  .menu-wrap.align-left .section-inner {
    margin: 0 auto 0 0;
  }
  .menu-wrap.align-left .sub-menu {
    justify-content: flex-start;
    margin-right: auto;
  }
  .menu-wrap.align-left h2,
.menu-wrap.align-left p {
    text-align: left;
  }
  .menu-wrap.align-left .buttons {
    justify-content: flex-start;
  }
  .menu-wrap.align-right {
    align-items: flex-end;
    margin-left: auto;
  }
  .menu-wrap.align-right .section-inner {
    margin: 0 0 0 auto;
  }
  .menu-wrap.align-right .sub-menu {
    justify-content: flex-end;
    margin-left: auto;
  }
  .menu-wrap.align-right h2,
.menu-wrap.align-right p {
    text-align: right;
  }
  .menu-wrap.align-right .buttons {
    justify-content: flex-end;
  }
}
.menu-wrap .menu-item {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .menu-wrap .menu-item {
    margin-bottom: 80px;
  }
}
.menu-wrap .menu-item:last-of-type {
  margin-bottom: 0;
}
.menu-wrap .menu-item.active {
  display: block;
}
.menu-wrap .menu-item h2 {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .menu-wrap .menu-item h2 {
    font-size: 22px;
  }
}
.menu-wrap .menu-sub-heading {
  display: block;
  margin: 40px 0 0;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .menu-wrap .menu-sub-heading {
    font-size: 22px;
  }
}
.menu-wrap .menu-gluten-free,
.menu-wrap .menu-vegetarian {
  font-size: 10px !important;
  font-size: inherit;
  text-transform: uppercase;
  color: #00B496;
}

.menu-variation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu-sub-heading-text {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.menu-timing {
  display: block;
  margin-top: 10px;
  font-family: "Heebo", sans-serif;
  font-style: italic;
  font-size: 14px;
}

.menu-inner {
  padding: 30px 0;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .menu-inner {
    padding: 0;
  }
}
.menu-inner.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #000000;
}

.menu-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #272727;
  width: 100%;
}

.menu-variation-name,
.menu-variation-price {
  display: block;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #FFFFFF;
}

.menu-name,
.menu-price {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  color: #FFFFFF;
}

.menu-amount {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-style: italic;
  color: #FFFFFF;
}

.menu-description {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #FFFFFF;
}

.menu-column.name {
  width: 70%;
}
.menu-column.variations {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .menu-column.variations {
    flex-wrap: nowrap;
  }
}
.menu-column.variations .menu-variation {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .menu-column.variations .menu-variation {
    margin-top: 0;
    width: 48%;
  }
}
.menu-column.variations .menu-variation .menu-variation-price {
  font-weight: 700;
}

.menu-drinks {
  margin-top: 30px;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-offers {
  width: 100%;
  margin-top: 30px;
}

.menu-offer {
  margin-top: 15px;
  padding: 10px 15px;
  border: 1px solid #000000;
}
.menu-offer:first-of-type {
  margin-top: 0;
}

.menu-offer-name,
.menu-offer-price {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
}

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

.menu-disclaimer {
  margin-top: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.menu-disclaimer:first-of-type {
  margin-top: 0;
}

.menu-basic {
  width: 100%;
  margin-top: 20px;
}
.menu-basic p {
  margin-top: 20px;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}
.menu-basic strong {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
}

.menu-main-nav {
  display: none;
}
@media (min-width: 992px) {
  .menu-main-nav {
    display: block;
    position: fixed;
    top: 150px;
    bottom: 0;
    left: calc(50% - 305px);
    width: 360px;
    overflow-y: auto;
    z-index: 999;
  }
}
@media (min-width: 1200px) {
  .menu-main-nav {
    top: 200px;
    left: calc(50% - 375px);
  }
}
@media (min-width: 1700px) {
  .menu-main-nav {
    left: calc(50% - 500px);
    width: 480px;
  }
}
.menu-main-nav h1 {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .menu-main-nav h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1700px) {
  .menu-main-nav h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.main-nav-items {
  margin-top: 30px;
}
@media screen and (min-height: 800px) {
  .main-nav-items {
    margin-top: 50px;
  }
}

.main-nav-item {
  display: block;
  margin-top: 15px;
}
.main-nav-item a {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.2s;
}
.main-nav-item a.active, .main-nav-item a:hover {
  color: #FFFFFF;
}
.main-nav-item a strong {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}

.main-nav-img {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-height: 1200px) {
  .main-nav-img {
    margin-top: 200px;
  }
}

.menu-mobile-quote {
  display: block;
  width: 100%;
  margin-top: 80px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .menu-mobile-quote {
    width: 66.6667%;
  }
}
@media (min-width: 992px) {
  .menu-mobile-quote {
    display: none;
  }
}
.menu-mobile-quote blockquote,
.menu-mobile-quote h5,
.menu-mobile-quote h6 {
  font-style: italic;
  color: #000000;
}
.menu-mobile-quote blockquote {
  display: block;
  font-family: "Heebo", sans-serif;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-mobile-quote h5 {
  margin-top: 20px;
  font-family: "Heebo", sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.menu-mobile-quote h6 {
  font-family: "Heebo", sans-serif;
  text-align: left;
  color: #000000;
}

.menu-mobile-img {
  display: block;
  width: 215px;
  height: 215px;
  margin: 0 auto 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-mobile-icon {
  display: block;
  width: 35px;
  height: auto;
  margin: 20px auto 40px 0;
}

.menu-quote {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .menu-quote {
    display: block;
    width: 41.6667%;
    margin-bottom: 80px;
    margin-left: 58.3334%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .menu-quote {
    width: 33.3334%;
    margin-left: 50%;
  }
}
.menu-quote blockquote,
.menu-quote h5,
.menu-quote h6 {
  font-style: italic;
  color: #000000;
}
.menu-quote blockquote {
  display: block;
  font-family: "Heebo", sans-serif;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-quote h5 {
  margin-top: 20px;
  font-family: "Heebo", sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.menu-quote h6 {
  font-family: "Heebo", sans-serif;
  text-align: left;
  color: #000000;
}

.menu-quote-img {
  display: block;
  width: 215px;
  height: 215px;
  margin: 0 auto 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1700px) {
  .menu-quote-img {
    width: 250px;
    height: 250px;
  }
}

.menu-quote-icon {
  display: block;
  width: 35px;
  height: auto;
  margin: 20px auto 40px 0;
}

.about-button {
  padding: 40px 30px 140px;
  background-color: #272727;
  background-image: url("../../img/patterns/chotto-pattern-dark.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .about-button {
    display: none;
  }
}

@font-face {
  font-family: "Matter";
  src: local("Matter Bold"), local("Matter-Bold"), url("../../fonts/Matter-Bold.woff2") format("woff2"), url("../../fonts/Matter-Bold.woff") format("woff"), url("../../fonts/Matter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
::-moz-selection {
  background-color: #00B496;
  color: #FFFFFF;
}
::selection {
  background-color: #00B496;
  color: #FFFFFF;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
html {
  min-width: 320px;
  min-height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: left;
  background-color: #000000;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
}
body.overflow-hidden {
  overflow: hidden;
}
body.light {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

p {
  font-size: 13px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.inner {
  flex: 1;
}

.generic-button {
  display: inline-block;
  width: 80%;
  margin-top: 30px;
  color: #FFFFFF;
  padding: 10px 30px;
  position: relative;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .generic-button {
    font-size: 16px;
    border: 2px solid #FFFFFF;
  }
}
.generic-button.white {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0 auto;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.content-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.content-large {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.content-narrow {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.content-small {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.tinted-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.share-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9999;
  opacity: 0;
  transition: opacity 2s;
}
.share-overlay.active {
  opacity: 1;
  z-index: 5000;
  transition: opacity 2s;
}
.share-overlay .share-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.share-overlay .share-content {
  width: auto;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .share-overlay .share-content {
    padding: 60px;
  }
}
.share-overlay h2 {
  font-family: "Matter";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.share-overlay h2 strong {
  color: #00B496;
}
.share-overlay h2 br {
  display: none;
}
@media (min-width: 768px) {
  .share-overlay h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .share-overlay h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .share-overlay h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1700px) {
  .share-overlay h2 {
    font-size: 37px;
  }
}
.share-overlay h2.uppercase {
  text-transform: uppercase;
}

.offer-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9999;
  transition: opacity 2s, z-index 0s 0s;
}
.offer-overlay.active {
  opacity: 1;
  z-index: 1000;
  transition: opacity 2s, z-index 0s 0s;
}
.offer-overlay .inner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.offer-overlay .offer-content {
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 30px;
}
@media (min-width: 992px) {
  .offer-overlay .offer-content {
    padding: 60px 0;
  }
}
.offer-overlay h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
}
.offer-overlay h2 strong {
  color: #00B496;
}
.offer-overlay h2 br {
  display: none;
}
@media (min-width: 768px) {
  .offer-overlay h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .offer-overlay h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .offer-overlay h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1700px) {
  .offer-overlay h2 {
    font-size: 37px;
  }
}
.offer-overlay h2.uppercase {
  text-transform: uppercase;
}

.share-close {
  position: absolute;
  width: 30px;
  height: 20px;
  overflow: hidden;
  z-index: 1001;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .share-close {
    width: 35px;
    height: 25px;
  }
}
.share-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform-origin: center;
}
.share-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.share-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

header.headroom--unpinned {
  transform: translateY(-100%);
}
header .book-now-button {
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  transition: color 0.2s;
  padding: 7px 10px;
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  line-height: 12px;
}
header.main-nav {
  display: none;
}
@media (min-width: 992px) {
  header.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 15px;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.64);
    transition: transform 0.4s ease;
    height: 100px;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  header.main-nav {
    padding: 25px 30px;
  }
}
header.main-nav.headroom--top {
  background-color: rgba(0, 0, 0, 0);
}
header.main-nav .header-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.main-nav .header-logo {
  width: 38px;
  height: auto;
  opacity: 1;
  transform: translateY(0px);
}
@media (min-width: 768px) {
  header.main-nav .header-logo {
    width: 38px;
  }
}
@media (min-width: 1200px) {
  header.main-nav .header-logo {
    width: 38px;
  }
}

.side-menu {
  display: none;
  position: fixed;
  top: 50%;
  z-index: 1001;
  right: 0;
  transform-origin: 100% 100%;
  transform: rotate(-90deg) translate(100%, 0%);
  flex-direction: row;
}
.side-menu .generic-button {
  margin-top: 0;
}
.side-menu .menu {
  background-color: #FFFFFF;
  color: #000000;
  border: 0;
}
.side-menu .reservations {
  background-color: #00B496;
  border: 0;
}

.choose-location h2 {
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-flex;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 40px;
}
.choose-location h2:after {
  content: "";
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .choose-location {
    display: none;
  }
}

.venue-wrapper {
  text-align: center;
}
.venue-wrapper h2 {
  font-size: 12px;
  font-family: "Matter";
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .venue-wrapper h2 {
    font-size: 12px;
  }
}

.venues {
  display: inline-block;
  padding: 5px 20px;
  width: 118px;
  font-family: "Matter";
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
.venues:hover {
  background-color: #FFFFFF;
}
.venues:hover a {
  color: #000000;
}
@media (min-width: 992px) {
  .venues {
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
  }
}
.venues .drop-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.venues a {
  color: #000000;
}
@media (min-width: 992px) {
  .venues a {
    color: #000000;
  }
}
.venues .arrow {
  width: 0;
  height: 0;
  margin-left: 275px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #FEFEFE;
  position: absolute;
  top: -9px;
}
.venues .fa-sort-down {
  margin-left: 10px;
}
.venues .rotate {
  moz-transition: all 0.3s linear;
  webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.venues .rotate.down {
  moz-transform: rotate(180deg);
  webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.venues .hidden-venues {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  margin-top: 60px;
  width: 80%;
}
@media (min-width: 992px) {
  .venues .hidden-venues {
    width: auto;
  }
}
.venues .hidden-venues.active {
  display: flex;
}
.venues .hidden-venues .restaurant-button {
  margin: 10px;
  color: #FFFFFF;
  padding: 10px 20px;
  position: relative;
  background-color: #000000;
  font-family: "Matter";
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.venues .hidden-venues .restaurant-button span {
  font-size: 12px;
  color: #FFFFFF;
}
.venues .hidden-venues .restaurant-button:after {
  content: "";
  display: block;
  background-image: url("../../img/patterns/soho-button.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
}
.venues .hidden-venues .restaurant-button.coming-soon {
  display: flex;
  flex-direction: column;
  color: #504f4f;
}
.venues .hidden-venues .restaurant-button.coming-soon span {
  font-size: 12px;
  color: #504f4f;
}
.venues .hidden-venues .restaurant-button.soho:after {
  background-image: url("../../img/patterns/soho-button.jpg");
}
.venues .hidden-venues .restaurant-button.miami:after {
  background-image: url("../../img/patterns/miami-button.jpg");
}
.venues .hidden-venues .restaurant-button.doha:after {
  background-image: url("../../img/patterns/doha-button.jpg");
}
.venues .hidden-venues .restaurant-button.toronto:after {
  background-image: url("../../img/patterns/toronto-button.jpg");
}

.venues-bg {
  display: none;
  opacity: 0;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 550;
}
.venues-bg.active {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  .venues-bg.active {
    display: none;
  }
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
}
.header-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-nav > ul > li {
  position: relative;
  display: block;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .header-nav > ul > li {
    margin-right: 30px;
  }
}
.header-nav > ul > li:last-of-type {
  margin-right: 0;
}
.header-nav > ul > li a:hover:after {
  width: 100%;
  left: 0;
}
.header-nav > ul > li.current-menu-item a:after, .header-nav > ul > li.current-page-ancestor a:after {
  width: 100%;
  left: 0;
  background: #FFFFFF;
}
.header-nav > ul > li.current-menu-item a, .header-nav > ul > li.current-page-ancestor a {
  color: #FFFFFF;
}
.header-nav > ul > li > a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  transition: color 0.2s;
  padding: 3px 0;
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
}
.header-nav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  z-index: -1;
}
.header-nav > ul > li > a a:hover:after {
  width: 100%;
  left: 0;
}
@media (min-width: 1200px) {
  .header-nav > ul > li > a {
    font-size: 12px;
  }
}
.header-nav > ul > li > a:hover {
  color: #FFFFFF;
}

.header-xs {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  transition: transform 0.4s ease;
  background-color: black;
  z-index: 600;
}
@media (min-width: 768px) {
  .header-xs {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .header-xs {
    display: none;
  }
}
.header-xs.opposite-colour {
  background-color: rgba(255, 255, 255, 0.64);
}
.header-xs.opposite-colour .header-xs-toggle span {
  background-color: #000000;
}

.header-xs-logo {
  display: block;
}
.header-xs-logo img {
  display: block;
  width: 30px;
  height: 40px;
}

.header-xs-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20px;
  height: 12px;
  position: relative;
}
.header-xs-toggle:after {
  content: "";
  position: absolute;
  background-color: #000000;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  z-index: -1;
}
.header-xs-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.header-xs-toggle.active span {
  background-color: #FFFFFF;
}
.header-xs-toggle.active span:nth-of-type(2) {
  display: none;
}
.header-xs-toggle.active span:nth-of-type(1) {
  transform: translate(0, 5px) rotate(45deg);
}
.header-xs-toggle.active span:nth-of-type(3) {
  transform: translate(0, -5px) rotate(-45deg);
}
.header-xs-toggle.active:after {
  content: "";
  position: absolute;
  background-color: #000000;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  z-index: -1;
}

.header-xs-site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-xs-site-logo img {
  display: block;
  width: 40px;
  height: auto;
}

.header-xs-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 100px 0 20px;
  text-align: center;
  background-image: url("../../img/backgrounds/mobile-menu-bg.jpg");
  background-size: cover;
  z-index: 599;
  transform: translateX(100%);
  transition: transform 0.5s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header-xs-nav {
    top: 0;
  }
}
@media (min-width: 992px) {
  .header-xs-nav {
    display: none;
  }
}
.header-xs-nav.active {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .header-xs-nav.active {
    display: none;
  }
}
.header-xs-nav.active li {
  opacity: 1;
  transform: translateX(0);
}
.header-xs-nav.active li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.header-xs-nav.active li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.header-xs-nav.active li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.header-xs-nav.active li:nth-of-type(4) {
  transition-delay: 0.4s;
}
.header-xs-nav.active li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.header-xs-nav.active li:nth-of-type(6) {
  transition-delay: 0.6s;
}
.header-xs-nav.active li:nth-of-type(7) {
  transition-delay: 0.7s;
}
.header-xs-nav.active li:nth-of-type(8) {
  transition-delay: 0.8s;
}
.header-xs-nav.active li:nth-of-type(9) {
  transition-delay: 0.9s;
}
.header-xs-nav li {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.8s 0.5s, transform 0.8s 0.5s;
}
.header-xs-nav li.book-now-button {
  display: flex;
}
.header-xs-nav li.book-now-button a {
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  margin: 10px auto 0 auto;
}
.header-xs-nav li:first-of-type a {
  padding-top: 0;
}
.header-xs-nav a {
  display: block;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 23px;
  font-family: "Matter";
  text-transform: uppercase;
  letter-spacing: -0.1px;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .header-xs-nav a {
    padding: 10px 25px 10px 80px;
  }
}
.header-xs-nav a:hover {
  color: #FFFFFF;
}

.header-location {
  display: none;
}
@media (min-width: 992px) {
  .header-location {
    display: block;
    position: fixed;
    top: -1px;
    right: calc(50% - 465px);
    background-color: #000000;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .header-location {
    right: calc(50% - 570px);
  }
}
@media (min-width: 1700px) {
  .header-location {
    right: calc(50% - 735px);
  }
}
.header-location img {
  display: block;
  width: 130px;
  height: auto;
}
@media (min-width: 1200px) {
  .header-location img {
    width: 145px;
  }
}

.main-nav-logo-link {
  display: block;
  width: 100%;
}

.main-nav-logo {
  display: block;
  width: 100%;
  height: auto;
}

.main-nav-booking {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #000000;
  font-size: 13px;
  line-height: 13px;
  font-family: "Avenir Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .main-nav-booking {
    padding: 12px 0;
    font-size: 16px;
    line-height: 16px;
  }
}
.main-nav-booking.opposite-colour {
  color: #FFFFFF;
  background-color: #000000;
}
.main-nav-booking.delivery {
  margin-top: 3px;
}
.main-nav-booking:hover {
  color: #E88C00;
}

.main-nav-order {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 13px;
  font-family: "Avenir Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #000000;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .main-nav-order {
    font-size: 14px;
    line-height: 14px;
  }
}
.main-nav-order:hover {
  color: #E88C00;
}

.main-navigation {
  margin-top: 20px;
}
.main-navigation ul {
  width: 100%;
  text-align: center;
}
.main-navigation li {
  padding: 5px 0;
}
.main-navigation li.current-menu-item {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 12px 0 8px;
  margin: 4px 0;
}
.main-navigation li.current-menu-item a {
  color: #E88C00;
}
.main-navigation a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Avenir Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media screen and (min-height: 890px) {
  .main-navigation a {
    font-size: 15px;
  }
}
@media screen and (min-height: 1000px) {
  .main-navigation a {
    font-size: 16px;
  }
}
.main-navigation a:hover {
  color: #E88C00;
}

.newsletter-signup {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.newsletter-signup a {
  display: block;
}
.newsletter-signup a:hover {
  color: #E88C00;
}
.newsletter-signup a:hover span {
  color: #E88C00;
}
.newsletter-signup span {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.main-nav-other {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-height: 890px) {
  .main-nav-other {
    margin-top: 40px;
  }
}
@media screen and (min-height: 1080px) {
  .main-nav-other {
    margin-top: 50px;
  }
}
.main-nav-other ul {
  width: 100%;
  text-align: center;
}
.main-nav-other .nav-heading {
  margin-top: 30px;
  margin-bottom: 10px;
}
.main-nav-other .nav-heading span {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-nav-other li {
  margin-top: 5px;
}
@media screen and (min-height: 890px) {
  .main-nav-other li {
    margin-top: 7px;
  }
}
.main-nav-other li:first-of-type {
  margin-top: 0;
}
.main-nav-other li.coming-soon {
  margin-top: 30px;
}
.main-nav-other li.coming-soon span {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-nav-other li.coming-soon a {
  margin-top: 10px;
}
.main-nav-other li.coming-soon p {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Avenir Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media screen and (min-height: 890px) {
  .main-nav-other li.coming-soon p {
    font-size: 16px;
  }
}
.main-nav-other li.nav-special-link {
  margin-bottom: 30px;
}
.main-nav-other li.nav-special-link span {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-nav-other li.nav-special-link a {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Avenir Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media screen and (min-height: 890px) {
  .main-nav-other li.nav-special-link a {
    font-size: 16px;
  }
}
.main-nav-other li.nav-special-link a:hover {
  color: #E88C00;
}
.main-nav-other a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media screen and (min-height: 890px) {
  .main-nav-other a {
    font-size: 16px;
  }
}
.main-nav-other a.active {
  color: #E88C00;
}
.main-nav-other a:hover {
  color: #E88C00;
}

.main-nav-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.nav-social-link {
  display: block;
  margin-right: 10px;
}
.nav-social-link:last-of-type {
  margin-right: 0;
}
.nav-social-link img {
  display: block;
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .nav-social-link img {
    width: 20px;
    height: 20px;
  }
}

.locations-listing-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  padding-top: 140px;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 1000;
}
.locations-listing-menu.active {
  transform: translateX(0);
}
.locations-listing-menu .close {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20px;
  height: 12px;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.locations-listing-menu .close:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  z-index: -1;
}
.locations-listing-menu .close span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.locations-listing-menu .close span:nth-of-type(2) {
  display: none;
}
.locations-listing-menu .close span:nth-of-type(1) {
  transform: translate(0, 5px) rotate(45deg);
}
.locations-listing-menu .close span:nth-of-type(3) {
  transform: translate(0, -5px) rotate(-45deg);
}
.locations-listing-menu .locations-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .locations-listing-menu .locations-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }
}
.locations-listing-menu .locations-wrapper .region-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .locations-listing-menu .locations-wrapper .region-title {
    margin-bottom: 30px;
  }
}
.locations-listing-menu .locations-wrapper .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  text-transform: uppercase;
  align-items: center;
  font-family: "Matter";
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .locations-listing-menu .locations-wrapper .column {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .locations-listing-menu .locations-wrapper .column {
    align-items: flex-start;
    width: 30%;
  }
}
.locations-listing-menu .locations-wrapper .column a {
  color: rgba(255, 255, 255, 0.6);
}
.locations-listing-menu .locations-wrapper .column a:hover {
  color: white;
}

.wpic-launcher {
  right: 25px;
  bottom: 70px !important;
}

#botsify-chat-widget-div {
  bottom: 140px !important;
}

.back-to-top {
  border: 1px solid #FFFFFF;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  color: #FFFFFF;
  align-items: center;
  width: auto;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #000000;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .back-to-top {
    position: absolute;
    bottom: 276px;
    margin-bottom: 0px;
    z-index: 100;
    left: 0;
  }
}

.fixed-icons {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  z-index: 1000;
}
@media (min-width: 768px) {
  .fixed-icons {
    height: 60px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .fixed-icons {
    display: none;
  }
}
.fixed-icons.opposite-colour {
  color: #FFFFFF;
  background-color: #000000;
}
.fixed-icons:hover {
  color: #E88C00;
}
.fixed-icons .footer-icon {
  padding: 12px 0;
  text-align: center;
  width: 25%;
}
.fixed-icons .footer-icon img {
  height: 17px;
  width: auto;
}
.fixed-icons .footer-icon h2 {
  font-size: 8px;
  font-family: "Matter", sans-serif;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 3px;
  text-transform: uppercase;
}
.fixed-icons .footer-icon.book {
  background-color: #00B496;
}
.fixed-icons .footer-icon.menu {
  background-color: #4c4c4c;
}
.fixed-icons .footer-icon.map {
  background-color: #363636;
}
.fixed-icons .footer-icon.contact {
  background-color: #272727;
}

.footer-wrapper {
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }
}
.footer-wrapper .social-links {
  width: 80%;
  margin: 0 auto;
  order: 2;
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-wrapper .social-links {
    text-align: left;
    border-top: 0 solid #D8D8D8;
    order: 3;
    width: auto;
    margin: 0;
    padding-top: 0;
  }
}
.footer-wrapper .social-links h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 13px;
}
.footer-wrapper .social-links img {
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .footer-wrapper .social-links img {
    width: 28px;
    height: 28px;
  }
}
.footer-wrapper .social-links a,
.footer-wrapper .social-links p {
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
}
.footer-wrapper .social-links p {
  display: none;
}
@media (min-width: 992px) {
  .footer-wrapper .social-links p {
    display: block;
  }
}
.footer-wrapper .social-links .main-nav-social {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-wrapper .social-links .main-nav-social {
    justify-content: flex-start;
  }
}
.footer-wrapper .newsletter {
  order: 1;
}
.footer-wrapper .newsletter .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter .title {
    flex-direction: row;
  }
}
.footer-wrapper .newsletter .title img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter .title img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.footer-wrapper .newsletter .title h2 {
  font-family: "Matter", sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter .title h2 {
    font-size: 28px;
  }
}
.footer-wrapper .newsletter p {
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.footer-wrapper .newsletter p strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter p {
    text-align: left;
    font-size: 12px;
  }
}
.footer-wrapper .newsletter form {
  position: relative;
  display: block;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter form {
    margin: 0;
    display: flex;
    flex-direction: row;
    width: auto;
  }
}
.footer-wrapper .newsletter form input {
  padding: 0;
  border: none;
  outline: none;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  background: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
}
.footer-wrapper .newsletter form input:not([type=submit]) {
  width: 100%;
  display: block;
  padding: 12px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-wrapper .newsletter form input:not([type=submit]) {
    text-align: left;
  }
}
.footer-wrapper .newsletter form input:not([type=email]) {
  display: block;
  width: 100%;
  padding: 12px;
  background: #FFFFFF;
  color: #272727;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-wrapper .newsletter form input:focus {
  outline: none;
}
.footer-wrapper p.mobile {
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
  order: 4;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-wrapper p.mobile {
    display: none;
  }
}

.footer {
  background-color: #000000;
  border-top: 1px solid #595959;
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.13);
  position: relative;
  padding: 60px 0 100px;
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
}
.footer.opposite-colour li:after {
  background-color: #000000;
}
.footer.opposite-colour a {
  color: #000000;
}

.footer-nav {
  position: relative;
  z-index: 102;
  order: 3;
  width: 80%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .footer-nav {
    order: 2;
    width: auto;
    margin: 0;
  }
}
.footer-nav ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-nav ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.footer-nav li {
  position: relative;
  margin-top: 5px;
  padding: 0 14px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.footer-nav li:first-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .footer-nav li {
    font-size: 12px;
  }
  .footer-nav li:last-of-type:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-nav li {
    margin-top: 10px;
    text-align: left;
  }
}
.footer-nav li a {
  color: #FFFFFF;
}

.footer-link {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 auto 80px;
}
@media (min-width: 992px) {
  .footer-link {
    margin-bottom: 30px;
  }
}

body.light .footer li a {
  color: #000000;
}
@media (min-width: 768px) {
  body.light .footer li:after {
    background-color: #000000;
  }
}
body.light .footer-link {
  color: #000000;
}

.page-template-page-chotto-at-home .footer,
.page-template-page-events .footer,
.page-template-page-franchising .footer,
.page-template-page-gallery .footer,
.page-template-page-gifts .footer,
.page-template-page-home .footer,
.page-template-page-menu .footer,
.page-template-page-whats-on .footer {
  padding: 0 0 60px;
}
@media (min-width: 992px) {
  .page-template-page-chotto-at-home .footer,
.page-template-page-events .footer,
.page-template-page-franchising .footer,
.page-template-page-gallery .footer,
.page-template-page-gifts .footer,
.page-template-page-home .footer,
.page-template-page-menu .footer,
.page-template-page-whats-on .footer {
    padding: 0;
  }
}
.page-template-page-chotto-at-home .footer .container,
.page-template-page-events .footer .container,
.page-template-page-franchising .footer .container,
.page-template-page-gallery .footer .container,
.page-template-page-gifts .footer .container,
.page-template-page-home .footer .container,
.page-template-page-menu .footer .container,
.page-template-page-whats-on .footer .container {
  display: none;
}
.privacy-policy {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 1;
}
@media (min-width: 992px) {
  .privacy-policy {
    padding-top: 100px;
  }
}
.privacy-policy .text-content {
  order: 1;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .privacy-policy .text-content {
    order: 0;
  }
}
.privacy-policy .text-content :first-child {
  margin-top: 0;
}
.privacy-policy .text-content :last-child {
  margin-bottom: 0;
}
.privacy-policy .text-content a,
.privacy-policy .text-content h1,
.privacy-policy .text-content h2,
.privacy-policy .text-content h3,
.privacy-policy .text-content h4,
.privacy-policy .text-content h5,
.privacy-policy .text-content li,
.privacy-policy .text-content p,
.privacy-policy .text-content span,
.privacy-policy .text-content strong {
  color: #FFFFFF;
}
.privacy-policy .text-content h1,
.privacy-policy .text-content h2,
.privacy-policy .text-content h3,
.privacy-policy .text-content h4 {
  font-family: "Matter", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.04em;
}
.privacy-policy .text-content h5,
.privacy-policy .text-content h6 {
  font-weight: 600;
}
.privacy-policy .text-content h1 {
  margin: 30px 0 10px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h1 {
    margin: 40px 0 20px;
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h1 {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h1 {
    margin-top: 50px;
  }
}
.privacy-policy .text-content h2 {
  margin: 30px 0 10px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h2 {
    margin: 40px 0 20px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h2 {
    margin-top: 40px;
  }
}
.privacy-policy .text-content h3 {
  margin: 30px 0 10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h3 {
    margin: 40px 0 20px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h3 {
    margin-top: 34px;
  }
}
.privacy-policy .text-content h4 {
  margin: 30px 0 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h4 {
    margin: 40px 0 20px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h4 {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h4 {
    margin-top: 30px;
  }
}
.privacy-policy .text-content h5 {
  margin: 20px 0 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h5 {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h5 {
    margin-top: 28px;
  }
}
.privacy-policy .text-content h6 {
  margin: 20px 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .privacy-policy .text-content h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy .text-content h6 {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .privacy-policy .text-content h6 {
    margin-top: 26px;
  }
}
.privacy-policy .text-content p {
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.privacy-policy .text-content ol,
.privacy-policy .text-content ul {
  margin-top: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content ol,
.privacy-policy .text-content ul {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.privacy-policy .text-content li {
  position: relative;
  margin-top: 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .privacy-policy .text-content li {
    font-size: 16px;
  }
}
.privacy-policy .text-content li:first-of-type {
  margin-top: 0;
}
.privacy-policy .text-content li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00B496;
}
@media (min-width: 768px) {
  .privacy-policy .text-content li:before {
    top: 7px;
    left: -20px;
  }
}
.privacy-policy .text-content strong {
  font-weight: 700;
}
.privacy-policy .text-content a {
  color: #00B496;
  border-bottom: 1px solid #00B496;
}
.privacy-policy .text-content img {
  width: 100%;
  height: auto;
}

.page-template-page-privacy {
  padding-top: 100px;
  padding-bottom: 80px;
}

.privacy-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .privacy-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.privacy-inner .text-content {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .privacy-inner .text-content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

.privacy-nav {
  position: relative;
  z-index: 102;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .privacy-nav {
    width: 30%;
    margin-bottom: 0px;
  }
}
.privacy-nav ul {
  list-style-type: none;
}
.privacy-nav li {
  position: relative;
  margin-top: 10px;
  padding: 0 14px;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}
.privacy-nav li.active a {
  font-weight: 700;
  text-decoration: underline;
}
.privacy-nav li:first-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .privacy-nav li {
    font-size: 15px;
  }
  .privacy-nav li:last-of-type:after {
    display: none;
  }
}
.privacy-nav li a {
  color: #FFFFFF;
}
