:root {
  --colour--white: #fff;
  --colour--cream: #fffff3;
  --_responsive-sizes---font-size--body-regular: 1rem;
  --_typography-styles---font-family: var(--font--body-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--body-regular);
  --_typography-styles---line-height: 1.2;
  --_typography-styles---font-weight: 300;
  --_typography-styles---letter-spacing: 0px;
  --_responsive-sizes---font-size--body-small: .95rem;
  --font--body-family: "Inknutantiqua light", sans-serif;
  --colour--brown: #6b352b;
  --_responsive-sizes---spacing--xl: 16rem;
  --_responsive-sizes---font-size--h2: 3.2rem;
  --font--heading-family: Anton, Arial, sans-serif;
  --font--subheading-family: Inknutantiqua, Arial, sans-serif;
  --_responsive-sizes---spacing--s: 1.75rem;
  --_responsive-sizes---spacing--xs: .5rem;
  --_responsive-sizes---spacing--base: 1.5rem;
  --_responsive-sizes---font-size--h6: .95rem;
  --colour--yellow: #d69107;
  --_responsive-sizes---spacing--l: 15vw;
  --_responsive-sizes---spacing--m: 8vw;
  --flick-col: 2;
  --flick-gap: 1rem;
  --_responsive-sizes---font-size--display: 10vw;
  --_responsive-sizes---font-size--h1: 8vw;
  --_responsive-sizes---font-size--h3: 2.2rem;
  --_responsive-sizes---font-size--h4: 1.5rem;
  --_responsive-sizes---font-size--h5: 1.3rem;
  --_responsive-sizes---font-size--subheading: .8rem;
  --_responsive-sizes---font-size--body-large: 1.6rem;
  --colour--green: #6e782f;
}

body {
  background-color: var(--colour--white);
  color: var(--colour--cream);
  font-family: Archivo Narrow;
  font-size: var(--_responsive-sizes---font-size--body-regular);
  text-transform: uppercase;
  --_responsive-sizes---font-size--body-regular: 1rem;
  --_responsive-sizes---font-size--body-small: .95rem;
  --_responsive-sizes---spacing--xl: 16rem;
  --_responsive-sizes---font-size--h2: 3.2rem;
  --_responsive-sizes---spacing--s: 1.75rem;
  --_responsive-sizes---spacing--xs: .5rem;
  --_responsive-sizes---spacing--base: 1.5rem;
  --_responsive-sizes---font-size--h6: .95rem;
  --_responsive-sizes---spacing--l: 15vw;
  --_responsive-sizes---spacing--m: 8vw;
  --_responsive-sizes---font-size--display: 10vw;
  --_responsive-sizes---font-size--h1: 8vw;
  --_responsive-sizes---font-size--h3: 2.2rem;
  --_responsive-sizes---font-size--h4: 1.5rem;
  --_responsive-sizes---font-size--h5: 1.3rem;
  --_responsive-sizes---font-size--subheading: .8rem;
  --_responsive-sizes---font-size--body-large: 1.6rem;
  line-height: 1;
}

h1 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h1);
  --_typography-styles---line-height: .96;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04vw;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h2);
  --_typography-styles---line-height: .96;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h3);
  --_typography-styles---line-height: .96;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h4);
  --_typography-styles---line-height: 1;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h5);
  --_typography-styles---line-height: 1;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--subheading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h6);
  --_typography-styles---line-height: 1;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_responsive-sizes---font-size--body-small);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  text-transform: none;
  --_typography-styles---font-family: var(--font--body-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--body-regular);
  --_typography-styles---line-height: 1.2;
  --_typography-styles---font-weight: 300;
  --_typography-styles---letter-spacing: 0px;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--body-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--body-regular);
  --_typography-styles---line-height: 1.2;
  --_typography-styles---font-weight: 300;
  --_typography-styles---letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  font-family: var(--_typography-styles---font-family);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  --_typography-styles---font-family: var(--font--body-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--body-regular);
  --_typography-styles---line-height: 1.2;
  --_typography-styles---font-weight: 300;
  --_typography-styles---letter-spacing: 0px;
  list-style-type: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  font-family: var(--font--body-family);
  font-weight: var(--_typography-styles---font-weight);
  text-align: center;
  margin-top: 5px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich_text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--colour--brown);
  background-color: #0000;
  flex-flow: column;
  padding: 0 0 0 0;
  font-weight: 400;
  display: flex;
}

.rich_text li {
  font-size: var(--_responsive-sizes---font-size--body-small);
  text-transform: none;
}

.rich_text ol {
  margin-bottom: 0;
}

.rich_text a {
  color: var(--colour--cream);
}

.rich_text h1 {
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h2);
  --_typography-styles---line-height: .96;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
}

.rich_text h2 {
  font-size: var(--_responsive-sizes---font-size--h2);
  --_typography-styles---font-family: var(--font--heading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h3);
  --_typography-styles---line-height: .96;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
}

.rich_text.is-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.rich_text.centre {
  text-align: center;
  padding: 0;
}

.rich_text.centre p {
  font-family: var(--font--body-family);
  color: var(--colour--brown);
  text-align: center;
  flex: 0 auto;
}

.rich_text.centre.padding {
  padding-right: var(--_responsive-sizes---spacing--xl);
  padding-left: var(--_responsive-sizes---spacing--xl);
}

.rich_text.centre.max-width {
  width: 60%;
  color: var(--colour--brown);
  -webkit-text-stroke-color: var(--colour--brown);
  background-color: #fffff3;
  font-family: Inknutantiqua light, sans-serif;
}

.rich_text.centre blockquote {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.subheading {
  grid-column-gap: .5rem;
  font-family: var(--_typography-styles---font-family);
  color: var(--colour--cream);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  text-transform: uppercase;
  --_typography-styles---font-family: var(--font--subheading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--subheading);
  --_typography-styles---line-height: 1;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04em;
  align-items: center;
}

.subheading.intro_padding {
  margin-bottom: 7vw;
}

.heading-6 {
  font-family: var(--_typography-styles---font-family);
  color: var(--colour--cream);
  font-size: var(--_typography-styles---font-size);
  line-height: var(--_typography-styles---line-height);
  font-weight: var(--_typography-styles---font-weight);
  letter-spacing: var(--_typography-styles---letter-spacing);
  text-transform: uppercase;
  --_typography-styles---font-family: var(--font--subheading-family);
  --_typography-styles---font-size: var(--_responsive-sizes---font-size--h6);
  --_typography-styles---line-height: 1;
  --_typography-styles---font-weight: 400;
  --_typography-styles---letter-spacing: .04rem;
}

.hero {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: relative;
}

.footer {
  padding: var(--_responsive-sizes---spacing--s);
  background-color: #6b352b;
}

.image_mask {
  border-radius: var(--_responsive-sizes---spacing--xs);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_mask.cta {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #fffff1;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3rem;
}

.image_mask.squared {
  border-radius: 0;
}

.image_mask.squared.cards.style1 {
  justify-content: center;
  align-items: center;
  height: 98.5vh;
}

.image_mask.squared.min_height.cards {
  height: 25rem;
}

.image {
  object-fit: cover;
  width: 100%;
}

.image.p {
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient.light.bottom, .gradient.bottom {
  background-image: linear-gradient(#0000, #000);
}

.gradient.bottom.light {
  opacity: .4;
  border: 1px solid #0000;
  margin-bottom: -165px;
  padding-bottom: 164px;
  padding-right: 0;
  position: absolute;
}

.gradient.soild {
  opacity: .4;
  background-image: linear-gradient(#000, #000);
}

.gradient.dark {
  z-index: 2;
  opacity: .6;
}

.gradient.light {
  z-index: 2;
  opacity: .3;
}

.gradient.light.bottom {
  background-image: linear-gradient(#0000, #000);
}

.hero_mainlogo {
  z-index: 3;
  width: 50vw;
  max-width: 48rem;
  position: absolute;
  inset: 8rem auto auto;
}

.hero_mainlogo.mobile {
  display: none;
}

.hero_mainlogo.desktop {
  clear: none;
  clear: none;
  width: 60vw;
  max-width: 608rem;
  position: relative;
  top: 14.3rem;
  bottom: -103px;
}

.top_nav {
  left: var(--_responsive-sizes---spacing--xs);
  top: var(--_responsive-sizes---spacing--xs);
  right: var(--_responsive-sizes---spacing--xs);
  z-index: 99;
  padding-right: var(--_responsive-sizes---spacing--s);
  padding-left: var(--_responsive-sizes---spacing--s);
  color: var(--colour--cream);
  -webkit-text-stroke-color: var(--colour--cream);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
}

.top_nav_links {
  grid-column-gap: var(--_responsive-sizes---spacing--base);
  grid-row-gap: var(--_responsive-sizes---spacing--base);
  color: var(--colour--cream);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link {
  font-family: var(--font--subheading-family);
  color: var(--colour--white);
  font-size: var(--_responsive-sizes---font-size--h6);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0;
  font-weight: 400;
}

.nav_link.w--current {
  color: var(--colour--white);
}

.top_nav_holder {
  width: 100%;
  margin-top: var(--_responsive-sizes---spacing--s);
  margin-bottom: var(--_responsive-sizes---spacing--s);
  color: var(--colour--white);
  -webkit-text-stroke-color: var(--colour--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn {
  background-color: var(--colour--cream);
  font-family: var(--font--subheading-family);
  color: var(--colour--yellow);
  letter-spacing: .04em;
  cursor: pointer;
  padding: .7rem 1.5rem;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.btn:hover, .btn.is-light {
  background-color: var(--colour--yellow);
  color: var(--colour--cream);
}

.btn.brand_light1 {
  background-color: var(--colour--yellow);
  color: var(--colour--cream);
}

.btn.brand_light1:hover {
  background-color: var(--colour--cream);
  color: var(--colour--yellow);
}

.btn.brand_light1.nav {
  position: absolute;
  right: 0;
}

.btn.brand_light1.la {
  align-self: flex-start;
}

.btn.brand_light2 {
  background-color: var(--colour--yellow);
  color: var(--colour--cream);
}

.btn.brand_light2:hover {
  background-color: var(--colour--cream);
  color: var(--colour--yellow);
}

.btn.brand_light2.nav {
  position: absolute;
  right: 0;
}

.btn.brand_light2.la {
  align-self: flex-start;
}

.btn.is-light {
  background-color: var(--colour--yellow);
  color: var(--colour--cream);
}

.btn.is-light:hover {
  background-color: var(--colour--cream);
  color: var(--colour--yellow);
}

.btn.is-light.nav {
  background-color: var(--colour--brown);
  color: var(--colour--white);
  position: absolute;
  right: 0;
}

.btn.is-light.nav:hover {
  background-color: var(--colour--white);
  color: var(--colour--cream);
}

.btn.is-light.la {
  background-color: var(--colour--brown);
  color: var(--colour--yellow);
  align-self: flex-start;
}

.btn.is-light.is-hero {
  z-index: 5;
  background-color: var(--colour--brown);
  color: var(--colour--white);
  position: relative;
  right: 0;
}

.btn.is-light.is-hero:hover {
  background-color: var(--colour--white);
  color: var(--colour--cream);
}

.btn.is-light.is-hero.is-2 {
  background-color: var(--colour--brown);
  color: var(--colour--white);
}

.btn.is-light.is-hero.is-2:hover {
  background-color: var(--colour--cream);
  color: var(--colour--white);
}

.btn_icon {
  background-color: var(--colour--cream);
  color: #b7b8a600;
  letter-spacing: .04em;
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/69d48fc8e507f4bc344154f9/69d48fc8e507f4bc34415500_Instagram.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding: .7rem .6rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.btn_icon:hover {
  opacity: .8;
  color: #2a2e1d00;
}

.btn_icon.tiktok {
  background-image: url("https://cdn.prod.website-files.com/69d48fc8e507f4bc344154f9/69d48fc8e507f4bc34415502_TickTok.svg");
}

.btn_icon.insta {
  background-color: var(--colour--cream);
}

.btn_icon.insta.is-nm {
  background-color: var(--colour--brown);
  background-color: var(--colour--brown);
}

.btn_icon.arrow {
  background-color: var(--colour--yellow);
  background-image: url("https://cdn.prod.website-files.com/69d48fc8e507f4bc344154f9/69d48fc8e507f4bc34415501_Arrow.svg");
}

.btn_icon.arrow.flip {
  background-color: var(--colour--yellow);
  background-color: var(--colour--yellow);
  transform: rotate(-180deg);
}

.btn_icon.facebook {
  background-color: var(--colour--cream);
  background-image: url("https://cdn.prod.website-files.com/69d48fc8e507f4bc344154f9/69d48fc8e507f4bc34415504_facebook.svg");
}

.btn_icon.facebook.is-nm {
  background-color: var(--colour--brown);
  background-color: var(--colour--brown);
}

.flex {
  grid-column-gap: var(--_responsive-sizes---spacing--xs);
  grid-row-gap: var(--_responsive-sizes---spacing--xs);
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex.nav {
  position: absolute;
  left: 0;
}

.flex.vertical {
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.flex.vertical.cta {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.flex.vertical.cards.style1 {
  z-index: 2;
  color: var(--colour--white);
  position: relative;
}

.flex.vertical.xs {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex.vertical.xs.la {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.flex.vertical.xs.la.style1 {
  justify-content: center;
  align-items: center;
}

.flex.vertical.la {
  grid-column-gap: var(--_responsive-sizes---spacing--base);
  grid-row-gap: var(--_responsive-sizes---spacing--base);
  color: var(--colour--yellow);
  justify-content: flex-start;
  align-items: flex-start;
}

.flex.spread {
  clear: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  position: static;
}

.flex.s {
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
}

.centre {
  padding: var(--_responsive-sizes---spacing--s);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  padding: var(--_responsive-sizes---spacing--s) var(--_responsive-sizes---spacing--l) var(--_responsive-sizes---spacing--m);
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -webkit-text-stroke-color: var(--colour--cream);
  background-color: #fffff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.wide {
  padding-right: var(--_responsive-sizes---spacing--s);
  padding-bottom: var(--_responsive-sizes---spacing--s);
  padding-left: var(--_responsive-sizes---spacing--s);
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #6b352b;
  position: relative;
  overflow: clip;
}

.section.slider {
  padding: 0rem var(--_responsive-sizes---spacing--s) var(--_responsive-sizes---spacing--m);
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
  position: relative;
  overflow: clip;
}

.section.slider.style2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 15%;
}

.section.slider.style1 {
  padding: var(--_responsive-sizes---spacing--xs);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.section.insta {
  padding: var(--_responsive-sizes---spacing--xs);
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  position: relative;
  overflow: clip;
}

.half {
  width: 100%;
  min-height: 80vh;
  padding: var(--_responsive-sizes---spacing--s);
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
  display: flex;
}

.half.style2 {
  background-color: var(--colour--yellow);
  min-height: 80vh;
  width: calc((99.99% / var(--flick-col))  - (var(--flick-gap) * ((var(--flick-col)  - 1) / var(--flick-col))));
  background-color: var(--colour--yellow);
  flex-flow: row;
  min-height: 80vh;
}

.half.style3 {
  padding: var(--_responsive-sizes---spacing--xs);
  grid-column-gap: var(--_responsive-sizes---spacing--xs);
  grid-row-gap: var(--_responsive-sizes---spacing--xs);
  background-color: var(--colour--cream);
}

.half.style4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--_responsive-sizes---spacing--xs);
  background-color: var(--colour--yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 4rem 1.25rem 1.25rem;
}

.half.style1.is-blue {
  background-color: var(--colour--yellow);
  mix-blend-mode: normal;
  background-color: var(--colour--yellow);
  mix-blend-mode: normal;
}

.text_block {
  width: 100%;
  height: 100%;
  padding: var(--_responsive-sizes---spacing--m);
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_block.style2 {
  padding-top: 0;
  padding-bottom: var(--_responsive-sizes---spacing--m);
  grid-column-gap: var(--_responsive-sizes---spacing--m);
  grid-row-gap: var(--_responsive-sizes---spacing--m);
  justify-content: space-between;
  align-items: center;
}

.text_block.style2.is-middle {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: center;
  padding-bottom: 0;
}

.text_block.outline {
  border: 1px solid var(--colour--yellow);
}

.text_block.outline.is-rm {
  border-top-color: var(--colour--brown);
  border-right-color: var(--colour--brown);
  border-bottom-color: var(--colour--brown);
  border-left-color: var(--colour--brown);
  height: auto;
  color: var(--colour--brown);
  -webkit-text-stroke-color: var(--colour--brown);
  border-top-color: var(--colour--brown);
  border-right-color: var(--colour--brown);
  border-bottom-color: var(--colour--brown);
  border-left-color: var(--colour--brown);
  height: auto;
  -webkit-text-stroke-color: var(--colour--brown);
  flex: 1;
  padding-right: 10vw;
}

.half_block {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.half_block.min_height {
  background-color: #fff;
  flex: 1;
}

.line {
  background-color: var(--colour--cream);
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.line.bottom {
  left: var(--_responsive-sizes---spacing--s);
  top: auto;
  right: var(--_responsive-sizes---spacing--s);
  width: auto;
  position: absolute;
  bottom: 0%;
}

.line.top, .line.top-copy, .line.top-copy-copy, .line.top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-card {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.flickity-item {
  width: calc((99.99% / var(--flick-col))  - (var(--flick-gap) * ((var(--flick-col)  - 1) / var(--flick-col))));
  margin-right: var(--flick-gap);
  flex-shrink: 0;
}

.flickity-item.style2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 680px;
  position: relative;
}

.flickity-item.style2.responsive-w {
  width: calc(50% - .5rem);
}

.flickity-controls {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.flickity-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  cursor: grab;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.flickity-slider-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5vw;
  display: flex;
  position: relative;
}

.flickity-slider-group.style1 {
  margin-top: 0;
}

.flickity-arrows {
  grid-column-gap: var(--_responsive-sizes---spacing--xs);
  grid-row-gap: var(--_responsive-sizes---spacing--xs);
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: static;
  inset: -4rem 0% auto auto;
  overflow: visible;
}

.flickity-arrows.slide_style1 {
  top: auto;
  left: 0%;
  right: 0%;
  bottom: var(--_responsive-sizes---spacing--s);
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.demo-card_inner {
  grid-column-gap: var(--_responsive-sizes---spacing--base);
  grid-row-gap: var(--_responsive-sizes---spacing--base);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text_link {
  font-family: var(--font--body-family);
  color: var(--colour--cream);
  font-size: var(--_responsive-sizes---font-size--body-small);
  font-weight: 400;
}

.text_link.light {
  color: var(--colour--white);
}

.text_link.bold {
  font-weight: 600;
}

.slider_css {
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.hamburger, .mobile_menu {
  display: none;
}

.image_mask_top {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_mask_top.squared {
  border-radius: 0;
}

.image_mask_top.squared.min_height.cards {
  height: 25rem;
}

.image_mask_top.squared.cards.style1 {
  justify-content: center;
  align-items: center;
  height: 98.5vh;
}

.image_mask_top.cta {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3rem;
}

.image_mask_top.template_hero {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3rem;
}

.image_mask_top.hero {
  padding-top: var(--_responsive-sizes---spacing--base);
  padding-bottom: var(--_responsive-sizes---spacing--s);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.footer_stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  padding: 0 0 8rem;
}

.footer_bottom {
  padding-top: var(--_responsive-sizes---spacing--s);
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.footer_logo_link {
  width: 15vw;
  color: var(--colour--yellow);
}

.max-width {
  width: 60rem;
}

.is-blue {
  background-color: var(--colour--cream);
  color: var(--colour--yellow);
}

.logo-contain {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-overlay {
  z-index: 1;
  object-fit: fill;
  background-color: #00000026;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pattern-container {
  width: 100%;
  height: 3rem;
  margin-top: var(--_responsive-sizes---spacing--xs);
  margin-bottom: var(--_responsive-sizes---spacing--s);
  background-image: url("https://cdn.prod.website-files.com/69d48fc8e507f4bc344154f9/69d48fc8e507f4bc34415520_flaminia-pattern-section.svg");
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.hero-pattern {
  z-index: 5;
  width: 10vw;
  color: var(--colour--white);
  position: relative;
}

.page-slot {
  z-index: 5;
  position: relative;
}

.hero-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-2 {
  max-width: 15rem;
}

.hero-graphics {
  grid-column-gap: var(--_responsive-sizes---spacing--s);
  grid-row-gap: var(--_responsive-sizes---spacing--s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-contain {
  top: auto;
  left: 0%;
  right: 0%;
  bottom: var(--_responsive-sizes---spacing--s);
  grid-column-gap: var(--_responsive-sizes---spacing--xs);
  grid-row-gap: var(--_responsive-sizes---spacing--xs);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.whats-on {
  clear: none;
  color: var(--colour--brown);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 0%;
}

.newsletter-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colour--yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_link-copy {
  font-family: var(--font--body-family);
  color: var(--colour--cream);
  font-size: var(--_responsive-sizes---font-size--body-small);
  font-weight: 400;
}

.text_link-copy.bold {
  font-weight: 600;
}

.text_link-copy.light {
  color: var(--colour--white);
}

.cell {
  border: 1px solid #0000;
}

.paragraph {
  color: var(--colour--cream);
}

.flickity-col-override, .fc-forcer {
  display: none;
}

.heading-7, .paragraph-2 {
  color: var(--colour--brown);
}

.text-block, .text-block:where(.w-variant-ae4a0b27-99cc-2d7f-950b-c641d6f8445b) {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive-sizes---font-size--body-regular: 1rem;
    --_responsive-sizes---font-size--body-small: .95rem;
    --_responsive-sizes---spacing--xl: 120px;
    --_responsive-sizes---font-size--h2: 3.2rem;
    --_responsive-sizes---spacing--s: 20px;
    --_responsive-sizes---spacing--xs: 10px;
    --_responsive-sizes---spacing--base: 15px;
    --_responsive-sizes---font-size--h6: .95rem;
    --_responsive-sizes---spacing--l: 80px;
    --_responsive-sizes---spacing--m: 40px;
    --_responsive-sizes---font-size--display: 10vw;
    --_responsive-sizes---font-size--h1: 8vw;
    --_responsive-sizes---font-size--h3: 2.2rem;
    --_responsive-sizes---font-size--h4: 1.5rem;
    --_responsive-sizes---font-size--h5: 1.3rem;
    --_responsive-sizes---font-size--subheading: .8rem;
    --_responsive-sizes---font-size--body-large: 1.6rem;
  }

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

  ._16-column-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr 1fr 1fr;
  }

  .image_mask.squared.min_height {
    height: 80vw;
  }

  .image_mask.squared.cards.style1 {
    height: 80vh;
  }

  .hero_mainlogo.desktop {
    width: 60vw;
  }

  .top_nav_holder {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .btn_icon.insta.is-nm, .btn_icon.facebook.is-nm, .btn_icon.insta.is-nm, .btn_icon.insta.is-nm, .btn_icon.facebook.is-nm, .btn_icon.facebook.is-nm {
    display: none;
  }

  .section {
    grid-column-gap: var(--_responsive-sizes---spacing--s);
    grid-row-gap: var(--_responsive-sizes---spacing--s);
  }

  .half {
    flex-flow: column;
    min-height: auto;
  }

  .half.style2 {
    flex-flow: column wrap-reverse;
  }

  .text_block.outline.is-rm {
    padding-right: var(--_responsive-sizes---spacing--m);
    padding-right: var(--_responsive-sizes---spacing--m);
    padding-right: var(--_responsive-sizes---spacing--m);
  }

  .half_block {
    width: 100%;
  }

  .half_block.min_height {
    height: 80vw;
  }

  .map_holder {
    width: 100%;
    height: 80vw;
  }

  .map_block {
    flex-flow: column;
  }

  .vist_blocks {
    width: 100%;
  }

  .flickity-arrows {
    display: none;
  }

  .image_mask_top.squared.min_height {
    height: 80vw;
  }

  .image_mask_top.squared.cards.style1 {
    height: 80vh;
  }

  .footer_logo_link {
    width: 18vw;
  }

  .insta_grid {
    height: 100vw;
  }

  .max-width {
    width: auto;
  }

  .fs-instagramfeed_list {
    grid-template-columns: 1fr 1fr;
    height: 100vw;
  }

  .pattern-container {
    height: 2.5rem;
  }

  .hero-pattern {
    width: 20%;
  }

  .hero-flex {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._16-column-grid {
    grid-row-gap: 4rem;
  }

  .hero {
    height: 80vh;
  }

  .top_nav {
    box-sizing: border-box;
    object-fit: fill;
    --_responsive-sizes---font-size--body-regular: 1rem;
    --_responsive-sizes---font-size--body-small: .95rem;
    --_responsive-sizes---spacing--xl: 120px;
    --_responsive-sizes---font-size--h2: 3.2rem;
    --_responsive-sizes---spacing--s: 20px;
    --_responsive-sizes---spacing--xs: 10px;
    --_responsive-sizes---spacing--base: 15px;
    --_responsive-sizes---font-size--h6: .95rem;
    --_responsive-sizes---spacing--l: 80px;
    --_responsive-sizes---spacing--m: 40px;
    --_responsive-sizes---font-size--display: 10vw;
    --_responsive-sizes---font-size--h1: 8vw;
    --_responsive-sizes---font-size--h3: 2.2rem;
    --_responsive-sizes---font-size--h4: 1.5rem;
    --_responsive-sizes---font-size--h5: 1.3rem;
    --_responsive-sizes---font-size--subheading: .8rem;
    --_responsive-sizes---font-size--body-large: 1.6rem;
  }

  .half.style2 {
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
  }

  .mobile_menu {
    position: relative;
  }

  .footer_logo_link {
    width: 30vw;
  }

  .hero-flex {
    width: 90%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive-sizes---font-size--body-regular: 15px;
    --_responsive-sizes---font-size--body-small: 14px;
    --_responsive-sizes---spacing--xl: 120px;
    --_responsive-sizes---font-size--h2: 7vw;
    --_responsive-sizes---spacing--s: 20px;
    --_responsive-sizes---spacing--xs: 10px;
    --_responsive-sizes---spacing--base: 15px;
    --_responsive-sizes---font-size--h6: 12px;
    --_responsive-sizes---spacing--l: 80px;
    --_responsive-sizes---spacing--m: 40px;
    --_responsive-sizes---font-size--display: 22vw;
    --_responsive-sizes---font-size--h1: 12vw;
    --_responsive-sizes---font-size--h3: 5vw;
    --_responsive-sizes---font-size--h4: 25px;
    --_responsive-sizes---font-size--h5: 20px;
    --_responsive-sizes---font-size--subheading: 12px;
    --_responsive-sizes---font-size--body-large: 18px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rich_text.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .rich_text.centre.max-width {
    width: 100%;
  }

  .section-2 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

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

  .display {
    line-height: .9;
  }

  .heading-3.centred.is-hero {
    font-size: 6vw;
  }

  .hero {
    height: 90vh;
    padding: 0;
  }

  .image_mask.squared.min_height {
    height: 130vw;
  }

  .image_mask.hero {
    border-radius: 0;
  }

  .image_mask.cta {
    padding-bottom: 2rem;
  }

  .gradient.bottom.light {
    opacity: .5;
    opacity: .5;
    opacity: .5;
  }

  .hero_mainlogo {
    width: 100%;
    padding-right: var(--_responsive-sizes---spacing--s);
    padding-left: var(--_responsive-sizes---spacing--s);
    top: 5rem;
    left: 0;
    right: 0;
  }

  .hero_mainlogo.mobile {
    display: block;
    position: relative;
  }

  .hero_mainlogo.desktop {
    width: 95%;
    max-width: none;
  }

  .top_nav {
    padding-right: var(--_responsive-sizes---spacing--s);
    padding-left: var(--_responsive-sizes---spacing--s);
    top: 0;
    left: 0;
    right: 0;
  }

  .top_nav_links {
    display: none;
  }

  .nav_link {
    font-size: var(--_responsive-sizes---font-size--h2);
  }

  .top_nav_holder {
    margin-top: var(--_responsive-sizes---spacing--xs);
    margin-bottom: var(--_responsive-sizes---spacing--xs);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .btn.is-light.nav {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    position: relative;
    left: -100px;
  }

  .btn.is-light.is-hero {
    position: static;
  }

  .btn.is-light.is-hero.is-2 {
    padding-top: .8rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex.nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    position: static;
  }

  .flex.vertical.cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section {
    padding-top: var(--_responsive-sizes---spacing--m);
    padding-right: var(--_responsive-sizes---spacing--m);
    padding-left: var(--_responsive-sizes---spacing--m);
    grid-column-gap: var(--_responsive-sizes---spacing--m);
    grid-row-gap: var(--_responsive-sizes---spacing--m);
  }

  .section.insta {
    padding: 0;
  }

  .half {
    flex-flow: wrap-reverse;
  }

  .half.style2, .half.style1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .half.text {
    padding-left: 0;
    padding-right: 0;
  }

  .half.style2, .half.style1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .half.style4 {
    padding-right: var(--_responsive-sizes---spacing--s);
    padding-bottom: var(--_responsive-sizes---spacing--s);
    padding-left: var(--_responsive-sizes---spacing--s);
    border-radius: 0;
  }

  .text_block.outline {
    padding: var(--_responsive-sizes---spacing--l) var(--_responsive-sizes---spacing--s);
    grid-column-gap: var(--_responsive-sizes---spacing--m);
    grid-row-gap: var(--_responsive-sizes---spacing--m);
    border-style: solid none none;
  }

  .text_block.style2.is-middle {
    grid-column-gap: var(--_responsive-sizes---spacing--l);
    grid-row-gap: var(--_responsive-sizes---spacing--l);
    grid-column-gap: var(--_responsive-sizes---spacing--l);
    grid-row-gap: var(--_responsive-sizes---spacing--l);
  }

  .half_block.min_height {
    height: 100vw;
  }

  .half_block.padding {
    padding-right: var(--_responsive-sizes---spacing--xs);
    padding-bottom: var(--_responsive-sizes---spacing--xs);
    padding-left: var(--_responsive-sizes---spacing--xs);
  }

  .menu_intro {
    grid-column-gap: var(--_responsive-sizes---spacing--l);
    grid-row-gap: var(--_responsive-sizes---spacing--l);
    min-height: auto;
  }

  .menu_heading {
    text-align: center;
    font-size: 20vw;
  }

  .body-small.centred.max-width {
    width: 100%;
  }

  .map_holder {
    padding: .2rem;
  }

  .line.fade {
    opacity: .2;
    opacity: .2;
  }

  .opening_times_row_holder {
    width: 100%;
  }

  .flickity-arrows {
    display: none;
  }

  .data_block.set1 {
    grid-column-gap: var(--_responsive-sizes---spacing--s);
    grid-row-gap: var(--_responsive-sizes---spacing--s);
    grid-column-gap: var(--_responsive-sizes---spacing--s);
    grid-row-gap: var(--_responsive-sizes---spacing--s);
    flex-flow: column;
  }

  .data_row.set2 {
    flex-flow: column;
  }

  .data_row.set1 {
    grid-column-gap: var(--_responsive-sizes---spacing--xs);
    grid-row-gap: var(--_responsive-sizes---spacing--xs);
    flex-flow: column;
  }

  .hamburger {
    align-self: center;
    width: 2rem;
    display: block;
    position: absolute;
    inset: auto auto auto 0%;
  }

  .mobile_menu {
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: var(--_responsive-sizes---spacing--l) var(--_responsive-sizes---spacing--xs);
    grid-column-gap: var(--_responsive-sizes---spacing--s);
    grid-row-gap: var(--_responsive-sizes---spacing--s);
    background-color: var(--colour--cream);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
  }

  .mobile_logo {
    top: auto;
    left: auto;
    right: auto;
    bottom: var(--_responsive-sizes---spacing--m);
    width: 40vw;
    position: absolute;
  }

  .close_mobile {
    left: var(--_responsive-sizes---spacing--s);
    top: var(--_responsive-sizes---spacing--s);
    width: 8vw;
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .close_icon {
    width: 8vw;
  }

  .image_mask_top.squared.min_height {
    height: 130vw;
  }

  .image_mask_top.hero {
    border-radius: 0;
  }

  .image_mask_top.cta {
    border-radius: .3rem;
    padding-bottom: 2rem;
  }

  .image_mask_top.template_hero {
    border-radius: 0;
  }

  .footer_stack {
    margin-top: var(--_responsive-sizes---spacing--s);
    grid-column-gap: var(--_responsive-sizes---spacing--m);
    grid-row-gap: var(--_responsive-sizes---spacing--m);
  }

  .footer_logo_link {
    width: 50vw;
  }

  .insta_grid {
    grid-column-gap: var(--_responsive-sizes---spacing--xs);
    grid-row-gap: var(--_responsive-sizes---spacing--xs);
    height: 110vw;
  }

  .button-flex {
    flex-flow: column;
  }

  .logomark {
    width: 48%;
    max-width: none;
  }

  .pattern-container {
    height: 32px;
  }

  .hero-pattern {
    width: 30%;
  }

  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-contain {
    flex-flow: column;
  }

  .whats-on {
    font-size: var(--_responsive-sizes---font-size--h2);
  }

  .rich_text-copy.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .rich_text-copy.centre.max-width {
    width: 100%;
  }
}

#w-node-dd8ea9aa-98bc-1dce-840b-fb233895a3a5-e92074b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6dd9c97a-36cc-ea10-60bb-ec74e8751b01-e92074b4:where(.w-variant-ae4a0b27-99cc-2d7f-950b-c641d6f8445b) {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd8ea9aa-98bc-1dce-840b-fb233895a3a5-e92074b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd8ea9aa-98bc-1dce-840b-fb233895a3a5-e92074b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd8ea9aa-98bc-1dce-840b-fb233895a3a5-e92074b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
