@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Barlow:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
  scroll-margin-top: 96px;
}
@media (max-width: 768px) {
  * {
    scroll-margin-top: 60px;
  }
}

html,
body {
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
  /* Disable inertial scrolling */
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 24px, 0);
}

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll=in] {
  opacity: 1;
}

[data-scroll=in] .char {
  animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(2ms * var(--char-index) + 100ms);
}

@keyframes slide-in {
  from {
    transform: translateY(0.65em);
    opacity: 0;
  }
}
body {
  font-family: "Barlow", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--core-warm-white-100, #fffbf8);
}

p {
  font-family: "Barlow", serif;
}

.space_10 {
  height: 10px;
}
@media (max-width: 768px) {
  .space_10 {
    height: 5px;
  }
}

.space_20 {
  height: 20px;
}
@media (max-width: 768px) {
  .space_20 {
    height: 10px;
  }
}

.space_30 {
  height: 30px;
}
@media (max-width: 768px) {
  .space_30 {
    height: 15px;
  }
}

.space_40 {
  height: 40px;
}
@media (max-width: 768px) {
  .space_40 {
    height: 20px;
  }
}

.space_50 {
  height: 50px;
}
@media (max-width: 768px) {
  .space_50 {
    height: 25px;
  }
}

.space_60 {
  height: 60px;
}
@media (max-width: 768px) {
  .space_60 {
    height: 30px;
  }
}

.space_70 {
  height: 70px;
}
@media (max-width: 768px) {
  .space_70 {
    height: 35px;
  }
}

.space_80 {
  height: 80px;
}
@media (max-width: 1024px) {
  .space_80 {
    height: 40px;
  }
}

.space_90 {
  height: 90px;
}
@media (max-width: 1024px) {
  .space_90 {
    height: 45px;
  }
}

.space_100 {
  height: 100px;
}
@media (max-width: 1024px) {
  .space_100 {
    height: 50px;
  }
}

.space_140 {
  height: 140px;
}
@media (max-width: 1024px) {
  .space_140 {
    height: 64px;
  }
}

.layout {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.parallax-image {
  overflow: hidden;
}

.desk_hide {
  display: none;
}
@media (max-width: 767px) {
  .desk_hide {
    display: block;
  }
}

.mob_hide {
  display: block;
}
@media (max-width: 767px) {
  .mob_hide {
    display: none;
  }
}

.desk_hide_lg {
  display: none;
}
@media (max-width: 992px) {
  .desk_hide_lg {
    display: block;
  }
}

.mob_hide_lg {
  display: block;
}
@media (max-width: 992px) {
  .mob_hide_lg {
    display: none;
  }
}

.desk_hide_xl {
  display: none;
}
@media (max-width: 1024px) {
  .desk_hide_xl {
    display: block;
  }
}

.mob_hide_xl {
  display: block;
}
@media (max-width: 1024px) {
  .mob_hide_xl {
    display: none;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0 !important;
}

button {
  border: none;
  outline: none;
}

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

.bb {
  border: 1px solid red;
}

.grey_scroll {
  padding-right: 3px !important;
}
.grey_scroll::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
  height: 3px;
}
.grey_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #d2dce9;
  border-radius: 3px;
}
.grey_scroll::-webkit-scrollbar-thumb {
  background-color: #7d8b9c;
  border-radius: 3px;
}

.primary_bg {
  background: var(--expressive-pink, #eadace);
}

.no_pad_end {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.kitchen_swiper .swiper-slide {
  overflow: hidden;
}
.kitchen_swiper_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-right: calc(10% + 34px);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 34px;
}
@media (max-width: 768px) {
  .kitchen_swiper_btns {
    bottom: 18px;
    padding-right: calc(10% + 20px);
    display: none;
  }
}
.kitchen_swiper .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  width: 28px;
  height: 28px;
  background: url("../images/icons/ArrowRight.svg") no-repeat center;
}
.kitchen_swiper .swiper-button-next::after {
  display: none;
}
.kitchen_swiper .swiper-button-prev {
  position: relative;
  margin: 0;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  width: 28px;
  height: 28px;
  background: url("../images/icons/ArrowLeft.svg") no-repeat center;
}
.kitchen_swiper .swiper-button-prev::after {
  display: none;
}
.kitchen_swiper .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.reserve_table {
  padding: 140px 100px;
  display: grid;
  grid-template-columns: 1fr 420px;
}
@media (max-width: 768px) {
  .reserve_table {
    grid-template-columns: 1fr;
    padding: 20px 20px 60px;
  }
}
.reserve_table_each:first-child {
  padding-right: 100px;
  border-right: rgba(128, 51, 0, 0.2) 1px solid;
}
@media (max-width: 768px) {
  .reserve_table_each:first-child {
    padding: 0px;
    border: none;
  }
}
.reserve_table_each:last-child {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .reserve_table_each:last-child {
    padding: 0px;
    border: none;
  }
}
.reserve_table--label {
  color: #a40;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .reserve_table--label {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.reserve_table--text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .reserve_table--text {
    font-size: 18px;
    line-height: 150%; /* 27px */
  }
}
.reserve_table--text p {
  margin-bottom: 32px !important;
}
@media (max-width: 768px) {
  .reserve_table--text p {
    margin-bottom: 24px !important;
  }
}
.reserve_table_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.reserve_table_info--label {
  color: var(--core-primary-80, rgba(67, 34, 3, 0.8));
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}
.reserve_table_info--text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.reserve_table_info--text .location {
  transform: translateY(4px);
  display: inline-block;
}
.reserve_table_info--text p {
  margin-bottom: 16px !important;
}
.reserve_table_info--text a {
  text-decoration: underline;
}

.kitchen_detail {
  padding: 140px 100px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .kitchen_detail {
    padding: 0px 20px 60px;
    gap: 32px;
  }
}
.kitchen_detail_each--asset {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .kitchen_detail_each--asset {
    padding-bottom: 32px;
  }
}

.dishes_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 64px;
}
.dishes_list.v2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .dishes_list.v2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .dishes_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding-bottom: 32px;
  }
}
.dishes_list_each--title {
  color: var(--Text-Default-Primary, #0c0c0d);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 16px;
}
.dishes_list_each--title img {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .dishes_list_each--title {
    font-size: 18px;
    line-height: 150%; /* 27px */
    margin-bottom: 12px;
    gap: 12px;
  }
  .dishes_list_each--title img {
    height: 18px;
    margin-top: 6px;
  }
}
.dishes_list_each--desc {
  color: var(--Text-Default-Primary, #0c0c0d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (max-width: 768px) {
  .dishes_list_each--desc {
    font-size: 14px;
    line-height: 150%; /* 21px */
  }
}

.footer {
  background-color: #FFFBF8;
  padding: 100px 100px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 0px;
  }
}
.footer_monks {
  text-align: center;
  padding: 50px 0;
}
.footer_monks a {
  border-bottom: 1px solid #432203 !important;
}
@media screen and (max-width: 1024px) {
  .footer_monks {
    padding: 16px 0;
  }
}
.footer.max {
  margin: 0 auto;
  padding: 100px 0 0;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .footer.max {
    padding: 64px 0 0;
  }
}
.footer_container {
  margin: 0 auto;
  border: 1px solid #432203;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .footer_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer_container {
    grid-template-columns: 1fr 1fr 1.2fr 1.5fr;
  }
}
.footer_socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer_socials {
    flex-direction: row;
    justify-content: center;
  }
}
.footer_socials_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 254px;
  width: 254px;
}
@media screen and (max-width: 992px) {
  .footer_socials_logo {
    height: 220px;
    width: 220px;
    margin: 0 auto;
  }
}
.footer_socials_logo svg {
  height: 100%;
  width: 100%;
}
.footer_socials_logo svg path {
  fill: #432203;
}
.footer_socials_social {
  display: flex;
  gap: 24px;
  border-top: 1px solid #432203;
  width: 100%;
  padding: 24px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer_socials_social {
    border-top: none;
    border-left: 1px solid #432203;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .footer_socials_social {
    border-bottom: 1px solid #432203;
  }
}
@media (min-width: 1200px) {
  .footer_socials_social {
    border-bottom: none;
  }
}
.footer_socials_social-link {
  color: #432203;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_socials_social-link:hover {
  color: #432203;
}
.footer_quickLinks {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer_quickLinks {
    border-right: none;
    border-bottom: 1px solid #432203;
    border-left: 1px solid #432203;
  }
}
@media (min-width: 1200px) {
  .footer_quickLinks {
    border-left: 1px solid #432203;
    border-right: 1px solid #432203;
    border-bottom: none;
  }
}
.footer_quickLinks_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer_quickLinks_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .footer_address {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .footer_address {
    border-right: 1px solid #432203;
  }
}
.footer_address_brewery {
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .footer_address_brewery {
    border-top: 1px solid #432203;
  }
}
.footer_address_contact {
  padding: 24px;
  border-top: 1px solid #432203;
}
.footer_enquiry {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer_enquiry {
    border-left: 1px solid #432203;
  }
}
@media (min-width: 1200px) {
  .footer_enquiry {
    border-left: none;
  }
}
.footer_enquiry_top {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .footer_enquiry_top {
    border-top: 1px solid #432203;
    border-bottom: 1px solid #432203;
  }
}
@media screen and (max-width: 992px) {
  .footer_enquiry_top_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer_enquiry_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  border-top: 1px solid #432203;
  text-align: center;
}
.footer_enquiry_bottom-copyright {
  font-size: 0.875rem;
  color: #432203;
}
.footer_enquiry-text {
  margin-bottom: 24px;
  color: #432203;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 992px) {
  .footer_enquiry-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
  }
}
.footer_heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #432203;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .footer_heading {
    margin-bottom: 16px;
  }
}
.footer_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #432203;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer_link {
  color: #432203;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.footer_link:hover {
  color: rgba(67, 34, 3, 0.8);
  font-weight: 500;
}

.navbar {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navbar.blur_bg {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding: 6px 0;
  }
}
.navbar .navbar-brand svg {
  display: block;
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-link,
  .navbar .navbar-brand {
    color: #432203 !important;
    display: flex;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
  }
  .navbar .navbar-link svg,
  .navbar .navbar-brand svg {
    height: 54px;
    width: auto;
  }
}
.navbar .navbar-link svg path,
.navbar .navbar-brand svg path {
  transition: all 0.3s ease-in-out;
}
.navbar.v2 .navbar-item.active .navbar-link {
  background: var(--core-primary-40, rgba(67, 34, 3, 0.14)) !important;
}
.navbar.v2 .navbar-link,
.navbar.v2 .navbar-brand {
  color: #432203 !important;
}
.navbar.v2 .navbar-link svg path,
.navbar.v2 .navbar-brand svg path {
  fill: #432203;
}
.navbar.v2 .slide-bg {
  transform: scaleY(1);
}
.navbar.v2 .navbar-menu .btn {
  background-color: #432203 !important;
  color: #FFFBF8 !important;
}
.navbar.v2 .navbar-menu .btn:hover {
  background-color: rgba(67, 34, 3, 0.8) !important;
}
.navbar.v2 .navbar-container .navbar-toggle .bar {
  background-color: #803300;
}
.navbar.v2 .navbar-container .navbar-toggle {
  border: 1px solid var(--core-secondary-20, rgba(128, 51, 0, 0.2));
}
.navbar.primaryHeader .navbar-item.active .navbar-link {
  background: var(--core-primary-40, rgb(67, 34, 3)) !important;
  color: #fff !important;
}
.navbar.primaryHeader .navbar-link,
.navbar.primaryHeader .navbar-brand {
  color: #432203 !important;
}
.navbar.primaryHeader .navbar-link svg path,
.navbar.primaryHeader .navbar-brand svg path {
  fill: #432203;
}
.navbar.primaryHeader .slide-bg {
  transform: scaleY(1);
}
.navbar.primaryHeader .navbar-menu .btn {
  background-color: #432203 !important;
  color: #FFFBF8 !important;
}
.navbar.primaryHeader .navbar-container {
  padding: 0.8rem 2rem;
}
.navbar.primaryHeader .navbar-container .navbar-toggle .bar {
  background-color: #432203;
}
.navbar.primaryHeader .navbar-container .navbar-toggle .bar {
  background-color: #803300;
}
.navbar.primaryHeader .navbar-container .navbar-toggle {
  border: 1px solid var(--core-secondary-20, rgba(128, 51, 0, 0.2));
}
.navbar .slide-bg {
  background-color: #FFFBF8;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-in-out;
}
.navbar .navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 12px 2.5rem;
  transition: 0.3s linear;
  height: 96px;
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-container {
    padding: 1rem 1.5rem;
  }
}
.navbar .navbar-container .navbar-brand {
  color: #432203;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}
.navbar .navbar-container .navbar-menu {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-container .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #FFFBF8;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 100px 16px 40px;
    align-items: center;
    gap: 40px;
    animation: navbarFadeOut 0.25s linear;
  }
}
.navbar .navbar-container .navbar-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 36px;
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-container .navbar-menu ul {
    flex-direction: column;
    gap: 24px;
  }
}
.navbar .navbar-container .navbar-menu .navbar-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-container .navbar-menu .navbar-item.active .navbar-link {
  background: var(--core-primary-40, rgba(67, 34, 3, 0.4));
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-container .navbar-menu .navbar-item.active .navbar-link {
    background: var(--core-primary-40, rgba(67, 34, 3, 0.14));
  }
}
.navbar .navbar-container .navbar-menu .navbar-link {
  color: #FFFBF8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 4px 12px;
}
.navbar .navbar-container .navbar-menu .btn {
  transition: background-color 0.3s, color 0.3s;
  height: 44px;
  font-size: 16px;
  padding: 12px 20px;
  min-width: auto;
}
.navbar .navbar-container .navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid var(--core-warm-white-30, rgba(255, 251, 248, 0.3));
  padding: 8px;
  gap: 4px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-container .navbar-toggle {
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
  }
}
.navbar .navbar-container .navbar-toggle .bar {
  height: 2.5px;
  width: 22px;
  background-color: #FFFBF8;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

@keyframes navbarFadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: flex;
  }
}
@keyframes navbarFadeOut {
  0% {
    opacity: 1;
    display: flex;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar.active .navbar-menu {
    display: flex;
    animation: navbarFadeIn 0.25s linear;
  }
  .navbar.active .navbar-container .navbar-toggle {
    border: 1px solid var(--core-secondary-20, rgba(128, 51, 0, 0.2));
  }
  .navbar.active .navbar-container .navbar-toggle .bar {
    background-color: #803300;
  }
  .navbar.active .navbar-container .navbar-brand svg path {
    fill: #432203 !important;
  }
  .navbar.active .navbar-container .navbar-toggle .bar {
    background-color: #432203;
  }
  .navbar.active .navbar-toggle .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar.active .navbar-toggle .bar:nth-child(2) {
    opacity: 0;
    width: 0px;
  }
  .navbar.active .navbar-toggle .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.scroller {
  width: 100%;
  overflow: hidden;
  background: var(--expressive-beige, #E4C3A3);
  padding: 26px 0;
}
@media (max-width: 768px) {
  .scroller {
    padding: 16px 0;
  }
}
.scroller .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 40s forwards linear infinite;
}
.scroller .tag-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 6;
  position: relative;
}
.scroller .tag-list li {
  color: #432203;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  display: flex;
  gap: 10px;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 7.5px));
  }
}

.page_title {
  color: #000000;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.627px;
}
@media screen and (max-width: 768px) {
  .page_title {
    font-size: 36px;
  }
}
.page_title.primary {
  color: #432203;
}
.page_title.warm_white {
  color: #FFFBF8;
}

.title_40 {
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 768px) {
  .title_40 {
    font-size: 35px;
    letter-spacing: -0.385px;
  }
}
.title_40.primary {
  color: #432203;
}
.title_40.warm_white {
  color: #FFFBF8;
}
@media screen and (max-width: 768px) {
  .title_40.v2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.308px;
  }
}

.title_22 {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.title_22.primary {
  color: #432203;
}
.title_22.warm_white {
  color: #FFFBF8;
}

.title_224 {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.title_224.primary {
  color: #432203;
}
.title_224.warm_white {
  color: #FFFBF8;
}
@media screen and (max-width: 768px) {
  .title_224 {
    font-size: 18px;
    line-height: 120%;
  }
}

.subtitle_bold {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.subtitle_bold.primary {
  color: #432203;
}
.subtitle_bold.warm_white {
  color: #FFFBF8;
}

.tag_title {
  color: #A40;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tag_title {
    font-size: 16px;
  }
}
.tag_title.start {
  text-align: start;
}
.tag_title.gray {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
}
.tag_title.gray.start {
  text-align: start;
}
.tag_title.dark {
  color: #803300;
}
.tag_title.light {
  color: #D6873A;
}
.tag_title.v2 {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tag_title.v3 {
    width: 100%;
    text-align: start;
  }
}
.tag_title.banner {
  color: var(--core-warm-white-60, rgba(255, 251, 248, 0.6));
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tag_title.banner {
    color: var(--core-warm-white-60, rgba(255, 251, 248, 0.6));
    font-size: 16px;
    line-height: 150%;
  }
}

.title_64 {
  color: #432203;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.704px;
}
@media screen and (max-width: 768px) {
  .title_64.center {
    text-align: center;
  }
}
.title_64.start {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .title_64 {
    font-size: 35px;
    text-align: start;
    letter-spacing: -0.385px;
  }
}

.browser_video {
  height: 100%;
  width: 100%;
}
.browser_video picture img,
.browser_video video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner_component {
  height: 100svh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner_component_home {
  height: 100svh;
  position: relative;
}
@media (max-width: 768px) {
  .banner_component_home {
    height: auto;
    aspect-ratio: 9/16;
  }
}
.banner_component_home .banner_component {
  position: fixed;
  top: 0;
  z-index: 0;
}
.banner_component_home_scrolldown {
  position: absolute;
  bottom: 54px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_component_home_scrolldown a {
  cursor: pointer;
  animation: bounce 1s ease infinite;
}
.banner_component.small {
  max-height: 80svh;
}
@media (max-width: 768px) {
  .banner_component {
    height: auto;
    aspect-ratio: 9/16;
  }
}
.banner_component::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.banner_component_info {
  position: absolute;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  z-index: 1;
}
.banner_component--title {
  color: #e5d6cc;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 112px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -1.12px;
  text-transform: uppercase;
}
.banner_component--title.v2 {
  color: var(--core-warm-white-100, #fffbf8);
  margin-top: -70px;
}
@media (max-width: 768px) {
  .banner_component--title.v2 {
    margin-top: -35px;
  }
}
@media (max-width: 768px) {
  .banner_component--title {
    font-size: 52px;
    color: #fff;
  }
  .banner_component--title br {
    display: none;
  }
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
}
.btn {
  background-color: #432203;
  color: #FFFBF8;
  border: none;
  padding: 0.8438rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 64px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .btn {
    height: 52px;
  }
}
.btn:hover {
  background-color: rgba(67, 34, 3, 0.8);
}
.btn.sec {
  background-color: #FFFBF8;
  color: #432203;
}
.btn.sec:hover {
  background-color: #432203;
  color: #FFFBF8;
}
.btn.outlined {
  background-color: transparent;
  color: #432203;
  border: 1px solid #432203;
}
.btn.outlined:hover {
  background-color: rgba(67, 34, 3, 0.8);
  color: #FFFBF8;
  opacity: 0.6;
}
.btn.white_outlined {
  background-color: transparent;
  color: #FFFBF8;
  border: 1px solid #FFFBF8;
}
.btn.white_outlined:hover {
  background-color: #FFFBF8;
  color: #432203;
}

.dropdown {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.dropdown .dropdown-header {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E5DDD5;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown .dropdown-header .chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.dropdown .dropdown-header .chevron.up {
  transform: rotate(-180deg);
}
.dropdown .dropdown-header .chevron img {
  height: 100%;
  width: 100%;
}
.dropdown .dropdown-menu {
  display: none;
  border-left: 1px solid #E5DDD5;
  border-right: 1px solid #E5DDD5;
  position: absolute;
  top: 56px;
  left: 0px;
  right: 0;
  z-index: 9;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 15px;
  background: #FFFFFF;
  border-bottom: 1px solid #E5DDD5;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background: #f8f8f8;
}
.dropdown .dropdown-menu .dropdown-item--active {
  background-color: #432203;
  color: #FFFBF8;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.pagination button {
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  color: #432203;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination button.active {
  opacity: 1;
}
.pagination button:hover {
  opacity: 1;
}
.pagination button img {
  height: 25px;
  width: 24px;
}
.pagination_left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.pagination_left_arrow {
  transform: rotate(-180deg);
}
.pagination_right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pagination ul li {
  cursor: pointer;
}

@keyframes ageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes ageFadeOut {
  0% {
    opacity: 1;
    display: flex;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.age_verify {
  background: var(--core-secondary-100, #803300);
  padding: 80px 100px;
  width: 100%;
  height: 540px;
  max-width: 980px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 768px) {
  .age_verify {
    padding: 0 24px;
    padding: 60px 50px;
    height: auto;
  }
}
.age_verify.no {
  background: #6B6B6B;
}
.age_verify.no .age_verify--asset svg path {
  fill: var(--black-60, rgba(0, 0, 0, 0.6));
  opacity: 0.5;
}
.age_verify.no .age_verify_info--logo svg path {
  fill: #fff;
}
.age_verify.open {
  display: flex;
  animation: ageFadeIn 0.45s linear;
}
.age_verify_wrap {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
}
@media (max-width: 768px) {
  .age_verify_wrap {
    padding: 0 24px;
  }
}
.age_verify_wrap.hide {
  display: none;
  animation: ageFadeOut 0.45s linear;
}
.age_verify--asset {
  overflow: hidden;
  pointer-events: none;
}
.age_verify--asset svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.age_verify_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .age_verify_info {
    flex-direction: column;
    gap: 30px;
  }
}
.age_verify_info--logo {
  min-width: 250px;
}
@media (max-width: 768px) {
  .age_verify_info--logo {
    text-align: center;
  }
  .age_verify_info--logo svg {
    width: 120px;
    height: auto;
  }
}
.age_verify_info_text--title {
  color: var(--core-warm-white-100, #FFFBF8);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.495px;
  margin-bottom: 56px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .age_verify_info_text--title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.age_verify_info_text--subtext {
  color: var(--core-warm-white-100, #FFFBF8);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .age_verify_info_text--subtext {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.age_verify_info_text--btns {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .age_verify_info_text--btns {
    margin-bottom: 16px;
  }
  .age_verify_info_text--btns a {
    min-width: 45%;
  }
}
.age_verify_info_text--btns .outlined {
  border: #fff 1px solid;
  color: #fff;
}
.age_verify_info_text--terms {
  color: #FFFBF8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.age_verify_info_text--terms a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .age_verify_info_text--terms a {
    font-size: 14px;
  }
}

.gridCard {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: 0;
  position: sticky;
  top: 96px;
}
@media (min-width: 768px) {
  .gridCard {
    height: calc(100svh - 96px);
    overflow: hidden;
  }
}
.gridCard.reverse .gridCard_content {
  order: -1;
}
@media (max-width: 768px) {
  .gridCard.reverse .gridCard_content {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .gridCard {
    grid-template-columns: 1fr;
    position: initial;
    top: auto;
    padding: 24px;
    position: relative;
  }
}
.gridCard_img {
  height: 100% !important;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gridCard_img {
    height: 370px;
  }
}
.gridCard_img img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridCard_content {
  padding: 78px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .gridCard_content {
    padding: 40px 0;
    gap: 24px;
  }
}
.gridCard_content_info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .gridCard_content_info {
    gap: 16px;
  }
}
.gridCard_content_info_desc {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.gridCard_content_list {
  display: flex;
  flex-direction: column;
}
.gridCard_content_list li {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 2px solid #000000 !important;
}
@media screen and (max-width: 768px) {
  .gridCard_content_list li {
    font-size: 14px;
    border: none;
  }
}
.gridCard_content_list li:first-child {
  border-top: 2px solid #000000;
}
.gridCard_content_text {
  color: #803300;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gridCard_content_text {
    font-size: 16px;
    line-height: 150%;
  }
}

.our_beer {
  max-width: 1240px;
  margin: -120px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .our_beer {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .our_beer .page_title {
    padding: 24px;
  }
}
.our_beer_gridCards {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .our_beer_gridCards {
    gap: 164px;
  }
}
.our_beer_gridCards.home_cards {
  margin-top: 0px;
}
.our_beer_gridCards.home_cards .gridCard {
  height: calc(100svh - 96px);
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our_beer_gridCards.home_cards .gridCard {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.our_beer_gridCards.home_cards .gridCard_img {
  height: 100%;
  overflow: hidden;
}
.our_beer_gridCards.home_cards .gridCard_content {
  padding: 30px 100px;
}
@media screen and (max-width: 1024px) {
  .our_beer_gridCards.home_cards .gridCard_content {
    padding: 30px 48px;
  }
}
@media (max-width: 768px) {
  .our_beer_gridCards.home_cards .gridCard_content {
    padding: 40px 0px;
  }
}

.our_beer2 {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .our_beer2 {
    padding: 24px;
  }
}
.our_beer2_desc {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px !important;
}
.our_beer2_gridCardsV2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.our_beer2_gridCardsV2 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  padding: 40px;
  border: 1px solid #432203;
}
.our_beer2_gridCardsV2 .card:hover .card_img img {
  transform: scale(1.025);
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 .card {
    padding: 24px;
    gap: 22px;
  }
}
.our_beer2_gridCardsV2 .card_img {
  height: 325.829px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 668px) {
  .our_beer2_gridCardsV2 .card_img {
    height: 210.905px;
  }
}
.our_beer2_gridCardsV2 .card_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s linear;
}
.our_beer2_gridCardsV2 .card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 .card_content {
    gap: 12px;
  }
}
.our_beer2_gridCardsV2 .card_content_title {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 .card_content_title {
    font-size: 28px;
    letter-spacing: -0.308px;
  }
}
.our_beer2_gridCardsV2 .card_content_label {
  color: var(--core-primary-100, #432203);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  background: var(--expressive-yellow, #ded9aa);
  padding: 6px 12px;
}
.our_beer2_gridCardsV2 .card_content_label.not {
  background: var(--black-10, rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 .card_content_label {
    font-size: 11px;
  }
}
.our_beer2_gridCardsV2 .card_content_desc {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .our_beer2_gridCardsV2 .card_content_desc {
    font-size: 16px;
    line-height: 160%;
  }
}
.our_beer2_gridCardsV2 .card_content_subtitle {
  color: #432203;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.our_beers_sort {
  display: flex;
  margin-top: 40px;
}
.our_beers_sort_each {
  border: 1px solid var(--core-border, #e5ddd5);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: 0.25s linear;
  flex-grow: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .our_beers_sort_each {
    height: 44px;
    font-size: 14px;
  }
}
.our_beers_sort_each:nth-child(1), .our_beers_sort_each:nth-child(2) {
  border-right: none;
}
.our_beers_sort_each.active {
  color: var(--core-warm-white-100, #fffbf8);
  background: var(--core-primary-100, #432203);
  border: 1px solid #000;
}

.find-beer {
  padding: 198px 100px 0px;
  margin: 0 auto;
  background-color: #FFFBF8;
}
@media screen and (max-width: 1024px) {
  .find-beer {
    padding: 198px 48px 0px;
  }
}
@media screen and (max-width: 768px) {
  .find-beer {
    padding: 130px 24px 0px;
  }
}
.find-beer .pagination_section {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .find-beer .pagination_section {
    padding: 48px 0;
  }
}
.find-beer_tabs {
  display: flex;
  justify-content: center;
  gap: 0rem;
  margin: 3rem 0;
  border: 0.5px solid #E5DDD5;
}
.find-beer_tabs.v2 {
  border-color: rgba(67, 34, 3, 0.4);
  margin: 0;
  position: sticky;
  top: 96px;
  z-index: 9;
  background: #eadace;
}
@media screen and (max-width: 768px) {
  .find-beer_tabs.v2 {
    margin: 0 -20px;
  }
}
.find-beer_tabs.v2 .find-beer_tab {
  border-color: rgba(67, 34, 3, 0.4);
}
@media screen and (max-width: 768px) {
  .find-beer_tabs.v2 .find-beer_tab {
    padding: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .find-beer_tabs {
    margin: 2rem 0;
  }
}
.find-beer_tab {
  padding: 1.25rem 2.375rem;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.25s linear;
  width: 100%;
  border: 0.5px solid #E5DDD5;
}
.find-beer_tab:hover {
  background: rgba(67, 34, 3, 0.15);
}
.find-beer_tab--active {
  background: #432203;
  color: #FFFBF8;
  border-color: #432203;
}
.find-beer_tab--active:hover {
  background: #432203;
}
.find-beer_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 0.5px;
}
@media screen and (max-width: 768px) {
  .find-beer_grid {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .find-beer_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .find-beer_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.find-beer_card {
  overflow: hidden;
  transition: 0.25s linear;
  height: 100%;
}
.find-beer_card:hover img {
  transform: scale(1.025);
}
.find-beer_card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.find-beer_card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s linear;
}
.find-beer_card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.find-beer_card-content--green {
  background-color: #B0C4B0;
}
.find-beer_card-content--beige {
  background-color: #E4C3A3;
}
.find-beer_card-content--yellow {
  background-color: #DED9AA;
}

.get_direction {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  transition: transform 0.3s;
  white-space: nowrap;
  background: #FFFBF8;
  color: #432203;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  transition: 0.25s linear;
}
@media screen and (min-width: 768px) {
  .get_direction:hover {
    background: #432203;
    color: #FFFBF8;
  }
  .get_direction:hover svg path {
    fill: #FFFBF8;
  }
}
@media screen and (max-width: 768px) {
  .get_direction {
    transform: translateX(-50%) translateY(-60px);
  }
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .overlay {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .find-beer_card:hover .overlay {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .find-beer_card:hover .get_direction {
    transform: translateX(-50%) translateY(-60px);
  }
}

@keyframes formFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes formFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.img_fluid {
  max-width: 100%;
  display: block;
}

.contact_bg {
  background: #432203;
  padding: 200px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact_bg {
    padding: 140px 0px 0px;
  }
}
.contact_bg--layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/bg-2.svg") center top no-repeat;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact_bg--layer {
    height: 60%;
    background: url("../images/bg-2.svg") left top no-repeat;
    background-size: cover;
  }
}
.contact_content {
  max-width: 800px;
  margin: 0 auto;
}
.contact_content--title {
  color: var(--core-warm-white-100, #FFFBF8);
  text-align: center;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.627px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact_content--title {
    font-size: 40px;
    padding: 0 20px;
  }
}
.contact_content--text {
  color: var(--core-warm-white-100, #FFFBF8);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_content--text {
    font-size: 18px;
    padding: 0 20px;
  }
}
.contact_content_form {
  background: var(--core-warm-white-100, #FFFBF8);
  padding: 100px 90px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .contact_content_form {
    padding: 32px 20px;
  }
}
.contact_content_form.hide {
  display: none;
  animation: formFadeOut 0.35s linear;
}
.contact_content_form--title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .contact_content_form--title {
    font-size: 18px;
    font-weight: 400;
  }
}
.contact_content_success {
  margin-top: 64px;
  padding: 100px 40px 40px;
  background: var(--core-warm-white-100, #FFFBF8);
  display: none;
}
@media (max-width: 768px) {
  .contact_content_success {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .contact_content_success .discover_more {
    margin-top: 15px;
  }
}
.contact_content_success.show {
  display: block;
  animation: formFadeIn 0.35s linear;
}
.contact_content_success--title {
  color: var(--core-primary-100, #432203);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .contact_content_success--title {
    font-size: 28px;
  }
}
.contact_content_success--desc {
  color: var(--core-primary-100, #432203);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_content_success--desc {
    font-size: 16px;
  }
}
.contact_content_success--desc b {
  font-weight: 500;
}

.form_group {
  margin-bottom: 28px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .form_group {
    margin-bottom: 16px;
  }
}
.form_group_cols {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .form_group_cols {
    flex-direction: column;
    gap: 0px;
  }
}
.form_group label.error {
  background: #CC3716;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}
@media (max-width: 768px) {
  .form_group label.error {
    font-size: 10px;
  }
}
.form_group input,
.form_group select,
.form_group textarea {
  height: 64px;
  padding: 0px 16px;
  border: 1px solid var(--core-border, #E5DDD5);
  width: 100%;
  color: var(--core-primary-100, #432203);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .form_group input,
  .form_group select,
  .form_group textarea {
    height: 52px;
  }
}
.form_group input:not(:-moz-placeholder-shown) {
  border: 1px solid var(--core-primary-100, #432203);
}
.form_group input:not(:placeholder-shown), .form_group input:focus {
  border: 1px solid var(--core-primary-100, #432203);
}
.form_group input::-moz-placeholder {
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
}
.form_group input::placeholder {
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
}
.form_group input.error {
  border: #CC3716 1px solid;
}
.form_group textarea {
  height: 174px;
  padding: 19px;
  resize: none;
}
.form_group textarea:not(:-moz-placeholder-shown) {
  border: 1px solid var(--core-primary-100, #432203);
}
.form_group textarea:not(:placeholder-shown), .form_group textarea:focus {
  border: 1px solid var(--core-primary-100, #432203);
}
.form_group textarea::-moz-placeholder {
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
}
.form_group textarea::placeholder {
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
}
.form_group textarea.error {
  border: #CC3716 1px solid;
}
@media screen and (max-width: 768px) {
  .form_group textarea {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .form_group .btn {
    width: 100%;
  }
}
.form_group select {
  background: url("../images/icons/CaretUpDown.svg") center right 16px no-repeat;
  cursor: pointer;
  border: 1px solid var(--core-border, #E5DDD5);
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
  transition: 0.25s linear;
}
.form_group select:valid {
  border: 1px solid var(--core-primary-100, #432203);
  color: var(--core-primary-100, #432203);
}
.form_group select.error {
  border: #CC3716 1px solid;
}

@media (max-width: 768px) {
  .discover_more.v2 {
    padding: 24px;
  }
}
.discover_more.v2 .discover_more_grid_each--title {
  font-size: 57px;
  font-weight: 700;
  padding: 40px;
}
@media (max-width: 768px) {
  .discover_more.v2 .discover_more_grid_each--title {
    font-size: 28px;
    padding: 20px;
  }
}
.discover_more.v2 .discover_more_grid_each {
  background: #432203;
}
@media (max-width: 768px) {
  .discover_more.v2 .discover_more_grid_each {
    height: 280px;
  }
}
.discover_more--title {
  color: var(--core-primary-100, #432203);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .discover_more--title {
    font-size: 22px;
  }
}
.discover_more_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .discover_more_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.discover_more_grid_each {
  position: relative;
  overflow: hidden;
}
.discover_more_grid_each:hover .discover_more_grid_each--asset {
  transform: scale(1.035);
}
.discover_more_grid_each:hover .discover_more_grid_each--asset::before {
  opacity: 1;
}
.discover_more_grid_each:hover .discover_more_grid_each--title {
  background: var(--core-secondary-100, #803300);
}
.discover_more_grid_each--asset {
  transition: 0.35s linear;
  position: relative;
}
@media screen and (max-width: 768px) {
  .discover_more_grid_each--asset {
    height: 380px;
  }
}
@media screen and (max-width: 668px) {
  .discover_more_grid_each--asset {
    height: 280px;
  }
}
.discover_more_grid_each--asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.discover_more_grid_each--asset::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.35s linear;
}
.discover_more_grid_each--title {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  padding: 20px;
  color: var(--core-warm-white-100, #FFFBF8);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .discover_more_grid_each--title {
    padding: 12px;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blogs {
  padding: 200px 100px 0px;
}
@media (max-width: 768px) {
  .blogs {
    padding: 140px 20px 64px;
  }
}
.blogs--title {
  color: #000;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.792px;
  text-transform: uppercase;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .blogs--title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.tabs-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tabs-container.v2 {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 64px;
  align-items: flex-start;
}
.tabs-container.v2 .tabs-mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  .tabs-container.v2 .tabs-mobile-menu {
    display: flex;
    gap: 8px;
    border: 1px solid var(--core-primary-100, #432203);
    background: var(--core-warm-white-100, #FFFBF8);
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--core-primary-100, #432203);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
  }
  .tabs-container.v2 .tabs-mobile-menu span {
    position: relative;
  }
  .tabs-container.v2 .tabs-mobile-menu img {
    transition: 0.25s linear;
  }
  .tabs-container.v2 .tabs-mobile-menu.open img {
    transform: rotateX(180deg);
  }
}
@media (max-width: 768px) {
  .tabs-container.v2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tabs-container.v2 .tabs-header {
  position: sticky;
  top: 120px;
  z-index: 2;
  background: #FFFBF8;
}
@media (max-width: 768px) {
  .tabs-container.v2 .tabs-header {
    top: 110px;
  }
}
.tabs-container.v2 .tabs-header .tabs {
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .tabs-container.v2 .tabs-header .tabs {
    position: absolute;
    top: 100%;
    background: #FFFBF8;
    display: none;
  }
}
.tabs-container.v2 .tab {
  border-top: none;
  border-right: 1px solid var(--core-border, #E5DDD5);
  justify-content: flex-start;
  width: 100%;
}
.tabs-container.v2 .tab:first-child {
  border-top: 1px solid var(--core-border, #E5DDD5);
}
.tabs-container.v2 .tab-content {
  margin-top: 0px;
}
.tabs-container .tabs-header {
  display: flex;
  align-items: center;
}
.tabs-container .tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.tabs-container .tab {
  cursor: pointer;
  white-space: nowrap;
  transition: 0.25s linear;
  height: 64px;
  min-width: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid var(--core-border, #E5DDD5);
  border-right: 0px;
}
@media (max-width: 768px) {
  .tabs-container .tab {
    height: 54px;
  }
}
.tabs-container .tab:first-child {
  min-width: auto;
}
@media (max-width: 768px) {
  .tabs-container .tab:first-child {
    min-width: 140px;
  }
}
.tabs-container .tab:last-child {
  border-right: 1px solid var(--core-border, #E5DDD5);
}
.tabs-container .tab:hover {
  background: rgba(67, 34, 3, 0.15);
}
.tabs-container .tab.active {
  background: var(--core-primary-100, #432203);
  color: var(--core-warm-white-100, #FFFBF8);
  border: 1px solid #432203;
}
.tabs-container .more-container {
  position: relative;
  display: none;
  flex-grow: 1;
  width: auto;
}
.tabs-container .more-container .more-btn {
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  transition: 0.25s linear;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid var(--core-border, #E5DDD5);
  background: transparent;
  gap: 12px;
}
@media (max-width: 768px) {
  .tabs-container .more-container .more-btn {
    height: 54px;
  }
}
.tabs-container .more-container .more-btn:hover, .tabs-container .more-container .more-btn.active {
  background: rgba(67, 34, 3, 0.15);
}
.tabs-container .more-container .more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 256px;
  z-index: 1000;
  overflow: hidden;
  width: auto;
  border: 1px solid var(--core-border, #E5DDD5);
  background: var(--core-warm-white-100, #FFFBF8);
  box-shadow: -10px 10px 40px 0px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .tabs-container .more-container .more-dropdown {
    max-height: 260px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
  }
  .tabs-container .more-container .more-dropdown::-webkit-scrollbar {
    width: 2px;
  }
  .tabs-container .more-container .more-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
  }
  .tabs-container .more-container .more-dropdown::-webkit-scrollbar-thumb {
    background: #432203;
  }
}
.tabs-container .more-container .more-dropdown .tab {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabs-container .more-container .more-dropdown .tab:first-child {
  border-top: none;
}
.tabs-container .more-container .more-dropdown .tab:last-child {
  border-bottom: none;
}
.tabs-container .tab-content {
  display: none;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .tabs-container .tab-content {
    margin-top: 32px;
  }
}
.tabs-container .tab-content.active {
  display: block;
  animation: 0.35s fadeIn linear;
}

.blog_card {
  position: relative;
}
.blog_card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (min-width: 1600px) {
  .blog_card_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .blog_card_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .blog_card_list {
    gap: 16px;
  }
}
.blog_card:hover .blog_card--asset img {
  transform: scale(1.025);
}
.blog_card:hover .blog_card--arrow {
  transform: translate(0px, 0px);
  opacity: 1;
}
.blog_card:hover .blog_card_info {
  background: #803300;
}
.blog_card:hover .blog_card_info--label {
  color: var(--core-warm-white-40, rgba(255, 251, 248, 0.4));
  border: 1px solid var(--core-warm-white-40, rgba(255, 251, 248, 0.4));
}
.blog_card:hover .blog_card_info--title {
  color: #FFFBF8;
}
.blog_card:hover .blog_card_info--date {
  color: #EADACE;
}
.blog_card:hover .blog_card_info--date span {
  color: #FFFBF8;
}
.blog_card--arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--core-warm-white-100, #FFFBF8);
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: translate(-4px, 4px);
  opacity: 0;
  transition: 0.25s linear;
}
.blog_card--asset {
  overflow: hidden;
}
.blog_card--asset img {
  height: 260px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s linear;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .blog_card--asset img {
    height: 450px;
  }
}
.blog_card_info {
  background: var(--expressive-pink, #EADACE);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 260px);
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .blog_card_info {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .blog_card_info {
    height: calc(100% - 450px);
  }
}
.blog_card_info--label {
  color: var(--core-secondary-100, #803300);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  border: 1px solid var(--core-secondary-20, rgba(128, 51, 0, 0.2));
  padding: 6px 12px;
  margin-bottom: 16px;
  display: inline-block;
  transition: 0.25s linear;
}
.blog_card_info--title {
  color: var(--black-100, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 26px;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .blog_card_info--title {
    font-size: 20px;
  }
}
.blog_card_info--date {
  color: var(--black-100, #000);
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .blog_card_info--date {
    font-size: 14px;
  }
}
.blog_card_info--date span {
  font-weight: 500;
  transition: 0.25s linear;
}

.text_center {
  text-align: center;
}

.related_articles {
  background: var(--expressive-brown, #B78554);
  padding: 140px 100px;
}
@media screen and (max-width: 1024px) {
  .related_articles {
    padding: 64px 48px;
  }
}
@media (max-width: 768px) {
  .related_articles {
    padding: 64px 24px;
  }
}
.related_articles--title {
  color: var(--core-warm-white-100, #FFFBF8);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .related_articles--title {
    font-size: 28px;
  }
}

.blog_detail {
  padding: 200px 100px 140px;
}
@media screen and (max-width: 1024px) {
  .blog_detail {
    padding: 200px 48px 140px;
  }
}
@media screen and (max-width: 767px) {
  .blog_detail {
    padding: 140px 24px 60px;
  }
}
.blog_detail--title {
  color: var(--black-100, #000);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.704px;
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .blog_detail--title {
    font-size: 44px;
    text-align: left;
  }
}
.blog_detail_info {
  border: 1px solid var(--core-primary-40, rgba(67, 34, 3, 0.4));
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
.blog_detail_info_wrap {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .blog_detail_info_wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .blog_detail_info {
    height: 50px;
  }
}
.blog_detail_info--category {
  color: var(--core-secondary-100, #803300);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 0 24px;
  border-right: 1px solid var(--core-primary-40, rgba(67, 34, 3, 0.4));
  height: 100%;
  display: flex;
  align-items: center;
}
.blog_detail_info_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog_detail_info_text {
    justify-content: flex-end;
  }
}
.blog_detail_info_text--date {
  color: var(--core-primary-40, rgba(67, 34, 3, 0.4));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .blog_detail_info_text--date {
    display: none;
  }
}
.blog_detail_info_text--date.mob {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
  border: 1px solid var(--core-primary-40, rgba(67, 34, 3, 0.4));
  border-top: 0px;
  padding: 6px 24px;
  gap: 4px;
}
@media (min-width: 768px) {
  .blog_detail_info_text--date.mob {
    display: none;
  }
}
.blog_detail_info_text--date span {
  color: var(--core-primary-100, #432203);
}
.blog_detail_info_text--read {
  color: var(--core-secondary-100, #803300);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0 24px;
  white-space: nowrap;
}
.blog_detail--img {
  margin-bottom: 72px;
}
.blog_detail--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .blog_detail--img img {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .blog_detail--img img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .blog_detail--img {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.blog_detail_content {
  max-width: 900px;
  margin: 0 auto;
}
.blog_detail_content_wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1010px;
  gap: 70px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog_detail_content_wrap {
    display: block;
  }
}
.blog_detail_content p {
  color: var(--black-100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px !important;
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .blog_detail_content p {
    font-size: 16px;
    gap: 0;
    flex-direction: column;
  }
}
.blog_detail_content h4 {
  color: var(--black-100, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 900px) {
  .blog_detail_content h4 {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .blog_detail_content h4 {
    font-size: 25px;
    margin: 20px 0;
  }
}
.blog_detail_content ul {
  margin-bottom: 20px;
  padding-left: 24px;
}
.blog_detail_content ul li {
  color: var(--black-100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .blog_detail_content ul li {
    font-size: 16px;
  }
}
.blog_detail_content ul li b {
  font-weight: 700;
}
.blog_detail_content img {
  margin: 48px 0;
  height: auto;
}
@media (max-width: 768px) {
  .blog_detail_content img {
    margin: 20px 0;
  }
}
.blog_detail_content blockquote {
  color: var(--core-secondary-100, #803300);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.704px;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  .blog_detail_content blockquote {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .blog_detail_content blockquote {
    font-size: 44px;
    padding: 20px 0;
    text-align: left;
  }
}
@media screen and (max-width: 376px) {
  .blog_detail_content blockquote {
    font-size: 36px;
  }
}
.blog_detail_content a {
  color: var(--core-secondary-100, #803300);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 12%;
  text-underline-position: from-font;
}

.blog_share {
  position: sticky;
  top: 120px;
}
@media (max-width: 768px) {
  .blog_share {
    top: auto;
    bottom: 0px;
    padding: 20px 0;
    background-color: #FFFBF8;
    margin: 0 -24px;
  }
}
.blog_share ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .blog_share ul {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
}
.blog_share ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--core-primary-40, rgba(67, 34, 3, 0.4));
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .blog_share ul li a {
    width: 36px;
    height: 36px;
  }
}
.blog_share ul li a svg path {
  transition: 0.25s linear;
}
.blog_share ul li a:hover {
  background: #432203;
}
.blog_share ul li a:hover svg path {
  fill: #fff;
}

.about .aboutBanner .contact_bg {
  background: linear-gradient(to bottom, #803300 65%, #FFFBF8 35%);
  padding: 148px 20px 0;
}
@media screen and (max-width: 768px) {
  .about .aboutBanner .contact_bg {
    padding: 140px 20px 0px;
    margin-bottom: 40px;
  }
}
.about .aboutBanner .contact_bg.beers {
  padding-bottom: 0px;
  background: #803300;
  min-height: 600px;
  margin-bottom: -360px;
}
@media screen and (max-width: 768px) {
  .about .aboutBanner .contact_bg.beers {
    min-height: auto;
    margin-bottom: 0px;
  }
  .about .aboutBanner .contact_bg.beers .aboutBanner_content {
    padding-bottom: 64px;
  }
}
.about .aboutBanner .contact_bg--layer {
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  top: -150px;
  background: url("../images/bg-3.svg") center top no-repeat;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 768px) {
  .about .aboutBanner .contact_bg--layer {
    top: 0px;
    background: url("../images/bg-3.svg") left top no-repeat;
    background-size: cover;
    height: 100%;
  }
}
.about .aboutBanner_content {
  position: relative;
  padding: 0 130px;
}
@media screen and (max-width: 768px) {
  .about .aboutBanner_content {
    max-width: 100%;
    padding: 0px;
  }
}
.about .aboutBanner_content_title {
  color: var(--core-warm-white-100, #fffbf8);
  text-align: center;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.627px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .about .aboutBanner_content_title {
    font-size: 40px;
    line-height: 110%;
  }
  .about .aboutBanner_content_title br {
    display: none;
  }
}
.about .aboutBanner_content_img {
  height: 680px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .about .aboutBanner_content_img {
    height: 380px;
  }
}
@media screen and (max-width: 668px) {
  .about .aboutBanner_content_img {
    height: 245px;
    margin-top: -25px;
  }
}
.about .aboutBanner_content_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .greenSec.v2 .greenSec_content_img {
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .about .greenSec.v2 .greenSec_content_img {
    margin: 0 auto 32px;
  }
}
.about .greenSec.v2 .title_64 {
  max-width: 100%;
}
.about .greenSec.v2 .contact_bg {
  background: linear-gradient(to bottom, #b0c4b0 100%, #FFFBF8 0%);
  padding: 140px 20px;
}
@media screen and (max-width: 768px) {
  .about .greenSec.v2 .contact_bg {
    padding: 64px 20px;
  }
}
.about .greenSec .contact_bg {
  background: linear-gradient(to bottom, #b0c4b0 65%, #FFFBF8 35%);
  padding: 200px 20px 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about .greenSec .contact_bg {
    padding: 64px 24px 0;
    background: linear-gradient(to bottom, #b0c4b0 90%, #FFFBF8 10%);
  }
}
.about .greenSec .contact_bg--layer {
  position: absolute;
  width: 65%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background: url("../images/bg-4.svg") center top no-repeat;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 768px) {
  .about .greenSec .contact_bg--layer {
    background: url("../images/bg-4.svg") center top no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    transform: none;
  }
}
.about .greenSec_content {
  max-width: 938px;
  margin: 0 auto;
  position: relative;
}
.about .greenSec_content .title_64 {
  max-width: 704px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .greenSec_content .title_64 {
    max-width: 100%;
    width: 100%;
    text-align: start;
  }
}
.about .greenSec_content.bottom {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .about .greenSec_content.bottom {
    margin-top: 32px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .about .greenSec_content {
    max-width: 100%;
  }
}
.about .greenSec_content_title_64 {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .about .greenSec_content_title_64 {
    max-width: 100%;
  }
}
.about .greenSec_content_desc {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  max-width: 800px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .about .greenSec_content_desc {
    margin: 20px auto 0;
    text-align: start;
    max-width: 100%;
  }
}
.about .greenSec_content_img {
  height: 626px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 128px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about .greenSec_content_img {
    height: 263px;
    margin: 57px auto 0;
  }
}
.about .greenSec_content_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about .info {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .info {
    max-width: 100%;
  }
}
.about .info_desc {
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .about .info_desc {
    color: #000000;
    font-size: 20px;
    line-height: 150%;
    text-align: start;
  }
}
.about .card_1 {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0;
  position: sticky;
  top: 96px;
}
@media screen and (max-width: 1024px) {
  .about .card_1 {
    grid-template-columns: 1fr;
    position: initial;
    top: auto;
  }
}
.about .card_1_wrap {
  padding: 0 100px 20px;
}
@media (max-width: 900px) {
  .about .card_1_wrap {
    padding: 0px 20px;
  }
}
.about .card_1_img {
  height: 100%;
  width: 100%;
  height: 633px;
  overflow: hidden;
  position: sticky;
  top: 103px;
}
@media screen and (max-width: 1024px) {
  .about .card_1_img {
    height: 533px;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .about .card_1_img {
    height: 370px;
  }
}
.about .card_1_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .card_1_content {
  padding: 124px 0 0 100px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 1024px) {
  .about .card_1_content {
    padding: 28px 0px;
    gap: 32px;
  }
}
.about .card_1_content_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about .card_1_content_info {
    gap: 20px;
  }
}
.about .card_1_content_info_desc {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.about .card_1_content_list {
  display: flex;
  flex-direction: column;
}
.about .card_1_content_list li {
  color: #432203;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 32px 0;
  border-bottom: 1px solid rgba(67, 34, 3, 0.4);
  display: flex;
  align-items: center;
  gap: 24px;
}
.about .card_1_content_list li img {
  height: 56px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .about .card_1_content_list li img {
    height: 44px;
    width: 44px;
  }
}
.about .card_1_content_list li span {
  color: #a64200;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about .card_1_content_list li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .card_1_content_list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
}
.about .card_1_content_list li:first-child {
  border-top: 1px solid rgba(67, 34, 3, 0.4);
}

.card_2 {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0;
  position: sticky;
  top: 96px;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .card_2 {
    grid-template-columns: 1.4fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .card_2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .card_2 {
    padding: 0px;
    grid-template-columns: 1fr;
    position: initial;
    top: auto;
  }
}
.card_2.staticc {
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .card_2.staticc {
    padding: 0px;
    grid-template-columns: 1fr;
    position: initial;
    top: auto;
  }
}
.card_2_wrap {
  position: relative;
  overflow: hidden;
}
.card_2_wrap.staticc {
  background-color: #FFFBF8;
}
.card_2_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card_2_img.staticc {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  height: 960px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card_2_img.staticc {
    position: relative;
    height: 470px;
  }
}
.card_2_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card_2_img img {
    -o-object-position: 40% top;
       object-position: 40% top;
  }
}
@media screen and (max-width: 768px) {
  .card_2_img {
    position: relative;
    height: 370px;
    overflow: hidden;
  }
}
.card_2_content {
  display: flex;
  flex-direction: column;
  padding: 64px;
  background: #FFFBF8;
  min-height: 600px;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .card_2_content {
    gap: 40px;
  }
}
.card_2_content.staticc {
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .card_2_content.staticc {
    padding: 64px 48px;
  }
}
@media screen and (max-width: 768px) {
  .card_2_content.staticc {
    min-height: -moz-fit-content;
    min-height: fit-content;
    gap: 40px;
    padding: 40px 24px;
  }
}
@media screen and (max-width: 768px) {
  .card_2_content {
    min-height: -moz-fit-content;
    min-height: fit-content;
    gap: 40px;
    padding: 40px 24px;
  }
}
.card_2_content_desc {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .card_2_content_desc {
    font-size: 25px;
    line-height: 150%;
  }
}

.founders {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0;
  padding: 100px;
}
@media screen and (min-width: 1024px) {
  .founders.reverse {
    grid-template-columns: 1fr 0.8fr;
    grid-template-areas: "b a";
  }
  .founders.reverse > :nth-child(1) {
    grid-area: a;
  }
  .founders.reverse > :nth-child(2) {
    grid-area: b;
  }
  .founders.reverse .founders_content {
    padding: 64px 100px 64px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .founders.reverse .founders_content {
    padding: 64px 64px 64px 0;
  }
}
@media screen and (max-width: 1024px) {
  .founders {
    padding: 48px;
  }
}
@media screen and (max-width: 900px) {
  .founders {
    padding: 24px;
    grid-template-columns: 1fr;
    position: initial;
    top: auto;
  }
}
.founders_img {
  height: 100%;
  width: 100%;
  height: 722px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .founders_img {
    height: 600px;
  }
}
@media screen and (max-width: 668px) {
  .founders_img {
    height: 400px;
  }
}
.founders_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.founders_content {
  padding: 64px 0 64px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .founders_content {
    padding: 64px 0 64px 64px;
  }
}
@media screen and (max-width: 900px) {
  .founders_content {
    padding: 40px 0px;
    gap: 48px;
  }
}
.founders_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.founders_content_info {
  width: 100%;
}
.founders_content_info_title {
  color: var(--black-100, #000);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.704px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .founders_content_info_title {
    font-size: 44px;
    letter-spacing: -0.484px;
  }
}
.founders_content_info_subtitle {
  color: var(--black-100, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .founders_content_info_subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
}
.founders_content_desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.founders_content_btn {
  color: var(--core-primary-100, #432203);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.founders_social {
  display: flex;
  gap: 24px;
  width: 100%;
}
.founders_social-link {
  color: #432203;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.founders_social-link:hover {
  color: #432203;
}

@media screen and (max-width: 900px) {
  .mirror {
    transform: scaleX(-1) !important;
  }
}

@keyframes boardFade {
  0% {
    opacity: 0;
    display: none;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    display: flex;
    transform: translateY(0px);
  }
}
@keyframes boardFadeOut {
  0% {
    opacity: 1;
    display: flex;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    display: none;
    transform: translateY(18px);
  }
}
.modal_founder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  animation: 0.35s boardFadeOut cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal_founder.open {
  display: flex;
  animation: 0.5s boardFade cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal_founder_inner {
  padding: 50px;
  background: #eadace;
  max-width: 1100px;
  height: 68vh;
  position: relative;
}
@media (max-width: 768px) {
  .modal_founder_inner {
    max-width: 90vw;
    padding: 50px 20px 20px;
    overflow: auto;
    height: 75vh;
    margin-top: 50px;
  }
}
.modal_founder--close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(67, 34, 3, 0.25);
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.25s linear;
}
.modal_founder--close svg path {
  transition: 0.25s linear;
}
.modal_founder--close:hover {
  background: #432203;
}
.modal_founder--close:hover svg path {
  fill: #fff;
}
.modal_founder--layer {
  display: none;
}
@media (max-width: 768px) {
  .modal_founder--layer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #eadace 50%, rgba(234, 218, 206, 0) 100%);
    transform: rotate(180deg);
  }
}
.modal_founder_grid {
  display: flex;
  height: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  .modal_founder_grid {
    flex-direction: column;
    overflow: auto;
    gap: 20px;
  }
}
.modal_founder_grid::before {
  content: "";
  position: absolute;
  width: calc(100% - 420px);
  height: 100px;
  background: linear-gradient(180deg, #eadace 80%, rgba(234, 218, 206, 0) 100%);
  right: 0;
  bottom: 0px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .modal_founder_grid::before {
    display: none;
  }
}
.modal_founder_grid--social {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: rgba(234, 218, 206, 0.5);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  padding: 12px 16px;
}
.modal_founder_grid--social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.modal_founder_grid--social ul li a {
  display: block;
  border-radius: 4px;
  transition: 0.25s linear;
}
.modal_founder_grid--social ul li a:hover {
  background: #803300;
}
.modal_founder_grid--social ul li a:hover svg path {
  fill: #fff;
}
.modal_founder_grid--social ul li a svg {
  width: 24px;
  height: 24px;
  display: block;
  min-width: auto;
}
.modal_founder_grid--social ul li a svg path {
  transition: 0.25s linear;
}
.modal_founder_grid--asset {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .modal_founder_grid--asset {
    height: 320px;
  }
}
.modal_founder_grid--asset img {
  max-width: 100%;
  height: 100%;
  display: block;
  min-width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .modal_founder_grid--asset img {
    min-width: auto;
    width: 100%;
  }
}
.modal_founder_grid_info {
  scroll-behavior: smooth;
  /* width */
  /* Track */
  /* Handle */
}
@media (min-width: 768px) {
  .modal_founder_grid_info {
    overflow: auto;
  }
}
.modal_founder_grid_info::-webkit-scrollbar {
  width: 2px;
}
.modal_founder_grid_info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
.modal_founder_grid_info::-webkit-scrollbar-thumb {
  background: #432203;
  border-radius: 4px;
}
.modal_founder_grid_info--sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #eadace;
}
@media (max-width: 768px) {
  .modal_founder_grid_info--sticky {
    position: initial;
  }
}
.modal_founder_grid_info--sticky::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #eadace 80%, rgba(234, 218, 206, 0) 100%);
  left: 0;
  bottom: -20px;
  z-index: -1;
}
@media (max-width: 768px) {
  .modal_founder_grid_info--sticky::before {
    display: none;
  }
}
.modal_founder_grid_info--title {
  color: var(--black-100, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.704px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .modal_founder_grid_info--title {
    font-size: 26px;
  }
}
.modal_founder_grid_info--desg {
  color: var(--black-100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .modal_founder_grid_info--desg {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.modal_founder_grid_info--desc {
  padding-right: 20px;
  padding-bottom: 40px;
  margin-top: 6px;
}
.modal_founder_grid_info--desc p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px !important;
}
.modal_founder_grid_info--desc ul {
  padding-left: 26px;
  margin-bottom: 12px;
}
.modal_founder_grid_info--desc ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
  list-style: disc;
}

.image_card {
  background: var(--expressive-pink, #eadace);
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 150px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .image_card {
    padding: 64px 48px;
    gap: 64px;
  }
}
@media (max-width: 900px) {
  .image_card {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0px;
  }
}
.image_card_content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 510px;
  order: -1;
}
@media (max-width: 900px) {
  .image_card_content {
    padding: 40px 24px 64px;
    gap: 40px;
    order: 1;
  }
}
.image_card_content--title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 900px) {
  .image_card_content--title {
    font-size: 25px;
  }
}
.image_card_asset {
  overflow: hidden;
  height: 100%;
}
.image_card_asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .image_card_asset img {
    height: 370px;
  }
}

.find_beer {
  background: #803300;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .find_beer {
    grid-template-columns: 1fr;
    position: relative;
    padding: 80px 24px;
    z-index: 1;
  }
}
.find_beer--asset {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .find_beer--asset {
    position: absolute;
    z-index: -1;
  }
}
.find_beer--asset svg {
  display: block;
  transform: scale(1.75) rotate(-15deg);
}
@media (max-width: 768px) {
  .find_beer--asset svg {
    transform-origin: left top;
    transform: scale(1.25) rotate(-15deg) translateX(60px);
    opacity: 0.5;
  }
}
.find_beer--asset svg path {
  fill: #b78554;
}
.find_beer_content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 100px 0;
  max-width: 600px;
}
@media (max-width: 768px) {
  .find_beer_content {
    gap: 44px;
    padding: 0px;
  }
}
.find_beer_content--title {
  color: var(--core-warm-white-100, #fffbf8);
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.627px;
}
@media (max-width: 768px) {
  .find_beer_content--title {
    font-size: 39px;
  }
}

.home_cards--btn {
  position: sticky;
  bottom: 0;
  z-index: 9;
  text-align: right;
}
@media (max-width: 768px) {
  .home_cards--btn a {
    width: 100%;
    display: flex;
    height: 56px;
  }
}

.image_content {
  position: relative;
}
.image_content--asset {
  overflow: hidden;
  height: calc(100svh - 140px);
  min-height: 600px;
}
@media (max-width: 768px) {
  .image_content--asset {
    height: 460px;
    min-height: 460px;
  }
}
.image_content--asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, rgba(0, 0, 0, 0) 39.6%, rgba(0, 0, 0, 0.4) 80.1%);
  pointer-events: none;
  transition: 0.35s linear;
}
.image_content_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 56px;
}
@media (max-width: 768px) {
  .image_content_info {
    padding: 24px;
  }
}
.image_content_info--label {
  margin-bottom: 16px;
  color: var(--core-warm-white-100, #fffbf8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .image_content_info--label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.image_content_info--title {
  color: var(--core-warm-white-100, #fffbf8);
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 56.1px */
  letter-spacing: -0.561px;
}
@media (max-width: 768px) {
  .image_content_info--title {
    font-size: 32px;
  }
}
.image_content_info--btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .image_content_info--btns {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
  .image_content_info--btns a {
    width: 100%;
  }
}
.image_content_grid {
  position: relative;
  background: var(--expressive-pink, #eadace);
  padding: 130px 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
  gap: 56px;
}
@media (max-width: 768px) {
  .image_content_grid {
    padding: 64px 20px;
    gap: 32px;
    grid-template-columns: 1fr;
  }
}

.content_grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
  gap: 56px;
  padding: 0px 100px;
}
@media (max-width: 768px) {
  .content_grid {
    padding: 0px 20px;
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.content_grid .content_grid--title {
  color: var(--core-primary-100, #432203);
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 56.1px */
  letter-spacing: -0.561px;
}
@media (max-width: 768px) {
  .content_grid .content_grid--title {
    font-size: 32px;
  }
}
.content_grid .content_grid--desc {
  color: var(--core-primary-100, #432203);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
}
@media (max-width: 768px) {
  .content_grid .content_grid--desc {
    font-size: 18px;
  }
}

.faqs {
  padding: 200px 100px 140px;
}
@media (max-width: 768px) {
  .faqs {
    padding: 140px 20px 60px;
  }
}
.faqs--title {
  color: #000;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.792px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .faqs--title {
    font-size: 39px;
    margin-bottom: 20px;
  }
}

.accordion {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.accordion.v2 .accordion-item.open .accordion-header::before {
  background: url("../images/icons/CaretUp.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  transform: rotateX(0deg);
}
@media screen and (max-width: 768px) {
  .accordion.v2 .accordion-item.open .accordion-header::before {
    width: 24px;
    height: 24px;
  }
}
.accordion.v2 .accordion-header {
  font-size: 32px;
  height: 120%;
  padding: 64px 0px;
}
@media screen and (max-width: 768px) {
  .accordion.v2 .accordion-header {
    padding: 24px 0px;
    font-size: 22px;
  }
}
.accordion.v2 .accordion-header::before {
  background: url("../images/icons/CaretUp.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  transform: rotateX(180deg);
  transition: 0.35s linear;
}
@media screen and (max-width: 768px) {
  .accordion.v2 .accordion-header::before {
    width: 24px;
    height: 24px;
  }
}
.accordion.v2 .accordion-header::after {
  display: none;
}
.accordion.v2 .accordion-content {
  padding: 0 0 64px;
}
@media (max-width: 768px) {
  .accordion.v2 .accordion-content {
    padding: 0 0 32px;
  }
}

.accordion-item {
  border-top: 1px solid var(--core-primary-80, rgba(67, 34, 3, 0.8));
}
.accordion-item:last-child {
  border-bottom: 1px solid var(--core-primary-80, rgba(67, 34, 3, 0.8));
}
.accordion-item.open .accordion-header {
  color: #803300;
}
.accordion-item.open .accordion-header::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background: #803300;
  right: 12px;
  transform: rotate(-90deg);
}
.accordion-item.open .accordion-header::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #803300;
  right: 0px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 16px;
  cursor: pointer;
  color: var(--core-primary-100, #432203);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .accordion-header {
    font-size: 18px;
    padding: 30px 0px;
    padding-right: 50px;
  }
}
.accordion-header::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #432203;
  right: 0px;
}
@media (max-width: 768px) {
  .accordion-header::before {
    width: 21px;
    right: 1px;
  }
}
.accordion-header::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background: #432203;
  right: 12px;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .accordion-header::after {
    height: 20px;
  }
}

.accordion-content {
  display: none;
  padding: 0px 16px 24px;
  color: var(--black-100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .accordion-content {
    font-size: 16px;
  }
}
.accordion-content p,
.accordion-content ul {
  font-size: inherit;
  margin-bottom: 16px !important;
}
.accordion-content ul {
  padding-left: 24px;
}
.accordion-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.brewery .aboutBanner .contact_bg {
  background: linear-gradient(to bottom, #803300 65%, #eadace 35%);
  padding-bottom: 100px;
}
.brewery .aboutBanner .contact_bg.slider {
  background: linear-gradient(to bottom, #803300 65%, #fff 35%);
}
@media screen and (max-width: 768px) {
  .brewery .aboutBanner .contact_bg {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.acc1 {
  background: #eadace;
}
.acc1_item {
  padding: 56px 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #432203;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .acc1_item {
    padding: 32px;
    flex-direction: column;
    gap: 30px;
  }
}
.acc1_item_header {
  color: #432203;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.561px;
  background: #eadace;
  border-top: 1px solid #432203;
  transform: none !important;
  opacity: 1 !important;
  position: sticky;
  top: 96px;
  bottom: calc((var(--total-items) - var(--item-position)) * 150px);
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
.acc1_item_header:first-child {
  border-top: none;
}
.acc1_item_header--text {
  max-width: 50vw;
}
@media screen and (max-width: 1024px) {
  .acc1_item_header--text {
    max-width: 40vw;
  }
}
@media screen and (max-width: 920px) {
  .acc1_item_header--text {
    max-width: 100%;
  }
}
@media (max-height: 900px) {
  .acc1_item_header {
    bottom: calc((var(--total-items) - 1 - var(--item-position)) * 150px);
  }
}
@media (max-height: 800px) {
  .acc1_item_header {
    bottom: calc((var(--total-items) - 2 - var(--item-position)) * 150px);
  }
}
@media (max-height: 600px) {
  .acc1_item_header {
    bottom: calc((var(--total-items) - 3 - var(--item-position)) * 150px);
  }
}
@media screen and (max-width: 1024px) {
  .acc1_item_header {
    padding: 0 48px;
    top: 80px;
  }
}
@media screen and (max-width: 920px) {
  .acc1_item_header {
    font-size: 30px;
    letter-spacing: -0.385px;
    padding: 0 24px;
    top: auto;
    bottom: auto;
    height: auto;
    padding-top: 50px;
  }
}
.acc1_item_content {
  color: #432203;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: #eadace;
  padding: 0px 100px 100px;
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .acc1_item_content {
    padding: 20px 48px 50px;
  }
}
@media screen and (max-width: 920px) {
  .acc1_item_content {
    padding: 20px 24px 50px;
    margin-top: 0px;
  }
}
.acc1_item_content--text {
  max-width: 462px;
  margin-top: -180px !important;
  position: relative;
}
@media screen and (max-width: 920px) {
  .acc1_item_content--text {
    margin-top: 0px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .acc1_item_content {
    max-width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .acc1_item_content {
    font-size: 18px;
  }
}

.vGrid_head {
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
}
.vGrid_head_subtitle {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 32px 0 72px;
}
@media screen and (max-width: 1100px) {
  .vGrid_head_subtitle {
    padding: 24px 0 36px;
    text-align: start;
  }
}
@media screen and (max-width: 1100px) {
  .vGrid_head {
    padding: 0 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .vGrid_head .title_64 {
    text-align: start;
  }
}
.vGrid_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1100px) {
  .vGrid_grid {
    grid-template-columns: 1fr;
  }
}
.vGrid_grid_img {
  height: 805px;
  width: 100%;
  position: sticky;
  top: 96px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .vGrid_grid_img {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .vGrid_grid_img {
    height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .vGrid_grid_img {
    height: 950px;
  }
}
@media screen and (max-width: 1100px) {
  .vGrid_grid_img {
    position: relative;
    top: auto;
  }
}
.vGrid_grid_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vGrid_grid_cards {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
}
.vGrid_grid_cards li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 82px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1100px) {
  .vGrid_grid_cards li {
    padding: 36px;
  }
}
.vGrid_grid_cards li:last-child {
  border-bottom: none;
}
.vGrid_grid_cards li .title_40 {
  max-width: 450px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .vGrid_grid_cards li .title_40 {
    max-width: 100%;
    text-align: start;
    width: 100%;
  }
}
.vGrid_grid_cards li p {
  text-align: center;
  max-width: 450px;
}
@media screen and (max-width: 1100px) {
  .vGrid_grid_cards li p {
    max-width: 100%;
    text-align: start;
    width: 100%;
  }
}

.masters {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .masters {
    padding: 0 24px;
  }
}
.masters_head .title_224 {
  padding: 20px 0 64px;
}
@media screen and (max-width: 920px) {
  .masters_head .title_224 {
    padding: 20px 0 34px;
  }
}

.masters_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
@media (max-width: 768px) {
  .masters_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.masters_cards_card {
  border: 1px solid #432203;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .masters_cards_card {
    border: 1px solid #432203;
  }
}
@media screen and (max-width: 1240px) {
  .masters_cards_card:nth-child(2) {
    border-right: 1px solid #432203;
  }
}
.masters_cards_card:last-child {
  border-right: 1px solid #432203;
}
.masters_cards_card_img {
  height: 435px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.masters_cards_card_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.masters_cards_card .info {
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .masters_cards_card .info {
    padding: 32px;
  }
}
.masters_cards_card .info--title {
  color: #432203;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.masters_cards_card .info--subtitle {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .masters_cards_card .info--subtitle {
    font-size: 16px;
  }
}

.process {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .process {
    padding: 0 24px;
  }
}
.process_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}
@media screen and (max-width: 1100px) {
  .process_grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .process_grid {
    grid-template-areas: "b a";
  }
  .process_grid > :nth-child(1) {
    grid-area: a;
  }
  .process_grid > :nth-child(2) {
    grid-area: b;
  }
}
.process_grid_img {
  height: 771px;
  width: 100%;
  position: sticky;
  top: 96px;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .process_grid_img {
    height: 950px;
  }
}
@media screen and (max-width: 1100px) {
  .process_grid_img {
    position: relative;
    top: auto;
    margin-bottom: 36px;
    height: 300px;
  }
}
.process_grid_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process_grid_content {
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 1100px) {
  .process_grid_content {
    padding-right: 0px;
    gap: 24px;
  }
}
.process_card {
  padding: 0 24px;
  border-left: 2px solid rgba(128, 51, 0, 0.2);
}
.process_card.active {
  border-left-color: #803300;
}
.process_card--title {
  color: #432203;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .process_card--title {
    font-size: 22px;
  }
}
.process_card--subtitle {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: none;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .process_card--subtitle {
    font-size: 16px;
    line-height: 120%;
  }
}

.brewery_walk .contact_bg {
  background: #EADACE;
  padding: 200px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .brewery_walk .contact_bg {
    padding: 140px 0px 0px;
  }
}
.brewery_walk .contact_bg--layer {
  position: absolute;
  width: 100%;
  height: 680px;
  left: 0;
  top: 0;
  background: url("../images/home-1.webp") center top no-repeat;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 768px) {
  .brewery_walk .contact_bg--layer {
    height: 60%;
    background: url("../images/home-1.webp") left top no-repeat;
    background-size: cover;
  }
}
.brewery_walk .contact_bg--layer::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style.css.map */