/** Shopify CDN: Minification failed

Line 2114:0 Unexpected "}"
Line 3488:6 Expected ":"
Line 6385:1 Unexpected "{"
Line 6462:1 Expected identifier but found whitespace
Line 6618:0 Unexpected "}"

**/
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 5rem;
  }
}


:root {
  --base-color-brand--color-beige: #fff3d4;
  --base-color-brand--font-family-body: Grifitos, "Palatino Linotype", sans-serif;
  --base-color-brand--color-dark-red: #500c16;
  --base-color-brand--text-26: 1.1rem;
  --base-color-brand--font-family-heading: "Druk Web", Arial, sans-serif;
  --base-color-brand--color-deep-orange: #e94c23;
  --base-color-brand--color-gold: #d3a96c;
  --base-color-brand--text-22: .9rem;
  --base-color-brand--color-yellow: #ffc62a;
  --base-color-brand--color-orange: #fcb71b;
  --base-color-brand--color-mid-gold: #b9a46b;
  --base-color-brand--font-family-accent: Mabrypro, Verdana, sans-serif;
  --new-dark-grey: #625b53;
  --base-color-brand--color-dark-yellow: #eaad49;
  --base-color-brand--color-dark-gold: #be8d45;
  --base-color-brand--text-28: 1.155rem;
  --base-color-brand--color-light-red: #700e11;
  --base-color-brand--new-dark-yellow: #f39412;
  --base-color-brand--color-caramel: #ddb67d;
  --base-color-brand--color-black: #181818;
  --base-color-brand--text-30: 1.2rem;
  --base-color-brand--color-light-yellow: #f6e067;
    --base-color-brand--color-dark--beige: #fcecc2;
  --color-dark-grey: #707070;
}

body,
[class^="color-scheme-"] {
  letter-spacing: normal !important;
}


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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--base-color-brand--color-beige);
  font-family: var(--base-color-brand--font-family-body);
  color: var(--base-color-brand--color-dark-red);
  font-size: var(--base-color-brand--text-26);
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-family: var(--base-color-brand--font-family-heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--base-color-brand--font-family-heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: .9;
}

h3 {
  font-family: var(--base-color-brand--font-family-heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--base-color-brand--font-family-heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  font-family: var(--base-color-brand--font-family-heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

a {
  color: inherit;
  text-decoration: none;
}



ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
  position: relative;
}

.max-width-xxlarge.is-cocktail-back-link {
  margin-top: -4rem;
  margin-left: -5rem;
  position: absolute;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center._40ch {
  max-width: 40ch;
}

.max-width-large.align-center.is-balanced {
  text-wrap: balance;
}

.max-width-large.align-center._44ch {
  max-width: 44ch;
}

.max-width-large.align-center._48ch {
  max-width: 48ch;
}

.max-width-large.align-center._60ch, .max-width-large.align-center.is-quote-2 {
  max-width: 60ch;
}

.max-width-large.align-center.is-quote-3 {
  max-width: 64ch;
}

.max-width-large.align-center.is-quote-4 {
  max-width: 68ch;
}

.max-width-large.align-center.is-quote-5 {
  max-width: 88ch;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-custom-05 {
  padding: 0 0 .5rem;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium.is-footer {
  padding-bottom: 3.5rem;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: var(--base-color-brand--color-deep-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small:hover {
    color: var(--base-color-brand--color-deep-yellow);
}

.icon-embed-small.is-menu:hover {
    color: var(--base-color-brand--color-deep-orange);
}


.icon-embed-small.is-alternate {
  color: var(--base-color-brand--color-gold);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}


.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: var(--base-color-brand--text-22);
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1.5px solid var(--base-color-brand--color-orange);
  background-color: var(--base-color-brand--color-orange);
  color: var(--base-color-brand--color-beige);
  text-align: center;
  letter-spacing: .075rem;
  text-transform: uppercase;
  padding: .5rem 1rem .25rem;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.button:hover {
  background-color: var(--base-color-brand--color-deep-orange);
  border-color: var(--base-color-brand--color-deep-orange);
}

.button.is-mango:hover {
  background-color: var(--base-color-brand--color-deep-orange);
  border-color: var(--base-color-brand--color-orange);
}

.button.is-link {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--base-color-brand--color-yellow);
  background-color: var(--base-color-brand--color-yellow);
  letter-spacing: .05rem;
  -webkit-text-stroke-color: black;
  width: 11rem;
  font-size: 1.4rem;
  line-height: 1;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-brand--color-deep-orange);
  background-color: var(--base-color-brand--color-deep-orange);
}

.button.is-alternate:hover {
  background-color: var(--base-color-brand--color-orange);
  border-color: var(--base-color-brand--color-orange);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-dark {
  border-color: var(--base-color-brand--color-orange);
  background-color: var(--base-color-brand--color-orange);
  letter-spacing: .05rem;
  -webkit-text-stroke-color: black;
  width: 11rem;
  font-size: 1.4rem;
  line-height: 1;
}

.button.is-dark.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-gold {
  border-color: var(--base-color-brand--color-orange);
  background-color: var(--base-color-brand--color-orange);
  letter-spacing: .05rem;
  -webkit-text-stroke-color: black;
  width: 11rem;
  font-size: 1.4rem;
  line-height: 1;
}

.button.is-gold.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-fark-gold {
  border-color: var(--base-color-brand--color-mid-gold);
  background-color: var(--base-color-brand--color-mid-gold);
  -webkit-text-stroke-color: black;
}

.button.is-fark-gold.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-outline.is-download {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-deep-orange);
  text-align: left;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  font-size: .75rem;
  line-height: 1.2;
  display: flex;
  text-transform: uppercase;
}

.button.is-download.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-download.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-dark-grey {
  border-color: var(--new-dark-grey);
  background-color: var(--new-dark-grey);
}

.button.is-about-dark {
  border-color: var(--base-color-brand--color-dark-yellow);
  background-color: var(--base-color-brand--color-dark-yellow);
  -webkit-text-stroke-color: black;
}

.button.is-about-dark.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-filter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-color: var(--base-color-brand--color-orange);
  background-color: var(--base-color-brand--color-beige);
  color: var(--base-color-brand--color-dark-gold);
  letter-spacing: .1rem;
  display: flex;
}


.button.is-filter:hover, .button.is-filter.w--current {
  border-color: var(--base-color-brand--color-dark-gold);
  background-color: var(--base-color-brand--color-dark-gold);
  color: var(--base-color-brand--color-beige);
}

.button {
  padding: 0.5rem 1rem 0.25rem;
  border-style: solid;
  border-width: 1.5px;
  border-top-color: var(--base-color-brand--color-deep-orange);
  border-right-color: var(--base-color-brand--color-deep-orange);
  border-bottom-color: var(--base-color-brand--color-deep-orange);
  border-left-color: var(--base-color-brand--color-deep-orange);
  background-color: var(--base-color-brand--color-deep-orange);
  font-family: "Druk Web";
  color: var(--base-color-brand--color-beige);
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075rem;
  text-decoration: none;
  text-transform: uppercase;
}

.button.is-shop-filter {
  display: flex;
  border-style: none;
  background-color: var(--base-color-brand--color-beige);
  color: var(--base-color-brand--color-dark-gold);
  letter-spacing: 0.1rem;
}

.button.is-shop-filter.-wfp-hover,
.button.is-shop-filter:hover {
  border-top-color: var(--base-color-brand--color-dark-gold);
  border-right-color: var(--base-color-brand--color-dark-gold);
  border-bottom-color: var(--base-color-brand--color-dark-gold);
  border-left-color: var(--base-color-brand--color-dark-gold);
  background-color: var(--base-color-brand--color-dark-gold);
  color: var(--base-color-brand--color-beige);
}

.button.is-shop-filter.w--current {
  border-top-color: var(--base-color-brand--color-dark-gold);
  border-right-color: var(--base-color-brand--color-dark-gold);
  border-bottom-color: var(--base-color-brand--color-dark-gold);
  border-left-color: var(--base-color-brand--color-dark-gold);
  background-color: var(--base-color-brand--color-dark-gold);
  color: var(--base-color-brand--color-beige);
}

.button.is-shop-filter.is-active {
  color: var(--base-color-brand--color-deep-orange);
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
}

.background-color-white {
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text.is-product-hero p {
  font-size: 1.2rem
}

@media screen and (max-width: 479px) {
  .text-rich-text.is-product-hero p {
    font-size: 1.4rem;
  }
}


.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

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

.text-rich-text p {
  font-size: var(--base-color-brand--text-28);
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.padding-section-small.is-1-5 {
  padding-top: 1.5rem;
  padding-bottom: 0rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

.padding-global.no-padding-mobile {
  padding-left: 0%;
  padding-right: 0%;
}

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

.padding-section-medium.padding-section-reviews {
  padding-top: 3.5rem;
    padding-bottom: 2.5rem;
}

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

.padding-section-medium.padding-section-marquee-plain {
  padding-top: 3.2rem;
  padding-bottom: 4.7rem;
}

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

.padding-section-large.is-cockail-recipe {
  padding-bottom: 10rem;
}

.padding-section-large.is-top-5 {
  padding-top: 5rem;
}

.padding-section-large.is-about-hero {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

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

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

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

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

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate\<deleted\|relume-variable-link-color-3\>);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary\<deleted\|relume-variable-background-color-1\>);
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--base-color-brand--color-beige);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.text-color-secondary {
  color: var(--base-color-brand--color-deep-orange);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-recipe-eyebrow {
  color: var(--base-color-brand--color-light-red);
  letter-spacing: .125rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 0.6;
}


.text-recipe-eyebrow.is-dark-gold {
color: var(--base-color-brand--color-dark-gold);
}

.text-recipe-eyebrow.text-color-white {
  color: var(--base-color-brand--color-beige);
}

.text-recipe-eyebrow.text-color-primary {
  color: var(--base-color-brand--color-dark-red);
}

.text-recipe-eyebrow.is-dark-yellow {
  color: var(--base-color-brand--new-dark-yellow);
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid #000;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #fff0;
}

.tag.is-alternate {
  background-color: #fff;
  border-color: #fff;
}

.map-wrap {
  font-family: var(--base-color-brand--font-family-heading);
}

.footer_text-responsible {
  color: var(--base-color-brand--color-beige);
}

.is-drink-aware {
  color: var(--base-color-brand--color-yellow);
  text-decoration: underline;
}

.footer_component.bg-gradient {
  background-color: #2e2e2e;
}

.footer_component.alternate {
  background-image: url('../images/Group-92.svg');
  background-position: 50% 0;
  background-size: cover;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: grid;
}

.footer_logo {
  height: 8.125rem;
}

.footer_link-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.footer_link {
  color: var(--base-color-brand--color-deep-orange);
  text-align: center;
  letter-spacing: .12rem;
  flex: none;
  font-family: Druk Webl, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.footer_link:hover {
    color: var(--base-color-brand--color-orange);
}

.footer_link.is-alternate {
  color: var(--base-color-brand--color-gold);
}

.footer_social-list {
  display: flex;
  justify-content: center;
  place-items: flex-start start;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0rem 0.75rem;
  grid-template-columns: max-content;
  grid-template-rows: auto;
  white-space: normal;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_social-link:hover {
    color: var(--base-color-brand--color-orange);
}

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

.divider-horizontal.is-recipe-download {
  background-color: var(--base-color-brand--color-orange);
  margin-top: .625rem;
  margin-bottom: 1.25rem;
}

.divider-horizontal.is-recipe-difficulty {
  background-color: var(--base-color-brand--color-orange);
  margin-top: .625rem;
  margin-bottom: 1rem;
}

.divider-horizontal.is-about-details {
  background-color: var(--base-color-brand--color-yellow);
  margin-bottom: 1rem;
}

.divider-horizontal.is-about-details.is-gold {
  background-color: var(--base-color-brand--color-gold);
}

.divider-horizontal-original {
  background-color: var(--base-color-brand--color-gold);
    width: 100%;
    height: 2px;
    display: block !important;
}

@media screen and (max-width: 767px) {
  .divider-horizontal-original {
    display: none;
  }
}


  .line-disc-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .line-disc-mobile {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .line-disc-mobile {
    width: 100%;
  }
}
}



.divider-horizontal.is-cocktail-collection {
  background-color: var(--base-color-brand--color-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer_credit-text, .footer_legal-link {
  color: var(--base-color-brand--color-beige);
  font-size: var(--base-color-brand--text-22);
}

.footer_header {
  color: var(--base-color-brand--color-yellow);
  text-align: center;
  letter-spacing: .16rem;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

.footer_header.is-alternate {
  color: var(--base-color-brand--color-gold);
}

.footer_form-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

[data-css-marquee-list] {
  animation-play-state: running;
}

.footer_newsletter-form {
  min-width: 22rem;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer_newsletter-form {
    max-width: 19rem;
    width: 100%; /* optional: ensures it shrinks down fully */
  }
}



.newsletter_submit-button.is-alternate {
  background-color: var(--base-color-brand--color-gold);
}

.newsletter_field {
  background-color: var(--base-color-brand--color-beige);
  height: 2.6rem;
  margin-bottom: 0;
}

.footer_newsletter-text {
  color: var(--base-color-brand--color-beige);
  text-align: center;
  text-transform: uppercase;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.section_layout37 {
  position: relative;
}

.layout-bg-text_component {
  z-index: 1;
  position: relative;
}

.layout-bg-text_component.align-right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.layout-bg-text_component.align-left {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout_background-image-home-wrap {
  position: absolute;
  inset: 0%;
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.layout_background-homeimage {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout_background-homeimage.mobile-only {}

.hide-tablet {}

.layout_background-homeimage {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout_background-homeimage.hide-tablet {}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}

.section_main.home-hero {
height: 85vh;
  min-height: 55rem;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .section_main.home-hero {
    min-height: 0; /* or min-height: unset; */
    justify-content: flex-end;
    flex-flow: column;
    display: flex;
    align-items: stretch;
    padding-bottom: 2rem
  }
}
@media screen and (max-width: 767px) {
  .heading-style-display.is-home-hero {
    color: var(--base-color-brand--color-yellow) !important;
  }
}


.layout_homehero-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_main {
  position: relative;
}

.section_main.is-full-height {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 70vmax;
  min-height: 48em;
  display: flex;
  overflow: hidden;
}
.container-large.is-cta {
  display: grid;
  justify-items: end;
}



.section_main.is-gradient-banner {
  background-image: url('../images/gold-grad-bkg.png'), radial-gradient(circle farthest-side at 50% 0%, var(--base-color-brand--color-beige), var(--base-color-brand--color-caramel) 60%, #8f6e3f);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section_main.bg-dark-red {
  background-color: var(--base-color-brand--color-dark-red);
  color: var(--base-color-brand--color-beige);
}

.section_main.bg-black {
  background-color: var(--base-color-brand--color-black);
  color: var(--base-color-brand--color-beige);
}

.section_main.bg-dark-beige {
  background-color: #fcecc2;
}

.section_main.bg-red {
  background-color: var(--base-color-brand--color-deep-orange);
  color: var(--base-color-brand--color-beige);
}

.section_main.bg-caramel {
  background-color: var(--base-color-brand--color-gold);
  color: var(--base-color-brand--color-beige);
}

.section_main-home {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
 height: 100vh;
  display: flex;
}

.main-wrapper.is-sip {
    overflow: clip;
}

.sip_vodka-wrap {
  display: flex;
  max-width: 42ch;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-family: var(--base-color-brand--font-family-heading);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.sip_vodka-wrap.is-blue {
  color: rgb(29, 37, 82);
}

.sip_vodka-logo {
  width: 7rem;
}


@media screen and (max-width: 767px) {
  .sip_vodka-wrap {
    max-width: 38ch;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sip_vodka-logo {
    width: 6rem;
  }
}

.sip_column-col {
  max-width: 40ch;
  font-size: 1.25rem;
  text-align: center;
  text-wrap: balance;
}

.sip_column-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  column-gap: 9.3225rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.heading-style-h2.is-letterspace-medium.line-height-1 {
  line-height: 1;
}


.sip_column-col {
  max-width: 40ch;
  font-size: 1.25rem;
  text-align: center;
  text-wrap: balance;
}

@media screen and (max-width: 991px) {
  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 991px) {
  .sip_column-grid {
    min-height: auto;
    grid-auto-flow: row;
    column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .sip_column-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .sip_column-grid {
    grid-template-columns: 1fr;
  }
}

.section_main.is-orange-gradient {
  background-image: url('/cdn/shop/files/6Mango-Bright-BKG.png?v=1746529927');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  width: 100%;

}

.section_main.is-dark-gradient {
  background-image: url('/cdn/shop/files/6Original-Dark-BKG.png?v=1746529924');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  width: 100%;
}

.section_main.is-large-gradient {
  background-image: url('/cdn/shop/files/6gold-grad-bkg_1-p-1080.png?v=1746529924');
  background-position: 0 0;
  background-size: cover;
}

.heading_bg-cta {
  color: var(--base-color-brand--color-beige);
  letter-spacing: .2rem;
  max-width: 24rem;
  font-size: 4rem;
  line-height: 1;
}

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


.heading_bg-cta.is-yellow {
  color: var(--base-color-brand--color-yellow);
}

.heading_bg-cta.is-mid-gold {
  color: var(--base-color-brand--color-mid-gold);
}

.background-cta_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.background-cta_wrap.is-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.heading-unline {
  text-decoration: underline;
}

.section_logo3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

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

.logo_list {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.review_wrapper {
  font-size: var(--base-color-brand--text-30);
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;

  min-width: 10.5rem;
  min-height: 7rem;
  display: flex;
}

.logo_logo {
  flex: 0 auto;
  width: 6rem;
  height: 6rem;
  display: block;
  position: relative;
}

.heading_bg-cta-copy {
  color: var(--base-color-brand--color-beige);
  letter-spacing: .2rem;
  max-width: 24rem;
  font-size: 4rem;
  line-height: 1;
}

.navbar_menu,
.navbar_bg.is-yellow,
.navbar_bg.is-bg {
  transform: translateX(-100%);
}

.navbar_component {
  z-index: 11;
  display: flex;
  width: 100%;
  min-height: 4.5rem;
  padding: 0 5%;
  align-items: center;
  background-color: var(--base-color-brand--color-dark-red);
}

@media screen and (max-width: 767px) {
  .navbar_component {
    min-height: 4rem;
  }
}


.navbar_container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}
.navbar_menu-button {
  justify-self: start; /* Left column */
}

.navbar_logo-link {
  justify-self: center; /* Center column */
}

.navbar_wrapper {
  justify-self: end; /* Right column */
}



.navbar_menu-button {
  padding: 0;
}

.menu-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.icon-embed-small.is-navbar {
  color: rgb(229, 201, 161);
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_logo {
  width: 11rem;
}

.navbar_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar_shop-icon {
  height: 2rem;
}

.navbar_menu {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45vw;
  max-width: 35rem;
  height: 100vh;
  overflow: auto;
  background-color: var(--base-color-brand--color-yellow);
  text-transform: uppercase;
  transition: height 500ms ease;
}

.navbar_menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem; /* Control distance from left edge here only */
  box-sizing: border-box;
}

@media screen and (max-width: 479px) {
  .navbar_menu-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 3rem;
  }
}


.navbar_link-wrap {
  display: flex;
  flex-direction: column;
}




.navbar_link-wrap {
  display: flex;
  flex-direction: column;
}

.navbar_link {
  margin: 0.375rem 0;
  padding: 0.375rem 0;
  font-family: var(--base-color-brand--font-family-heading);
  line-height: 0.6;
  letter-spacing: 0.2rem;
}

.navbar_link:hover {
color: var(--base-color-brand--color-dark-red);
}

.navbar_menu-dropdown.current-dropdown .navbar_dropdown-link:hover {
  color: var(--base-color-brand--color-dark-red);
}

.navbar_bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
  background-color: rgba(49, 30, 7, 0.3);
}



@media screen and (max-width: 991px) {
  .navbar_bg.is-yellow {
    width: 50vw;
     background-color: var(--base-color-brand--color-yellow);
  }
}

@media screen and (max-width: 767px) {
  .navbar_bg.is-yellow {
    width: 100vw;
     background-color: var(--base-color-brand--color-yellow);
  }
}

.navbar_bg.is-bg {
  display: none;
}

.button.is-navbar {
  z-index: 1;
  padding: 0.4rem 0.6rem 0.4rem;
  border-width: 2px;
  border-color: rgb(229, 201, 161);
  background-color: rgba(233, 76, 35, 0);
  color: rgb(229, 201, 161);
  font-size: var(--base-color-brand--text-30);
  letter-spacing: 0.12rem;
}

.button.is-navbar:hover {
   color: var(--base-color-brand--color-dark-red);
  background-color: var(--base-color-brand--color-orange);
  border-color: var(--base-color-brand--color-orange);
}
.navbar_roundel {
  height: 8rem;
  margin-left: -0.65rem;
}

@media screen and (max-width: 479px) {
  .navbar_roundel {
    height: 7rem;
  }
}


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

.cart-count {
  position: absolute;
  inset: -0.45rem -1.45rem auto auto;
  display: flex;
  width: 1.7rem;
  height: 1.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--base-color-brand--color-deep-orange);
  font-family: var(--base-color-brand--font-family-heading);
  color: #fcecc2;
  font-size: var(--base-color-brand--text-28);
  line-height: 1;
}

.navbar_menu {
  position: fixed;
  inset: 0% auto 0% 0%;
  z-index: 6;
  display: flex;
  overflow: auto;
  width: 38vw;
  height: 100dvh;
  max-width: 30rem;
  padding-right: 5%;
  padding-left: 1%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-property: height;
  transition-duration: 500ms;
  transition-timing-function: ease;
  color: var(--base-color-brand--color-deep-orange);
  text-transform: uppercase;
}

.navbar_menu-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  padding-top: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 3.25rem;
  
}

.icon-embed-medium.is-menu-close {
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
  z-index: 4;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 479px) {
  .icon-embed-medium.is-menu-close {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.dropdown-chevron {
  display: flex;
  width: 2.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .dropdown-chevron {
    width: 1.5rem;
    height: 1rem;
  }
}

.navbar_dropdown-toggle {
  display: flex;
  padding: 0;
  align-items: center;
  column-gap: 1rem;
  line-height: 0.9;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 991px) {
  .navbar_dropdown-toggle {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    align-items: center;
  }

  .navbar_dropdown-toggle.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }
}


.navbar_dropdown-toggle.w--open .dropdown-chevron {
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .dropdown-chevron {
    right: 0;
  
  }
}

.navbar_dropdown-list {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  background-color: transparent;
}

.navbar_dropdown-list.w--open {
  position: static;
  background-color: var(--base-color-brand--color-white);
  padding: 0;
  border-style: none;
}

.navbar_menu-dropdown {
  margin-left: 0;
  font-family: var(--base-color-brand--font-family-heading);
}

.navbar_dropdown-link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}

.navbar_dropdown-link.w--current {
  color: var(--base-color-brand--color-light);
}

.navbar_dropdown-link {
  font-size: 2.2525rem;
}

.navbar_dropdown-link.is-open {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.navbar_dropdown-link.is-open.is-top {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar_dropdown-link.is-open.is-bottom {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .navbar_menu {
    z-index: 1;
    display: block;
    margin-left: 0;
    flex-direction: column;
    justify-content: center;
    background-color: var(--base-color-brand--color-background);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar_menu-dropdown {
    position: relative;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar_dropdown-link {
    margin: 0;
    padding: 1rem 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu {
    width: 100vw;
  }

  .navbar_dropdown-link.is-open.is-top {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar_menu-wrapper {
    padding-top: 1rem;
    font-size: 3rem;
  }

  .navbar_dropdown-link {
    font-size: 2rem;
  }
}

/* Default state */
.navbar_link,
.navbar_dropdown-link,
.navbar_dropdown-toggle {
  color: var(--base-color-brand--color-deep-orange);
  text-decoration: none;
  transition: color 0.3s ease;
}

/* When dropdown is open globally */
.navbar_link-wrap.dropdown-open .navbar_link,
.navbar_link-wrap.dropdown-open .navbar_dropdown-toggle {
  color: var(--base-color-brand--new-dark-yellow);
}

/* Ensure links inside current open dropdown and its toggle stay the default */
.navbar_menu-dropdown.current-dropdown .navbar_dropdown-toggle,
.navbar_menu-dropdown.current-dropdown .navbar_dropdown-link {
  color: var(--base-color-brand--color-deep-orange);
}

/* Menu Button Hover */
.navbar_menu-button:hover svg {
  stroke: var(--base-color-brand--new-dark-yellow);
}



/* Close Icon Rotate on Hover */
.icon-embed-medium.is-menu-close {
  transition: transform 0.4s ease;
  cursor: pointer;
}

.icon-embed-medium.is-menu-close:hover {
  transform: rotate(180deg);
}
/* Dimming non-dropdown links when dropdown is open */
.navbar_link.dimmed,
.navbar_dropdown-link.dimmed {
  color: var(--base-color-brand--new-dark-yellow) !important;
}

/* Ensure cursor pointer always on links and toggles */
.navbar_link,
.navbar_dropdown-link,
.navbar_dropdown-toggle {
  cursor: pointer;
}


.heading_award-banner {
  color: var(--base-color-brand--color-caramel);
  line-height: 1;
}

.icon-embed-small.is-menu {
  color: var(--base-color-brand--new-dark-yellow);
}

.footer_social-list.is-menu {
  position: absolute;
  inset: auto auto 2rem 2rem;
}


@media screen and (max-width: 767px) {
  .footer_social-list.is-menu {
    position: relative;
    top: 2.5rem;
    bottom: 0rem;
    margin-top: 2rem;
      inset: 0;
  }
}

.layout-feature-image_content {
  display: flex;
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.shop-items-grid {
  display: grid;
  place-items: start center;
  grid-auto-columns: 1fr;
  gap: 4rem 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  text-wrap: balance;
}

@media screen and (max-width: 767px) {
  .shop-items-grid {
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .shop-items-grid {
    grid-template-columns: 1fr;
  }
}

.image-reveal-wrapper,
.image-reveal-inner,  .image-reveal-sinner {
  width: 100%;
  height: 100%;
  inset: 0;
}


.layout-feature-image_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout-feature-image_image {
  aspect-ratio: 55 / 87;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 35rem;
}

.layout-feature-image_content-right {
  max-width: 38ch;
}

.section_header {
  color: var(--base-color-brand--color-beige);
  position: relative;
}

.section_header.text-color-white {
  color: var(--base-color-brand--color-beige);
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_content {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header_content.is-80 {
  min-height: 80svh;
}

.header_content-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.section_layout358 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.layout358_component {
  position: relative;
}

.layout358_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout_border-card {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 1361 / 736.42;
  background-image: url('../images/BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.layout_-border-card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout_border-card-content {
  max-width: 19rem;
}

.about_image-wrapper.about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.about_image-wrapper.about.is-4 {
  margin-top: -7rem;
}

.about_image-wrapper.about.is-4-dark {
  margin-top: -2rem;
}

.layout_border-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 22rem;
}

.layout_border-image.is-still {
  max-height: 23.5rem;
}

.section_layout140 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.layout_large-quote {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .layout_large-quote.is-noflex {
    display: block; /* or 'unset' or 'initial' depending on desired layout */

  }
}


.bg_bordered {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}


.line_vettical-top {
  height: 9.25rem;
}

.line_vettical-top.is-tiger {
  margin-top: -3rem;
}

.heading-style-display {
  letter-spacing: .2rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

heading-style-display.is-dark-red {
color: var(--base-color-brand--color-light-red);
}

.heading-style-display.text-color-secondary.line-height {
  line-height:1.0;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.heading-style-display.text-color-secondary {
  line-height: .9;
}

.heading-style-display.text-color-light-yellow {
  color: var(--base-color-brand--color-light-yellow);
}

.heading-style-display.text-color-yellow {
  color: var(--base-color-brand--color-yellow);
}

.heading-style-display.is-home-hero {
  color: var(--base-color-brand--color-deep-orange);
  letter-spacing: .25rem;
  max-width: 20ch;
  font-size: 4.5rem;
  line-height: .9;
}

.heading-style-display.text-color-original-grey {
  color: #625b53;
  line-height: .9;
}

.heading-style-display.is-line-09 {
  line-height: .9;
}

.heading-style-display.mid-gold {
  color: var(--base-color-brand--color-mid-gold);
}

.heading-style-display.is-caramel, .heading-style-display.is-gold {
  color: var(--base-color-brand--color-gold);
}

.line_vettical-bottom {
  height: 9.25rem;
  transform: rotate(0);
}

.line_vettical-bottom.is-tiger {
  margin-top: -3rem;
}

.illo_mango-tree {
  z-index: 1;
  width: 18rem;
  position: absolute;
}

.illo_wheat {
  width: 14rem;
  position: absolute;
}

.illo_signature {
  max-width: 33rem;
}

.illo_lotus {
  width: 14rem;
  position: absolute;
  inset: 3rem auto auto -8rem;
}

.illo_mango {
  width: 14rem;
  position: absolute;
  inset: auto -6rem 4rem auto;
}

.illo_aaward {
  width: 18rem;
  position: absolute;
  inset: 0 auto auto -10rem;
}

.footer_newsletter-disclaimer {
  color: var(--base-color-brand--color-deep-orange);
  font-size: var(--base-color-brand--text-22);
}

.footer_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.banner_announcement {
  background-color: var(--base-color-brand--color-dark-yellow);
  font-family: var(--base-color-brand--font-family-accent);
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.banner_content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .7rem;
  line-height: 1;
  display: flex;
}

.banner_content, .banner_content-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .banner_content, .banner_content-2 {
    flex: 0 0 auto;
    text-align: center;
  }
}

.banner-text {
  flex 0 0 auto;
}

.section_layout195 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.shop-item_individual-header {
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  gap: 4rem 3.9rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .shop-item_individual-header {
    min-height: auto;
    grid-auto-flow: row;
    column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .shop-item_individual-header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .shop-item_individual-header {
    grid-template-columns: 1fr;
  }
}

.shop-item_grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .shop-item_grid {
    gap: 0.75rem;
  }
}

.shop_item-portrait-wrapper {
  position: relative;
  width: 90%;
  height: 100%;
}

.shop-item_img-main {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 510 / 640;
  object-fit: fill;
}

#w-node-c528830c-d435-8c48-871f-236b92c36cb0-832146d9 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

.shop-item_img {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid_img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.grid_box{
aspect-ratio: 1.25/1;
}

.shop_item-portrait-wrapper {
  position: relative;
  width: 90%;
  height: 100%;
}

.shop-item_header-content-right {
  position: relative;
  display: flex;
  max-width: 48ch;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .shop-item_header-content-right {
    margin-right: auto;
    margin-left: auto;
  }
}

.shop-item_sticky-wrap {
  position: sticky;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.shop-item_desc-wrapper {
  display: flex;
  margin-bottom: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .shop-item_desc-wrapper {
    justify-content: center;
    align-items: center;
  }
}

.shop-item_price-text {
  font-family: var(--base-color-brand--font-family-heading);
  color: var(--base-color-brand--color-dark-gold);
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.button-group.is-horiz {
  flex-flow: row;
}

.divider-horizontal.is-shop-item {
  margin-bottom: 1rem;
  background-color: var(--base-color-brand--color-dark-gold);
}

.shop-grid-text {
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-dark-gold);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.custom-quantity-wrapper {
  display: flex;
  align-items: center;
  border: 2px solid #be8d45;
  padding: 0.25rem 0.75rem;
  font-family: inherit;
  font-size: 1.5rem;
  color: #be8d45;
  gap: 1rem;
  width: fit-content;
}

.custom-quantity-wrapper .qty-input {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
  color: #be8d45; /* Match border and button color */
  appearance: none;
  -moz-appearance: textfield;
}

.custom-quantity-wrapper .qty-input::-webkit-inner-spin-button, 
.custom-quantity-wrapper .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-quantity-wrapper .qty-minus,
.custom-quantity-wrapper .qty-plus {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #be8d45;
  padding: 0;
}

.shop-related_image-wrapper {
  aspect-ratio: 51 / 64;
  width: 100%;
  height: auto;
   position: relative;
  overflow: hidden;
}



.cocktail_individual-header {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

@media screen and (max-width: 767px) {
  .cocktail_recipe-list {
    gap: 0 3rem; /* row-gap column-gap */
  }
}


.cocktail_image-portrait-wrapper {
  aspect-ratio: 567 / 848;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  max-width: 25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cocktail_image-portrait-wrapper {
    max-width: 18rem;
  }
}


.cockail_image-portrait {
  object-fit: cover;
}

.recipe_header-content-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 41ch;
  display: flex;
  position: relative;
}

.cocktail_recipe-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.is-balanced {
  text-wrap: balance;
}

.cokctail_recipe-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

.cocktail_image-frame{
  max-width: 108%;
  margin-left: -4%;
  margin-right: -4%;
  position: absolute;
  inset: -4rem 0% 0%;
}

.cocktail_image-frame.is-split {
  max-width: 108%;
  margin-left: -4%;
  margin-right: -4%;
  position: absolute;
  inset: -3.5rem 0% 0%;
}

@media screen and (max-width: 900px) {
  .cocktail_image-frame.is-split {
    inset: -2.25rem 0% 0%;
  }
}


.text-color-dark-gold {
  color: var(--base-color-brand--color-dark-gold);
}

.button_download-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.recipe_download-wrap {
  color: var(--base-color-brand--color-deep-orange);
  font-size: var(--base-color-brand--text-22);
  margin-bottom: -6%;
}

.cocktail_rating-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-dark-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.cocktail_star-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.text-block {
  font-size: var(--base-color-brand--text-22);
}

.recipe_badge {
  width: 9rem;
  position: absolute;
  inset: -8% -14% auto auto;
}

.recipe_back-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--base-color-brand--font-family-heading);
  color: var(--base-color-brand--color-dark-gold);
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-left: 5vw;
  font-size: 1.35rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.recipe_back-link:hover {
    color: var(--base-color-brand--color-deep-orange);
}

.section_layout229 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.contact_grid-list {
  display: grid;
  margin-top: 3rem;
  margin-bottom: 3rem;
  place-items: start center;
  grid-auto-columns: 1fr;
  gap: 4rem 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}

@media screen and (max-width: 991px) {
  .contact_grid-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .contact_grid-list {
    row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

.contact_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.contact-hand {
  position: absolute;
  inset: auto 5vw 6rem auto;
  width: 20rem;
}

.contact-mango {
  position: absolute;
  inset: 10rem auto auto 5vw;
  width: 14rem;
}
.contact_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section_main .contact-text-link,
.section_main .footer_social-link {
  all: unset;
  cursor: pointer;
  display: inline-block;
}

.cocktail-related_item.is-home {
  max-width: 14rem;
}


@media screen and (max-width: 900px) {
  .cocktail-related_item {
    max-width: 16rem;
  }
}


.section_main .contact-text-link:hover,
.section_main .footer_social-link:hover {
  text-decoration: underline;
}

.contact-text-link {
  font-size: 1.5rem !important;
}

.product-home_list {
  display: flex;
  place-content: stretch center;
  place-items: center;
  grid-auto-columns: 1fr;
  gap: 5rem 6rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  text-wrap: balance;
}

@media screen and (max-width: 991px) {
  .product-home_list {
    column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .product-home_list {
    row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .product-home_list {
    grid-template-columns: 1fr;
  }
}

.home-featured_image-wrapper {
  position: relative;
  width: 100%;
  max-width: 10.5rem;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 251 / 720;
}

.img-full.is-home-bottm {
  object-fit: contain;
}



.cokctail-related_list {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  text-wrap: balance;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.cocktail-related_item {
  text-align: center;
  width: 100%;
}

.cocktail-related_image-wrapper {

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cocktail-related_item {
  width: 100%;
  text-align: center;
}

.shop_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 438 / 553;
}

.cocktail-related_item {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  text-align: center;
}

.shop-items-grid {
  display: grid;
  place-items: start center;
  grid-auto-columns: 1fr;
  gap: 4rem 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  text-wrap: balance;
}

.shop-item-details-wrap {
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .shop-items-grid {
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .shop-items-grid {
    grid-template-columns: 1fr;
  }
}

.shop-items-grid {
  display: grid;
  place-items: start center;
  grid-auto-columns: 1fr;
  gap: 4rem 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  text-wrap: balance;
}

@media screen and (max-width: 767px) {
  .shop-items-grid {
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .shop-items-grid {
    grid-template-columns: 1fr;
  }
}

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

.is-letterspace-medium {
  letter-spacing: 0.15rem;
}

.text-color-original-grey {
  color: var(--new-dark-grey);
}

.text-color-original-grey.is-letterspace-medium {}

.cokctail-related_list {
  display: grid;
  place-items: start center;
  grid-auto-columns: 1fr;
  gap: 4rem 6rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  text-wrap: balance;
}

.cocktail-related_item {
  width: 100%;
  text-align: center;
}

.is-letterspace-small {
  letter-spacing: 0.075rem;
}

.text-color-original-grey {
  color: var(--new-dark-grey);
}

.text-color-original-grey.is-letterspace-small {
  color: var(--new-dark-grey);
}

.cocktail-related_item {
  width: 100%;
  text-align: center;
}

.caption-with-letter-spacing {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--base-color-brand--color-dark-gold);
  
}

.related-shop-price {
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-dark-gold);
  font-size: var(--base-color-brand--text-26);
  letter-spacing: 0.1rem;
}

.related-shop-price.is-red {
color: var(--base-color-brand--color-deep-orange);
}

.related-shop-price.is-dark-grey {
  color: var(--new-dark-grey);
}

.cokctail-related_list {
  display: grid;
  place-items: start center;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 4rem 6rem;
  text-wrap: balance;
}

/* Responsive grid adjustments */
@media screen and (max-width: 991px) {
  .cokctail-related_list {
    column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cokctail-related_list {
    row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .cokctail-related_list {
    grid-template-columns: 1fr;
  }
}

.button.is-eagold {
  border-color: var(--base-color-brand--color-dark-yellow);
  background-color: var(--base-color-brand--color-dark-yellow);
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  -webkit-text-stroke-color: black;
}

.button.is-eagold:hover {
  border-color: var(--base-color-brand--color-deep-orange);
  background-color: var(--base-color-brand--color-deep-orange);
}

.divider-horizontal.is-eagold {
  background-color: var(--base-color-brand--color-dark-yellow);
}

.cocktail-related_item h4 a {
  color: var(--new-dark-grey); /* or your custom color */
  text-decoration: none;
}

.cocktail-related_item h4 a:hover {
  text-decoration: none; /* optional */
}

.cocktail-related_item.red h4 a {
  color: var(--base-color-brand--color-deep-orange);
  text-decoration: none;
}

.cocktail-related_item.red h4 a:hover {
  text-decoration: none; /* optional */
}

.cocktail-related_item.gold h3 a {
  color: var(--base-color-brand--color-dark-gold); /* or your chosen gold */
  text-decoration: none;
}

.cocktail-related_item.gold h3 a:hover {
  text-decoration: underline; /* Optional hover effect */
}

.layout229_image {
  width: 100%;
  height: 100%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.is-letterspace-small {
  letter-spacing: .075rem;
}

.img-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-letterspace-medium {
  letter-spacing: .15rem;
}

.is-letterspace-medium.text-color-caramel {
  color: var(--base-color-brand--color-caramel);
}

@media screen and (max-width:767px) {
  .is-letterspace-medium.text-color-caramel {
    color: var(--base-color-brand--color-beige);
  }
}


.is-letterspace-medium.text-color-beige {
  color: var(--base-color-brand--color-beige);
}

.is-letterspace-small.is-dark-gold {
  color: var(--base-color-brand--color-dark-gold); 
}

.is-letterspace-small.is-beige {
  color: var(--base-color-brand--color-beige); 
}

.header_split {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  background-color: var(--base-color-brand--color-deep-orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.header_split-image-wrapper {
  position: relative;
}

.header_full-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header_split-right {
  color: var(--base-color-brand--color-beige); 
  margin-bottom: 3.5rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.max-40ch {
  max-width: 40ch;
}

.max-36ch {
  max-width: 36ch;
}

.recipe_badge-split {
  width: 9rem;
  margin-top: 4vw;
  margin-left: 4vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-size-28 {
  font-size: var(--base-color-brand--text-28);
}

.text-size-28.show-mobile-landscape {
  display: none;
}

.cocktail_image-temple-split {
  aspect-ratio: 567 / 848;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  max-width: 22.5rem;
  position: relative;
 
}

.temple_content {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading_temple {
  color: var(--base-color-brand--color-beige);
  letter-spacing: .2rem;
  max-width: 24rem;
  font-size: 4rem;
  line-height: 1;
}

.heading_temple.is-yellow {
  color: var(--base-color-brand--color-yellow);
}

.heading_temple.is-mid-gold {
  color: var(--base-color-brand--color-mid-gold);
}

.text-temple-eyebrow {
  color: var(--base-color-brand--color-light-red);
  letter-spacing: .125rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Druk Web, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.text-temple-eyebrow.text-color-white {
  color: var(--base-color-brand--color-beige);
}

.text-temple-eyebrow.text-color-primary {
  color: var(--base-color-brand--color-dark-red);
}

.text-temple-eyebrow.is-dark-yellow {
  color: var(--base-color-brand--new-dark-yellow);
}

.temple_badge-split {
  width: 9rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.temple-arches_list {
  grid-column-gap: 0rem;
  grid-row-gap: 8rem;
  text-wrap: balance;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.cocktail_image-temple {
  aspect-ratio: 567 / 848;
  max-width: 18rem;
  position: relative;
}

.text-color-dark-yellow {
  color: var(--base-color-brand--new-dark-yellow);
}

.temple-large_image-frame {
  max-width: 108%;
  margin-left: -4%;
  margin-right: -4%;
  position: absolute;
  inset: -2.75rem 0% 0%;
}

.temple-arches_item {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}


.temple-arches_item p {
  all: unset;
  display: block;
  color: var(--base-color-brand--color-beige);
  font-size: inherit;
  line-height: inherit;
}


.temple-arches-eyebrow {
  font-family: var(--base-color-brand--font-family-body);
  color: var(--base-color-brand--color-yellow);
  font-size: var(--base-color-brand--text-30);
  text-transform: uppercase;
}

.temple-arches-eyebrow.is-illo {
  color: var(--base-color-brand--color-dark-yellow);
}

.temple-arches-style-display {
  color: var(--base-color-brand--color-yellow);
  letter-spacing: .2rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.temple-arches-style-display.text-color-secondary {
  line-height: .9;
}

.temple-arches-style-display.text-color-light-yellow {
  color: var(--base-color-brand--color-light-yellow);
}

.temple-arches-style-display.text-color-yellow {
  color: var(--base-color-brand--color-yellow);
}

.review_stars {
  max-width: 4.4rem;
}

.review_logo {
  max-width: 3rem;
  margin-top: 1.25rem;
  margin-bottom: .9rem;
}

.review_logo.is-guardian {
  max-width: 5.5rem;
}

.review_logo.is-forbes {
  max-width: 5rem;
}

.review_logo.is-good-food {
  max-width: 5.75rem;
}

.review_logo.is-the-standard {
  max-width: 6rem;
}

.marquee-css {
  color: #efeeec;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css.is-smaller {
  max-width: 40rem;
}

.marquee-css__list {
  z-index: 1;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__list.is-smaller {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-right: 1rem;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.marquee-css__item-svg {
  width: 1em;
}

.award_scroll-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 7.25rem;
  display: block;
  position: relative;
}


.marquee-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-fade-left {
  z-index: 5;
  background-image: linear-gradient(84deg, var(--base-color-brand--color-beige), #fff3d499 50%, #fff0);
  width: 4rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-fade-right {
  z-index: 5;
  background-image: linear-gradient(84deg, #fff0, #fff3d499 40%, var(--base-color-brand--color-beige));
  width: 4rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home_hero-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 7rem;
  display: flex;
}

.img-roundel {
  position: absolute;
  inset: auto 6vw -6rem auto;
  width: 12.25rem;
  height: 12.25rem;
  z-index: 1;
}


.home_hero-text.is-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.home_hero-text-wrap {
  z-index: 1;
  position: relative;
}

.home_hero-text-wrap.align-right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home_hero-text-wrap.align-left {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout_about-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout_about-section.is-2, .layout_about-section.is-4 {
  grid-template-columns: 1fr 2.5fr;
}

.layout_about-section.is-3 {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
  margin-top: -2rem;
}

.layout_about-section.is-1 {
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
}

.layout_about-section.is-dark-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 6rem;
}

.layout_about-section.is-3-dark {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
}

.about-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: var(--base-color-brand--text-30);
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  display: grid;
}

.about-card-content.is-dark {
  color: #2e2e2e;
}

.about-card-content.is-dark.is-4 {
  margin-top: 8rem;
}

.about-card-number {
  font-family: var(--base-color-brand--font-family-heading);
  color: var(--base-color-brand--color-deep-orange);
  font-size: 2.25rem;
}

.about-card-number.is-dark {
  color: var(--base-color-brand--color-dark-yellow);
}

.about-copy-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about_lllo-image.is-still {
  max-height: 23.5rem;
}

.about_lllo-image.is-3 {
  max-width: 15rem;
  margin-left: 5rem;
}

.about_lllo-image.is-4 {
  max-width: 100%;
  margin-left: -5%;
}

.about_lllo-image.is-1 {
  max-width: 26rem;
}

.about_lllo-image.is-2 {
  max-width: 95%;
}

.about_lllo-image.is-1-dark {
  max-width: 26rem;
}

.about_lllo-image.is-3-dark {
  max-width: 16.5rem;
  margin-left: 2rem;
}

.about_lllo-image.is02-dark {
  max-width: 95%;
}

.about_lllo-image.is-4-dark {
  max-width: 100%;
  margin-left: -5%;
}

.about-line-bottom, .divider-mob-only {
  display: none;
}

.cocktail_image-frame-copy {
  max-width: 108%;
  margin-left: -4%;
  margin-right: -4%;
  position: absolute;
  inset: -4rem 0% 0%;
}

.about-hero_image-bottle {
  overflow: visible;
  width: 100%;
  max-width: 19rem;
  height: 100%;
  position:relative;
  inset: 0% 0% 0% -2rem;
}

.about-hero_image-bottle-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

.about_header-content-left {
  color: var(--base-color-brand--color-beige);
  font-size: var(--base-color-brand--text-28);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about_header-content-left {
    order: 2;
  }
  .about-hero_image-bottle-wrapper {
    order: 1;
  }
  .about-header-bottle {
    display: flex !important;  /* Ensure stacking direction is column */
    flex-direction: column;
  }
}


.about-abv-text {
  font-family: var(--base-color-brand--font-family-heading);
  color: var(--base-color-brand--color-yellow);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.about-abv-text.is-letterspace-small.is-dark {
  color: var(--base-color-brand--color-gold);
}

.about-price-text {
  font-family: var(--base-color-brand--font-family-heading);
  letter-spacing: .1rem;
  font-size: 2.5rem;
}

.about-grid-text {
  font-family: var(--base-color-brand--font-family-accent);
  text-transform: uppercase;
  font-size: .8rem;
}

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

.about-hero-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 767px) {
  .mask-reveal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mask-reveal-horizontal.is-cocktail {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.cocktail-collection_item {
  color: var(--base-color-brand--color-dark-gold);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 19rem;
  display: flex;
}

.cocktail-collection_rating-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-top: 1px solid var(--base-color-brand--color-dark-gold);
  border-bottom: 1px solid var(--base-color-brand--color-dark-gold);
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-dark-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: .6rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  min-width: 9rem;
}

.cocktails-collection-filter-eyebrow {
  font-family: var(--base-color-brand--font-family-accent);
  color: var(--base-color-brand--color-dark-gold);
  text-transform: uppercase;
  font-size: .8rem;
}

.cocktail-collection-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.filter-break-mobile {
  display: none;
  width: 100%;
  height: 0;
}

/* Show the break only on small screens */
@media screen and (max-width: 767px) {
  .cocktail-collection-filter-wrap {
    flex-wrap: wrap;
  }
  .filter-break-mobile {
    display: block;
  }
}



.button-close-icon {
  display: none;
}

.cocktail-collection-list {
  grid-column-gap: 0rem;
  grid-row-gap: 8rem;
  text-wrap: balance;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_gallery1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.gallery1_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery1_lightbox-link {
  width: 100%;
  height: 100%;
}

.home-illo_image-wrapper {
  aspect-ratio: 113 / 141;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: clip;
}



@media screen and (max-width: 768px) {
  .hide-mobile-landscape {
    display: none;
  }
}

/* By default: hidden */
.show-mobile-tablet {
  display: none;
}

/* Show at 767px and below */
@media (max-width: 991px) {
  .show-mobile-tablet {
    display: block;
  }
}


.home-illo-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}



.home-illo-title-wrap {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2.5rem;
}

.home-illo-title-wrap.mob-l-only {
  display: none;
}

.shopify-policy__container {
    max-width: 50rem;
    max-width: 75ch;
    margin: 6rem auto;
    padding-left: 3%;
    padding-right: 3%;
}

.shopify-policy__container p  {
  margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.shopify-policy__container strong {
  font-weight: 700;
  font-family: var(--heading-font); /* optional */
  text-transform: uppercase; /* optional */
  padding-bottom: 1rem;
}

.shopify-policy__container h2 {
  font-size: 2rem;
  margin-top: 2rem;
}

.shopify-policy__container h3 {
  font-size: 2rem;
  margin-top: 2rem;
}


.shopify-policy__title {
margin-bottom: 2rem;
}

.home-illo-button-wrap {
  z-index: 10;
  text-align: center;
  position: absolute;
  inset: auto 0% 3.5rem;
}

.home-illo_image-wrapper-mob {
  aspect-ratio: 113 / 141;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

  .padding-section-medium.padding-section-reviews, .padding-section-medium.padding-section-marquee, .padding-section-medium.padding-section-marquee-plain {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

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

  .padding-section-large.is-top-arc {
    padding-top: 8rem;
  }

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

  @media screen and (max-width: 767px) {
  .padding-section-large.is-cta {
    padding-top: 2rem;
    padding-bottom: 6rem; /* keep as is, or change if you want */
    max-width: 34ch;
  }
}

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .footer_top-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .layout-feature-image_content, .header_content-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout_-border-card-content {
    padding: 2rem;
  }

  .about_image-wrapper.is-4, .about_image-wrapper.is-4-dark {
    margin-top: 0;
  }

  .heading-style-display {
    font-size: 3.25rem;
  }

  .cocktail_individual-header {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }



  .cokctail-related_list {
    grid-column-gap: 2rem;
  }

  .header_split {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .header_full-image {
    height: auto;
    max-height: none;
  }

  .header_split-right {
    margin-left: 5%;
    margin-right: 5%;
  }

  @media screen and (max-width: 991px) {
  .header_split-right {
    display: flex;
    flex-direction: column;
    align-items: center;    /* centers horizontally */
    justify-content: center; /* optional: centers vertically if height is set */
    text-align: center;     /* centers text inside */
  }
}


  .cocktail_image-temple-split {
    max-width: 18rem;
  }

  .temple_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .temple-arches_list {
    grid-column-gap: 2rem;
  }

  .cocktail_image-temple {
    max-width: 18rem;
  }

  .temple-large_image-frame {
    top: -3rem;
  }

  .temple-arches-style-display {
    font-size: 3.25rem;
  }

  .home_hero-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }


  .layout_about-section.is-2 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .layout_about-section.is-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .layout_about-section.is-3 {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .layout_about-section.is-1 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .layout_about-section.is-dark-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .layout_about-section.is-3-dark {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about_lllo-image.is-3 {
    max-width: 10rem;
  }

  .about_lllo-image.is-4 {
    max-width: 20rem;
    margin-left: 0%;
  }

  .about_lllo-image.is-1, .about_lllo-image.is-1-dark {
    max-width: 15rem;
  }

  .about_lllo-image.is-3-dark {
    max-width: 14rem;
  }

  .about_lllo-image.is-4-dark {
    max-width: 20rem;
    margin-left: 0%;
  }

  .cocktail_image-frame-copy {
    top: -3rem;
  }



  .cocktail-collection-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-illo_image-wrapper {
    max-width: 40rem;
  }

  .home-illo-title-wrap {
    top: 1.75em;
  }

  .home-illo-button-wrap {
    bottom: 2.75em;
  }

  .home-illo_image-wrapper-mob {
    max-width: 40rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

    .home_hero-text-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom.footer_mobile-15 {
    margin-bottom: 1.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

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

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

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

  .padding-section-medium.padding-section-reviews, .padding-section-medium.padding-section-marquee, .padding-section-medium.padding-section-marquee-plain {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

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

  .padding-section-large.is-cockail-recipe {
    padding-bottom: 5rem;
  }

  .padding-section-large.is-about-hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

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

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

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

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }



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

  .review_wrapper {
    padding: .75rem 1rem;
  }

  .logo_logo {
    max-height: 3rem;
  }

  .layout-feature-image_content, .header_content-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout358_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout_border-card {
    grid-template-columns: 1fr;
  }

  .layout_-border-card-content {
    padding: 1.5rem;
  }

  .about_image-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
  }

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

  .banner_content-wrapper {
    align-items: center;
  }

  @media screen and (max-width: 767px) {
  .banner_content, .banner_content-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0rem;
    text-align: center;
  }
}


  .banner10_close-button {
    margin-left: 0;
  }

  .cocktail_individual-header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .recipe_header-content-right {
    margin-left: auto;
    margin-right: auto;
  }

  .cokctail_recipe-wrapper {
    justify-content: center;
    align-items: center;
  }

  .recipe_back-link {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    position: relative;
  }

  .cokctail-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header_full-image {
    height: 80vh;
  }

  .text-size-28.show-mobile-landscape {
    display: block;
  }

  .text-size-28.show-mobile-landscape.is-balanced {
    text-wrap: balance;
  }

  .temple-split-image_content-right {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .temple_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .temple_badge-split {
    display: block;
    inset: 0% -3rem auto auto;
  }

  .temple-arches_list {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout_about-section.is-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .layout_about-section.is-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .layout_about-section.is-1, .layout_about-section.is-dark-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .layout_about-section.is-3-dark {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
  }

  .about-card-content.is-dark.is-4 {
    margin-top: 0;
  }

  .about_lllo-image.is-3 {
    margin-left: 0;
  }

  .about_lllo-image.is-1 {
    max-width: 20rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    margin-left: -2rem;
  }

  .about_lllo-image.is-1-dark {
    max-width: 22rem;
  }

  .about_lllo-image.is-3-dark {
    margin-left: 0;
  }

  .about_lllo-image.is02-dark {
    max-width: 26rem;
  }

  .about-line-top {
    display: none;
  }

  .about-line-bottom, .divider-mob-only {
    display: block;
  }

  .about-hero_image-bottle {
    max-width: 13rem;
    position: relative;
    inset: 0% 0% 0% 0%;
  }

  .about_header-content-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }



  .cocktail-collection-list {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery1_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-illo_image-wrapper {
    max-width: none;
    display: flex;
  }

  .home-illo-title-wrap.mob-l-only {
    display: block;
  }

  .home-illo_image-wrapper-mob {
    aspect-ratio: 394 / 643;
    max-width: none;
    display: flex;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-medium.is-footer {
    padding-bottom: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }



  .padding-section-large.is-about-hero {
    padding-bottom: 1rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .footer_form-wrap {
    width: 100%;
  }

  .newsletter_submit-button {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

  .section_main.is-gradient-banner {
    background-image: url('../images/gold-grad-bkg.png'), radial-gradient(circle farthest-side at 50% 0%, var(--base-color-brand--color-beige), var(--base-color-brand--color-caramel) 60%, #8f6e3f);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section_main.is-gradient-banner.is-balanced {
    background-image: radial-gradient(circle farthest-side at 50% 0%, var(--base-color-brand--color-beige), var(--base-color-brand--color-caramel) 60%, #8f6e3f);
    text-wrap: balance;
    background-position: 0 0;
    background-size: auto;
  }


  .section_main.is-large-gradient {
    background-image: url('https://chiykq-f8.myshopify.com/cdn/shop/files/6gold-grad-bkg_1-p-1080.png?v=1746529924');
    background-position: 0 0;
    background-size: cover;
  }

  .review_wrapper {
    justify-content: center;
    align-items: center;
  }

  .layout-feature-image_content, .header_content-grid {
    grid-template-columns: 1fr;
  }

  .heading-style-display.is-home-hero {
    font-size: 3.5rem;
  }

  .cocktail_individual-header, .cocktail_recipe-list {
    grid-template-columns: 1fr;
  }

  .cocktail_image-frame {
    top: -2.25rem;
  }

  @media screen and (max-width: 767px) {
  .cocktail_image-frame {
    top: -3rem;
  }
}


  .cokctail-related_list, .header_split {
    grid-template-columns: 1fr;
  }

  .header_full-image {
    height: 70vh;
  }

    .header_full-image.is-cocktail-split {
    height: 70vh;
  }

  @media screen and (max-width: 767px) {
  .header_full-image.is-cocktail-split {
    height: 50vh;
  }
}

  .recipe_badge-split {
    width: 7rem;
  }

  .cocktail_image-temple-split {
    max-width: 14rem;
  }

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

  .heading_temple {
    font-size: 2.5rem;
  }

  .text-temple-eyebrow {
    font-size: 1.5rem;
  }

  .temple_badge-split {
    width: 7rem;
    right: -2.5rem;
  }

  .temple-arches_list {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .cocktail_image-temple {
    max-width: 14rem;
  }

  .temple-large_image-frame {
    top: -2.25rem;
  }

  .temple-arches-style-display {
    font-size: 2.5rem;
  }

  .marquee-component {
    text-align: center;
  }

  .home_hero-text {
    margin-bottom: 2rem;
  }

  .layout_about-section.is-2 {
    margin-bottom: 3rem;
  }

  .layout_about-section.is-4 {
    margin-bottom: 2rem;
  }

  .layout_about-section.is-3, .layout_about-section.is-1, .layout_about-section.is-dark-1, .layout_about-section.is-3-dark {
    margin-bottom: 3rem;
  }

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

  .about_lllo-image.is-1-dark {
    max-width: 100%;
    margin-bottom: -2rem;
  }

  .about_lllo-image.is-3-dark {
    max-width: 12rem;
  }

  .about_lllo-image.is02-dark, .about_lllo-image.is-4-dark {
    max-width: 100%;
  }

  .cocktail_image-frame-copy {
    top: -2.25rem;
  }

  .about-hero_image-bottle {
    max-width: 10rem;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

.cokctail_recipe-wrapper {
  display: flex;
  max-width: 36ch;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about_header-content-left {
  position: relative;
  display: flex;
  max-width: 50ch;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--base-color-brand--color-beige);
  font-size: var(--base-color-brand--text-28);
}

.about-header-bottle {
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  gap: 4rem 3rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}



 {
.cocktail_recipe-wrapper.is-recipe {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
   max-width: 36ch;
  }
}


@media screen and (max-width: 767px) {
  .cokctail_recipe-wrapper {
    justify-content: center;
    align-items: center;
      margin-left: auto;
  margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .about_header-content-left {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .about-header-bottle {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .about-header-bottle {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

  
  .cocktail-collection-list {
    grid-row-gap: 6rem;
    grid-template-columns:  1fr;
  }

  .home-illo-title-wrap {
    top: 2em;
  }

  .home-illo-button-wrap {
    bottom: -1.5rem;
  }

  .home-illo_image-wrapper-mob {
    overflow: visible;
  }
}
.heading-style-h1.line-height-1 {
  line-height: 1;
}
.margin-top.is-sip-button { margin-top: 5rem; }
.button-group.is-sip { justify-content: center; }
.padding-section-large.is-sip-charitt { padding-top: 5rem; padding-bottom: 5rem; }
.section_main.is-sip-banner { flex-flow: column; justify-content: center; align-items: stretch; height: 48.75rem; display: flex; }
.heading-style-display.is-sip-header { line-height: .9; }
.sip_testimonial-wrap { max-width: 44rem; margin-left: auto; margin-right: auto; }
.sip_testimonial { text-align: center; }
. sip_testimonial {text-wrap: balance;}
.sip_feature { margin-top: 5rem; }
.sip_feature-grid {
  grid-column-gap: 5rem; grid-row-gap: 4px;
  grid-template-rows: auto; grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr; align-items: center; display: grid;
  .section_main.is-sip-banner.widget { height: 60vh;}
}
.sio_feaure-img-wrap { aspect-ratio: 1; height: 26rem; position: relative; overflow: hidden; }
.layout194_image { aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; }
.sip_hero-right-col { max-width: 48ch; }
.sip_feature-logo { height: 26rem; position: absolute; inset: 0% 0% 0% auto; }
.sip_feature-bottle { height: 17rem; position: absolute; }
.sip_charity-grid {
  grid-column-gap: 0rem; grid-template-rows: auto;
  grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr;
  place-items: start stretch; display: grid;
}
.sip_charity-left-col { text-wrap: balance; max-width: 21rem; margin-left: 5vw; margin-right: 5rem; }
.sip_charity-image-wrapper { overflow: hidden; }
.sip_image-well { aspect-ratio: 1045 / 685; object-fit: cover; min-height: 28rem; }
.sip_charity-logo { height: 3rem; margin-bottom: 3.5rem; }
.section_sip-gallery { background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>); color: var(--\<unknown\|relume-variable-color-scheme-1-text\>); padding-top: 1rem; padding-bottom: 1rem; }
.sip_gallery-grid {
  grid-column-gap: 1rem; grid-row-gap: 1rem;
  aspect-ratio: 220 / 117; grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}
.sip_image-wrapper { border-radius: var(--\<unknown\|relume-variable-radius-medium\>); width: 100%; height: 100%; overflow: hidden; }
.sip_image_large, .sip_image-gallery { aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; }

#w-node-_0b5f8a62-2bc6-1fff-0e0a-d02d9fa5d934-ef826150 {
  place-self: stretch end;
}

@media screen and (max-width: 992px) {
  #w-node-_0b5f8a62-2bc6-1fff-0e0a-d02d9fa5d934-ef826150 {
    place-self: stretch center;
  }
}

@media screen and (max-width: 992px) {
  .sip_hero-right-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}


#w-node-b0008f65-f888-18fe-f07b-85845c298ac8-ef826150 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b0008f65-f888-18fe-f07b-85845c298ad4-ef826150 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@media (max-width: 991px) {
  .margin-top.is-sip-button { margin-top: 4rem; }
  .padding-section-large.is-sip-charitt { padding-top: 5rem; padding-bottom: 0; }
  .section_main.is-sip-banner { height: 28rem; }
  .sip_feature-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .sio_feaure-img-wrap { height: 22rem; }
  .sip_feature-logo { height: 20rem; }
  .sip_feature-bottle { height: 13rem; }
  .sip_charity-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
     text-align: center;
  }
  .sip_charity-left-col { margin-left: 5%; margin-right: 5%; }
  .sip_image-well { height: auto; max-height: none; }
  .sip_feature { margin-top: 3rem; }
  .sip_feature-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }
  .sio_feaure-img-wrap { margin-bottom: -2rem; }
  .section_sip-gallery { padding-top: .5rem; padding-bottom: .5rem; }
  .sip_gallery-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
#w-node-_525b2894-30c7-4993-1c02-78c965246483-ef826150, #w-node-d5f35c76-4eee-bb7f-d15f-e9f58ede145e-ef826150 {
    justify-self: center;
  }

@media (max-width: 991px) {
  #w-node-d5f35c76-4eee-bb7f-d15f-e9f58ede145e-ef826150 {
    justify-self: center;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #w-node-d5f35c76-4eee-bb7f-d15f-e9f58ede145e-ef826150 {
    grid-column: 1 / -1;   /* Span all columns, i.e., full width on mobile */
    grid-row: auto;        /* Reset row if needed */
  }
}


/* Desktop: span 2 columns */
#w-node-_65041994-fa2a-5e67-7fd9-7e5bd040c893-ef826150 {
  grid-column: span 2;
}

/* Tablet/Mobile: span 1 column */
@media (max-width: 991px) {
  #w-node-_65041994-fa2a-5e67-7fd9-7e5bd040c893-ef826150 {
    grid-column: span 1;
  }
}



@media (max-width: 768px) {
  .margin-top.is-sip-button { margin-top: 2.5rem; }
  .button-group.is-sip {align-items: center; }
  .padding-section-large.is-sip-charitt { padding-top: 3rem; }
  .sip_feature-grid { grid-template-columns: 1fr; }
  .sio_feaure-img-wrap { height: 18rem; margin-bottom: 0; }
  .sip_feature-logo { height: 18rem; }
  .sip_feature-bottle { height: 11rem; }
  .sip_charity-grid { grid-row-gap: 2rem; grid-template-columns: 1fr; }
  .sip_charity-logo { height: 2.5rem; margin-bottom: 2.5rem; }
    .layout_background-image.is-sip {
    display: block !important;
}
  }

  @media (max-width: 479px) {
  .button-group.is-sip { justify-content: center; align-items: center; }

      }
}


.about-card-content.is-anim-dark {
  color: #2e2e2e;
}

.about-card-content.is-anim-dark.is-4, .about-card-content.is-anim-dark.is-4-anim {
  margin-top: 3rem;
}

.anim_eyebrow {
  font-family: var(--base-color-brand--font-family-body);
  color: var(--base-color-brand--color-yellow);
  font-size: var(--base-color-brand--text-30);
  text-transform: uppercase;
}

.anim_section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.anim_section.is-2 {
  grid-template-columns: 1fr 2.5fr;
  margin-top: 2rem;
}

.anim_section.is-4 {
  grid-template-columns: 1fr 2.5fr;
  margin-top: 4rem;
}

.anim_section.is-3 {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
  margin-top: -4rem;
}

.anim_section.is-1 {
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
}

.anim_section.is-dark-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 6rem;
}

.anim_section.is-3-dark {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
}

.anim_section.is-anim-1 {
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
}

.anim_section.is-anim-3 {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
  margin-top: -4rem;
}

.anim_section.is-anim-4 {
  grid-template-columns: 1fr 2.5fr;
  margin-top: 4rem;
}

.anim_section.is-anim-dark-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 6rem;
}

.anim_section.is-anim-3-dark {
  grid-template-columns: 1fr 1.15fr;
  grid-auto-flow: row dense;
}

.anim_section.is-4-dark {
  grid-template-columns: 1fr 2.5fr;
  margin-top: 4rem;
}

.anim_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.anim_image-wrapper.is-4 {
  margin-top: -7rem;
}

.anim_image-wrapper.is-4-dark {
  margin-top: -2rem;
}

.anim_image-wrapper.is-badges {
  height: 28rem;
  position: relative;
}

.anim_image-wrapper.mobile-only {
  display: none;
}

.anim_image-wrapper.is-11, .anim_image-wrapper.is-anim-11 {
  width: 26.5rem;
  height: 23rem;
}

.anim_image-wrapper.is-anim-4 {
  margin-top: -7rem;
}

.anim_lllo-image.is-still {
  max-height: 23.5rem;
}

.anim_lllo-image.is-3 {
  max-width: 15rem;
  margin-left: 5rem;
}

.anim_lllo-image.is-4 {
  max-width: 100%;
  margin-left: -5%;
}

.anim_lllo-image.is-1 {
  max-width: 26rem;
}

.anim_lllo-image.is-2 {
  max-width: 95%;
}

.anim_lllo-image.is-1-dark {
  max-width: 26rem;
}

.anim_lllo-image.is-3-dark {
  max-width: 16.5rem;
  margin-left: 2rem;
}

.anim_lllo-image.is02-dark {
  max-width: 95%;
}

.anim_lllo-image.is-4-dark {
  max-width: 100%;
  margin-left: -5%;
}

.anim_lllo-image.is-11 {
  max-width: 20rem;
  position: absolute;
  inset: 0% auto 0% -4rem;
}

.anim_lllo-image.is-12, .anim_lllo-image.is-anim12 {
  z-index: 1;
  max-width: 17rem;
  position: absolute;
  inset: auto 0% auto auto;
}

.anim_lllo-image.is-anim-11 {
  max-width: 20rem;
  position: absolute;
  inset: 0% auto 0% -4rem;
}

.anim_copy-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.anim_card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: var(--base-color-brand--text-30);
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  display: grid;
}

.anim_card-content.is-dark {
  color: #2e2e2e;
}

.anim_card-content.is-dark.is-4 {
  margin-top: 8rem;
}

.anim_card-content.is-anim-dark {
  color: #2e2e2e;
}

.anim_card-content.is-anim-dark.is-4 {
  margin-top: 8rem;
}

.anim_card-number {
  font-family: var(--base-color-brand--font-family-heading);
  color: var(--base-color-brand--color-deep-orange);
  font-size: 2.25rem;
}

.anim_card-number.is-dark, .anim_card-number.is-anim_dark {
  color: var(--base-color-brand--color-dark-yellow);
}

.anim_line-bottom {
  display: none;
}

.anim_illo-image.is-still {
  max-height: 23.5rem;
}

.anim_illo-image.is-3 {
  max-width: 15rem;
  margin-left: 5rem;
}

.anim_illo-image.is-4 {
  max-width: 100%;
}

.anim_illo-image.is-1 {
  max-width: 26rem;
}

.anim_illo-image.is-2 {
  max-width: 95%;
}

.anim_illo-image.is-1-dark {
  max-width: 26rem;
}

.anim_illo-image.is-3-dark {
  max-width: 16.5rem;
  margin-left: 2rem;
}

.anim_illo-image.is02-dark {
  max-width: 95%;
}

.anim_illo-image.is-4-dark {
  max-width: 100%;
}

.anim_illo-image.is-anim-2 {
  max-width: 95%;
}

.anim_illo-image.is-anim-3 {
  max-width: 15rem;
  margin-left: 5rem;
}

.anim_illo-image.is-anim-4 {
  max-width: 100%;
}

.anim_illo-image.is-anim-1-dark {
  max-width: 26rem;
}

.anim_illo-image.is-anim-3-dark {
  max-width: 16.5rem;
  margin-left: 2rem;
}

.anim_cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.anim_divider-mob-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .anim_section.is-2 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .anim_section.is-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .anim_section.is-3 {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .anim_section.is-1 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .anim_section.is-dark-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .anim_section.is-3-dark {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .anim_section.is-anim-1 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .anim_section.is-anim-3 {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .anim_section.is-anim-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .anim_section.is-anim-dark-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .anim_section.is-anim-3-dark {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .anim_section.is-4-dark {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .anim_image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    position: relative;
  }

  .anim_image-wrapper.is-4, .anim_image-wrapper.is-4-dark {
    margin-top: 0;
  }

  .anim_image-wrapper.is-badges {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .anim_image-wrapper.is-badges.mobile-only {
    width: 100%;
  }

  .anim_image-wrapper.mobile-only {
    text-align: center;
    padding-bottom: 3rem;
    display: flex;
  }

  .anim_image-wrapper.is-anim-4 {
    margin-top: 0;
  }

  .anim_lllo-image.is-3 {
    max-width: 10rem;
  }

  .anim_lllo-image.is-4 {
    max-width: 20rem;
    margin-left: 0%;
  }

  .anim_lllo-image.is-1, .anim_lllo-image.is-1-dark {
    max-width: 15rem;
  }

  .anim_lllo-image.is-3-dark {
    max-width: 14rem;
  }

  .anim_lllo-image.is-4-dark {
    max-width: 20rem;
    margin-left: 0%;
  }

  .anim_lllo-image.is-11 {
    max-width: 15rem;
    left: 0;
  }

  .anim_lllo-image.is-12, .anim_lllo-image.is-anim12 {
    max-width: 15rem;
    right: 4rem;
  }

  .anim_lllo-image.is-anim-11 {
    max-width: 15rem;
    left: 0;
  }

  .anim_illo-image.is-3 {
    max-width: 10rem;
  }

  .anim_illo-image.is-4 {
    max-width: 20rem;
    margin-left: 0%;
  }

  .anim_illo-image.is-1, .anim_illo-image.is-1-dark {
    max-width: 15rem;
  }

  .anim_illo-image.is-3-dark {
    max-width: 14rem;
  }

  .anim_illo-image.is-4-dark {
    max-width: 20rem;
    margin-left: 0%;
  }

  .anim_illo-image.is-anim-3 {
    max-width: 10rem;
  }

  .anim_illo-image.is-anim-4 {
    max-width: 20rem;
    margin-left: 0%;
  }

  .anim_illo-image.is-anim-1-dark {
    max-width: 15rem;
  }

  .anim_illo-image.is-anim-3-dark {
    max-width: 14rem;
  }
}

@media screen and (max-width: 767px) {
.about-card-content.is-dark.is-4, .about-card-content.is-anim-dark.is-4, .about-card-content.is-anim-dark.is-4-anim {
    margin-top: 0;
  }
  .anim_section {
    grid-template-columns: 1fr;
  }

  .anim_section.is-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anim_section.is-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .anim_section.is-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .anim_section.is-1, .anim_section.is-dark-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anim_section.is-3-dark {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
  }

  .anim_section.is-anim-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anim_section.is-anim-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .anim_section.is-anim-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .anim_section.is-anim-dark-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anim_section.is-anim-3-dark {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
  }

  .anim_section.is-4-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .anim_image-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .anim_image-wrapper.is-11, .anim_image-wrapper.is-anim-11 {
    height: 18rem;
  }

  .anim_lllo-image.is-3 {
    margin-left: 0;
  }

  .anim_lllo-image.is-1 {
    max-width: 20rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    margin-left: -2rem;
  }

  .anim_lllo-image.is-1-dark {
    max-width: 22rem;
  }

  .anim_lllo-image.is-3-dark {
    margin-left: 0;
  }

  .anim_lllo-image.is02-dark {
    max-width: 26rem;
  }

  .anim_lllo-image.is-11 {
    max-width: 16rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    margin-left: 0;
  }

  .anim_lllo-image.is-12, .anim_lllo-image.is-anim12 {
    max-width: 13rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
  }

  .anim_lllo-image.is-anim-11 {
    max-width: 16rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    margin-left: 0;
  }

  .anim_card-content.is-dark.is-4, .anim_card-content.is-anim-dark.is-4 {
    margin-top: 0;
  }

  .anim_line-top {
    display: none;
  }

  .anim_line-bottom {
    display: block;
  }

  .anim_illo-image.is-3 {
    margin-left: 0;
  }

  .anim_illo-image.is-1 {
    max-width: 20rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    margin-left: -2rem;
  }

  .anim_illo-image.is-2, .anim_illo-image.is-1-dark {
    max-width: 22rem;
  }

  .anim_illo-image.is-3-dark {
    margin-left: 0;
  }

  .anim_illo-image.is02-dark, .anim_illo-image.is-anim-2 {
    max-width: 22rem;
  }

  .anim_illo-image.is-anim-3 {
    margin-left: 0;
  }

  .anim_illo-image.is-anim-1-dark {
    max-width: 22rem;
  }

  .anim_illo-image.is-anim-3-dark {
    margin-left: 0;
  }

  .anim_divider-mob-only {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
.anim_section.is-2 {
    margin-bottom: 3rem;
  }

  .anim_section.is-4 {
    margin-bottom: 2rem;
  }

  .anim_section.is-3, .anim_section.is-1, .anim_section.is-dark-1, .anim_section.is-3-dark, .anim_section.is-anim-1, .anim_section.is-anim-3 {
    margin-bottom: 3rem;
  }

  .anim_section.is-anim-4 {
    margin-bottom: 2rem;
  }

  .anim_section.is-anim-dark-1, .anim_section.is-anim-3-dark {
    margin-bottom: 3rem;
  }

  .anim_section.is-4-dark {
    margin-bottom: 2rem;
  }

  .anim_image-wrapper.is-badges {
    width: 20rem;
    height: 18rem;
  }

  .anim_image-wrapper.is-badges.mobile-only {
    height: 18rem;
  }

  .anim_image-wrapper.mobile-only {
    padding-bottom: 2rem;
  }

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

  .anim_lllo-image.is-1-dark {
    max-width: 100%;
    margin-bottom: -2rem;
  }

  .anim_lllo-image.is-3-dark {
    max-width: 12rem;
  }

  .anim_lllo-image.is02-dark, .anim_lllo-image.is-4-dark, .anim_illo-image.is-2 {
    max-width: 100%;
  }

  .anim_illo-image.is-1-dark {
    max-width: 100%;
    margin-bottom: -2rem;
  }

  .anim_illo-image.is-3-dark {
    max-width: 12rem;
  }

  .anim_illo-image.is02-dark, .anim_illo-image.is-4-dark, .anim_illo-image.is-anim-2 {
    max-width: 100%;
  }

 

  .anim_illo-image.is-anim-3-dark {
    max-width: 12rem;
  }
}
    
#w-node-d5f35c76-4eee-bb7f-d15f-e9f58ede1453-ef826150 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5f35c76-4eee-bb7f-d15f-e9f58ede1459-ef826150 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a762cd6f-5b04-2321-a8e8-2af4f2c52b43-80af4d0b, #w-node-d4aaadbd-42c5-c8e1-be43-3f90d2197704-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8a9-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8ab-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8ad-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8af-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8b1-80af4d0b, #w-node-_14db8c12-0a2a-d7a2-384f-bd2c3b79f8b3-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8aae-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8ab0-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8ab2-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8ab4-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8ab6-80af4d0b, #w-node-_7324bf7f-d92b-fbde-c32c-e487d44b8ab8-80af4d0b, #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d645-80af4d0b, #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d652-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f241-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f260-80af4d0b {
  justify-self: center;
}

#w-node-_017f8e0b-4580-889d-c975-1151a4d4702c-80af4d0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8b1bef66-7b31-249f-456e-d4e1a801bb30-80af4d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-80af4d39 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-80af4d39 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-80af4d39 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-80af4d39, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-80af4d39, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-80af4d39, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-80af4d39, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-80af4d39, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-80af4d39 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-80af4d39 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-80af4d39 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-80af4d39, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-80af4d39, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-80af4d39 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-80af4d39, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-80af4d39, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-80af4d39 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-80af4d39, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-80af4d39, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-80af4d39 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-80af4d39, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-80af4d39, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-80af4d39 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-80af4d39, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-80af4d39, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-80af4d39 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-80af4d39, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-80af4d39, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-80af4d39 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-80af4d39, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-80af4d39, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-80af4d39 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-80af4d39, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-80af4d39, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-80af4d39 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-80af4d39, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-80af4d39 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-80af4d39 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-80af4d39 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-80af4d39, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-80af4d39 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-80af4d39 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-80af4d39 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-80af4d39 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-80af4d39, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-80af4d39 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-80af4d39, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-80af4d39, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-80af4d39, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-80af4d39, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-80af4d39, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-80af4d39, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-80af4d39, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-80af4d39, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-80af4d39, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-80af4d39, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-80af4d39, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-80af4d39, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-80af4d39 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-80af4d39, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-80af4d39, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-80af4d39 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-80af4d39, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-80af4d39, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-80af4d39 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-80af4d39, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-80af4d39, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-80af4d39 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-80af4d39, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-80af4d39, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-80af4d39 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-80af4d39, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-80af4d39, #w-node-ee961e8d-845a-edc3-3307-509470022457-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-80af4d39 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-80af4d39, #w-node-ee961e8d-845a-edc3-3307-50947002245b-80af4d39, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-80af4d39 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-80af4d39, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-80af4d39, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-80af4d39 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-80af4d39, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-80af4d39, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-80af4d39 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-80af4d39, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-80af4d39, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-80af4d39 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-80af4d39, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-80af4d39, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-80af4d39 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-80af4d39, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-80af4d39, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-80af4d39 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-80af4d39 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-80af4d39 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-80af4d39 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-80af4d39 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-80af4d39 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-80af4d39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-80af4d39 {
  justify-self: start;
}

#w-node-_393544e2-bf72-5713-9c4c-b33c6e400b47-e6fc42fa, #w-node-_7a53c435-fb31-877f-9a84-3c5ea7ebe5b6-e6fc42fa, #w-node-_916b68a2-71ab-8f96-a260-9869330c2def-e6fc42fa, #w-node-_4c4f6158-f8d2-3cb4-4a8e-5e0227ca7ee8-e6fc42fa, #w-node-_6b6baef0-bb18-e742-63fc-56e582021e0a-a4a2276b, #w-node-_6b6baef0-bb18-e742-63fc-56e582021e29-a4a2276b, #w-node-b400f250-150e-bd95-c30b-acb4b92a526e-78a48f5f, #w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce1-0af71b5c {
  justify-self: center;
}

#w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce3-0af71b5c {
  place-self: stretch start;
}

#w-node-ff730d2f-d357-6110-73c8-f25cbb223ff4-0af71b5c, #w-node-_7f6ef82b-aaab-facd-7747-4e89e7977bcb-a17a930b, #w-node-_328356e4-0d44-408d-4d8d-9bf34ef3b05b-a17a930b, #w-node-_78de4bf7-e243-1c19-0e91-ab26a6b2b5f7-a17a930b, #w-node-ddad888d-2066-eeb4-ca95-65c847028f98-a17a930b, #w-node-ddad888d-2066-eeb4-ca95-65c847028fa5-a17a930b, #w-node-ddad888d-2066-eeb4-ca95-65c847028fb2-a17a930b {
  justify-self: center;
}

#w-node-eafd55c0-7de1-011c-b6fc-bbd8aa246ed7-aa934f99 {
  justify-self: start;
}

#w-node-_34723584-7a80-79d3-7491-fb7bb2e38772-121e8885, #w-node-_1b770e04-7c9f-a45b-fe98-2ba785bb3446-121e8885, #w-node-c3540b6f-7ad9-2068-32c2-6f9546a55a92-121e8885, #w-node-d5dff8f6-721f-9fd1-0347-4c92f63b699d-703ee334 {
  justify-self: center;
}

#w-node-d5dff8f6-721f-9fd1-0347-4c92f63b699f-703ee334 {
  place-self: center start;
}

#w-node-d5dff8f6-721f-9fd1-0347-4c92f63b69a1-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d5dff8f6-721f-9fd1-0347-4c92f63b69a3-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d5dff8f6-721f-9fd1-0347-4c92f63b69a4-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2584ba80-879a-f642-5b64-dce42119cfab-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-efe9f65c-0ded-091c-99f7-19c806454631-703ee334 {
  justify-self: end;
}

#w-node-efe9f65c-0ded-091c-99f7-19c806454633-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-efe9f65c-0ded-091c-99f7-19c806454635-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efe9f65c-0ded-091c-99f7-19c806454636-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c1d6bf5e-a02e-9da2-3b78-0833ccb695ed-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-efe9f65c-0ded-091c-99f7-19c806454639-703ee334 {
  justify-self: end;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a10-703ee334 {
  justify-self: start;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a12-703ee334 {
  place-self: center start;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a14-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a16-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a17-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_760156e5-9e4a-deb9-b460-1e75608475aa-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a1b-703ee334 {
  justify-self: start;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a1d-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a1f-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ac9418a-717a-4079-0450-9f3fe1477a20-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3d0b2a58-6fd1-a5cc-5710-e2fdaf92e319-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc364e-703ee334 {
  justify-self: end;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3650-703ee334 {
  place-self: center start;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3652-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3654-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3655-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3658-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc365a-703ee334 {
  justify-self: end;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc365c-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc365e-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc365f-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3662-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3663-703ee334 {
  justify-self: end;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3666-703ee334 {
  justify-self: start;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3668-703ee334 {
  place-self: center start;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc366a-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc366c-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc366d-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3670-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3672-703ee334 {
  justify-self: start;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3674-703ee334 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3676-703ee334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc3677-703ee334 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7734bc1-a49b-2876-a171-aa9153bc367a-703ee334 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce3-9e9bc9cb {
  place-self: center end;
}

#w-node-ff730d2f-d357-6110-73c8-f25cbb223ff4-9e9bc9cb {
  justify-self: center;
}

#w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce1-9e9bc9cb {
  justify-self: start;
}

#w-node-c5aab44e-75fb-73ae-fcdf-a78798403a8c-9e9bc9cb {
  place-self: center end;
}

#w-node-c5aab44e-75fb-73ae-fcdf-a78798403a9d-9e9bc9cb {
  justify-self: center;
}

#w-node-c5aab44e-75fb-73ae-fcdf-a78798403aab-9e9bc9cb {
  justify-self: start;
}

#w-node-_34723584-7a80-79d3-7491-fb7bb2e38772-6e6e631b, #w-node-_14a1f784-d976-c133-b70d-1b143e7a1547-6e6e631b, #w-node-_155635e8-0c4e-42a8-c871-90b84fc400cc-6e6e631b {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d645-80af4d0b, #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d652-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f241-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f260-80af4d0b, #w-node-_6b6baef0-bb18-e742-63fc-56e582021e0a-a4a2276b, #w-node-_6b6baef0-bb18-e742-63fc-56e582021e29-a4a2276b {
    justify-self: center;
  }

  #w-node-eafd55c0-7de1-011c-b6fc-bbd8aa246ed5-aa934f99 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eafd55c0-7de1-011c-b6fc-bbd8aa246ed7-aa934f99 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c7734bc1-a49b-2876-a171-aa9153bc3666-703ee334 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d660-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f268-80af4d0b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a9c406ea-c1e6-dbdc-f9fa-2a6476eae1ac-80af4d0b, #w-node-bc21e223-6427-87b2-39a7-3b9835ff468c-80af4d0b, #w-node-_017f8e0b-4580-889d-c975-1151a4d4702c-80af4d0b, #w-node-_8b1bef66-7b31-249f-456e-d4e1a801bb30-80af4d0b {
    order: -9999;
  }

  #w-node-_6b6baef0-bb18-e742-63fc-56e582021e31-a4a2276b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce3-0af71b5c {
    order: 9999;
  }

  #w-node-_64c788ff-47e4-aa8b-d002-e373b49a5cf7-c8a38fd6 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_647eb45d-412f-add7-33e7-d94257496893-c8a38fd6 {
    order: -9999;
  }

  #w-node-_647eb45d-412f-add7-33e7-d94257496896-c8a38fd6 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_00a8c6ee-a710-f991-d2e0-8bb96594dce3-9e9bc9cb, #w-node-c5aab44e-75fb-73ae-fcdf-a78798403a8c-9e9bc9cb {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fdb90c0-d817-7a47-bf39-cbd92961d645-80af4d0b, #w-node-_72801744-2456-8b07-ac2e-d46dc554f241-80af4d0b, #w-node-_6b6baef0-bb18-e742-63fc-56e582021e0a-a4a2276b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Web';
  src: url('/cdn/shop/files/Druk-Medium-Web.woff2?v=1746962492') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grifitos';
  src: url('../fonts/GrifitoS-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}