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

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-lightitalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-thinitalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-lightdemo.otf') format("opentype"), url('../fonts/campton-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-extralightitalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-extrabold.otf') format("opentype"), url('../fonts/campton-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-extrabolditalic.otf') format("opentype"), url('../fonts/campton-bolditalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton Book;
  src: url('../fonts/campton-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-bookitalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-blackitalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url('../fonts/campton-mediumitalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Blimey 4";
  src: url('../fonts/blimey4-demibolda.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blimey 4";
  src: url('../fonts/blimey4-bolda.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #00491e;
  --white: #fff;
  --black: #191e18;
  --bright-green: #78be20;
  --blue: #27386e;
  --orange: #ef973c;
}

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

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.section.hero {
  z-index: 2;
  background-color: var(--dark-green);
  color: var(--white);
  background-image: linear-gradient(12deg, #000000ab, #fff0 42%), linear-gradient(#000000d9, #fff0 26%), url('../images/terrapin-home-page-hero-03.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: -112px;
  position: relative;
}

.section.hero.terraprint {
  background-image: linear-gradient(12deg, #000000ab, #fff0 42%), linear-gradient(#000000d9, #fff0 26%), url('../images/terraprint-cans-4.jpg');
}

.section.hero.who-we-are {
  background-image: linear-gradient(12deg, #000000ab, #fff0 42%), linear-gradient(#000000d9, #fff0 26%), url('../images/terraprint-cans-7.jpg');
}

.section.hero.events {
  background-image: linear-gradient(12deg, #000000ab, #fff0 42%), linear-gradient(#000000d9, #fff0 26%), url('../images/terrapin-brewpub-image.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  min-height: 95vh;
}

.section.hflex {
  flex-flow: row;
}

.section.hflex.tm {
  padding-top: 6em;
}

.section.hflex.tm.shell-pattern {
  z-index: 0;
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.section.hflex.tm.shell-pattern.terraprint {
  background-image: url('../images/cerveza-shell-pattern.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.section.brewery {
  background-image: url('../images/terrapin-new-branding-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 228px;
  position: relative;
}

.section.beer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  margin-top: -112px;
  padding-top: 130px;
}

.section.beer.no-bright {
  background-image: none;
  position: relative;
}

.section.beer.no-bright:hover {
  filter: none;
}

.section.beers {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top: -120px;
  padding: 112px 0 0;
}

.section.availability {
  position: relative;
}

.section.artist {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.section.flexh {
  background-image: url('../images/cerveza-shell-pattern.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  padding: 0;
}

.section.bg {
  background-image: url('../images/cerveza-shell-pattern.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section.bg.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-wrapper {
  z-index: 1000;
  background-image: linear-gradient(#000000b5, #fff0);
  justify-content: space-between;
  padding: 1.1em;
  display: flex;
  position: relative;
}

.image {
  height: 80px;
}

.nav-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Campton, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: color .2s;
}

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

.menu-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 3px;
  display: flex;
}

.image-2 {
  width: 16vw;
  margin: -15px -1.2em;
}

.beer-scroll {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: -107px;
  display: none;
  position: relative;
}

.image-3 {
  width: 100%;
}

.image-3.right {
  order: 9999;
}

.image-3.square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  max-width: 50vw;
}

.image-3.square.right._2 {
  object-position: 50% 50%;
}

.image-3.square.right._3 {
  object-position: 50% 19%;
}

.h2 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Campton, Arial, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.h2.dark {
  color: var(--dark-green);
}

.h2.beer {
  color: var(--bright-green);
  font-family: "Blimey 4", Arial, sans-serif;
}

.h2.white {
  color: var(--white);
  font-family: "Blimey 4", Arial, sans-serif;
  font-size: 3em;
}

.h2.white.regular {
  font-family: Campton, Arial, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}

.h2.smaller {
  font-size: 3em;
}

.h2.smaller.margin {
  margin-top: 2em;
  margin-bottom: 1em;
}

.sbs-text-div {
  background-color: #fff0;
  max-width: 700px;
  padding: 3em;
}

.sbs-text-div.white {
  background-color: var(--white);
}

.text-block {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.cta {
  background-color: var(--bright-green);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2em;
  margin-right: 1em;
  padding: 1em 1.5em;
  font-family: Campton, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s;
}

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

.cta.blue {
  background-color: var(--dark-green);
}

.h1 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Campton, Arial, sans-serif;
  font-size: 8vw;
  line-height: 1;
}

.h1.beer {
  margin-top: 0;
  font-family: "Blimey 4", Arial, sans-serif;
  font-size: 6em;
}

.div-block-3 {
  background-color: #fff0;
  padding: 0;
}

.image-4 {
  filter: drop-shadow(20px 2px 15px #0000003b);
  width: 30vw;
  min-width: 400px;
  position: relative;
}

.beer-content-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-left: -118px;
  padding: 2em 2em 2em 8em;
  display: flex;
}

.stats {
  background-color: #78be2000;
  width: auto;
  margin-bottom: 12px;
  padding: .6em 1em .4em 0;
  display: flex;
}

.stats.last {
  padding-bottom: .8em;
}

.stats-text {
  font-family: Campton, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  display: inline;
}

.stats-text.small {
  font-size: 1em;
  font-weight: 400;
}

.stats-text.small.bold {
  margin-right: 4px;
  font-weight: 700;
}

.flex-block {
  margin-right: .5em;
}

.stat-group {
  justify-content: center;
  align-items: flex-end;
  margin-right: 1em;
}

.text-block-2 {
  color: var(--bright-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Campton, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100vw;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
  display: flex;
}

.image-5 {
  height: 25vw;
}

.beer {
  transition: filter .2s;
}

.beer:hover {
  filter: brightness(115%);
}

.emph {
  color: var(--bright-green);
}

.image-6 {
  max-width: 150px;
  max-height: 150px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  margin-top: .5em;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.collection-item {
  padding: .5em;
}

.sbs {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.sbs.brewpub {
  width: 100%;
}

.sbs-text-wrap {
  width: 50vw;
}

.footer-text {
  background-image: linear-gradient(0deg, #000, #fff0);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 3.5em 1em 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-7 {
  width: 10em;
}

.footer-links-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--white);
  font-family: Campton, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: var(--bright-green);
}

.link-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .4em 1em 1em;
  display: flex;
}

.h5 {
  color: var(--bright-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Campton, Arial, sans-serif;
  font-weight: 700;
}

.link-block-2.w--current {
  max-width: 150px;
}

.nav-menu-toggle {
  display: none;
}

.artist-wrap {
  background-color: var(--white);
  max-width: 800px;
  margin-top: 0;
  padding: 4em 2em 2em;
  position: relative;
}

.text-block-4 {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: .5em .5em .5em 2em;
  font-family: Campton, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.h3 {
  font-family: "Blimey 4", Arial, sans-serif;
}

.h3.artist {
  margin-top: 1em;
  font-size: 2em;
}

.h3.events {
  color: var(--blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Campton, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.heading {
  font-family: "Blimey 4", Arial, sans-serif;
}

.artist-text {
  font-family: Campton Book, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.bio-rtf {
  font-size: 1em;
  line-height: 1.5;
}

.image-8 {
  width: 100%;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block-2 {
  text-align: center;
}

.date {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Campton, Arial, sans-serif;
}

.image-9 {
  margin-bottom: 10px;
}

.button-event {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  margin-top: .5em;
  transition: background-color .2s;
  display: block;
}

.button-event:hover {
  background-color: var(--orange);
}

.button-event.buy, .button-event.alt {
  background-color: var(--bright-green);
}

.button-event.alt:hover {
  background-color: var(--orange);
}

.collection-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.overlay {
  z-index: 0;
  background-color: #0009;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

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

.collection-list-wrapper-2 {
  max-width: 100vw;
}

.text-block-6 {
  color: var(--blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Campton, Arial, sans-serif;
  font-weight: 400;
}

.div-block-5 {
  max-width: 700px;
  padding: 1.6em 3.8em;
}

.link-2 {
  color: var(--dark-green);
  font-family: Campton, Arial, sans-serif;
  font-weight: 500;
}

.link-3 {
  color: var(--blue);
  font-family: Campton, Arial, sans-serif;
  font-weight: 700;
}

.image-10 {
  width: 50%;
  margin-right: 0;
}

.brewpub-announcement {
  background-color: var(--bright-green);
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Campton, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

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

.flex-block-2 {
  max-width: 900px;
}

.code-embed {
  overflow: scroll;
}

.body {
  background-image: url('../images/hopx-shell-pattern.jpg');
  background-position: 0 0;
  background-size: cover;
}

.code-embed-2 {
  padding-left: 0;
}

.img-wrapper {
  width: 100%;
  max-width: 40vw;
}

.paragraph {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph.privacy-p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  position: absolute;
  inset: auto 0% 2%;
}

.h1-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
}

.button-8 {
  color: #0e0e0e;
  background-color: #fff;
  border: 2px solid #fff;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 60px;
  font-size: 16px;
  text-decoration: none;
}

.button-8.no {
  color: #fff;
  background-color: #60bb4500;
  border-style: solid;
}

.age-gate {
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/terrapin-home-page-hero-03.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 2px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-62 {
  max-height: NaN% ;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-62.age-gate-div {
  z-index: 500;
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-22 {
  color: #fff;
}

.image-50 {
  align-self: center;
  width: 125px;
  min-width: auto;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-88 {
  margin-top: 10px;
}

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

.trustarc-wrapper {
  z-index: 100001;
  background-color: #0000;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.banner {
  z-index: 15;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  display: block;
  position: fixed;
  inset: auto 0% 0;
  overflow: hidden;
}

.cookie-teconsent {
  z-index: 5;
  text-align: right;
  background-color: #0000;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.privacy-p {
    font-size: 20px;
  }

  .button-8 {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 25px;
  }

  .age-gate {
    background-image: url('../images/age-gate-bg-4.jpg');
  }

  .image-50 {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .section.beer.no-bright {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.flexh {
    display: block;
  }

  .nav-link {
    font-size: 2em;
  }

  .menu-wrap {
    background-image: url('../images/recale-shell-pattern.jpg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    padding-left: 30px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .h2 {
    font-size: 3em;
  }

  .h2.smaller.margin {
    margin-top: 1em;
  }

  .sbs-text-div {
    padding: 2.3em;
  }

  .div-block-4 {
    padding-left: 6.2em;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    width: 50vw;
    height: 50vw;
  }

  .image-5 {
    height: 50vw;
  }

  .sbs.brewpub {
    display: block;
  }

  .link-block-2 {
    z-index: 1000;
    position: relative;
  }

  .link-block-2.w--current {
    z-index: 1000;
  }

  .nav-menu-toggle {
    border: 2px solid var(--white);
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #3898ec00;
    border-radius: 9px;
    padding-top: 11px;
    font-family: Campton, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    position: absolute;
    inset: 2em 2em auto auto;
  }

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

  .div-block-5 {
    max-width: 100%;
    padding: 1.6em;
  }

  .image-10 {
    width: 100vw;
    margin-bottom: 2em;
  }

  .paragraph {
    flex-direction: column;
    order: 1;
    display: flex;
  }

  .paragraph.privacy-p {
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    font-size: 16px;
    display: flex;
  }

  .h1-2 {
    text-align: center;
  }

  .button-8 {
    text-align: center;
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .age-gate {
    background-size: cover;
    position: static;
  }

  .div-block-62 {
    flex-direction: column;
  }

  .div-block-62.age-gate-div {
    height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-50 {
    width: 125px;
    max-width: 300px;
    margin-top: 10px;
  }

  .trustarc-wrapper {
    background-color: #131212;
  }

  .cookie-teconsent {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section.hflex.tm.shell-pattern {
    display: block;
  }

  .section.beer.no-bright {
    padding-top: 102px;
  }

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

  .image-3.square, .image-3.square.right._3 {
    order: 9999;
    max-width: 100vw;
  }

  .sbs-text-div {
    padding: 1.5em;
  }

  .beer-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    margin-left: 0;
    padding-left: 2em;
  }

  .emph {
    display: block;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sbs {
    flex-flow: column;
  }

  .sbs-text-wrap {
    width: 100vw;
  }

  .footer-text {
    height: auto;
  }

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

  .img-wrapper {
    max-width: 100vw;
  }

  .paragraph.privacy-p {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    margin-top: auto;
  }

  .h1-2 {
    font-size: 32px;
  }

  .button-8 {
    margin-left: 0;
    padding: 8px 50px;
  }

  .age-gate {
    max-width: none;
    max-height: none;
    overflow: visible;
  }

  .div-block-62.age-gate-div {
    max-width: none;
    height: 100vh;
    min-height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    color: var(--white);
    margin-top: -90px;
  }

  .section.hero.events {
    padding: 1em;
  }

  .section.hflex.tm.shell-pattern {
    flex-flow: column;
    padding: 1.5em;
  }

  .section.brewery {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: 0;
    display: flex;
    top: 0;
  }

  .section.beer.no-bright {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: auto 60%;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .section.flexh, .section.bg.left {
    padding: 1em;
  }

  .nav-wrapper {
    padding: .5em 0;
  }

  .image {
    height: 70px;
  }

  .image-3 {
    max-width: 100%;
    margin-bottom: 1.5em;
  }

  .image-3.square {
    width: 100%;
    margin-bottom: 0;
  }

  .image-3.square.right._3 {
    width: 100%;
  }

  .h2 {
    font-size: 2.4em;
  }

  .h2.smaller {
    font-size: 2.7em;
  }

  .sbs-text-div {
    max-width: 100%;
    padding: 1.5em;
  }

  .h1 {
    font-size: 3.5em;
  }

  .h1.beer {
    font-size: 4em;
  }

  .image-4 {
    width: auto;
    min-width: 100%;
  }

  .div-block-4 {
    max-width: 100%;
    padding: 2em;
  }

  .stat-group {
    justify-content: center;
    align-items: flex-start;
  }

  .image-6 {
    max-width: 300px;
    max-height: 300px;
  }

  .collection-list-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: block;
  }

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

  .sbs {
    width: 100%;
  }

  .footer-text {
    flex-flow: column;
    width: 100%;
    height: auto;
    position: relative;
  }

  .footer-links-wrap {
    flex-flow: column;
  }

  .nav-menu-toggle {
    top: .8em;
    right: 1em;
  }

  .artist-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-4 {
    padding-left: 1em;
  }

  .collection-list-3 {
    display: block;
  }

  .collection-item-2 {
    text-align: center;
    margin-bottom: 1em;
  }

  .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    margin-bottom: 1em;
  }

  .text-block-7 {
    line-height: 1.1;
  }

  .paragraph.privacy-p {
    margin-top: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .h1-2 {
    font-size: 25px;
    line-height: 1;
  }

  .button-8 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .age-gate {
    background-size: cover;
    position: static;
    inset: 0%;
  }

  .div-block-62.age-gate-div {
    width: 100vw;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .div-block-151 {
    padding: 9px;
  }

  .image-50 {
    width: 125px;
    min-width: 125px;
    max-width: 250px;
    margin-top: 0;
  }

  .banner, .cookie-teconsent {
    width: 100vw;
  }
}

#w-node-_75180ff4-73ce-b819-285b-2cdfef37bea8-fbe2563e, #w-node-c0a03b0e-6c59-01d2-9fcc-5089cbcd7044-fbe2563e {
  align-self: center;
}


@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-thinitalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-lightdemo.otf') format('opentype'), url('../fonts/campton-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-extralightitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-extrabold.otf') format('opentype'), url('../fonts/campton-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-extrabolditalic.otf') format('opentype'), url('../fonts/campton-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton Book';
  src: url('../fonts/campton-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-bookitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/campton-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Blimey 4';
  src: url('../fonts/blimey4-demibolda.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blimey 4';
  src: url('../fonts/blimey4-bolda.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}