@font-face {
  font-family: Ofl;
  src: url('../fonts/OFL.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantupright;
  src: url('../fonts/CormorantUpright-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantupright;
  src: url('../fonts/CormorantUpright-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantupright;
  src: url('../fonts/CormorantUpright-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantupright;
  src: url('../fonts/CormorantUpright-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantupright;
  src: url('../fonts/CormorantUpright-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --font--headings: Cormorantupright, Georgia, sans-serif;
  --font--body: Lato, Verdana, sans-serif;
  --text-dark: #303030;
  --font--link: Lato, Verdana, sans-serif;
  --text-link: #383838cc;
  --text-light: white;
  --button--colour: #0a2c8c;
  --button--dark: #333;
  --button--light: white;
  --size--xl: 8rem;
  --size--xxl: 10rem;
  --size--s: 2rem;
  --size--xs: 1.5rem;
  --size--m: 4rem;
  --size--l: 6rem;
  --black: black;
  --white: white;
  --font--quote: Lato, Verdana, sans-serif;
  --font--display: Lato, Verdana, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: var(--font--body);
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  font-family: var(--font--link);
  color: var(--text-link);
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.button {
  color: var(--text-light);
  text-align: center;
  background-color: #3898ec;
  border-radius: 0;
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding: .6rem 1.6rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button.colour {
  background-color: var(--button--colour);
  box-shadow: inset 0 0 0 2px var(--button--colour);
  color: var(--text-light);
}

.button.colour:hover {
  color: var(--button--colour);
  background-color: #fff0;
}

.button.colour.reverse {
  color: var(--text-dark);
  background-color: #3898ec00;
}

.button.colour.reverse:hover {
  background-color: var(--button--colour);
  color: var(--text-light);
}

.button.dark {
  background-color: var(--button--dark);
  box-shadow: inset 0 0 0 2px var(--button--dark);
  color: var(--text-light);
}

.button.dark:hover {
  color: var(--text-dark);
  background-color: #8453ff00;
}

.button.dark.reverse {
  color: var(--text-dark);
  background-color: #3898ec00;
}

.button.dark.reverse:hover {
  background-color: var(--button--dark);
  color: var(--button--light);
}

.button.light {
  background-color: var(--button--light);
  box-shadow: inset 0 0 0 2px var(--button--light);
  color: var(--text-dark);
}

.button.light:hover {
  color: var(--text-light);
  background-color: #30303000;
}

.button.light.reverse {
  color: var(--text-light);
  background-color: #3898ec00;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.light.reverse:hover {
  background-color: var(--button--light);
  color: var(--text-dark);
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding-top: var(--size--xl);
  padding-bottom: var(--size--xxl);
  text-align: center;
}

.section.padding-h-medium {
  padding-top: var(--size--s);
  padding-bottom: var(--size--s);
}

.section.colour-brand {
  background-image: url('../images/indoor-bistro-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.relative {
  position: relative;
}

.section.paralax {
  background-image: url('../images/placeholder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.flex-h {
  display: flex;
}

.h1.dark {
  color: var(--text-dark);
}

.h1.light {
  color: var(--text-light);
}

.h1.margin-bottom-s {
  text-transform: uppercase;
  font-weight: 700;
}

.h2 {
  font-size: var(--size--s);
  text-transform: uppercase;
  margin-top: 2rem;
  font-weight: 700;
}

.padding-h-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-large.dark {
  color: var(--text-dark);
}

.text-large.light {
  color: var(--text-light);
}

.text-medium {
  font-size: 1.125rem;
}

.text-medium.dark {
  color: var(--text-dark);
}

.text-medium.light {
  color: var(--text-light);
}

.text-regular {
  font-family: var(--font--body);
  font-size: 1rem;
}

.text-regular.dark {
  color: var(--text-dark);
}

.text-regular.light {
  color: var(--text-light);
}

.text-small {
  font-size: .875rem;
}

.text-small.dark {
  color: var(--text-dark);
}

.text-small.light {
  color: var(--text-light);
}

.text-align-centre {
  text-align: center;
}

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

.container-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1 {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-body {
  background-color: #e4e4e4;
}

.section-full-screen {
  width: 100%;
  height: 100svh;
}

.section-footer {
  padding: var(--size--xl) 5% var(--size--xxl);
  color: var(--text-light);
  background-color: #000;
}

.nav-padding {
  width: 100svw;
  height: 4rem;
}

.navbar {
  background-color: #ddd0;
  flex-direction: row;
  width: 100%;
  display: block;
  position: fixed;
}

.brand {
  height: 100%;
  padding-bottom: 0;
}

.image {
  object-fit: contain;
  height: 3rem;
  margin: 1rem;
}

.nav-link {
  color: var(--button--light);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  line-height: 2.3rem;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--text-link);
}

.nav-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #09000080;
  flex-direction: column;
  place-content: center space-around;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  padding-top: 49px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
  display: flex;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.icon {
  color: var(--button--colour);
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 3rem;
}

.margin-top-xs {
  margin-top: var(--size--xs);
}

.margin-top-s {
  margin-top: var(--size--s);
}

.margin-top-m {
  margin-top: var(--size--m);
}

.margin-top-l {
  margin-top: var(--size--l);
}

.margin-top-xl {
  margin-top: var(--size--xl);
}

.margin-top-xxl {
  margin-top: var(--size--xxl);
}

.margin-bottom-xs {
  margin-bottom: var(--size--xs);
}

.margin-bottom-s {
  margin-bottom: var(--size--s);
}

.margin-bottom-m {
  margin-bottom: var(--size--m);
}

.margin-bottom-l {
  margin-bottom: var(--size--l);
}

.margin-bottom-xl {
  margin-bottom: var(--size--xl);
}

.margin-bottom-xxl {
  margin-bottom: var(--size--xxl);
}

.margin-xs {
  margin: var(--size--xs);
}

.margin-s {
  margin: var(--size--s);
}

.margin-m {
  margin: var(--size--m);
}

.margin-l {
  margin: var(--size--l);
}

.margin-xl {
  margin: var(--size--xl);
}

.margin-xxl {
  margin: var(--size--xxl);
}

.margin-left-xs {
  margin-left: var(--size--xs);
}

.margin-left-s {
  margin-left: var(--size--s);
}

.margin-left-m {
  margin-left: var(--size--m);
}

.margin-left-l {
  margin-left: var(--size--l);
}

.margin-left-xl {
  margin-left: var(--size--xl);
}

.margin-left-xxl {
  margin-left: var(--size--xxl);
}

.margin-right-xs {
  margin-right: var(--size--xs);
}

.margin-right-s {
  margin-right: var(--size--s);
}

.margin-right-m {
  margin-right: var(--size--m);
}

.margin-right-l {
  margin-right: var(--size--l);
}

.margin-right-xl {
  margin-right: var(--size--xl);
}

.margin-right-xxl {
  margin-right: var(--size--xxl);
}

.margin-vertical-xs {
  margin-top: var(--size--xs);
  margin-bottom: var(--size--xs);
}

.margin-vertical-s {
  margin-top: var(--size--s);
  margin-bottom: var(--size--s);
}

.margin-vertical-m {
  margin-top: var(--size--m);
  margin-bottom: var(--size--m);
}

.margin-vertical-l {
  margin-top: var(--size--l);
  margin-bottom: var(--size--l);
}

.margin-vertical-xl {
  margin-top: var(--size--xl);
  margin-bottom: var(--size--xl);
}

.margin-vertical-xxl {
  margin-top: var(--size--xxl);
  margin-bottom: var(--size--xxl);
}

.margin-horizontal-xs {
  margin-right: var(--size--xs);
  margin-left: var(--size--xs);
}

.margin-horizontal-s {
  margin-right: var(--size--s);
  margin-left: var(--size--s);
}

.margin-horizontal-m {
  margin-right: var(--size--m);
  margin-left: var(--size--m);
}

.margin-horizontal-l {
  margin-right: var(--size--l);
  margin-left: var(--size--l);
}

.margin-horizontal-xl {
  margin-right: var(--size--xl);
  margin-left: var(--size--xl);
}

.margin-horizontal-xxl {
  margin-right: var(--size--xxl);
  margin-left: var(--size--xxl);
}

.style-guide-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.style-guide-hero.colour-dark {
  background-image: url('../images/Beer-garden-black-gradient.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}

.image-placeholder {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.container-full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  overflow: hidden;
}

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

.flex-v {
  display: flex;
}

.flex-h-top-left {
  align-items: flex-start;
  display: flex;
}

.flex-h-top-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-h-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-h-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-h-center-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-center-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.flex-h-top-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-h-bottom-center {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-v-top-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.flex-v-top-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v-bottom-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-v-bottom-center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-v-bottom-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-v-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-v-center-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.colour-dark {
  background-color: var(--button--dark);
}

.colour-light {
  background-color: var(--button--light);
}

.colour-brand {
  background-color: var(--button--colour);
}

.navbar-wrap {
  width: 100%;
}

.card {
  padding: var(--size--s);
  background-color: var(--button--light);
  border-radius: 1rem;
  box-shadow: 0 0 19px #0003;
}

.carousel-container {
  border-radius: 0;
  display: flex;
  overflow: hidden;
}

.carousel-container.margin-bottom-l {
  border-radius: 1rem;
  box-shadow: 0 0 20px #0003;
}

.logo-container {
  padding-top: var(--size--s);
  padding-bottom: var(--size--s);
  background-color: var(--button--dark);
  justify-content: space-around;
  min-width: 100.1%;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.social-icon {
  color: var(--button--colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-icon:hover {
  color: var(--button--dark);
  transform: scale(1.2);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card-flex-h-distribute {
  padding: var(--size--s);
  background-color: var(--button--light);
  border-radius: 1rem;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 0 19px #0003;
}

.colour-text-brand {
  color: var(--button--colour);
}

.colour-text-light {
  color: var(--button--light);
}

.colour-text-dark {
  color: var(--button--dark);
}

.card-link {
  padding: var(--size--s);
  background-color: var(--button--light);
  color: var(--text-dark);
  border-radius: 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 0 19px #0003;
}

.card-link:hover {
  transform: scale(1.05);
}

.section-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-container {
  padding: var(--size--l) 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2-col {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block {
  background-color: var(--button--light);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 20px #0003;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-icon {
  width: .7rem;
  height: .9rem;
  font-size: 1rem;
  line-height: 1rem;
}

.button-text {
  text-transform: uppercase;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cursor-dot {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #f070;
  border-radius: 50%;
  width: 0;
  height: 0;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #ff00773b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.hero-heading {
  font-family: var(--font--headings);
  color: var(--text-light);
  font-size: 10rem;
  font-weight: 400;
  line-height: 11rem;
}

.nav-menu-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.accordian-wrapper {
  border-radius: 1rem;
  box-shadow: 0 0 19px #0003;
}

.accordian {
  cursor: pointer;
}

.accordian-header {
  padding: var(--size--s);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordian-panel {
  padding-right: var(--size--s);
  padding-left: var(--size--s);
  display: block;
  overflow: hidden;
}

.accordian-icon {
  width: .7rem;
  height: .9rem;
  font-size: 1rem;
  line-height: 1rem;
  transform: rotate(90deg);
}

.accordian-icon-wrapper {
  margin-left: 2rem;
}

.card-image {
  background-color: var(--button--light);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 19px #0003;
}

.card-content-padding {
  padding: var(--size--s);
}

.card-image-content {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.quote {
  color: var(--text-light);
  text-align: center;
}

.quote-mark {
  opacity: .2;
}

.quote-mark.left {
  margin-right: 1rem;
}

.quote-mark.right {
  margin-left: 1rem;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.section-image-static {
  z-index: -1;
  object-fit: cover;
  width: 100svw;
  height: 100svh;
  position: fixed;
  inset: 0;
}

.content-divider {
  background-color: var(--button--colour);
  width: 100%;
  height: 1px;
}

.custom-heading-1 {
  color: #3330;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--button--colour);
  word-break: normal;
  font-size: 13rem;
  font-weight: 400;
  line-height: .8;
}

.process-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.slider-her-fullscreen {
  background-color: var(--black);
  width: 100%;
  height: 100svh;
}

.slide-link {
  background-image: url('../images/placeholder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 11.9rem;
  display: flex;
}

.slide-image {
  transition: all .6s;
}

.slide-image:hover {
  transform: scale(.95);
}

.menu-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.menu-name {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.menu-price {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  color: #000;
  background-color: #000;
}

.grid-menu-1 {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.max-width-l {
  max-width: 80rem;
}

.max-width-m {
  max-width: 64rem;
}

.max-width-s {
  max-width: 48rem;
}

.max-width-xs {
  max-width: 32rem;
}

.max-width-xxs {
  max-width: 16rem;
}

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

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000b3, #000000b3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 0;
  display: inline-flex;
}

.home-nav-text {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-family: Cormorantupright, Georgia, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: static;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/indoor-bistro-1.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.div-block-9 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  text-align: center;
  justify-content: center;
  display: flex;
}

.text-block {
  color: var(--text-light);
}

.link {
  color: var(--text-light);
  text-decoration: none;
}

.dine-and-drink-hero-image {
  background-image: url('../images/Header---Dine-and-Drink.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70svh;
}

.section-half-screen {
  width: 100%;
  height: 70svh;
}

.section-4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-4.paralax {
  background-image: url('../images/indoor-bistro-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 35rem;
}

.quote-2 {
  color: #fff;
  text-align: center;
}

.section-5 {
  background-color: #0000000f;
}

.tabs {
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd;
  padding: 10px 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  padding: 10px 40px;
}

.tab-pane-tab-1 {
  background-color: #fff;
  width: 75svw;
  height: auto;
  margin-bottom: 8rem;
  padding: 4rem 8rem 8rem;
}

.menu-text-dish {
  font-family: Lato, Verdana, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

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

.div-block-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-tab-text {
  font-family: var(--font--headings);
  font-size: 1.3rem;
  font-weight: 700;
}

.tab-link-tab-2 {
  padding: 10px 40px;
}

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

.tab-link-tab-3 {
  padding: 10px 40px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: #fff;
  width: 75svw;
  height: auto;
  margin-bottom: 8rem;
  padding: 8rem;
}

.text-block-3 {
  font-family: Lato, Verdana, sans-serif;
  font-weight: 400;
}

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

.div-block-13 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
}

.image-3 {
  text-align: left;
  max-width: 20%;
  display: block;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.brand-2 {
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-text {
  font-family: var(--font--headings);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.nav-text.w--current {
  color: #999;
}

.nav-text.menu-tab {
  vertical-align: baseline;
}

.nav-text.drop-down-space {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-4 {
  font-family: Lato, Verdana, sans-serif;
  font-weight: 400;
}

.what-s-on-hero-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-image: url("https://cdn.prod.website-files.com/682fc57ddfe2e8f7da9de35b/68353f9b7aca266b0974db0c_Header%20-%20What's%20on.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 70svh;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.what-s-on-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.what-s-on-description {
  padding-top: .5rem;
  font-family: Lato, Verdana, sans-serif;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-5 {
  box-sizing: content-box;
  aspect-ratio: 2.39;
  object-fit: cover;
}

.image-6 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
}

.whats-on-image {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/CP-Christmas-in-July-website-2024.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #5b6948;
  border-radius: 0;
  max-width: 276px;
  min-height: 300px;
  overflow: hidden;
}

.whats-on-image.happy-hour-2024 {
  aspect-ratio: 1;
  background-image: url('../images/CP-Happy-Hours-Template-illustration-banner.jpg');
  border-style: none;
  width: 100%;
  max-width: 300px;
  min-height: 250px;
}

.image-7, .image-8 {
  aspect-ratio: 1;
  object-fit: cover;
  height: 80%;
}

.div-block-21 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
}

.div-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 15%;
  display: flex;
}

.div-block-25 {
  background-image: url('../images/Header---Accommodation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70svh;
}

.div-block-26 {
  background-image: url('../images/Header---Events.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70svw;
}

.div-block-27 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.div-block-28 {
  text-align: left;
  align-self: auto;
}

.div-block-29 {
  background-image: url('../images/Header---Events.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-30 {
  background-image: url('../images/Header---Contact-Us.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-31, .div-block-32, .div-block-33, .div-block-34 {
  padding: 1rem;
}

.div-block-35 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.nav-menu-3 {
  background-image: linear-gradient(#000000b3, #000000b3);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.navbar-3 {
  background-color: #ddd0;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.footer-socials {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon-2 {
  color: #ed1c24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-icon-2:hover {
  color: #0b1215;
  transform: scale(1.2);
}

.social-icon-2.footer {
  color: #fff;
  height: 1.5rem;
}

.social-icon-2.footer:hover {
  color: var(--button--colour);
}

.footer-text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.flex-v-top-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-3 {
  color: #fff;
}

.dropdown-list {
  background-color: #333;
}

.dropdown-list.w--open {
  background-color: #0000006b;
}

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

.div-block-37 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #635555;
}

.dropdown-list-2.w--open, .navbar-4 {
  background-color: #fff;
}

.form-block {
  width: 100%;
}

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

.form-field {
  resize: vertical;
  width: 100%;
}

.form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.form-wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: #b8ffbc;
}

.required {
  font-family: var(--font--body);
  color: #ff6464;
  text-align: left;
  margin-bottom: 1rem;
  font-size: .8rem;
}

.required.dark {
  color: var(--text-dark);
}

.required.light {
  color: var(--text-light);
}

.form-text-field {
  color: #b3b3b3;
  border: 1px solid #c5c5c5;
  width: 100%;
  padding: .5rem;
}

.code-embed-2, .code-embed-3 {
  width: 100%;
}

.div-block-38, .div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.datetime-label {
  font-family: var(--font--body);
  color: #acacac;
  white-space: nowrap;
  font-weight: 400;
  line-height: 14px;
}

.version {
  color: var(--button--dark);
  margin-top: 10px;
}

.tates-logo-linktree {
  object-fit: contain;
  width: 100%;
  min-width: 800px;
  height: 90px;
  margin-bottom: 1rem;
}

.linktree-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.linktree-background {
  width: 100%;
  height: 100svh;
}

.linktree-background-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header---Contact-Us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .style-guide-hero.colour-dark {
    height: 100%;
  }

  .div-block-8 {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
  }

  .dine-and-drink-hero-image {
    background-image: url('../images/Header---Dine-and-Drink.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 70svh;
    display: flex;
  }

  .section-3 {
    width: 100%;
    height: 70%;
  }

  .section-4.paralax {
    background-image: url('../images/indoor-bistro-1.webp');
    height: 35rem;
  }

  .tab-pane-tab-1 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .div-block-12 {
    grid-column-gap: 231px;
  }

  .tab-pane-tab-2 {
    margin-bottom: 8rem;
  }

  .container-2, .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-text {
    padding: 10px;
  }

  .nav-text.w--current {
    padding-right: 10px;
  }

  .nav-text.menu-tab {
    vertical-align: baseline;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 10px;
    padding-right: 40px;
    display: block;
  }

  .div-block-22 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: baseline;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 18%;
    display: block;
  }

  .div-block-25 {
    background-size: contain;
  }

  .image-9 {
    max-width: 100%;
  }

  .link-block-6 {
    flex: 0 auto;
    max-width: none;
    display: block;
  }

  .dropdown {
    font-size: 10px;
    display: inline-block;
  }

  .tates-logo-linktree {
    min-width: 800px;
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .h4 {
    text-align: left;
  }

  .grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-full-screen {
    height: 60svh;
  }

  .flex-v-top-left {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-image {
    height: 30px;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-heading {
    font-size: 7rem;
    line-height: 8rem;
  }

  .slide-link {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .grid-menu-1 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-nav-text, .text-block, .text-block-2 {
    text-align: center;
  }

  .tab-pane-tab-1 {
    width: 85svw;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-11 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-12 {
    grid-column-gap: 52px;
  }

  .tab-pane-tab-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tab-pane-tab-3 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image-3 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    max-width: 30%;
    display: block;
  }

  .container-2 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    display: block;
  }

  .nav-menu-2 {
    text-align: right;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .what-s-on-hero-image {
    box-sizing: content-box;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

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

  .what-s-on-description {
    font-size: 12px;
  }

  .whats-on-image {
    max-width: 254px;
    min-height: 264px;
  }

  .icon-2 {
    text-align: right;
  }

  .div-block-22 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .div-block-24 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }

  .div-block-25 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Header---Accommodation.webp');
    background-size: cover;
    background-clip: border-box;
  }

  .div-block-26 {
    object-fit: fill;
  }

  .div-block-27 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-27.margin-bottom-s {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .div-block-29 {
    background-size: cover;
  }

  .menu-button-2 {
    background-color: var(--text-light);
    border-radius: 9px;
    margin-top: 2rem;
  }

  .link-block-6 {
    align-self: auto;
  }

  .version {
    text-align: center;
  }

  .tates-logo-linktree {
    min-width: 550px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    text-align: center;
  }

  .text-large {
    font-size: 1.125rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }

  .section-full-screen {
    height: 60svh;
  }

  .image {
    height: 2.5rem;
  }

  .style-guide-hero.colour-dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Beer-garden-black-gradient.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-placeholder {
    aspect-ratio: 16 / 9;
  }

  .card {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .logo-container {
    min-width: 150%;
  }

  .card-flex-h-distribute, .card-link {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .section-2-col {
    grid-template-columns: 1fr .5fr;
  }

  .hero-heading {
    font-size: 5rem;
    line-height: 6rem;
  }

  .card-image {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .slide-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .grid-menu-1 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-pane-tab-1 {
    padding-top: 4rem;
  }

  .div-block-12 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .image-3 {
    max-width: 30%;
  }

  .container-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .whats-on-image {
    aspect-ratio: 2.39;
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .whats-on-image.happy-hour-2024 {
    aspect-ratio: auto;
  }

  .div-block-29 {
    background-size: cover;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .form-wrap.grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .code-embed-2, .code-embed-3 {
    margin-bottom: 10px;
  }

  .tates-logo-linktree {
    min-width: 350px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .section-full-screen {
    height: 60svh;
  }

  .image {
    height: 2rem;
  }

  .style-guide-hero.colour-dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Beer-garden-black-gradient.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
  }

  .image-placeholder {
    aspect-ratio: 1;
    min-height: auto;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .section-2-col {
    grid-template-columns: 1fr;
  }

  .image-2-col {
    height: 100svw;
  }

  .hero-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .slide-link {
    padding: 5rem 1.5rem;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dine-and-drink-hero-image {
    height: 100%;
  }

  .section-half-screen {
    height: 50svh;
  }

  .tab-pane-tab-1 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-11 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-3 {
    max-width: 50%;
  }

  .container-2 {
    margin: 1rem;
  }

  .what-s-on-hero-image {
    height: 100%;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .whats-on-image {
    aspect-ratio: 3 / 2;
    min-height: 200px;
  }

  .div-block-25, .div-block-26 {
    height: 100%;
  }

  .div-block-27 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    background-size: cover;
  }

  .code-embed {
    width: auto;
    height: auto;
  }

  .div-block-36 {
    width: 100%;
    min-width: 8%;
    max-width: 600px;
    height: 100%;
  }

  .nav-menu-3 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .navbar-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-3 {
    text-align: center;
    justify-content: center;
    align-self: auto;
  }

  .menu-button-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-button-2.w--open {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .tates-logo-linktree {
    min-width: 150px;
  }

  .linktree-background {
    height: 100svh;
  }

  .menu-button-3 {
    padding: 5px;
  }
}

#w-node-_109aea49-809e-d390-4658-fc4248ee45b4-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45b6-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45b7-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45b9-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c1-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c2-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c4-48ee45b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0600fe38-5e04-0f39-7848-a9d107b683d0-da9de357 {
  place-self: auto start;
}

#w-node-_724fa3c2-87d1-b14e-ac5b-21b4e2834527-da9de358, #w-node-_724fa3c2-87d1-b14e-ac5b-21b4e283452f-da9de358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a61b47c-b90b-a1e6-63e2-2bc8266e32e5-da9de358 {
  order: -9999;
}

#w-node-_61b1f222-6e55-69f1-d261-05aaa77a8110-da9de358 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61b1f222-6e55-69f1-d261-05aaa77a8111-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de66c-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de673-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de67a-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de682-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de68c-da9de358, #w-node-_07e0b9df-17e4-efae-8a61-5183602de696-da9de358, #w-node-_2f577732-2760-fff3-dad9-be308eab4bff-da9de358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e191b6d-9073-d510-5f86-afb536edd448-9e291898, #w-node-b7a364fc-f02f-d105-db1a-e4e99f82e0f8-9e291898, #w-node-b509960e-17e0-fd6a-bf43-4cb6000b7edf-9e291898 {
  align-self: start;
}

#Message.w-node-_147fb2a5-7aed-f947-7898-c6615b8deef0-f1e44684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adaef555-0e49-6b7f-5d6d-c3960e037f8f-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037f91-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037f92-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037fa4-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037fa6-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037fa7-0e037f8c, #w-node-adaef555-0e49-6b7f-5d6d-c3960e037fa9-0e037f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_639a87fa-6b8c-bf84-344f-c0cd2dcc6e51-efcb88b1 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_724fa3c2-87d1-b14e-ac5b-21b4e2834527-da9de358 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Message.w-node-_147fb2a5-7aed-f947-7898-c6615b8deef0-f1e44684 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a61b47c-b90b-a1e6-63e2-2bc8266e32e5-da9de358 {
    order: -9999;
  }

  #w-node-_61b1f222-6e55-69f1-d261-05aaa77a8110-da9de358 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantupright';
  src: url('../fonts/CormorantUpright-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}