.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #fff;
  background-color: #131313;
  background-image: linear-gradient(rgba(19, 19, 19, .25), rgba(19, 19, 19, .25)), url('../images/img-bg-pattern-v2.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: #ddd;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: #219fa3;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #5dc3a3;
  text-decoration: underline;
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container.cloneable {
  border-top: 2px dashed rgba(255, 255, 255, .5);
}

.container.cloneable.dark {
  border-top-color: rgba(51, 51, 51, .5);
  display: block;
}

.footer {
  z-index: 100;
  background-color: #131313;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-text {
  color: #666;
  text-align: center;
  font-size: .9em;
}

.c-hero {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-content.cloneable {
  padding-top: 20px;
  display: flex;
}

.c-scrolldown {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 20px 10px;
  display: flex;
}

.scroll-icon {
  width: 20px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.scroll-icon.dark-bg {
  border-color: #131313;
}

.scroll-track {
  width: 2px;
  height: 8px;
  background-color: #888;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.c-tags {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tag {
  color: #ccc;
  background-color: #333;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 12px;
  line-height: 1.2em;
  display: inline-block;
}

.tag:hover {
  color: #ddd;
  background-color: #285748;
  text-decoration: none;
}

.tag.cc {
  border-left-color: #7883ff;
}

.tag.cc:hover {
  background-color: #42477c;
}

.c-hero-header {
  position: relative;
}

.hero-header-deco {
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: -25px;
  right: auto;
}

.section {
  padding-top: 10px;
  padding-bottom: 0;
}

.c-navbar {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  background-color: #222;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.navlink:hover {
  color: #fff;
  text-decoration: none;
}

.navlink-content {
  z-index: 10;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.navlink-text {
  color: #ccc;
  padding-left: 10px;
}

.navlink-icon {
  width: 25px;
  opacity: .5;
}

.navlink-bg {
  z-index: 5;
  background-color: #2ea07c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.c-extra-links {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.main-links {
  position: relative;
}

.links-menu {
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.links-menu-icon {
  width: 25px;
  opacity: .5;
}

.scroll-text {
  color: #aaa;
  padding-left: 20px;
  font-weight: 300;
}

.scroll-text.dark {
  color: #888;
}

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.note.dark {
  color: #666;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.word-highlight.dark {
  color: #333;
}

.cloneable-area {
  min-height: 50vh;
  display: block;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

.white-bg {
  color: #333;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.dark-h1 {
  color: #131313;
}

.dark-p {
  color: #666;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._w-preloader {
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader-curtain {
  width: 50%;
  height: 100%;
  background-color: #131313;
  position: relative;
}

.preloader-curtain.left._2 {
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preloader-curtain.right._2 {
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.c-preloader-bar {
  width: 15em;
  height: .25em;
  background-color: #5a5a5a;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-bar-1 {
  width: 60%;
  height: 100%;
  background-color: #357a3a;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: #b6d43b;
}

.navbar-top-banner-inner-2 {
  z-index: 999;
  width: 100%;
  max-width: none;
  background-color: #eeeeec;
  background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/IMG_6631.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 53px;
  padding-right: 33px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-15 {
  width: 32px;
  height: 22px;
  max-width: none;
  color: #000;
}

.dropdown-item-wrapper {
  z-index: 900;
  height: 300px;
  clear: none;
  box-shadow: none;
  background-color: #000;
  margin-top: -2px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-item-wrapper.oiiu {
  height: 200px;
}

.dropdown-item-wrapper.nh {
  height: auto;
  background-color: #e2e2e2;
}

.logo-2 {
  width: 240px;
  margin-top: -10px;
  margin-left: 15px;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.nav-point-wrapper.dropdown {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
  position: static;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.cccc {
  background-color: #b5e519;
  border-radius: 14px;
  margin-top: 7px;
  padding: 3px 14px 3px 9px;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.nav-main {
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #000;
  border-bottom: 1px #bebebe;
  margin-top: 45px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-main.eng-1 {
  display: none;
}

.dropdown-item {
  height: 300px;
  text-align: center;
  background-color: #e2e2e2;
  border-right: 1px solid rgba(255, 255, 255, 0);
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #fff;
  text-decoration: none;
}

.dropdown-item.ii {
  height: 200px;
  padding-top: 31px;
}

.dropdown-item.ii.w--current {
  padding-top: 31px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  object-fit: fill;
  padding: 12px 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-2:hover {
  color: #b6d43b;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #b5e519;
  border-bottom: 3px #de5000;
}

.email-in-nav-2 {
  border-right: 1px solid #000;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  height: 400px;
  background-color: #f8f9fc;
  display: none;
  top: 82px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  height: 300px;
  background-color: #e2e2e2;
  margin-top: 32px;
  display: block;
  position: fixed;
  overflow: visible;
}

.dropdown-list-2.ytr.w--open {
  height: 200px;
}

.phone-in-nav-2 {
  border-right: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 3px;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 1px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.icon-6 {
  color: #b5e519;
  margin-top: 13.1953px;
  margin-right: -7px;
  padding-top: 1px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px #b5e519;
  border-bottom: 2px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-right: 2.9em;
  display: flex;
  position: relative;
}

.contact-icon-3 {
  width: 22px;
  height: 22px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.dropdown-toggle-3 {
  color: #fff;
  padding: 0 18px 0 0;
  display: block;
}

.dropdown-toggle-3.w--open {
  clear: both;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.dropdown-link-6 {
  color: #000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.platform-icon-2 {
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  padding: 4px;
  display: flex;
}

.contact-text-3 {
  color: #000;
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-text-3:hover {
  text-decoration: none;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.socials-in-nav-2 {
  height: 100%;
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 32px;
  display: flex;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.hero-button {
  color: #b6e51a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #b5e51c;
  margin-top: 22px;
  padding: 12px 20px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  transition: background-color .2s, color .2s;
  position: absolute;
}

.hero-button:hover {
  color: #fff;
  background-color: #b6e51a;
}

.column {
  height: 597px;
  background-image: url('../images/Kraken_01.png');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.columns-5 {
  margin-top: -57px;
  padding-right: 0;
}

.jgfd {
  color: #b6e51a;
}

.hero-right {
  width: 70%;
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.hero-subheading {
  width: 350px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.hero-subheading.two {
  color: #b4e51d;
  margin-top: 0;
}

.hero-section-4 {
  min-height: 0;
  justify-content: space-between;
  margin-top: 129px;
  display: flex;
}

.left-hero {
  width: 54%;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/IMG_6631.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 1px #000;
  border-right-color: #c4c4c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-10 {
  margin-top: 13px;
  margin-left: -165px;
}

.image-10.jjj {
  margin-left: -34px;
}

.columns-6 {
  width: 397px;
}

.black-block {
  width: 60vw;
  height: 700px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-heading {
  width: 360px;
  direction: ltr;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 13px;
  font-family: Exo, sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 900;
  line-height: 61px;
  text-decoration: none;
}

.section-5 {
  height: 650px;
  background-image: url('../images/Medpharma-Podcast.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.heading-3.ii {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 19px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  line-height: 27px;
  display: none;
}

.heading-3.ii.bhgy {
  color: #3f3f3f;
  margin-bottom: 82px;
  font-size: 32px;
}

.heading-3.ii.vgf {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 26px;
}

.heading-3.ii.vgf.slider-prod {
  background-color: #c3f847;
  margin-bottom: 0;
}

.heading-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-6.dxs {
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 40px;
}

.button-7 {
  width: auto;
  float: left;
  clear: left;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #dfd68d;
  margin: 10px auto 20px;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-7:hover {
  color: #fff;
  background-color: #dfd68d;
}

.button-7.drinks-button {
  float: left;
  clear: left;
  color: #b6d43b;
  border-color: #b6d43b;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.button-7.drinks-button:hover {
  color: #000;
  background-color: #b6d43b;
  text-decoration: none;
}

.button-7._2 {
  float: left;
  clear: none;
  margin-left: 20px;
  display: inline-block;
}

.row {
  z-index: 11;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.row._2 {
  margin-top: 0;
  position: relative;
  top: auto;
}

.row._2:hover {
  text-decoration: none;
}

.row.top-row {
  display: none;
  position: relative;
  top: auto;
}

.row.top-row:hover {
  text-decoration: none;
}

.full-bleed-col {
  padding-left: 0;
  padding-right: 0;
}

.full-bleed-col.our-menus-pic {
  height: 700px;
  background-image: url('../images/propagande-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.full-bleed-col.chef {
  height: 468px;
  background-image: url('../images/Ivan.jpg');
  background-position: 0 -63px;
  background-size: cover;
}

.text-col {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.text-col.our-story {
  height: 468px;
}

.text-col.our-menus {
  height: 750px;
  background-color: #f7f7f7;
  padding-top: 66px;
}

.text-col.our-menus.prop {
  height: 700px;
  background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url('../images/IMG_6628.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.section-8 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/propagande-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -17px;
  padding-top: 50px;
  padding-bottom: 102px;
}

.section-8.nn {
  margin-top: -64px;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 55px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  padding-left: 90px;
  padding-right: 94px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 78px;
  display: flex;
}

.button-8 {
  color: #000;
  text-align: center;
  background-color: #b5e519;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 49px;
  font-size: 17px;
  font-weight: 700;
}

.button-8:hover {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.button-8.oii {
  border-width: 3px;
  border-color: #c7c7c7;
  margin-top: 17px;
  font-weight: 700;
  display: none;
}

.button-8.iuu {
  margin-top: 0;
}

.section-7 {
  height: 650px;
  background-image: url('../images/woman-smoking-close-up-smoke-mouth.jpg');
  background-position: 50% -85%;
  background-size: cover;
  background-attachment: fixed;
}

.section-7.yyu {
  background-image: url('../images/DSC_9292.jpg');
  background-position: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 181px;
  display: block;
}

.section-7.bgdf {
  height: 650px;
  background-image: url('../images/DSC_9413.jpg');
  background-position: 50%;
}

.section-7.huy {
  background-image: url('../images/DSC_9278.jpg');
  background-position: 50% 0;
}

.section-9 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/canabis-from-top-view-glasshouse-planting-making-medicine-from-marijuana-health-care.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 117px;
  padding-bottom: 114px;
  display: block;
}

.container-12 {
  background-color: rgba(255, 255, 255, .84);
}

.slide-3 {
  background-color: #fff;
  padding-top: 108px;
  padding-left: 26px;
  padding-right: 27px;
}

.slide-3.bg {
  background-color: #333;
  padding-top: 76px;
}

.slide-4 {
  background-color: #fff;
  padding-top: 70px;
  padding-left: 26px;
  padding-right: 26px;
}

.slide-6 {
  background-color: #302f2f;
  padding-top: 67px;
  padding-left: 26px;
  padding-right: 26px;
}

.slide-5 {
  background-color: #fff;
  padding-top: 56px;
  padding-left: 26px;
  padding-right: 26px;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.blue {
  color: #3b2ae5;
}

.footer-link {
  opacity: .8;
  color: #fff;
  margin-bottom: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: #b6d43b;
  text-decoration: none;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.footer-top-bar {
  width: 100%;
  max-width: 1100px;
  border-bottom: 1px solid #b5e519;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-bottom: 17px;
  display: flex;
}

.services-wrap-footer {
  margin-top: 0;
}

.footer-section-03 {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-left: 19px;
  padding-right: 41px;
  display: flex;
}

.footer-03-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.platform-icon {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  background-color: #7c7c7c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  display: flex;
}

.footer-03-bottom {
  width: 100%;
  max-width: 1100px;
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.socials-in-footer {
  height: auto;
  border-left: 1px #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.globe {
  max-width: none;
  margin-right: 10px;
}

.section-title {
  color: #818181;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.sections {
  height: auto;
  background-color: #249b4b;
  background-image: linear-gradient(#000, #20863d 20%);
  padding-top: 164px;
  padding-bottom: 146px;
  padding-right: 0;
}

.sections.fourth {
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 45px;
}

.sections.fourth.contact-us {
  background-image: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sections.fourth.contact-us.footer {
  background-color: #000;
  margin-top: -7px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.contact-wrapper {
  text-align: center;
  position: relative;
}

.footer-text-2 {
  width: auto;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 12px 0 auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer-text-2:hover {
  color: #ffb429;
}

.footer-text-2.two {
  float: none;
  color: #fff;
  margin-top: -8px;
  font-size: 10px;
}

.pd {
  color: #b6d43b;
}

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

.image-16 {
  margin-top: 19px;
}

.column-3, .column-4, .column-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  margin-top: -11px;
}

.column-6, .column-7, .column-8, .column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-04 {
  width: 100%;
  border: 1px #dbdbdb;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.in-form {
  width: 100%;
  text-align: center;
  background-color: #b5e519;
}

.big-image-form-04 {
  width: 100%;
  height: auto;
  background-image: url('../images/DSC_9374.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 45px;
  padding-top: 31px;
}

.big-image-form-04.ds {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_9286.jpg');
  background-size: auto, cover;
}

.big-image-form-04._43 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_9241.jpg');
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.big-image-form-04._65 {
  height: auto;
  background-image: url('../images/DSC_9424.jpg');
}

.big-image-form-04.bg {
  height: auto;
  background-image: url('../images/DSC_9309.jpg');
  padding-top: 22px;
  padding-bottom: 0;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.form-section-04 {
  width: 100%;
  background-color: #000;
  background-image: url('../images/DSC_9309.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #dbdbdb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 111px;
  margin-bottom: 61px;
  padding-bottom: 90px;
  display: flex;
}

.form-section-04._22 {
  background-image: url('../images/DSC_9285.jpg');
}

.form-section-04.oll {
  height: auto;
  background-image: url('../images/DSC_9241.jpg');
  padding-bottom: 0;
}

.form-section-04.oll.ttt {
  height: auto;
}

.form-section-04.vgf {
  background-image: url('../images/DSC_9415.jpg');
  padding-bottom: 98px;
}

.form-section-04.nhh {
  background-image: url('../images/DSC_9424.jpg');
}

.contact-icon {
  width: 22px;
  height: 22px;
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.form-section-inner-04 {
  width: 100%;
  max-width: 750px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 74px 50px;
  display: flex;
}

.form-section-inner-04.hh {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/DSC_9340.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 9px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.form-section-inner-04.hh._65 {
  background-image: linear-gradient(rgba(255, 255, 255, .91), rgba(255, 255, 255, .91)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_9404.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: 9px;
  margin-bottom: -6px;
}

.paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-inform {
  height: 48px;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.contact-text {
  margin-bottom: 1px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .72);
  border-radius: 7px;
  margin-top: 49px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.1em;
  font-weight: 600;
}

.div-block-2 {
  margin-top: 23px;
  margin-left: 202px;
}

.vert {
  color: #b5e519;
}

.html-embed {
  background-color: #e9e9e9;
  padding-top: 20px;
}

.heading-8 {
  color: #b5e519;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

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

.image-18 {
  margin-bottom: 26px;
  margin-left: 19px;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 16px;
}

.text-block-9.gg {
  margin-top: 30px;
  margin-bottom: 51px;
}

.rich-text-block {
  color: #a0a0a0;
}

.tabs {
  display: none;
}

.slider {
  margin-top: -95px;
}

.column-10 {
  height: 300px;
  background-image: url('../images/DSC_9346.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-10._22 {
  background-image: url('../images/IMG_5586.jpeg');
  background-size: contain;
}

.column-10._222 {
  background-image: url('../images/DSC_9256.jpg');
}

.column-10._14 {
  background-image: url('../images/DSC_9385.jpg');
}

.column-11 {
  height: 300px;
  background-image: url('../images/DSC_9298.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-11._2 {
  background-image: url('../images/DSC_9204.jpg');
}

.column-11._11 {
  background-image: url('../images/IMG_5691.jpeg');
}

.column-11._222 {
  background-image: url('../images/DSC_9366.jpg');
}

.column-11._13 {
  background-image: url('../images/DSC_9417.jpg');
}

.column-12 {
  height: 300px;
  background-image: url('../images/DSC_9341.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-12._1 {
  background-image: url('../images/DSC_9213.jpg');
}

.column-12.hg {
  background-image: url('../images/IMG_5714.jpeg');
}

.column-12._111 {
  background-image: url('../images/DSC_9380.jpg');
}

.column-12._12 {
  background-image: url('../images/DSC_9187.jpg');
}

.column-13 {
  height: 300px;
  background-image: url('../images/DSC_9330.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-13._55 {
  background-image: url('../images/IMG_5708.jpeg'), url('../images/DSC_9364.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-13._555 {
  background-image: url('../images/pexels-kindel-media-7667831.jpg');
}

.column-13._16 {
  background-image: url('../images/DSC_9369.jpg');
}

.column-14 {
  height: 300px;
  background-image: url('../images/DSC_9230.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-14._44 {
  background-image: url('../images/IMG_5761.jpeg'), url('../images/DSC_9220.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-14._444 {
  background-image: url('../images/DSC_9424.jpg');
}

.column-14._15 {
  background-image: url('../images/DSC_9393.jpg');
}

.column-15 {
  height: 300px;
  background-image: url('../images/DSC_9178.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-15._33 {
  background-image: url('../images/IMG_5713.jpeg'), url('../images/DSC_9391.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-15._333 {
  background-image: url('../images/DSC_9275.jpg');
}

.column-15.yy {
  background-image: url('../images/DSC_9340.jpg');
}

.container-14 {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  height: 300px;
  background-image: url('../images/IMG_5693.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-17 {
  height: 300px;
  background-image: url('../images/IMG_5696.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-18 {
  height: 300px;
  background-image: url('../images/IMG_5694.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  margin-top: 57px;
}

.text-block-10 {
  color: #fff;
}

.language-link {
  width: 100%;
  min-height: 45px;
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.language-link.eng {
  display: flex;
}

.flag-1 {
  width: 25px;
  height: 25px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.icon-3 {
  color: #fff;
}

.langauge-line-base {
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, .22);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-toggle {
  color: #20355a;
  border: 1px rgba(155, 158, 184, .22);
  border-radius: 4px;
  padding-right: 45px;
  transition: all .2s;
}

.langauge-line-break {
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flag-3 {
  width: 25px;
  height: 25px;
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: auto;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.image-19 {
  margin-left: 7px;
}

.gallery-wrapper {
  background-color: #e9e5e5;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/IMG_6628.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex: none;
  padding-top: 14vh;
  padding-bottom: 0;
  padding-left: 0;
}

.carousel {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-wrapper {
  width: 100%;
  opacity: 1;
  margin-right: 5px;
  padding: 1vh 0;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  width: 100%;
  opacity: 1;
}

.image {
  width: 100%;
  max-height: 100%;
  opacity: 1;
  object-fit: contain;
}

.section-10 {
  padding-top: 57px;
  padding-bottom: 57px;
  padding-left: 0;
}

.link-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  text-decoration: none;
}

.column-19 {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), linear-gradient(8deg, #000, rgba(0, 0, 0, 0) 56%), url('../images/DSC_9337.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.column-19:hover {
  background-image: linear-gradient(8deg, #000, rgba(0, 0, 0, 0) 56%), url('../images/DSC_9337.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-20 {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), linear-gradient(356deg, #000, rgba(0, 0, 0, 0) 56%), url('../images/DSC_9214.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.column-20:hover {
  background-image: linear-gradient(356deg, #000, rgba(0, 0, 0, 0) 56%), url('../images/DSC_9214.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-21 {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), linear-gradient(1deg, #000, rgba(0, 0, 0, 0) 46%), url('../images/DSC_9182.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.column-21:hover {
  background-image: linear-gradient(1deg, #000, rgba(0, 0, 0, 0) 46%), url('../images/DSC_9182.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-22 {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), linear-gradient(7deg, #000, rgba(0, 0, 0, 0) 31%), url('../images/DSC_9389.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.column-22:hover {
  background-image: linear-gradient(7deg, #000, rgba(0, 0, 0, 0) 31%), url('../images/DSC_9389.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-23 {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), linear-gradient(8deg, #000, rgba(0, 0, 0, 0) 39%), url('../images/DSC_9380.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.column-23:hover {
  background-image: linear-gradient(8deg, #000, rgba(0, 0, 0, 0) 39%), url('../images/DSC_9380.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.9em;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  font-size: 2.1em;
}

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

.image-20 {
  margin-top: -21px;
}

.background-video {
  z-index: 600;
  background-color: #000;
  border-top: 14px #000;
  margin-top: 27px;
  padding-top: 37px;
  padding-bottom: 36px;
  overflow: visible;
}

.background-video.oii {
  z-index: 900;
  position: -webkit-sticky;
  position: sticky;
}

.button-neumorphic {
  color: #2e2c4e;
  text-transform: uppercase;
  background-color: #b5e519;
  border-radius: 50px;
  margin-top: 50px;
  padding: 20px 30px;
  font-size: 17px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: -6px -6px 12px #fff, 8px 8px 2px #d1d9e6;
}

.button-neumorphic:hover {
  box-shadow: -14px -14px 30px rgba(255, 255, 255, 0), 14px 14px 30px rgba(209, 217, 230, 0);
}

.button-wrap {
  min-height: 50px;
  min-width: 220px;
  border: 1px solid #b5e519;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap:hover {
  background-color: #000;
}

.btn-text {
  z-index: 1;
  color: #b5e519;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
}

.btn-text-2 {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  top: 45px;
}

.button-wrapper {
  height: 45px;
  color: #b5e519;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #b5e519;
  border-radius: 50px;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: none;
}

.button-wrapper:hover {
  color: #000;
  background-image: linear-gradient(#b5e519, #b5e519), url('../images/Black-Thing.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  text-decoration: none;
}

.button-wrapper.rr {
  margin-right: 0;
}

.div-block-5 {
  background-color: #000;
  background-image: none;
  background-size: auto;
  margin-top: 59px;
  padding-top: 33px;
  padding-bottom: 23px;
  display: none;
  position: relative;
}

.text-block-63 {
  letter-spacing: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 63px;
}

.image-9 {
  margin-top: 3px;
  padding-bottom: 0;
  display: block;
}

.nav-menu-wrap {
  width: 0;
  height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.dropdown-link-2 {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #ff0400;
}

.dropdown-link-2.w--current {
  color: #fff;
  background-color: #000;
}

.dropdown-link-2.w--current:hover {
  background-color: #e40e0a;
}

.link-block-4 {
  margin-left: 10px;
  display: block;
}

.link-block-8 {
  filter: grayscale();
}

.link-block-8:hover {
  filter: none;
}

.nav-link {
  width: 100%;
  color: #fff;
  letter-spacing: 20px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: 15px;
  padding: 2px 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 63px;
  display: flex;
}

.nav-link:hover {
  color: #0f0f0f;
  border-bottom: 1px #000;
  box-shadow: inset 0 -5px #000;
}

.nav-link.w--current {
  color: red;
  margin-right: 0;
  padding-right: 0;
}

.nav-link.w--current:hover {
  box-shadow: inset 0 -5px #000;
}

.nav-link._2 {
  color: #fff;
}

.nav-inner {
  z-index: 999;
  width: 100%;
  height: 120px;
  background-color: #e40b0b;
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 70px;
  display: flex;
  position: static;
}

.nav-inner.fr-menu {
  display: none;
}

.nav-inner.eng-menu {
  height: 140px;
  background-color: #272727;
}

.nav-menu-3 {
  z-index: 3000;
  min-width: 30vw;
  background-color: #009fe3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 145px;
  padding-top: 0;
  padding-left: 47px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.info-icon {
  width: 30px;
  float: left;
}

.dropdown-link {
  color: #fefefe;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #ff0400;
}

.dropdown-link.w--current {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.nav {
  z-index: 909;
  width: 100vw;
  height: 100px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  line-height: 70px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 8px 8px 12px -6px rgba(0, 0, 0, .33);
}

.nav.mobile {
  display: none;
}

.link-block-3 {
  filter: grayscale();
  margin-right: 10px;
}

.link-block-3:hover {
  filter: none;
}

.menu-icon {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  font-size: 44px;
  position: relative;
  top: 9px;
}

.grey {
  color: #000;
}

.dropdown-toggle {
  margin-left: 1px;
  padding-left: 5px;
}

.dropdown-toggle.w--open {
  margin-top: -11px;
  margin-bottom: -11px;
  margin-left: 0;
}

.dropdown-list {
  margin-top: -4px;
}

.dropdown-list.w--open {
  width: auto;
  margin-top: -10px;
  margin-left: 0;
}

.menu-button {
  z-index: 1001;
  width: auto;
  height: 100px;
  background-color: #b2b1af;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-button.w--open {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27));
}

.nav-logo-wrap {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 100px;
  display: flex;
  position: relative;
}

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

.div-block-55 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.div-block-55.social {
  justify-content: center;
  margin-right: 0;
}

.div-block-55.social.pp {
  justify-content: flex-start;
  margin-top: 20px;
}

.background-video-2 {
  height: 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-56 {
  margin-top: 45px;
}

.slide-7 {
  height: 300px;
}

.column-35 {
  height: 300px;
  background-image: url('../images/IMG_5754.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-36 {
  height: 300px;
  background-image: url('../images/IMG_5734.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-37 {
  height: 300px;
  background-image: url('../images/IMG_5737.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-38 {
  height: 300px;
  background-image: url('../images/IMG_5723.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-39 {
  height: 300px;
  background-image: url('../images/IMG_5722.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-40 {
  height: 300px;
  background-image: url('../images/IMG_5720.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-41 {
  height: 300px;
  background-image: url('../images/IMG_5698.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-42 {
  height: 300px;
  background-image: url('../images/IMG_5695.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-43 {
  height: 300px;
  background-image: url('../images/IMG_5699.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-44 {
  height: 300px;
  background-image: url('../images/IMG_5718.jpeg'), url('../images/IMG_5691.jpeg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
}

.column-45 {
  height: 300px;
  background-image: url('../images/IMG_5713.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-46 {
  height: 300px;
  background-image: url('../images/IMG_5715.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-47 {
  height: 300px;
  background-image: url('../images/IMG_5679.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-48 {
  height: 300px;
  background-image: url('../images/IMG_5717.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.column-49 {
  height: 300px;
  background-image: url('../images/IMG_5702.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-50 {
  height: 300px;
  background-image: url('../images/IMG_5689.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-51 {
  height: 300px;
  background-image: url('../images/IMG_5684.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-52 {
  height: 300px;
  background-image: url('../images/IMG_5687.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-53 {
  height: 300px;
  background-image: url('../images/IMG_5683.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.column-54 {
  height: 300px;
  background-image: url('../images/IMG_5681.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-55 {
  height: 300px;
  background-image: url('../images/IMG_5677.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-56 {
  height: 300px;
  background-image: url('../images/IMG_5694.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-57 {
  height: 300px;
  background-image: url('../images/IMG_5673.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-58 {
  height: 300px;
  background-image: url('../images/IMG_5666.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-59 {
  height: 300px;
  background-image: url('../images/IMG_5668.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-60 {
  height: 300px;
  background-image: url('../images/IMG_5665.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-61 {
  height: 300px;
  background-image: url('../images/IMG_5670.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-62 {
  height: 300px;
  background-image: url('../images/IMG_5678.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-63 {
  height: 300px;
  background-image: url('../images/IMG_5658.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-64 {
  height: 300px;
  background-image: url('../images/IMG_5655.jpeg');
  background-position: 50% -64%;
  background-size: cover;
}

.column-65 {
  height: 300px;
  background-image: url('../images/IMG_5589.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-66 {
  height: 300px;
  background-image: url('../images/IMG_5587.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-67 {
  height: 300px;
  background-image: url('../images/IMG_5554.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-68 {
  height: 300px;
  background-image: url('../images/IMG_5398.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-69 {
  height: 300px;
  background-image: url('../images/IMG_5573.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-70 {
  height: 300px;
  background-image: url('../images/IMG_5567.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-71 {
  height: 300px;
  background-image: url('../images/IMG_5539.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-72 {
  height: 300px;
  background-image: url('../images/IMG_5541.jpeg'), url('../images/IMG_5758.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-73 {
  height: 300px;
  background-image: url('../images/IMG_5537.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-4, .container-15 {
  background-color: #fff;
}

.column-74 {
  height: 300px;
  background-image: url('../images/IMG_5753.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-75 {
  height: 300px;
  background-image: url('../images/IMG_5756.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-76 {
  height: 300px;
  background-image: url('../images/IMG_5754.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-77 {
  height: 300px;
  background-image: url('../images/IMG_5749.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-78 {
  height: 300px;
  background-image: url('../images/IMG_5742.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-79 {
  height: 300px;
  background-image: url('../images/IMG_5744.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-80 {
  height: 300px;
  background-image: url('../images/IMG_5738.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-81 {
  height: 300px;
  background-image: url('../images/IMG_5745.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-82 {
  height: 300px;
  background-image: url('../images/IMG_5737.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-83 {
  height: 300px;
  background-image: url('../images/IMG_5734.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-84 {
  height: 300px;
  background-image: url('../images/IMG_5535.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-85 {
  height: 300px;
  background-image: url('../images/IMG_5534.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-86 {
  height: 300px;
  background-image: url('../images/IMG_5553.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-87 {
  height: 300px;
  background-image: url('../images/IMG_5555.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-88 {
  height: 300px;
  background-image: url('../images/IMG_5549.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-89 {
  height: 300px;
  background-image: url('../images/IMG_5670.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-90 {
  height: 300px;
  background-image: url('../images/IMG_5671.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-91 {
  height: 300px;
  background-image: url('../images/IMG_5660.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-92 {
  height: 300px;
  background-image: url('../images/IMG_5561.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-93 {
  height: 300px;
  background-image: url('../images/IMG_5554.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-94 {
  height: 300px;
  background-image: url('../images/IMG_5556.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-95 {
  height: 300px;
  background-image: url('../images/IMG_5678.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.column-96 {
  height: 300px;
  background-image: url('../images/IMG_5669.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-97 {
  height: 300px;
  background-image: url('../images/IMG_5567.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.column-98 {
  height: 300px;
  background-image: url('../images/IMG_5703.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-99 {
  height: 300px;
  background-image: url('../images/IMG_5700.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-100 {
  height: 300px;
  background-image: url('../images/IMG_5702.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-101 {
  height: 300px;
  background-image: url('../images/IMG_5587.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-102 {
  height: 300px;
  background-image: url('../images/IMG_5682.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-103 {
  height: 300px;
  background-image: url('../images/IMG_5688.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-104 {
  height: 300px;
  background-image: url('../images/IMG_5573.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-105 {
  height: 300px;
  background-image: url('../images/IMG_5407.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-106 {
  height: 300px;
  background-image: url('../images/IMG_5711.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-107 {
  height: 300px;
  background-image: url('../images/IMG_5721.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-108 {
  height: 300px;
  background-image: url('../images/IMG_5709.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-109 {
  height: 300px;
  background-image: url('../images/IMG_5710.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-110 {
  height: 300px;
  background-image: url('../images/IMG_5684.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-111 {
  height: 300px;
  background-image: url('../images/IMG_5679.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-112 {
  height: 300px;
  background-image: url('../images/IMG_5681.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-113 {
  height: 300px;
  background-image: url('../images/IMG_5617.jpeg'), url('../images/IMG_5758.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-114 {
  height: 300px;
  background-image: url('../images/IMG_5657.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-115 {
  height: 300px;
  background-image: url('../images/IMG_5656.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-116 {
  height: 300px;
  background-image: url('../images/IMG_5759.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-117 {
  height: 300px;
  background-image: url('../images/IMG_5747.jpeg'), url('../images/IMG_5755.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.column-118 {
  height: 300px;
  background-image: url('../images/IMG_5757.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-119 {
  height: 300px;
  background-image: url('../images/IMG_5739.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-120 {
  height: 300px;
  background-image: url('../images/IMG_5751.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-121 {
  height: 300px;
  background-image: url('../images/IMG_5740.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-122 {
  height: 300px;
  background-image: url('../images/IMG_5642.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-123 {
  height: 300px;
  background-image: url('../images/IMG_5615.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-124 {
  height: 300px;
  background-image: url('../images/IMG_5616.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-125 {
  height: 300px;
  background-image: url('../images/IMG_5604.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-126 {
  height: 300px;
  background-image: url('../images/IMG_5538.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-127 {
  height: 300px;
  background-image: url('../images/IMG_5539.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-129, .column-130, .column-131, .column-132, .column-133, .column-134, .column-135, .column-136, .column-137, .column-138, .column-139, .column-140 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-9 {
  background-image: url('../images/DSC_9286.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-57 {
  background-color: rgba(0, 0, 0, .38);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding-bottom: 15px;
  display: flex;
}

.slide-10 {
  background-image: url('../images/392A9484.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/propagande-28.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/IMG_5678.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSC_9380.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-9 {
  margin-top: 42px;
}

.link-block-9 {
  color: rgba(132, 166, 167, 0);
  background-color: #e20000;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

.link-block-9:hover {
  color: #fff;
  text-decoration: none;
}

.heading-12 {
  flex: 0 auto;
  font-size: 1.3em;
}

.heading-12:hover {
  border: 1px #000;
}

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

html.w-mod-js [data-ix="new-interaction"] {
  transform: translate(-4px);
}

@media screen and (max-width: 991px) {
  .c-hero {
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    display: block;
  }

  .navbar-top-banner-inner-2 {
    padding-left: 11px;
  }

  .logo-2 {
    width: 106px;
  }

  .nav-point-wrapper.dropdown {
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .nav-main {
    display: none;
  }

  .nav-link-2 {
    color: #000;
    letter-spacing: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 51px;
  }

  .nav-link-2.w--current {
    padding-bottom: 2px;
  }

  .dropdown-list-2 {
    display: none;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .icon-6 {
    color: #000;
    margin-top: 10.1953px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .platform-icon-2 {
    margin-right: 8px;
  }

  .socials-in-nav-2 {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .hero-right {
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    display: block;
  }

  .hero-section-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .left-hero {
    width: 100%;
    background-image: linear-gradient(rgba(48, 48, 48, .58), rgba(48, 48, 48, .58)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/propagande-2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    border-right-style: none;
    align-items: center;
    margin-top: -10px;
    padding-top: 150px;
    padding-bottom: 225px;
  }

  .image-10 {
    margin-left: -150px;
  }

  .black-block {
    width: 100%;
    display: none;
  }

  .hero-heading {
    font-size: 62px;
  }

  .section-5 {
    background-position: 100%;
  }

  .heading-3 {
    font-size: 23px;
    line-height: 27px;
  }

  .full-bleed-col.our-menus-pic {
    height: 850px;
  }

  .full-bleed-col.chef {
    height: 468px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-col.our-menus.prop {
    height: 850px;
  }

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

  .footer-text-2.two {
    color: #fcfcfc;
    line-height: 23px;
  }

  .form-block-04 {
    margin-top: 20px;
  }

  .big-image-form-04 {
    padding-top: 29px;
  }

  .big-image-form-04.ds {
    padding-top: 31px;
  }

  .column-14._44 {
    background-position: 50%, 50%;
  }

  .icon-3 {
    color: #000;
  }

  .language-toggle {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .language-toggle.w--open {
    z-index: 900;
  }

  .language-dropdown {
    height: 57px;
    flex-direction: row;
    align-items: center;
    margin-top: 7px;
    margin-left: -8px;
    display: block;
  }

  .text-block-63 {
    text-align: right;
  }

  .image-9 {
    margin-top: 2px;
    padding-bottom: 0;
  }

  .nav-menu-wrap {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    min-width: 100%;
    color: #000;
    border-bottom: 1px #6b6b6b;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 51px;
    text-decoration: none;
  }

  .nav-link:hover {
    box-shadow: none;
    color: #b5e519;
    text-decoration: none;
  }

  .nav-link.w--current {
    margin-bottom: 0;
  }

  .nav-link._2 {
    color: #000;
  }

  .nav-inner {
    width: 100vw;
    height: 80px;
    justify-content: center;
    align-self: stretch;
    margin-top: 0;
    padding-left: 19px;
    position: fixed;
  }

  .nav-inner.eng-menu {
    height: 100px;
  }

  .nav-menu-3 {
    max-width: 104%;
    min-width: 240px;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 144px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav {
    width: 100vw;
    height: 80px;
    position: fixed;
  }

  .nav.mobile {
    display: block;
  }

  .menu-icon {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    margin-left: -4px;
    font-size: 40px;
    top: 2px;
  }

  .grey {
    font-size: 15px;
  }

  .grey:hover {
    text-decoration: none;
  }

  .dropdown-toggle, .dropdown-list.w--open {
    margin-left: 0;
  }

  .menu-button {
    width: 80px;
    height: 80px;
    color: #000;
    background-color: #b5e519;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 13px;
    margin-right: 11px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: #b5e519;
    background-image: none;
    margin-top: 13px;
    margin-right: 22px;
    padding-right: 31px;
  }

  .nav-logo-wrap {
    padding-left: 10px;
  }

  .brand {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-64 {
    text-align: left;
    display: flex;
  }

  .text-block-65 {
    letter-spacing: 20px;
    margin-left: -16px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 51px;
  }

  .dropdown-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -12px;
    margin-bottom: -7px;
    display: flex;
  }

  .dropdown-toggle-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link-7 {
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .dropdown-link-7:hover {
    color: #636363;
    text-decoration: none;
  }

  .dropdown-link-8 {
    height: 60px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .dropdown-link-8:hover {
    color: #6d6d6d;
    text-decoration: none;
  }

  .dropdown-link-9 {
    height: 60px;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .dropdown-link-9:hover {
    color: #6d6d6d;
    text-decoration: none;
  }

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

  .image-21 {
    margin-top: -12px;
  }

  .column-26 {
    flex-direction: row;
    align-items: center;
    display: block;
  }

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

  .dropdown-list-3 {
    margin-top: 3px;
  }

  .dropdown-list-3.w--open {
    z-index: 1200;
    margin-top: -28px;
    position: static;
  }

  .background-video-2 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    margin-top: 354px;
    margin-left: 38px;
    display: flex;
  }

  .nav-main {
    height: 80px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-link-2 {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .socials-in-nav-2 {
    margin-right: -10px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .hero-button {
    margin-left: 20px;
  }

  .hero-subheading {
    margin-top: 10px;
    margin-left: 20px;
  }

  .image-10 {
    margin-top: 7px;
    margin-left: 10px;
  }

  .image-10.jjj {
    margin-top: 23px;
    margin-left: 21px;
  }

  .hero-heading {
    margin-top: -31px;
    margin-bottom: -5px;
    margin-left: 20px;
  }

  .row._2 {
    margin-top: 0;
  }

  .row._2:hover, .row.top-row:hover {
    text-decoration: none;
  }

  .full-bleed-col.our-menus-pic {
    display: block;
  }

  .full-bleed-col.chef {
    background-position: 50% -85px;
  }

  .text-col.our-story {
    height: auto;
  }

  .text-col.our-story:hover {
    text-decoration: none;
  }

  .text-col.our-menus {
    height: auto;
  }

  .text-col.our-menus.prop {
    height: 650px;
  }

  .footer-top-bar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .brand-link.in-footer {
    padding-left: 0;
  }

  .sections {
    height: auto;
    padding-bottom: 80px;
  }

  .footer-text-2.two {
    color: #b3acac;
    line-height: 17px;
  }

  .image-16 {
    margin-top: 75px;
    margin-left: 57px;
  }

  .column-6 {
    margin-top: 56px;
  }

  .big-image-form-04 {
    padding-top: 22px;
  }

  .big-image-form-04.ds {
    padding-top: 26px;
  }

  .big-image-form-04._43 {
    padding-top: 34px;
  }

  .div-block-2 {
    margin-left: 222px;
  }

  .slider-2 {
    height: 700px;
  }

  .language-toggle {
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 21px;
    padding-left: 0;
    display: flex;
  }

  .image {
    max-height: none;
  }

  .div-block-4 {
    margin-top: 18px;
  }

  .image-9 {
    margin-top: 5px;
    display: inline-block;
  }

  .nav-link {
    margin-bottom: -2px;
    padding-top: 7px;
    padding-bottom: 6px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-inner.eng-menu {
    height: 100px;
    padding-top: 8px;
  }

  .nav-menu-3 {
    background-color: #fff;
    margin-top: 134px;
  }

  .nav.mobile {
    display: block;
  }

  .menu-icon {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .dropdown-list.w--open {
    margin-left: 0;
  }

  .menu-button {
    height: auto;
    color: #000;
    background-color: #b5e519;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    padding-top: 29px;
    display: flex;
  }

  .menu-button.w--open {
    margin-top: 13px;
    margin-bottom: 16px;
    padding-top: 18px;
  }

  .nav-logo-wrap {
    padding-left: 10px;
  }

  .columns-7 {
    justify-content: flex-start;
  }

  .column-26 {
    padding-right: 47px;
  }

  .column-27 {
    flex-direction: row;
    justify-content: flex-end;
  }

  .columns-8, .columns-9, .columns-10, .columns-11 {
    display: flex;
  }

  .column-28 {
    justify-content: flex-end;
    display: flex;
  }

  .column-29 {
    padding-right: 101px;
  }

  .column-30 {
    padding-right: 66px;
  }

  .column-31 {
    padding-right: 146px;
  }

  .column-32 {
    padding-right: 72px;
  }

  .slider-3 {
    height: 700px;
  }

  .column-33 {
    justify-content: center;
    align-items: center;
    margin-bottom: 58px;
    display: flex;
  }

  .column-34 {
    justify-content: center;
    align-items: center;
    margin-top: 83px;
    display: flex;
  }

  .background-video-2 {
    height: 600px;
  }

  .column-38 {
    margin-bottom: 15px;
  }

  .column-39 {
    margin-bottom: 19px;
  }

  .slider-4 {
    height: 900px;
  }

  .image-26 {
    margin-bottom: 66px;
    margin-left: 102px;
  }

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

  .image-27 {
    margin-bottom: 55px;
  }

  .slide-9 {
    width: 570px;
  }

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

  .slider-5 {
    width: auto;
  }

  .slide-nav {
    width: 570px;
  }

  .container-16 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  p {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .c-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-scrolldown {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tag {
    font-size: .8em;
    display: block;
  }

  .scroll-text {
    line-height: 1.2em;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .white-bg {
    max-width: 100%;
  }

  .navbar-top-banner-inner-2 {
    padding-top: 3px;
    padding-left: 16px;
    padding-right: 44px;
  }

  .contact-method {
    margin-bottom: 0;
  }

  .nav-link-2 {
    font-size: 7vw;
  }

  .email-in-nav-2 {
    display: none;
  }

  .phone-in-nav-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

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

  .contact-icon-3 {
    min-height: 22px;
    min-width: 22px;
  }

  .platform-icon-2 {
    width: 22px;
    height: 22px;
    max-height: 22px;
    max-width: 22px;
    min-height: 22px;
    min-width: 22px;
    margin-top: 7px;
  }

  .contact-text-3 {
    font-size: 14px;
  }

  .socials-in-nav-2 {
    border-left-style: none;
    justify-content: center;
    margin-right: -30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-button {
    margin-top: 9px;
    margin-left: 2px;
  }

  .column {
    height: 500px;
    margin-top: 133px;
  }

  .columns-5 {
    width: 317px;
  }

  .hero-right {
    height: 300px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .hero-subheading {
    width: 300px;
    margin-top: 2px;
    margin-left: 3px;
  }

  .hero-subheading.two {
    width: 301px;
  }

  .left-hero {
    padding-top: 121px;
    padding-bottom: 200px;
  }

  .image-10.jjj {
    margin-left: 5px;
  }

  .columns-6 {
    width: 100%;
  }

  .hero-heading {
    width: 299px;
    margin-top: -16px;
    margin-bottom: 4px;
    margin-left: -1px;
    font-size: 39px;
    line-height: 48px;
  }

  .section-5 {
    background-position: 50%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3.ii.vgf.slider-prod {
    width: 100%;
  }

  .button-7 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-7.drinks-button {
    float: none;
  }

  .button-7._2.xmas-button {
    float: none;
    margin-left: 0;
    display: block;
  }

  .full-bleed-col.chef {
    height: 361px;
    background-position: 50% -35px;
  }

  .text-col.our-story, .text-col.our-menus {
    height: auto;
  }

  .text-col.our-menus.prop {
    height: auto;
    padding-top: 50px;
  }

  .text-block-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-4 {
    height: 700px;
    background-color: #fff;
  }

  .slide-5 {
    padding-top: 5px;
  }

  .footer-top-bar {
    justify-content: center;
    align-items: center;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .brand-link {
    padding-left: 0;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .footer-text-2.two {
    color: #c2b7b7;
    line-height: 15px;
  }

  .image-16 {
    margin-top: 43px;
    margin-left: 9px;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .big-image-form-04 {
    height: auto;
    padding-top: 0;
  }

  .big-image-form-04.ds, .big-image-form-04._43 {
    padding-top: 0;
  }

  .big-image-form-04._65, .form-section-04.oll {
    height: auto;
  }

  .form-section-04.oll.ttt {
    height: 1100px;
  }

  .form-section-04.vgf {
    background-size: cover;
    padding-bottom: 69px;
  }

  .form-section-04.nhh {
    padding-bottom: 0;
  }

  .contact-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .form-section-inner-04.hh {
    margin-top: -4px;
  }

  .form-section-inner-04.hh._65 {
    margin-top: 0;
  }

  ._2-questions-wrap, .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    width: 100%;
    align-items: flex-start;
  }

  .heading-7 {
    margin-bottom: 40px;
  }

  .div-block-2 {
    margin-left: -72px;
  }

  .vert._2 {
    font-size: 34px;
  }

  .slider-2 {
    height: 586px;
  }

  .language-toggle {
    padding-left: 9px;
  }

  .image {
    max-height: none;
  }

  .section-10 {
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 7px;
  }

  .image-20 {
    margin-top: 60px;
  }

  .background-video {
    width: 100%;
    height: 200px;
  }

  .background-video.jgf {
    height: 200px;
    margin-top: 13px;
  }

  .button-wrapper {
    margin-top: 55px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .column-25 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .text-block-63 {
    font-size: 13px;
  }

  .image-9 {
    margin-top: 16px;
    margin-left: -19px;
    padding-left: 0;
  }

  .dropdown-link-2 {
    color: #fff;
    background-color: #000;
  }

  .dropdown-link-2.w--current {
    text-align: left;
  }

  .nav-link {
    color: #000;
    letter-spacing: 10px;
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
  }

  .nav-link:hover {
    width: 36%;
    text-align: left;
    text-decoration: none;
  }

  .nav-link.w--current {
    margin-bottom: 19px;
    padding-bottom: 3px;
  }

  .nav-link._2 {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .nav-inner {
    width: 100vw;
    height: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding-bottom: 14px;
  }

  .nav-inner.eng-menu {
    width: 100%;
    height: 80px;
    padding-top: 1px;
  }

  .nav-menu-3 {
    max-width: none;
    min-width: 0;
    margin-top: 125px;
    margin-left: 1px;
    margin-right: 8px;
    display: none;
  }

  .dropdown-link {
    text-align: left;
  }

  .dropdown-link.w--current {
    color: #fff;
  }

  .nav {
    justify-content: flex-start;
    align-self: stretch;
  }

  .nav.mobile {
    display: block;
  }

  .menu-icon {
    margin-top: -7px;
    margin-left: -13px;
    top: 9px;
  }

  .grey:hover {
    text-decoration: none;
  }

  .dropdown-list.w--open {
    margin-left: 0;
  }

  .menu-button {
    height: auto;
    background-color: #2e2e2e;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-top: 16px;
    display: flex;
  }

  .menu-button.w--open {
    width: 50px;
    color: #b6d43b;
    background-color: #b6d43b;
    border-radius: 6px;
    align-items: center;
    margin-top: 19px;
  }

  .brand {
    padding-left: 0;
  }

  .text-block-65 {
    margin-left: -25px;
    font-size: 14px;
  }

  .dropdown-toggle-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .icon-7 {
    margin-top: 17px;
  }

  .background-video-2 {
    width: 100%;
    height: 300px;
  }

  .slider-4 {
    height: 900px;
  }

  .column-128 {
    display: none;
  }

  .slide-8 {
    height: 900px;
  }

  .image-22 {
    margin-top: 51px;
  }

  .image-23 {
    margin-top: 1px;
  }

  .image-24 {
    margin-top: -46px;
  }

  .image-25 {
    margin-top: 12px;
  }

  .image-26 {
    margin-left: 0;
  }

  .image-28 {
    margin-top: -76px;
  }

  .image-29 {
    margin-top: 62px;
  }

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

  .image-31 {
    margin-top: 59px;
  }

  .image-32 {
    margin-top: -73px;
  }

  .image-33 {
    margin-top: 48px;
  }

  .image-34 {
    margin-top: 36px;
  }

  .image-35 {
    margin-top: 47px;
  }

  .image-36 {
    margin-top: 27px;
  }

  .image-37 {
    margin-top: -68px;
  }

  .slide-9 {
    width: 320px;
    background-position: 50%;
  }

  .div-block-57 {
    margin-top: 96px;
  }

  .slider-5 {
    width: 100%;
  }

  .mask {
    width: 100%;
    overflow: hidden;
  }

  .slide-nav {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-38 {
    margin-top: 60px;
  }

  .image-39 {
    margin-top: 66px;
  }

  .image-40 {
    margin-top: 57px;
  }

  .image-41 {
    margin-top: 36px;
  }

  .image-42 {
    margin-top: 69px;
  }

  .image-43 {
    margin-top: 89px;
  }

  .heading-12 {
    font-size: 1.2em;
  }
}

#w-node-_61a36597-02e7-8baf-c878-a8408b703ef6-e6667b70, #w-node-_61a36597-02e7-8baf-c878-a8408b703f05-e6667b70, #w-node-_61a36597-02e7-8baf-c878-a8408b703f06-e6667b70, #w-node-c497e3a3-0ec0-95ba-373f-e6f32fc4f358-cc667b77, #w-node-c497e3a3-0ec0-95ba-373f-e6f32fc4f367-cc667b77, #w-node-c497e3a3-0ec0-95ba-373f-e6f32fc4f368-cc667b77, #w-node-_56b1c4f4-c88a-227b-8888-971fa84c676b-da667b78, #w-node-_56b1c4f4-c88a-227b-8888-971fa84c677a-da667b78, #w-node-_56b1c4f4-c88a-227b-8888-971fa84c677b-da667b78, #w-node-_8d86034a-fa4d-83c2-ef89-cd70dbaa098f-4d667b79, #w-node-_8d86034a-fa4d-83c2-ef89-cd70dbaa099e-4d667b79, #w-node-_8d86034a-fa4d-83c2-ef89-cd70dbaa099f-4d667b79, #w-node-_2ca91769-4697-9097-6dbe-b1148e755460-3a667b7a, #w-node-_2ca91769-4697-9097-6dbe-b1148e75546f-3a667b7a, #w-node-_2ca91769-4697-9097-6dbe-b1148e755470-3a667b7a, #w-node-_89f3f886-43db-caf2-2c04-030e5945dbc2-5a667b7b, #w-node-_89f3f886-43db-caf2-2c04-030e5945dbd1-5a667b7b, #w-node-_89f3f886-43db-caf2-2c04-030e5945dbd2-5a667b7b, #w-node-_2ca91769-4697-9097-6dbe-b1148e755460-3c667b7d, #w-node-_2ca91769-4697-9097-6dbe-b1148e75546f-3c667b7d, #w-node-_2ca91769-4697-9097-6dbe-b1148e755470-3c667b7d, #w-node-_6064145a-b3f7-cb4e-5e2d-759a10b969b7-82667b7e, #w-node-_6064145a-b3f7-cb4e-5e2d-759a10b969c6-82667b7e, #w-node-_6064145a-b3f7-cb4e-5e2d-759a10b969c7-82667b7e, #w-node-_266f0d02-b624-b5ef-b7a7-bca16a41e7ba-0b667b7f, #w-node-_266f0d02-b624-b5ef-b7a7-bca16a41e7c9-0b667b7f, #w-node-_266f0d02-b624-b5ef-b7a7-bca16a41e7ca-0b667b7f, #w-node-_61a36597-02e7-8baf-c878-a8408b703ef6-c4667b80, #w-node-_61a36597-02e7-8baf-c878-a8408b703f05-c4667b80, #w-node-_61a36597-02e7-8baf-c878-a8408b703f06-c4667b80, #w-node-_559c6958-c14e-652b-0635-c5c9ff6bcf08-e9667b81, #w-node-_559c6958-c14e-652b-0635-c5c9ff6bcf17-e9667b81, #w-node-_559c6958-c14e-652b-0635-c5c9ff6bcf18-e9667b81, #w-node-_7938f601-afa6-b3d9-88b0-709e895a916c-7a667b82, #w-node-_7938f601-afa6-b3d9-88b0-709e895a917b-7a667b82, #w-node-_7938f601-afa6-b3d9-88b0-709e895a917c-7a667b82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


