:root {
  --fonts--heading-font: nexa-rust-sans-black-2, sans-serif;
  --colors--red: #1557ff;
  --colors--white: whitesmoke;
  --colors--black: #1a1b1c;
  --colors--light-grey: #9c9c9c;
  --fonts--body-font: "Special Elite", sans-serif;
  --colors--off-black: #1a1a1a;
  --containers--container-small: 40rem;
  --colors--dark-grey: #303030;
  --transparent: var(--colors--light-grey);
  --containers--container-large: 80rem;
}

body {
  color: #082126;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  font-family: var(--fonts--heading-font);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #d9d9d9;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-image {
  background-color: #fff;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  overflow: hidden;
}

.styles-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styles-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semi-bold {
  font-weight: 600;
}

.styles-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styles-item.stretch {
  justify-items: stretch;
}

.styles-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.styles-heading-large {
  font-size: 6rem;
}

.background-color-blue {
  background-color: var(--colors--red);
  color: var(--colors--white);
}

.text-color-black {
  color: var(--colors--black);
}

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

.heading-style-h3 {
  font-family: var(--fonts--heading-font);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.text-align-center {
  text-align: center;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #d9d9d9;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: var(--fonts--heading-font);
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  position: static;
}

.padding-global {
  text-align: center;
  background-color: #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.beer {
  height: 600px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global.items {
  padding-left: 0;
  padding-right: 0;
}

.text-color-white {
  color: #d9d9d9;
}

.styles-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #283d3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: var(--fonts--body-font);
  font-size: .75rem;
}

.styles-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styles-heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  font-family: var(--fonts--body-font);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.styles-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.admin-page-header-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-size-small {
  font-family: var(--fonts--body-font);
  font-size: .875rem;
}

.heading-style-h4 {
  font-family: var(--fonts--heading-font);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.contact-form-label {
  color: var(--colors--white);
}

.background-color-white {
  background-color: var(--colors--white);
  color: var(--colors--black);
}

.contact-form-input {
  background-color: var(--colors--white);
  color: var(--colors--black);
  border: 1px #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.contact-form-input:focus {
  border-color: #bffcfc;
}

.contact-form-input.is-text-area {
  border-width: 1px;
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-family: var(--fonts--heading-font);
  color: var(--colors--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.padding-section-large.padding-top-0 {
  padding-top: 0;
}

.padding-section-large.beer {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.styles-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-size-large {
  font-family: var(--fonts--body-font);
  font-size: 1.5rem;
}

.heading-style-h2 {
  z-index: 2;
  font-family: var(--fonts--heading-font);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.styles-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styles-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styles-template-name {
  z-index: 5;
  font-weight: 400;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: var(--fonts--heading-font);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-large {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.utility-page-error-message {
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

.styles-colors {
  color: #082126;
  background-color: #fff;
}

.admin-page-main-content {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.text-size-medium {
  font-family: var(--fonts--body-font);
  font-size: 1.15rem;
}

.styles-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.styles-color._1 {
  background-color: var(--colors--red);
}

.styles-color._2 {
  background-color: var(--colors--black);
}

.styles-color._3 {
  background-color: var(--colors--white);
}

.section-hero {
  color: var(--colors--white);
  text-align: left;
  min-height: 100dvh;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.button-wrapper {
  display: inline-block;
  position: relative;
}

.button {
  z-index: 1;
  grid-column-gap: .5rem;
  border: 2px solid var(--colors--white);
  color: #faf8f2cc;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: radial-gradient(circle at 0 100%, #252525, #1a1a1a);
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.button:hover {
  border-color: var(--colors--red);
  color: var(--colors--white);
  background-image: radial-gradient(circle, #252525b3, #1a1a1ab3), radial-gradient(circle at 60%, #1557ff, #fff0);
}

.button.secondary {
  border-style: solid;
  border-color: var(--colors--off-black);
  background-color: var(--colors--white);
  color: #082126;
  background-image: none;
}

.button.text-link {
  color: var(--colors--black);
  background-color: #0000;
  background-image: none;
  border: 2px #0000;
  padding: .25rem 0;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s, background-color .2s;
}

.button._100 {
  width: 100%;
}

.success-text {
  color: #082126;
  font-weight: 600;
}

.contact-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.error-message {
  background-color: var(--colors--red);
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.error-text {
  color: var(--colors--white);
}

.contact-success-message {
  background-color: var(--colors--white);
  padding: 1.5rem;
}

.eyebrow-flex {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
}

.background-color-black {
  background-color: var(--colors--black);
  color: var(--colors--white);
}

.footer-links-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: .5rem;
  color: var(--colors--white);
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--colors--white);
  margin-top: 0;
  font-family: Special Elite, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-bottom-text {
  color: var(--colors--white);
  font-family: typeka, sans-serif;
  font-size: .9rem;
}

.footer-bottom-text.website-link {
  color: var(--colors--black);
}

.footer-bottom-link-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  display: flex;
}

.website-link {
  color: var(--colors--black);
}

.styles-label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.grid-2-column.image-left {
  grid-template-columns: .45fr .65fr;
  position: relative;
}

.grid-2-column.image-right {
  grid-column-gap: 2.1rem;
  grid-template-columns: .5fr .45fr;
  position: relative;
}

.grid-2-column.image-right.beer {
  grid-column-gap: 2.1rem;
  grid-template-rows: 500px;
  justify-content: center;
  height: 500px;
}

.admin-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-bottom: 0;
  line-height: 1.4;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.admin-page-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.admin-page-image-grid.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.admin-page-image-grid.extras {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
}

.admin-page-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.admin-changelog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-bottom: 0;
  line-height: 1.4;
  display: flex;
}

.eyebrow-pill {
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: inline-block;
}

.eyebrow-text {
  font-family: var(--fonts--body-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
}

.eyebrow-text.dark {
  color: #1a1b1ccc;
}

.eyebrow-text.light {
  color: var(--colors--light-grey);
}

.section-map.background-color-white {
  background-color: var(--colors--black);
  background-image: url('../images/rh_map_bkg.png');
  background-position: 0 0;
  background-size: cover;
  height: 780px;
  padding-top: 140px;
}

.section-map.mcbcmap {
  background-color: #090000;
  background-image: url('../images/map.png');
  background-position: 0 0;
  background-size: auto;
  height: 780px;
  padding-top: 140px;
}

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

.hero-wrapper {
  z-index: 3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.eyebrow-wrapper {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.hero-h1-span {
  color: #303030cc;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--colors--white);
  font-style: italic;
}

.hero-background-gradient {
  z-index: 2;
  background-image: linear-gradient(135deg, #1a1b1cf2, #1a1b1ce6 28%, #1a1b1c8c 46%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrows-wrapper-hero {
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  z-index: 5;
  background-color: #1a1a1a00;
  background-image: url('../images/TOP.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 160px;
  border: 1px #0000;
  align-items: center;
  width: 100%;
  height: 150px;
  min-height: 4rem;
  padding-left: 2.3rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-link {
  color: #f5f5f5cc;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5rem 1rem 2.5rem;
  font-weight: 400;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--colors--white);
}

.navbar-menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  padding-bottom: 30px;
  display: flex;
}

.button-nav {
  z-index: 1;
  grid-column-gap: .5rem;
  border: 2px solid var(--colors--white);
  color: #faf8f2cc;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: radial-gradient(circle at 0 100%, #252525, #1a1a1a);
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.button-nav:hover {
  border-color: var(--colors--red);
  color: var(--colors--white);
  background-image: radial-gradient(circle, #252525b3, #1a1a1ab3), radial-gradient(circle at 60%, #e81f2552, #fff0);
}

.button-nav.is-small {
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-nav.is-small:hover {
  background-image: radial-gradient(circle, #252525b3, #1a1a1ab3), radial-gradient(circle at 60%, #1557ff, #fff0);
}

.navbar-menu-button {
  padding: 0;
}

.logo-text {
  font-family: var(--fonts--heading-font);
  color: var(--colors--white);
  text-transform: uppercase;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.logo-text.text-color-black {
  color: var(--colors--black);
}

.hero-content {
  width: 600px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, -2rem);
}

.hero-rectangle-wrapper {
  z-index: 4;
  mix-blend-mode: multiply;
  height: 20rem;
  position: absolute;
  inset: auto 5rem 0% auto;
  transform: translate(0, 45%);
}

.hero-rectangle {
  background-color: var(--colors--red);
  width: 2.5rem;
  height: 25rem;
}

.hero-rectangle._1 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  height: 20rem;
  transform: translate(0, 3.5rem);
}

.hero-rectangle._2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  height: 20rem;
}

.hero-rectangle-flex {
  grid-column-gap: 1.5rem;
  display: flex;
}

.about-image-wrapper {
  padding-bottom: 130%;
  position: relative;
}

.about-image {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-medium-large {
  float: left;
  clear: none;
  width: 500px;
  max-width: 40rem;
  position: relative;
}

.italic-span {
  font-style: italic;
}

.h2-wrapper {
  position: relative;
}

.xl-outlined-text {
  font-family: var(--fonts--heading-font);
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1a1b1c0d;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14rem;
  font-weight: 700;
  line-height: .79;
}

.xl-outlined-text.text-color-white {
  -webkit-text-stroke-color: #f5f5f50d;
}

.xl-outlined-text-warpper {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% -7.5rem;
}

.xl-outlined-text-warpper._2-line {
  bottom: 4.3rem;
}

.xl-outlined-text-warpper.testimonials {
  justify-content: center;
  display: flex;
  bottom: 4.3rem;
  left: 0%;
  transform: none;
}

.arrows-wrapper-about {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-services.background-color-black {
  background-image: url('../images/Black-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-3-column {
  grid-column-gap: 0rem;
  grid-template-rows: repeat(auto-fit, 170px);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-red {
  color: var(--colors--red);
  display: inline-block;
}

.services-item.dog {
  background-image: url('../images/dogfriendly.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.services-item.kitchen {
  width: 100%;
  height: 100%;
}

.section-cult {
  position: relative;
}

.section-cult.background-color-white {
  text-align: center;
  background-image: url('../images/grit_texture.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.location-image {
  filter: saturate();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.location-image.beer {
  height: 500px;
  margin-top: 50px;
  padding-top: 0;
}

.icon-1x1-small {
  width: 1.25rem;
  height: 1.25rem;
}

.stars-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--colors--red);
  display: flex;
}

.section-reviews.background-color-black {
  background-image: url('../images/Black-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form-wrapper {
  z-index: 2;
  background-color: var(--colors--black);
  padding: 2rem;
  position: relative;
}

.contact-left-side {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.instagram-banner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-small {
  max-width: var(--containers--container-small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.instagram-image-wrapper {
  padding-bottom: 100%;
  position: relative;
}

.instagram-image {
  z-index: 1;
  filter: contrast(93%) saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-footer {
  width: 100%;
}

.section-footer.background-color-white.mcbc {
  background-color: #000;
}

.section-footer.background-color-white {
  background-color: #12c1aa;
}

.footer-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-logos {
  grid-column-gap: 2.5rem;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 8rem;
  display: flex;
}

.footer-divider {
  background-color: #9c9c9c33;
  width: 100%;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.about-rectangle-wrapper {
  z-index: 2;
  mix-blend-mode: color-burn;
  position: absolute;
  inset: auto auto 2rem 0%;
}

.about-rectangle-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-rectangle {
  background-color: var(--colors--red);
  width: 25rem;
  height: 2.5rem;
}

.about-rectangle._1 {
  width: 5rem;
}

.about-rectangle._2 {
  width: 10rem;
}

.location-image-wrapper {
  padding-bottom: 0%;
  position: relative;
}

.location-rectangle-wrapper {
  z-index: 2;
  mix-blend-mode: color-burn;
  position: absolute;
  inset: 2rem auto auto 0%;
}

.location-rectangle-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location-rectangle {
  background-color: var(--colors--red);
  width: 25rem;
  height: 2.5rem;
}

.location-rectangle._1 {
  width: 10rem;
}

.location-rectangle._2 {
  width: 15rem;
}

.contact-rectangle-wrapper {
  z-index: 3;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -80%);
}

.contact-rectangle-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.contact-rectangle {
  background-color: var(--colors--red);
  width: 25rem;
  height: 2.5rem;
}

.contact-rectangle._1 {
  width: 10rem;
}

.contact-rectangle._2 {
  width: 20rem;
}

.section-contact {
  position: relative;
}

.instagram-overlay {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--colors--dark-grey), var(--colors--dark-grey));
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instagram-hover-block {
  z-index: 3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--colors--dark-grey), var(--colors--off-black));
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
}

.image {
  height: 90px;
}

.image-2 {
  height: 100px;
}

.map {
  height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section-location-copy {
  position: relative;
}

.section-location-copy.background-color-white {
  background-image: url('../images/grit_texture.png');
  background-position: 0 0;
  background-size: auto;
}

.image-3 {
  float: left;
  clear: right;
  text-align: left;
  width: 50%;
  max-width: 650px;
  margin-left: 0;
}

.container-large-footer {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.container-large-cult {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.padding-section-large-cult {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.padding-section-large-cult.padding-top-0 {
  padding-top: 0;
}

.padding-section-large-cult.beer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.max-width-medium-large-cult {
  float: left;
  clear: both;
  width: 50%;
  max-width: 40rem;
  padding-top: 0;
  position: relative;
}

.image-4 {
  width: 850px;
  max-width: 80%;
  padding-top: 160px;
}

.h2-wrapper-cult {
  position: relative;
}

.padding-global-cult {
  text-align: center;
  background-color: #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-cult.beer {
  height: 600px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global-cult.beer.mcbc {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.padding-global-cult.items {
  padding-left: 0;
  padding-right: 0;
}

.section-cult-tablet {
  position: relative;
}

.section-cult-tablet.background-color-white {
  background-image: url('../images/grit_texture.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-style-h2-cult {
  z-index: 2;
  font-family: var(--fonts--heading-font);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.brand {
  width: 200px;
  height: 150px;
  padding-top: 20px;
}

.brand.w--current {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.navbar {
  z-index: 6;
  -webkit-text-fill-color: inherit;
  background-color: #9c9c9c00;
  background-image: url('../images/TOP.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 250px;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 250px;
  position: fixed;
  top: 0;
}

.nav-menu {
  color: #fff;
  text-align: right;
  padding-top: 60px;
  font-family: typeka, sans-serif;
  font-weight: 700;
}

.nav-link {
  color: #fff;
}

.nav-link.borderlink {
  background-color: var(--colors--black);
  border: 3px solid #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  color: var(--colors--white);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2.w--current {
  color: var(--colors--white);
}

.nav-link-3 {
  color: #fff;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.section {
  background-color: #000;
}

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

.image-5 {
  width: 150px;
}

.container {
  margin-top: -20px;
  padding-top: 0;
}

.menu-image-btn {
  background-image: url('../images/Kitchen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.taplist-image-btn {
  background-image: url('../images/tap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-family: typeka, sans-serif;
}

.link {
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.section-2 {
  text-align: center;
  background-image: linear-gradient(#fff0, #fff), url('../images/grit_texture.png');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  padding-top: 288px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph {
  text-align: center;
  font-family: typeka, sans-serif;
  font-size: 1.5rem;
}

.heading {
  text-align: center;
}

.dog-image-btn {
  background-image: url('../images/dogfriendly.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block-3 {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.nav-link-4.borderlink {
  color: #12c1aa;
  background-color: #f5f5f5;
  border: 0 solid #fff;
  border-radius: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Konkhmer Sleokchher, sans-serif;
  line-height: 1;
}

.nav-link-5 {
  color: #fff;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.container-2 {
  margin-top: 0;
  padding-top: 0;
}

.image-6 {
  width: 450px;
}

.brand-2 {
  width: 500px;
  height: 150px;
  padding-top: 40px;
}

.brand-2.w--current {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.footer-bottom-text-2 {
  color: #f5f5f5;
  font-family: typeka, sans-serif;
  font-size: .9rem;
}

.navbar-2 {
  z-index: 6;
  -webkit-text-fill-color: inherit;
  background-color: #12c1aa00;
  background-image: linear-gradient(#12c1aa 67%, #12c1aa);
  background-clip: border-box;
  width: 100%;
  height: 200px;
  position: fixed;
  top: 0;
}

.container-large-cult-2 {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
}

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

.image-7 {
  width: 500px;
}

.heading-2 {
  color: #16847b;
  padding-top: 100px;
  font-family: Oswald, sans-serif;
}

.heading-style-h6-2 {
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link-2 {
  color: #f5f5f5;
  margin-top: 0;
  font-family: Special Elite, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.image-11 {
  width: 850px;
  max-width: 80%;
  padding-top: 160px;
}

.text-size-regular-2 {
  text-align: center;
  padding-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.padding-global-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-links-wrapper-2 {
  grid-row-gap: .5rem;
  color: #f5f5f5;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  padding-top: 20px;
}

.image-12 {
  height: 160px;
}

.max-width-medium-large-cult-2 {
  float: left;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  color: #fff;
  text-align: right;
  padding-top: 80px;
  font-family: typeka, sans-serif;
  font-weight: 700;
}

.section-hero-2 {
  color: #f5f5f5;
  text-align: left;
  min-height: 100dvh;
}

.button-2 {
  background-color: #2ec0cd;
  border-radius: 20px;
  margin-top: 22px;
}

.button-2.magicbtn.w--current {
  background-color: var(--colors--white);
  color: #48b59d;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.button-2.rhbtn {
  background-color: #2ecdbd;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.button-rh {
  background-color: #12c1aa;
  border-radius: 20px;
  margin-top: 22px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.button-rh.magicbtn.w--current {
  background-color: var(--colors--white);
  color: #48b59d;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.button-rh.rhbtn {
  background-color: #2ecdbd;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.mcbcbtn {
  color: var(--colors--black);
  background-color: #fdfeff;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.mcbcbtn.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.section-other {
  background-color: #000;
  height: 100px;
}

.heading-3 {
  padding-top: 21px;
}

.heading-3.other {
  font-size: 2.3rem;
}

.heading-3.other.rhmap {
  padding-top: 15px;
  font-family: Oswald, sans-serif;
}

.div-block {
  padding-top: 15px;
}

.section-other-rh {
  background-color: #12c1aa;
  height: 100px;
}

.sticky-mcbc {
  background-color: var(--colors--black);
  background-image: url('../images/visit_mcbc_bkg.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 120px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-4 {
  color: #fff;
  text-align: center;
  background-image: url('../images/visit_mcbc_bkg.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 26px;
}

.image-13 {
  width: auto;
  max-width: 80%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.link-block-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.body {
  background-color: #12c1aa;
}

.visit-rh {
  height: 100px;
}

.sticky-rh {
  background-color: var(--colors--black);
  background-image: url('../images/visit_rh_bkg.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 120px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.visit-mcbc {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .padding-global.beer {
    float: none;
    clear: none;
  }

  .styles-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styles-heading-medium {
    font-size: 3rem;
  }

  .text-size-regular {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-h2 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .styles-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-small {
    float: none;
    clear: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .footer-links-block {
    text-align: center;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bottom-text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom-link-flex {
    flex-direction: column;
  }

  .grid-2-column {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-column.image-left, .grid-2-column.image-right {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    background-color: var(--colors--black);
    color: #000;
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .button-nav.is-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--colors--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-content {
    transform: translate(0, -2rem);
  }

  .hero-rectangle-wrapper {
    height: auto;
    transform: translate(0, 20%);
  }

  .hero-rectangle._1 {
    height: 13rem;
    transform: translate(0, 2rem);
  }

  .hero-rectangle._2, .hero-rectangle-flex {
    height: 13rem;
  }

  .arrows-wrapper-about {
    transform: translate(0, 150%);
  }

  .grid-3-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: repeat(auto-fit, 300px) 300px 300px;
    grid-template-columns: minmax(200px, 3.5fr);
    justify-content: center;
  }

  .services-item {
    width: 55%;
  }

  .services-item.dog {
    background-size: cover;
  }

  .services-item.tap {
    background-size: cover;
    width: 100%;
  }

  .services-item.kitchen {
    width: 100%;
  }

  .section-cult.background-color-white {
    text-align: center;
  }

  .instagram-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 3rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-links-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .reviews-item {
    width: 55%;
  }

  .image-3 {
    float: none;
    clear: none;
    text-align: center;
    vertical-align: bottom;
    width: 500px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .padding-section-large-cult {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-cult.beer {
    box-sizing: border-box;
    float: left;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    float: left;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .max-width-medium-large-cult {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .image-4 {
    width: 600px;
    max-width: 90%;
    height: 100%;
  }

  .h2-wrapper-cult {
    text-align: center;
  }

  .padding-global-cult.beer {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .padding-global-cult.beer.mcbc {
    padding-top: 0;
  }

  .section-cult-tablet.background-color-white {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-style-h2-cult {
    float: none;
    clear: none;
    text-align: center;
    object-fit: none;
    justify-content: center;
    align-items: center;
    width: 650px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .brand, .brand.w--current {
    padding-top: 0;
    padding-left: 20px;
  }

  .nav-menu {
    z-index: 7;
    text-align: right;
    background-color: #c8c8c800;
    width: 540px;
    margin-top: -122px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .nav-link.borderlink {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    position: static;
  }

  .nav-link-2, .nav-link-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .icon {
    color: #fff;
    border: 0 solid #fff0;
    font-size: 3rem;
  }

  .container {
    text-align: left;
    width: 100%;
    margin-right: 20px;
    padding-top: 20px;
  }

  .menu-button {
    position: static;
  }

  .section-2 {
    background-size: auto, contain;
  }

  .nav-link-4.borderlink {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    position: static;
  }

  .nav-link-5 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .container-2 {
    text-align: left;
    width: 100%;
    margin-right: 20px;
    padding-top: 20px;
  }

  .brand-2, .brand-2.w--current {
    padding-top: 0;
    padding-left: 20px;
  }

  .footer-bottom-text-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    width: 325px;
    padding-top: 21px;
  }

  .heading-style-h6-2, .footer-link-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 600px;
    max-width: 90%;
    height: 100%;
  }

  .text-size-regular-2 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-medium-large-cult-2 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
  }

  .nav-menu-2 {
    z-index: 7;
    text-align: right;
    background-color: #c8c8c800;
    width: 540px;
    margin-top: -122px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .heading-3.other {
    font-family: Oswald, sans-serif;
    font-size: 2rem;
  }

  .heading-3.other.mc {
    font-family: nexa-rust-sans-black-2, sans-serif;
    font-size: 1.5rem;
  }

  .section-other-rh {
    background-color: #12c1aa;
  }

  .sticky-mcbc {
    background-position: 50% 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-13 {
    width: auto;
  }

  .visit-rh {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sticky-rh {
    background-position: 50% 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .visit-mcbc {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .styles-heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .styles-section-header {
    font-size: .875rem;
  }

  .styles-heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    font-size: 1.3rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .styles-template-name {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.15rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .button {
    padding: 1rem 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-text {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-2-column {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-column.image-left, .grid-2-column.image-right {
    grid-template-columns: 1fr;
  }

  .admin-section-header {
    padding-bottom: 0;
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .admin-changelog {
    padding-bottom: 0;
    font-size: .875rem;
  }

  .hero-background-image {
    object-position: 80% 50%;
  }

  .hero-h1-span {
    -webkit-text-stroke-width: 1px;
  }

  .arrows-wrapper-hero {
    display: none;
  }

  .arrow-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
  }

  .navbar-component {
    height: auto;
    min-height: 3.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .button-nav {
    padding: 1rem 1.5rem;
  }

  .logo-text {
    line-height: .9;
  }

  .about-image-wrapper {
    padding-bottom: 80%;
  }

  .about-image {
    object-position: 50% 20%;
  }

  .xl-outlined-text {
    font-size: 9rem;
  }

  .xl-outlined-text-warpper {
    left: -2.5rem;
  }

  .xl-outlined-text-warpper._2-line {
    bottom: 3.3rem;
  }

  .xl-outlined-text-warpper.testimonials {
    bottom: 0;
  }

  .arrows-wrapper-about {
    position: static;
    transform: none;
  }

  .services-item {
    width: 100%;
  }

  .arrows-wrapper-contact {
    display: none;
  }

  .footer-links-wrap {
    grid-column-gap: 5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .location-image-wrapper {
    padding-bottom: 80%;
  }

  .reviews-item {
    width: 100%;
  }

  .image-3 {
    width: 450px;
  }

  .padding-section-medium-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .max-width-medium-large-cult {
    width: 450px;
  }

  .padding-global-cult {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h2-cult {
    width: 400px;
    font-size: 4rem;
  }

  .brand.w--current {
    float: left;
    clear: left;
  }

  .nav-menu {
    text-align: right;
    width: 250px;
    margin-top: -87px;
    padding-top: 110px;
  }

  .nav-link.borderlink {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    background-size: auto, auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-4.borderlink {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    margin-right: 0;
  }

  .brand-2 {
    width: 100%;
    height: 100px;
  }

  .brand-2.w--current {
    float: left;
    clear: left;
    width: 100%;
    height: 100px;
    padding-left: 0;
  }

  .footer-bottom-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-7 {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .heading-style-h6-2 {
    font-size: .75rem;
  }

  .text-size-regular-2 {
    font-size: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width-medium-large-cult-2 {
    width: 450px;
  }

  .nav-menu-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-3.other {
    padding-top: 26px;
    font-size: 1.3rem;
  }

  .heading-3.other.rhmap {
    padding-top: 17px;
    font-size: 1.8rem;
  }

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

  .visit-rh {
    height: 50px;
  }

  .visit-mcbc {
    height: 70px;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular {
    width: 100%;
    margin-top: -5px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: 400;
  }

  .max-width-medium.align-center {
    text-align: left;
  }

  .padding-section-large {
    text-align: center;
    display: block;
    position: static;
  }

  .section-hero {
    min-height: 500px;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1rem;
  }

  .button {
    font-size: .9rem;
  }

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

  .footer-links-block {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-2-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-background-image {
    height: 800px;
  }

  .hero-wrapper {
    height: 800px;
    min-height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .hero-background-wrapper {
    height: 800px;
    margin-top: -827px;
  }

  .hero-background-gradient {
    height: 800px;
  }

  .button-nav {
    font-size: .9rem;
  }

  .hero-rectangle-wrapper {
    right: 1.25rem;
    transform: translate(0, 10%);
  }

  .xl-outlined-text-warpper {
    transform: translate(0);
  }

  .xl-outlined-text-warpper._2-line {
    bottom: 0;
  }

  .grid-3-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 180px 180px 180px;
    grid-template-columns: 4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    margin-left: -1px;
    display: grid;
  }

  .services-item.dog {
    box-sizing: border-box;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrapper {
    padding: 1.25rem;
  }

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

  .footer-logos {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-links-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .footer-divider {
    margin-top: 3rem;
  }

  .image-3 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .padding-section-large-cult.beer {
    text-align: center;
    text-align: center;
    width: 100%;
    height: 550px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .max-width-medium-large-cult {
    width: 100%;
    padding-top: 41px;
  }

  .padding-global-cult.beer {
    height: 550px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-cult {
    width: 100%;
    padding-top: 0;
    font-size: 2rem;
  }

  .nav-menu {
    text-align: right;
    width: 300px;
    margin-top: -229px;
    padding-left: 25px;
  }

  .nav-link.borderlink {
    margin-top: 2px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 12px;
  }

  .image-5 {
    width: 125px;
  }

  .container {
    padding-top: 27px;
  }

  .menu-image-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    background-size: auto, auto;
    padding-left: 20px;
  }

  .nav-link-4.borderlink {
    margin-top: 2px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 12px;
  }

  .container-2 {
    text-align: center;
    margin-right: 0;
    padding-top: 27px;
  }

  .brand-2 {
    width: 100%;
    height: 80px;
    padding-left: 0;
  }

  .brand-2.w--current {
    width: 100%;
    height: 80px;
    padding-left: 0;
    position: static;
  }

  .image-7 {
    float: left;
    clear: left;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    padding-top: 20px;
  }

  .text-size-regular-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .6rem;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    margin-left: auto;
  }

  .max-width-medium-large-cult-2 {
    width: 100%;
  }

  .nav-menu-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  .section-hero-2 {
    min-height: 500px;
  }

  .link-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3.other {
    font-size: 1rem;
  }

  .heading-3.other.rhmap {
    padding-top: 9px;
    font-size: 1.5rem;
  }

  .sticky-mcbc {
    background-image: url('../images/visit_mcbc_bkg.png');
    background-position: 0 0;
    background-size: cover;
  }

  .image-13 {
    max-width: 288px;
    height: 30px;
  }

  .visit-rh {
    height: 28px;
  }

  .body-2 {
    background-color: #000;
  }

  .sticky-rh {
    background-image: url('../images/visit_rh_bkg.png');
    background-position: 25% 0;
    background-size: cover;
  }

  .visit-mcbc {
    height: 40px;
  }
}

#w-node-_5e26a769-7858-2313-d79e-5f7690bf6aea-f4f9e1c9, #w-node-_8dc74a85-a3f7-1b1b-1712-3767a33fde27-f4f9e1c9, #w-node-a9ad3827-e47e-2138-622d-cb146c9f4253-f4f9e1c9, #w-node-fd6327f2-7d97-723f-84a5-4c1c6d3fccf1-f4f9e1cd, #w-node-_5abc6050-5732-2d7e-1cd0-2193d86b950f-f4f9e1cf, #w-node-_0623de76-d097-ebd0-8a91-de8e9eed038a-f4f9e1cf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f4f9e1cf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f4f9e1cf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f4f9e1cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f4f9e1cf {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8dc74a85-a3f7-1b1b-1712-3767a33fde27-f4f9e1c9 {
    justify-self: center;
  }

  #w-node-a9ad3827-e47e-2138-622d-cb146c9f4253-f4f9e1c9 {
    justify-self: end;
  }
}


