@font-face {
  font-family: Relevant wf;
  src: url('../fonts/Relevant-Medium-wf.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Relevant wf;
  src: url('../fonts/Relevant-Thin-wf.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Relevant wf;
  src: url('../fonts/Relevant-Normal-wf.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Relevant wf;
  src: url('../fonts/Relevant-Bold-wf.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Relevant wf;
  src: url('../fonts/Relevant-Light-wf.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white-80: #fffc;
  --red: #e92429;
  --khaki: #e7ea83;
  --off-black: #1b1c1e;
  --off-white-60: #fff9;
}

body {
  color: #333;
  background-color: #1b1c1e;
  font-family: Relevant wf, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--off-white-80);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Relevant wf, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  color: var(--off-white-80);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  color: var(--off-white-80);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: var(--off-white-80);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: var(--off-white-80);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  color: var(--off-white-80);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--off-white-80);
  margin-bottom: 10px;
  font-family: Relevant wf, sans-serif;
}

a {
  text-decoration: none;
}

.bg-wrap {
  z-index: -1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.html-embed-2 {
  height: 100vh;
  transition: opacity .2s;
}

.logo {
  width: 100vw;
}

.preload {
  z-index: 99;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.cta {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 8px;
  padding: 2px 25px;
  font-family: Relevant wf, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  transition: all .5s;
}

.cta:hover {
  background-color: var(--red);
}

.cta.margin-0, .cta.left-margin-0 {
  margin-left: 0;
}

.cta.left-margin-0.yellow {
  background-color: var(--khaki);
  color: var(--off-black);
}

.cta.close-btn {
  border-style: none;
  font-size: 8px;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.container-1170 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.container-1170.top-padding-60 {
  padding-top: 60px;
}

.col-70 {
  width: 70%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

.col-100 {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-100.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col-100.margin-100 {
  margin-bottom: 100px;
}

.col-100.month {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.pulloutquote {
  color: var(--off-white-80);
  font-family: Relevant wf, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.col-60 {
  width: 60%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

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

.link-2:hover {
  color: #ee283b;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.col-25 {
  width: 25%;
  margin-bottom: 15px;
  padding: 15px;
}

.cta-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ee283b;
  border: 3px solid #ee283b;
  margin: 20px;
  padding: 4px 30px 5px;
  font-size: 14px;
  font-weight: 700;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.cta-button.ghost-button {
  color: #000;
  background-color: #0000;
  border: 3px solid #000;
}

.cta-button.ghost-button:hover {
  color: #fff;
  background-color: #ee283b;
  border-color: #000;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #ee283b;
}

.cta-button.ghost-button.inverse-ghost:hover {
  color: #fff;
  background-color: #ee283b;
}

.cta-button.inverse-button {
  color: #fff;
  background-color: #000;
  border-color: #ee283b;
}

.cta-button.inverse-button:hover {
  color: #fff;
  background-color: #ee283b;
}

.col-33 {
  width: 33.333%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-33.textlinkcol {
  padding-top: 19px;
}

.section {
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.section.logo {
  z-index: 0;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section.promotion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 100px;
}

.section.brand-hero {
  z-index: -9;
  background-image: url('../images/rbc-brand-hero-img-hd.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.section.black {
  background-color: var(--off-black);
}

.section.black.padding-0 {
  padding-bottom: 0;
}

.section.black.end {
  padding-top: 40px;
}

.section.brand-intro {
  background-color: var(--off-black);
  margin-top: 100vh;
}

.section.btm-padding {
  padding-bottom: 140px;
}

.section.event {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 140px;
}

.invese-link, .invese-link:hover {
  color: #fff;
}

.hamburgermenu {
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  display: flex;
}

.col-wrap {
  flex-wrap: wrap;
  display: flex;
}

.col-wrap.inversecolors {
  background-color: #25bcca;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-wrap.margin-100 {
  margin-bottom: 100px;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}

.col-30 {
  width: 30%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

.col-40 {
  width: 40%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

.col-50 {
  width: 50%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

.col-50.space {
  margin-bottom: 60px;
}

.small-p {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 18px;
}

.small-p.white {
  color: #fff;
}

.small-p.white.justify {
  text-align: center;
  text-transform: uppercase;
}

.small-p.white.justify.opshrs {
  margin-bottom: 5px;
}

.standfirst {
  color: var(--off-white-80);
  text-align: left;
  margin-bottom: 40px;
  font-family: Relevant wf, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 70px;
}

.standfirst.intro {
  color: var(--khaki);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

.colorbox {
  background-color: #fff;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.colorbox.greycolor {
  background-color: #b6aeab;
}

.colorbox.red {
  background-color: #ee283b;
}

.colorbox.darkgreycolor {
  background-color: #707070;
}

.colorbox.lightyellowcolor {
  background-color: #feeecc;
}

.globalcolorwrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hamline {
  background-color: #707070;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 2px;
  display: block;
}

.nav-bar {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  z-index: 99;
  padding: 15px 15px 0;
  position: fixed;
  inset: auto 0% 0%;
}

.footer.home {
  background-color: #0000;
}

.footer.event, .footer.black-bg {
  background-color: var(--off-black);
}

.rumourstop {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Relevant wf, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.main-logo {
  width: 280px;
}

.menu-nav-bar {
  z-index: 99;
  background-color: #1b1c1e;
  padding-top: 10px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-nav-bar.hide {
  display: none;
}

.menu-nav-wrap {
  justify-content: center;
  padding: 4px 5px;
  display: flex;
}

.menu-logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menu-logo {
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.container-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.container-900.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-900.btm-margin-100 {
  margin-bottom: 100px;
}

.promo-box {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.promo-box.hide {
  display: none;
}

.foodcategory {
  color: var(--off-white-80);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 25px;
  font-weight: 700;
}

.foodnameinline {
  color: var(--off-white-80);
  margin-bottom: 20px;
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.foodnameinlinewrap {
  margin-bottom: 0;
  padding-left: 0;
}

.foodnameinlinewrap.btmmargin30 {
  margin-bottom: 30px;
}

.foodnameinlinewrap.top-margin-10 {
  margin-top: 10px;
  padding-left: 0;
}

.foodnameinlinewrap.hide {
  display: none;
}

.foodwrapper {
  margin-top: 20px;
}

.foodwrapper.featured {
  background-color: #a72e2ac9;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.foodwrapper.featured.flex-h {
  display: flex;
}

.foodwrapper.featured.hide, .foodwrapper.hide {
  display: none;
}

.accordiancontent {
  overflow: hidden;
}

.drinkname {
  color: var(--off-white-80);
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}

.drinkname.note {
  margin-top: 60px;
  padding-top: 10px;
}

.drinkname.italic {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.drinkname.topline {
  border-top: 1px solid var(--off-white-80);
  padding-top: 11px;
}

.drinkname.hide {
  display: none;
}

.drinkname.red {
  background-image: linear-gradient(#ee283b, #ee283b);
  padding: 9px 10px;
}

.foodlegend {
  max-width: 3%;
  margin-right: 3px;
}

.foodlegend.new {
  max-width: 5%;
}

.foodlegend.star {
  padding: 1px 1px 3px;
}

.foodname {
  color: var(--off-white-80);
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.fooddescription {
  color: var(--off-white-60);
  mix-blend-mode: normal;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Relevant wf, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.fooddescription.bold {
  font-weight: 700;
}

.fooddescription.bold.highlight {
  margin-bottom: 20px;
  text-decoration: none;
}

.fooddescription.btmmargin0 {
  margin-bottom: 0;
  font-weight: 100;
}

.fooddescription.btmmargin60 {
  margin-bottom: 60px;
}

.fooddescription.hide {
  display: none;
}

.fooddescription.btmmargin10 {
  margin-bottom: 10px;
  margin-left: 0;
}

.fooddescription.disclaimer {
  color: var(--off-white-80);
  margin-top: 12px;
  font-family: Relevant wf, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.catergory {
  margin-bottom: 0;
  display: block;
  position: static;
}

.catergory.hide {
  display: none;
}

.accordiantrigger {
  border-bottom: 3px solid var(--off-white-80);
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.container-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.container-600.padding-100 {
  padding-bottom: 100px;
}

.container-600.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.green {
  color: #a3d183;
  margin-bottom: 45px;
}

.green.margin0 {
  margin-bottom: 20px;
  font-weight: 400;
}

.foodsubcat {
  border-bottom: 2px solid var(--off-white-80);
  color: var(--off-white-80);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Relevant wf, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.policy-wrap {
  border-top: 3px solid var(--off-white-80);
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
}

.policy-point {
  margin-bottom: 40px;
}

.policy-list {
  padding-left: 15px;
}

.list-item {
  color: var(--off-white-80);
  margin-bottom: 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 14px;
}

.here {
  color: var(--off-white-80);
  text-decoration: underline;
}

.h4-white {
  color: var(--off-white-80);
  text-transform: uppercase;
}

.link-3, .white {
  color: var(--off-white-80);
}

.white.justify {
  text-align: center;
}

.phone-number {
  color: var(--off-white-80);
}

.mobile-nav-bar {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-nav-menu, .mobile-footer {
  display: none;
}

.h3serif {
  font-family: Crimson Pro, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.h3serif.justify {
  text-align: center;
  align-self: stretch;
}

.h3serif.justify.khaki {
  color: var(--khaki);
}

.relevant {
  font-family: Relevant wf, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
}

.para-big {
  color: var(--off-white-80);
  font-family: Crimson Pro, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  line-height: 45px;
}

.para-big.justify {
  color: var(--khaki);
  text-align: center;
}

.para-big.justify.intro {
  margin-top: 50px;
}

.para-big.justify.intro.small {
  font-size: 24px;
  line-height: 40px;
}

.oval {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin-bottom: -30px;
  padding: 14px;
  display: flex;
}

.oval._0-margin {
  margin-bottom: 0;
}

.pillar {
  color: #fff;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.h2serif {
  font-family: Crimson Pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.h2serif.justify {
  text-align: center;
}

.h2serif.justify.khaki, .khaki {
  color: var(--khaki);
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 33.33%;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-margin-10, .event-time {
  margin-top: 0;
}

.thumbnail-hover-line {
  background-color: var(--khaki);
  height: 1px;
  margin-top: 8px;
  position: static;
}

.rich-text-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.divider {
  background-color: var(--off-white-80);
  height: 1px;
  margin-bottom: 20px;
}

.justify {
  text-align: center;
}

.h1eventmonth {
  color: var(--khaki);
  text-align: center;
}

.brand-pillar {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 4px;
}

.event-subtitle {
  margin-top: 8px;
  margin-bottom: 4px;
}

.event-date {
  margin-top: 8px;
  margin-bottom: 8px;
}

.event-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.pesta-para, .pesta-img {
  margin-bottom: 40px;
}

.pop-up {
  z-index: 100;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.pop-up-img {
  margin-bottom: 30px;
}

.pop-up-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.close-btn {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block {
  background-color: red;
}

.foodsubcat-2, .foodsubcat-3 {
  color: #fffc;
  text-transform: uppercase;
  border-bottom: 2px solid #fffc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Relevant wf, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text {
  text-decoration: underline;
}

.section-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image {
  max-width: 100%;
}

.image-2, .image-3 {
  max-width: 60%;
}

.image-4 {
  max-width: 80%;
}

.image-5, .image-6 {
  max-width: 60%;
}

.image-7, .image-8 {
  max-width: 100%;
}

.image-9 {
  text-align: left;
  max-width: 50%;
  position: relative;
}

.image-10 {
  max-width: 40%;
}

.image-11 {
  text-align: left;
  max-width: 90%;
}

.image-12 {
  vertical-align: baseline;
  margin-bottom: 43px;
}

.image-13 {
  margin-bottom: 34px;
}

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

.image-15, .image-16 {
  margin-bottom: 40px;
}

.image-17, .image-18 {
  margin-bottom: 20px;
}

.image-19 {
  margin-bottom: 20px;
  margin-left: 86px;
}

.image-20 {
  margin-bottom: 20px;
}

.image-21 {
  vertical-align: baseline;
  max-width: 75%;
  margin-bottom: 20px;
  padding-left: 0;
}

.image-22 {
  max-width: 100%;
  margin-left: 60px;
}

.image-23 {
  flex-flow: row;
  display: block;
}

.image-24 {
  max-width: 87%;
  margin-bottom: 20px;
  margin-left: 83px;
}

.image-25 {
  margin-left: 80px;
}

.space-info-box {
  margin-top: 16px;
}

.space-info {
  margin-bottom: 8px;
}

.space-head {
  color: var(--khaki);
  margin-top: 8px;
  margin-bottom: 2px;
  font-family: Crimson Pro, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.italic-text-2 {
  font-style: normal;
}

.space-info-details {
  font-family: Crimson Pro, sans-serif;
  font-size: 12px;
}

.slide-nav {
  margin-bottom: -8px;
  padding-bottom: 0;
  font-size: 8px;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.slider {
  height: 500px;
}

.slide-2 {
  background-image: url('../images/web2_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/web5_1.avif');
  background-position: 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/web4_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/web3_1.avif');
  background-position: 50%;
  background-size: auto;
}

.image-26, .image-27, .image-28, .image-29 {
  margin-bottom: 20px;
}

.italic-text-4 {
  margin-right: 20px;
}

.image-30 {
  box-sizing: border-box;
  float: right;
  clear: none;
  object-fit: fill;
  max-width: 5%;
  position: static;
}

.food-legend {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 5%;
  margin-right: 3px;
}

.image-31, .image-32 {
  margin-bottom: 20px;
}

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

.image-34 {
  max-width: 5%;
}

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

.image-36, .image-37 {
  margin-bottom: 20px;
}

.image-38, .image-39 {
  margin-bottom: 30px;
}

.image-40 {
  padding-bottom: 30px;
}

.image-41, .image-42 {
  margin-bottom: 30px;
}

.image-43 {
  max-width: 88%;
  margin-bottom: 30px;
}

.image-44, .image-45 {
  margin-bottom: 40px;
}

.image-46, .image-47, .image-48, .image-49, .image-50, .image-51 {
  margin-bottom: 20px;
}

.image-52 {
  text-align: left;
  max-width: 80%;
  margin-left: 40px;
}

.image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60 {
  margin-bottom: 20px;
}

.image-61, .image-62, .image-63, .image-64, .image-65 {
  max-width: 80%;
  margin-left: 40px;
}

.image-66, .image-67 {
  max-width: 80%;
}

.image-68 {
  max-width: 88%;
  margin-bottom: 20px;
}

.image-69 {
  max-width: 100%;
  margin-bottom: 20px;
}

.image-70, .image-71 {
  margin-bottom: 40px;
}

.image-72, .image-73, .image-74, .image-75 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .close-btn {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .col-70 {
    width: 60%;
  }

  .pulloutquote {
    font-size: 25px;
    line-height: 40px;
  }

  .col-60 {
    width: 100%;
  }

  .cta-button {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .col-30 {
    width: 40%;
  }

  .standfirst {
    line-height: 32px;
  }

  .h3serif.justify {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .col-70 {
    width: 100%;
  }

  .col-25 {
    width: 50%;
  }

  .col-33 {
    width: 100%;
  }

  .hamburgermenu {
    justify-content: center;
    align-items: center;
  }

  .col-wrap {
    flex-direction: row;
  }

  .col-30, .col-40, .col-50 {
    width: 100%;
  }

  .standfirst {
    font-size: 35px;
    line-height: 25px;
  }

  .standfirst.intro {
    line-height: 50px;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .hamline {
    background-color: #707070;
  }

  .h3serif.justify {
    font-size: 25px;
  }

  .para-big.justify {
    font-size: 25px;
    line-height: 35px;
  }

  .collection-item {
    width: 50%;
  }

  .slider {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    margin: 5px;
    padding: 3px 15px;
  }

  .cta.mobile-menu {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .col-70 {
    margin-bottom: 0;
  }

  .col-100 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .pulloutquote {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .col-25 {
    width: 100%;
  }

  .cta-button {
    font-size: 10px;
  }

  .section.promotion.flex-vc {
    display: flex;
  }

  .col-30, .col-40 {
    width: 100%;
  }

  .small-p {
    font-size: 10px;
    line-height: 16px;
  }

  .standfirst {
    font-size: 25px;
    line-height: 25px;
  }

  .standfirst.intro {
    line-height: 35px;
  }

  .nav-bar, .footer {
    display: none;
  }

  .rumourstop {
    font-size: 16px;
  }

  .main-logo {
    width: 200px;
  }

  .menu-nav-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-logo {
    width: 100px;
  }

  .container-900 {
    padding-left: 0;
    padding-right: 0;
  }

  .foodcategory {
    font-size: 25px;
  }

  .foodnameinline {
    margin-right: 5px;
    font-weight: 700;
    display: inline-block;
  }

  .foodnameinlinewrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .foodlegend {
    max-width: 5%;
  }

  .mobile-nav-bar {
    z-index: 1;
    height: 70px;
    padding-top: 10px;
    display: block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 100px;
    height: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .mobile-nav-menu {
    z-index: 1;
    background-color: var(--off-black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .mobile-nav-buttons {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    display: flex;
  }

  .mobile-footer {
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .relevant {
    font-size: 25px;
  }

  .collection-item {
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .event-time {
    font-size: 10px;
    line-height: 15px;
  }

  .h1eventmonth {
    font-size: 38px;
  }

  .brand-pillar {
    font-size: 10px;
    line-height: 10px;
  }

  .event-title {
    font-size: 20px;
    line-height: 20px;
  }

  .pop-up-content {
    width: 100%;
  }

  .slider {
    height: 300px;
  }
}


@font-face {
  font-family: 'Relevant wf';
  src: url('../fonts/Relevant-Medium-wf.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relevant wf';
  src: url('../fonts/Relevant-Thin-wf.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relevant wf';
  src: url('../fonts/Relevant-Normal-wf.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relevant wf';
  src: url('../fonts/Relevant-Bold-wf.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relevant wf';
  src: url('../fonts/Relevant-Light-wf.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}