<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 2935:14 Expected ":"

**/
:root {
  --off-black: #333;
  --light-grey: #f7f7f7;
  --white: white;
  --new-green: #06a115;
  --grey: #fafafa;
  --discounted-green: #06a170;
  --error-red: #fa4747;
  --actual-black: var(--off-black);
  --dark-grey: #eee;
}

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

.mobile-stack {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .mobile-stack {
    flex-direction: row;
  }
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.text-indent-small{
  letter-spacing: -1px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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 {
  color: var(--off-black);
  font-family: Space Mono, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--off-black);
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: .875rem;
}

a {
  border-color: var(--off-black);
  color: var(--off-black);
  text-decoration: underline;
}

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(--off-black);
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  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: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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-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-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: 1rem;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.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;
}

.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 rgba(0, 0, 0, .14);
}

.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 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 0;
  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-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.button {
  border: 1px solid var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-family: Space Mono, sans-serif;
  font-weight: bold;
  transition: color .3s, background-color .3s;
}

.button:hover {
  background-color: var(--white);
  color: var(--off-black);
}

.button.is-link {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.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 {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  background-color: var(--off-black);
  color: var(--white);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-icon {
  text-decoration: none;
}

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

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

.button.is-variant-atc {
  width: 100%;
}

.button.is-variant.max-width-full {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-attachment: scroll;
}

.button.is-variant.max-width-full.out-of-stock-state {
  background-color: #ca0000;
  border: 1px #000;
}

.button.is-notvariant {
  width: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.button.is-notvariant.max-width-full {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-attachment: scroll;
}

.button.wishlist {
  width: 100%;
  background-color: var(--light-grey);
  color: var(--off-black);
}

.button.checkout {
  width: 100%;
  margin-top: 2rem;
}

.button.checkout.active {
  width: 100%;
  margin-top: 1rem;
}

.button.checkout.active:hover {
  background-color: var(--new-green);
  color: var(--white);
}

.button.checkout.inactive {
  background-color: var(--grey);
  color: var(--off-black);
  margin-top: 1rem;
}

.button.coupon {
  padding: 0 1rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  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;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

.text-weight-bold.state_separator {
  margin-left: .25rem;
  margin-right: .25rem;
}

.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 {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--off-black);
  background-color: var(--white);
  color: var(--off-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.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: none;
  font-size: .875rem;
}

.form-input.is-quantity-input {
  width: 4rem;
  font-size: .875rem;
}

.form-input.is-quantity-input::-ms-input-placeholder {
  color: #000;
}

.form-input.is-quantity-input::placeholder {
  color: #000;
}

.form-input.is-icon-left {
  padding-left: 2.75rem;
}

.form-input.is-select-input {
  background-image: none;
}

.form-input.is-quantity-input {
  width: 4rem;
}

.form-input.is-quantity-input::-ms-input-placeholder {
  color: #000;
}

.form-input.is-quantity-input::placeholder {
  color: #000;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.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;
  align-items: center;
  justify-items: 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 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.info_icon {
  display: none;
}

.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(--white);
}

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

.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 {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

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

.icon-embed-xsmall.payment {
  width: auto;
  object-fit: cover;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 100px;
  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;
}

.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 {
  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 {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.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 rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.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: 1rem;
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--off-black);
  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;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.text-size-large.text-align-center.margin-top.margin-medium {
  margin-bottom: 0;
}

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

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

.display-inlineflex {
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-global.background-color-gray.background_texture {
  background-image: url('../images/60f1c5f6e98f2bd737ecd0f9_Grain-Background.png');
  background-position: 0 0;
  background-size: auto;
}

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

.padding-section-medium.position-relative {
  position: relative;
}

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

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

.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;
}

.is-black {
  background-color: var(--off-black);
}

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

.is-gray {
  background-color: var(--light-grey);
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar6_dropdown-content-right {
  max-width: 20rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  position: relative;
}

.navbar6_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  display: flex;
  position: static;
}

.navbar6_component {
  width: 100%;
  min-height: 4.5rem;
  background-color: var(--white);
  color: var(--grey);
  border-bottom: 1px rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: box-shadow .3s;
  display: grid;
}

.navbar6_dropdown-link:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar6_icon-wrapper {
  flex: none;
}

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

.navbar6_link {
  color: #333;
  padding: 1.5rem 1rem;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
}

.navbar6_link.w--current {
  color: #333;
  font-weight: 700;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.navbar6_menu-dropdown {
  position: static;
}

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

.navbar6_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar6_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar6_menu-button {
  padding: 0;
}

.navbar6_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Space Mono, sans-serif;
  display: flex;
}

.navbar6_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar6_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_blog-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.navbar6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #333;
  align-items: center;
  padding: 1.5rem 1rem;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  display: flex;
}

.navbar6_dropdown-background-layer {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navbar6_logo {
  width: 8rem;
}

.navbar6_blog-content {
  max-width: 18rem;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Space Mono, sans-serif;
  display: flex;
}

.navbar6_container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.navbar6_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

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

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-4 {
  border: 1px solid var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
}

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

.banner11_component {
  width: 100vw;
  max-width: 100%;
  border-bottom: 1px solid var(--off-black);
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 200vw;
  background-color: var(--off-black);
  display: flex;
}

.banner11_marquee {
  width: 100vw;
  color: var(--white);
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_text-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text {
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-5 {
  border: 1px solid var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-5.is-secondary {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
}

.button-5.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header_about {
  position: relative;
}

.header30_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header30_content {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout46_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout46_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section_freebies {
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout46_content-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product6_text-link {
  justify-content: space-between;
  text-decoration: none;
  display: flex !important;
}

.product6_left {
  margin-right: 1rem;
}

.button-6 {
  border: 1px solid var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-6.is-secondary {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
}

.product6_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product6_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product6_item {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product6_item.merch {
  z-index: 2;
}

.product6_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.product6_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.product6_slide {
  padding-right: 2rem;
}

.product6_mask {
  width: 25%;
  overflow: visible;
}

.product6_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--off-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_productfeature {
  overflow: hidden;
}

.product6_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.product6_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--off-black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: color .3s, background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.product6_arrow:hover {
  background-color: var(--light-grey);
}

.product6_arrow.left {
  right: 4rem;
}

.product6_image-link {
  display: block;
}

.product6_heading {
  flex: 1;
}

.product6_image-wrapper {
  width: 100%;
  position: relative;
}

.product-header3_add-to-cart {
  width: 50%;
}

.product-header3_reviews-wrapper {
  align-items: center;
  display: flex;
}

.button-7 {
  border: 1px solid var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-7.is-secondary {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-7.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-7.is-link {
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.product-header3_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.product-header3_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header3_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.variant-button {
  background-color: var(--white);
  color: var(--off-black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  transition: box-shadow .2s;
  display: inline-block;
}

.variant-button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--off-black);
  background-color: var(--off-black);
  color: var(--white);
}

.product-header3_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

.disabled {
  pointer-events: none; /* Disables clicking, tapping, and other pointer events */
  opacity: 0.5; /* Makes the button appear faded, indicating it is disabled */
  background-color: #ccc; /* Optional: change background color to gray */
  color: #666; /* Optional: change text color to dark gray */
  cursor: not-allowed; /* Changes the cursor to indicate that the action is not allowed */
}

.product-header3_main-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 5;
  object-fit: cover;
}

.variant-info{
  margin-left: 1rem; /* Space between price and variant info */
  justify-content: center;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_details {
  overflow: hidden;
}

.product-header3_component {
  padding-bottom: 3rem;
}

.product-header3_heading {
  border-top: 1px solid var(--off-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header3_image-wrapper, .product-header3_main-image-wrapper {
  width: 100%;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.breadcrumb-link {
  color: var(--off-black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.product-header3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header3_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header3_price-wrapper {
  display: flex;
}

.product-header3_text-divider {
  width: 1px;
  height: auto;
  background-color: var(--off-black);
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header3_accordion-wrapper {
  border-bottom: 1px solid var(--off-black);
}

.product-header3_default-state {
  margin-bottom: 2rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.product-header3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header3_rating-icon {
  color: var(--off-black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header3_option {
  margin-bottom: 1.5rem;
}

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

.product2_image-link {
  display: block;
}

.product2_item {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.product2_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product2_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.product2_text-link {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.product2_heading {
  flex: 1;
}

.product2_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product2_left {
  margin-right: 1rem;
}

.product2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.gallery4_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

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

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

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

.gallery4_image-wrapper {
  width: 100%;
}

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

.layout401_row.max-width-full {
  grid-template-columns: 1fr 1fr 1fr;
}

.layout401_card-content {
  background-color: var(--off-black);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.layout401_card-content.social.discord {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/discord-chat.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.youtube {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.02.41.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.instagram {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.05.12.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.twitter {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.06.15.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.facebook {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.09.14.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.reddit {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.10.29.png');
  background-position: 0 0, -70px 0;
  background-size: auto, cover;
  text-decoration: none;
}

.layout401_card-content.social.afn {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screenshot-2024-01-10-at-17.12.01.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  text-decoration: none;
}

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

.layout401_card {
  border: 1px none var(--off-black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: transform .3s;
  display: flex;
}

.layout401_card:hover {
  transform: translate(0, -5px);
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.cta58_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_newsletter {
  overflow: hidden;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.faq3_question {
  border-top: 1px solid var(--off-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_icon-wrapper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_answer {
  overflow: hidden;
}

.faq3_list {
  border-bottom: 1px solid var(--off-black);
}

.blog66_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog66_meta-wrapper {
  margin-bottom: 1rem;
}

.blog66_mask {
  width: 33.33%;
  overflow: visible;
}

.blog66_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog66_button-row.show-mobile-landscape {
  display: none;
}

.section_blogfeatured {
  overflow: hidden;
}

.blog66_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 7.5rem;
  position: relative;
}

.blog66_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--off-black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow.left {
  right: 4rem;
}

.blog66_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog66_slide {
  padding-right: 2rem;
}

.blog66_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

.blog66_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog66_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog66_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog66_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--off-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog66_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog66_heading {
  flex: 1;
}

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

.layout3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.layout307_component {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

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

.layout307_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer2_logo-link {
  width: 8rem;
  padding-left: 0;
}

.footer2_legal-list {
  grid-column-gap: 2.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: grid;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_link:hover {
  font-weight: 700;
}

.footer2_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  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;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.footer2_credit-text {
  font-size: .875rem;
  margin-right 1rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--off-black);
}

.footer2_component.background-color-gray {
  background-color: var(--light-grey);
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.toggle {
  height: 3rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.shopify-buy__cart-toggle {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cart_toggle_title {
  color: #333;
  align-items: center;
  font-family: Space Mono, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.cart {
  min-height: 1.5rem;
  min-width: 1.5rem;
  float: right;
  color: #fff;
  background-color: #333;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.about_image {
  width: 8rem;
}

.awardsgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.award_image {
  width: 15rem;
}

.body {
  font-family: Space Mono, sans-serif;
}

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

.dropdown2_component.max-width-full {
  z-index: 2;
  background-color: var(--white);
}

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--off-black);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.dropdown2_dropdown-list.w--open {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown2_dropdown-link {
  padding: .5rem;
}

.dropdown2_dropdown-link.w--current {
  color: var(--off-black);
}

.div-block {
  display: flex;
}

.product-card-sticker {
  z-index: 3;
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: absolute;
  top: 2.5%;
  bottom: auto;
  left: auto;
  right: 2.5%;
  transform: rotate(-5deg);
}

.product-card-sticker.awards-image {
  z-index: 3;
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: absolute;
  top: 2.5%;
  bottom: auto;
  right: auto;
  left: 2.5%;
  transform: rotate(-5deg);
}

.awards-image-product-page {
  z-index: 3;
  width: 100px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 2.5%;
  bottom: auto;
  right: auto;
  left: 2.5%;
}

.product-card-sticker.home-feature {
  width: 7.5rem;
  height: 7.5rem;
}

.product-card-sticker.product-page {
  width: 10rem;
  height: 10rem;
  top: 5%;
  right: 5%;
}

.product-card-info {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-card-info.text-color-white {
  display: none;
}

.product-card-info-grid {
  width: 80%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.info-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: var(--off-black);
    color: white;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    display: none; /* Hidden by default */
  }
  
  /* Show icon only on tablet and mobile */
  @media (max-width: 1024px) {
    .info_icon {
    z-index: 2;
    background-color: var(--off-black);
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .7rem;
      font-weight: bold;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }
  }

  .product-card-info.visible {
    display: block!important;
  }

.product-header-home-feature {
  background-color: var(--off-black);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.position-relative {
  position: relative;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-columns: auto 1fr;
  grid-auto-flow: row;
}

.community_image {
  width: 6rem;
  height: 6rem;
}

.text-size-supertiny {
  font-size: .6rem;
}

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

.filters2_rangeslider1-handle {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 1px 1px 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider1-handle:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider1-handle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.filters2_category-link.w--current {
  text-decoration: underline;
}

.filters2_tablet-modal-close-button {
  display: none;
}

.filters2_scroll-wrapper {
  height: 80vh;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filters2_form-radio2-icon {
  width: 100%;
  height: 100%;
  border: 1px none var(--off-black);
  cursor: pointer;
  border-radius: 0%;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: rgba(0, 0, 0, 0);
}

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

.filters2_rangeslider1-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_toggle-button {
  width: 2.5rem;
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters2_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters-2-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
}

.filters2_rangeslider2-handle-right {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.dropdown1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.filters2_filter-options {
  overflow: hidden;
}

.form-icon-wrapper {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.filters2_form-radio1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 1px;
  border-color: var(--off-black);
  background-color: var(--off-black);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters2_form {
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--off-black);
}

.filters2_empty {
  border: 1px solid var(--off-black);
  text-align: center;
  padding: 2.9rem;
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

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

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.filters2_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  position: relative;
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filters2_rangeslider2-fill {
  width: 20%;
  height: 100%;
  background-color: var(--off-black);
  position: absolute;
}

.filters2_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.filters2_list.is-radio2, .filters2_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters2_filter-group-heading {
  border-top: 1px solid var(--off-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters_instructions-callout-image {
  margin-top: .5rem;
}

.filters2_form-radio2 {
  border: 1px solid var(--off-black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters2_form-radio2.is-active {
  background-color: var(--off-black);
  color: var(--white);
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.feed-content-replace-this-div {
  width: 100%;
  min-height: 200vh;
  border: 2px dashed rgba(0, 0, 0, .15);
}

.filters_instructions-list {
  list-style-type: decimal;
}

.filters2_form-checkbox2-icon {
  width: 100%;
  height: 100%;
  border: 1px none var(--off-black);
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

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

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters2_rangeslider1-fill {
  width: 20%;
  height: 100%;
  background-color: var(--off-black);
  position: absolute;
}

.filters2_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_rangeslider2-track {
  height: .25rem;
  background-color: var(--light-grey);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_toggle-button-circle {
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border-radius: 999rem;
  flex: none;
  display: block;
  position: relative;
}

.filters2_rangeslider2-handle-left {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-left:focus-visible {
  outline-color: var(--off-black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--off-black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_tablet-filters-button {
  border: 1px solid var(--off-black);
  color: var(--off-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
  display: none;
}

.filters2_category-list {
  margin-bottom: 1.5rem;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters2_rangeslider2-input, .filters2_rangeslider1-input {
  display: none;
}

.filters2_form-checkbox2 {
  border: 3px solid var(--off-black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: .7rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox2:hover {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.filters2_form-checkbox2.is-active {
  background-color: var(--off-black);
  color: var(--white);
}

.filters2_tablet-modal-menu {
  display: none;
}

.filters2_filters-wrapper {
  max-width: 19rem;
  border: 2px solid var(--off-black);
  background-color: var(--grey);
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_toggle-button-checkbox {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 999rem;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_toggle-button-checkbox:focus-visible {
  outline-color: var(--off-black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--off-black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.filters2_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters2_form-checkbox1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 0;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

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

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

.filters2_rangeslider2-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters2_rangeslider1-track {
  width: 100%;
  height: .25rem;
  background-color: var(--light-grey);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: .5rem;
}

.filters2_rangeslider2-text {
  text-align: center;
  font-size: .875rem;
  position: relative;
}

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

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

.filters2_tag {
  background-color: var(--light-grey);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters2_tag.text-weight-bold {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.filters2_form-block, .filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.lightning-bolt {
  width: 10rem;
}

.lightning-bolt.position-absolute {
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.lightning-bolt.position-absolute.rotate {
  transform: rotate(31deg);
}

.lightning-bolt.position-absolute.rotate.small {
  width: 6rem;
}

.lightning-bolt.position-absolute.left {
  top: 15%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.lightning-bolt.position-absolute.left.rotate {
  transform: rotate(-18deg);
}

.position-absolute {
  position: absolute;
}

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

.product1_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.product1_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

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

.product1_item-link {
  text-decoration: none;
}

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

.product1_item {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-header6_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header6_main-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-header6_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-header6_option {
  margin-bottom: 1.5rem;
}

.product-header6_form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: grid;
}

.product-header6_list-wrapper {
  flex-direction: column;
}

.product-header6_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header6_content-inner-wrapper {
  width: 100%;
  max-width: 35rem;
}

.product-header6_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header6_tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.product-header6_main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-header6_default-state {
  margin-bottom: 2rem;
}

.product-header6_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header6_content-right {
  height: 90vh;
  padding: 5rem 5vw 5rem 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.product-header6_content-left {
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.product-header6_text-divider {
  width: 1px;
  height: auto;
  background-color: var(--off-black);
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header6_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-header6_item {
  width: 100%;
  display: flex;
}

.product-header6_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.product-header6_rating-icon {
  width: 1rem;
  height: 1rem;
  color: var(--off-black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header6_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header6_component {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.product-header6_price-wrapper {
  display: flex;
}

.section_product-header6 {
  position: relative;
}

.product-header6_lightbox-link {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  flex-direction: column;
  display: flex;
}

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

.layout1_image.sticker_feature {
  width: 60%;
  height: 60%;
}

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

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

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

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

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

.best-method-label, .yield-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.aroma-flavour-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.extract-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.effect-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.size-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.extract-field, .size-field, .cannabinoids-field, .medicinal-effect-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.best-grown-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.best-method-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.medicinal-effect-labell, .effect-label, .aroma-flavour-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.best-grown-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cannabinoids-label {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.yield-field {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.blog10_featured-list {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog10_featured-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 7.5rem;
  display: grid;
}

.blog10_featured-image-link {
  width: 100%;
}

.blog10_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog10_item {
  margin-bottom: 1.5rem;
}

.blog10_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog10_featured-button-wrapper {
  margin-top: .5rem;
  display: flex;
}

.blog10_main-title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

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

.blog10_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog10_mini-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.blog10_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.blog10_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog10_heading-wrapper {
  width: 100%;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog10_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog10_meta-wrapper {
  margin-bottom: 1rem;
}

.blog10_featured-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.blog10_featured-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.header67_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header {
  height: 25rem;
  position: relative;
}

.header67_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header67_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header67_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header60_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header60_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header60 {
  position: relative;
}

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

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

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

.content9_image-wrapper {
  width: 100%;
  flex: 1;
}

.blog-post-header2_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blog-post-header2_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-header2_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post-header2_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.blog-post-header2_content-bottom {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-post-header2_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header2_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post-header2_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post-header2_author-wrapper {
  align-items: center;
  display: flex;
}

.content31_newsletter {
  border: 1px solid var(--off-black);
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

.content31_form {
  margin-bottom: 0;
}

.content31_content {
  margin-bottom: 4rem;
}

.content31_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blog_shaded_section {
  background-color: var(--light-grey);
  margin-top: 32px;
  padding: 32px;
}

.content19_image-wrapper {
  width: 100%;
  flex: 1;
}

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

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

.filters6_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters6_form-checkbox1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 0;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

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

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

.filters6_form-checkbox2-icon {
  width: 100%;
  height: 100%;
  border: 1px none var(--off-black);
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters6_form-checkbox2-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

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

.filters6_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filters6_rangeslider1-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters6_filters-button {
  height: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--off-black);
  color: var(--off-black);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.filters6_filters-button.text-style-allcaps {
  align-items: center;
  text-decoration: none;
}

.filters-6-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
  display: block;
}

.filters6_filters-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.filters6_rangeslider2-handle-left {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider2-handle-left:focus-visible {
  outline-color: var(--off-black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters6_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--off-black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters6_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters6_rangeslider1-handle {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 1px 1px 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider1-handle:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters6_rangeslider1-handle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters6_results-wrapper {
  display: flex;
}

.filters6_filters-header-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.filters6_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters6_filter-group {
  border-bottom: 1px solid var(--off-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.filters6_filter-group.last {
  border-bottom-style: none;
}

.filters6_toggle-button-checkbox {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 999rem;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters6_toggle-button-checkbox:focus-visible {
  outline-color: var(--off-black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters6_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--off-black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters6_toggle-button-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.filters6_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters6_form-radio1-label-2 {
  margin-bottom: 0;
}

.filters6_filters-modal-background {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters6_filters-modal {
  z-index: 999;
  width: 25rem;
  max-height: 50vh;
  border: 1px solid var(--off-black);
  background-color: var(--white);
  margin-top: .5rem;
  padding: 1.5rem 1.5rem 0;
  position: absolute;
  overflow: auto;
  transform: none;
}

.filters6_form-radio2 {
  border: 1px solid var(--off-black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters6_form-radio2.is-active {
  background-color: var(--off-black);
  color: var(--white);
}

.filters6_form-block {
  margin-bottom: 0;
}

.filters6_keyword-search {
  max-width: 25rem;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.filters6_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters6_rangeslider2-input {
  display: none;
}

.filters6_rangeslider1-fill {
  width: 20%;
  height: 100%;
  background-color: var(--off-black);
  position: absolute;
}

.filters6_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters6_form {
  z-index: 999;
}

.filters6_button-wrapper {
  position: relative;
}

.filters6_filters-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.filters6_form-header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.filters6_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: .5rem;
}

.filters6_list.is-radio2, .filters6_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters6_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters6_modal-menu {
  z-index: 2;
  width: 25rem;
  grid-column-gap: 1rem;
  border-top: 1px solid var(--off-black);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-left: -1.5rem;
  padding: .75rem 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.filters6_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters6_form-radio1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--off-black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters6_form-radio1-icon.w--redirected-checked {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 1px;
  border-color: var(--off-black);
  background-color: var(--off-black);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
}

.filters6_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters6_rangeslider2-handle-right {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--off-black);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters6_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters6_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters6_component {
  position: relative;
}

.filters6_empty {
  border: 1px solid var(--off-black);
  text-align: center;
  padding: 3rem;
}

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

.filters6_rangeslider2-fill {
  width: 20%;
  height: 100%;
  background-color: var(--off-black);
  position: absolute;
}

.filters6_filter-group-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.filters6_filter-options {
  overflow: hidden;
}

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

.filters6_form-checkbox2 {
  border: 1px solid var(--off-black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters6_form-checkbox2.is-active {
  background-color: var(--off-black);
  color: var(--white);
}

.filters6_toggle-button {
  width: 2.5rem;
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters6_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters6_rangeslider1-track {
  width: 100%;
  height: .25rem;
  background-color: var(--light-grey);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters6_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters6_form-radio2-icon {
  width: 100%;
  height: 100%;
  border: 1px none var(--off-black);
  cursor: pointer;
  border-radius: 0%;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters6_form-radio2-icon.w--redirected-checked {
  border-color: rgba(0, 0, 0, 0);
}

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

.filters6_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters6_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters6_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.filters6_toggle-button-circle {
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border-radius: 999rem;
  flex: none;
  display: block;
  position: relative;
}

.filters6_rangeslider1-input {
  display: none;
}

.filters6_rangeslider2-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters6_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filters6_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.filters6_rangeslider2-track {
  height: .25rem;
  background-color: var(--light-grey);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters6_tag {
  background-color: var(--light-grey);
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters6_feed-header {
  grid-column-gap: 2rem;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.card-row44_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.card-row44_card-content.shadow-small {
  min-height: 18.5rem;
}

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

.card-row44_card {
  border: 1px solid var(--off-black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row44_card.background-color-gray {
  border-style: none;
}

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

.retailer_icon {
  max-width: 50%;
  object-fit: contain;
}

.button_group_retailer {
  display: flex;
}

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

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

.card-row1_image {
  object-fit: cover;
  flex: 1;
}

.card-row1_component, .card-row2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--off-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.card-row2_image {
  object-fit: cover;
  flex: 1;
}

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

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

.section_header64.background-texture-grain.bundles {
  background-color: var(--off-black);
  color: var(--white);
}

.section_bundles {
  background-color: var(--off-black);
}

.bundle_link_block {
  transition: all .3s;
}

.bundle_link_block:hover {
  transform: translate(0, -10px);
}

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

.collection_icon {
  width: 10rem;
}

.team14_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team14_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

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

.banner10_component {
  border-bottom: 1px solid var(--off-black);
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.banner10_component-2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--off-black) black var(--off-black) var(--off-black);
  background-color: var(--white);
  color: var(--off-black);
  position: relative;
}

.banner10_component-3 {
  border-bottom: 1px solid var(--off-black);
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
}

.slider-content-replace-this-div {
  width: 100%;
  height: 20rem;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider5_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: visible;
}

.slider5_slide-nav {
  height: 1.75rem;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: .5rem;
  top: auto;
  bottom: 1.25%;
  left: 2.5%;
  right: auto;
}

.slider5_arrow-2 {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--off-black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider5_arrow-2.left {
  display: none;
  bottom: 2.5%;
  right: 2.5%;
}

.slider5_mask {
  overflow: visible;
}

.slider5_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--off-black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_notice_box {
  display: flex;
  position: absolute;
  font-weight: bold;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new_tag {
  width: 3.125rem;
  background-color: var(--new-green);
  text-align: center;
}

.product_tag {
  text-align: center;
  margin-right: 1rem;
}

.product_tag.new {
  width: 3.125rem;
  background-color: var(--new-green);
}

.product_tag.discounted {
  background-color: var(--discounted-green);
  padding-left: .6rem;
  padding-right: .6rem;
}

.product_tag.lastchancetobuy {
  background-color: var(--error-red);
  padding-left: .6rem;
  padding-right: .6rem;
}

.product_tag.bestseller {
  background-color: #145749;
  padding-left: .6rem;
  padding-right: .6rem;
}

.lightbox_icon {
  display: none;
}

.background-texture-grain {
  background-image: url('../images/60f1c5f6e98f2bd737ecd0f9_Grain-Background.png');
  background-position: 0 0;
  background-size: 250px;
}

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

.about2-story_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--white);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--off-black);
  background-color: var(--white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.about2-story_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.about2-testimonial_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.about2-story_progress-bar-wrapper {
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2.4375rem;
  right: auto;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--off-black);
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.about2-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.about2-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.about2-story_timeline-wrapper {
  position: relative;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.about2-values_image-wrapper {
  width: 100%;
  position: relative;
}

.about2-team_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about2-story_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.about2-testimonial_logo-wrapper {
  margin-bottom: 3rem;
}

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

.footer1_legal-list {
  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: grid;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.about2-testimonial_logo {
  max-height: 3rem;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.about2-values_item {
  flex-direction: column;
  align-items: center;
}

.about2-story_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.about2-story_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.about2-testimonial_content {
  width: 100%;
  border: 1px solid var(--off-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.about2-testimonial_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.about2-story_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.about2-values_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.about2-team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.about2-testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.about2-team_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--off-black);
}

.about2-values_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.timeline_image {
  width: 100%;
  height: 70%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.legal2-content_h-trigger {
  display: none;
}

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

.legal2-content_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.legal2-content_sidebar {
  width: 100%;
  flex-direction: column;
  margin-right: 12rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.legal2-content_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.legal2-content_link.w--current {
  background-color: var(--light-grey);
  font-weight: 600;
}

.legal2-content_link.is-h4, .legal2-content_link.is-h5, .legal2-content_link.is-h6 {
  padding-left: 1rem;
}

.legal2-content_link.current {
  background-color: var(--light-grey);
  font-weight: 600;
}

.legal2-content_link.current.w--current {
  background-color: var(--light-grey);
  border-style: none;
  font-weight: 600;
}

.legal2-content_link.is-h3 {
  padding-left: 1rem;
}

.legal2-content_link-wrapper {
  overflow: hidden;
}

.legal2-content_sidebar-heading {
  font-size: 1.5rem;
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.legal2-content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal2-content_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.section_legal1-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.shopify-buy-cart-wrapper {
  z-index: 4;
  width: 35rem;
  max-height: 100vh;
  min-height: 100vh;
  border-left: 1px solid var(--off-black);
  background-color: var(--grey);
  flex-direction: column;
  margin-left: auto;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.shopify-buy_cart {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.shopify-buy_cart-header {
  background-color: #252222;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.shopify-buy-button_close {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transition: color .2s;
}

.shopify-buy-button_close:hover {
  color: var(--error-red);
}

.shopify-buy-button_close.text-weight-bold {
  font-size: 1.9rem;
}

.shopify-buy-button_close.item {
  color: var(--off-black);
  font-size: 1.5rem;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.shopify-buy-button_close.item:hover {
  color: var(--error-red);
}

.shopify-buy_cart-scroll {
  height: 100vh;
  padding-bottom: 50vh;
  overflow: scroll;
}

.upsell_notice {
  background-color: var(--actual-black);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.upsell_notice.congratulations {
  background-color: var(--new-green);
}

.shopify-buy_cart-item {
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
}

.cc_lineitem_data_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.shopify-buy_cart-image {
  width: 9rem;
  height: 9rem;
  margin-right: 1.5rem;
}

.cc-item-header {
  font-size: 1.6rem;
}

.cc_quantity_holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.shopify-buy_quantity_container {
  display: flex;
}

.shopify-buy_cart-quantity-input {
  width: 4rem;
  border-style: solid none;
  border-width: .2px;
  border-color: var(--off-black);
  color: var(--off-black);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.shopify-buy_cart-quantity-input::-ms-input-placeholder {
  color: var(--actual-black);
}

.shopify-buy_cart-quantity-input::placeholder {
  color: var(--actual-black);
}

.shopify-buy_increment {
  height: 100%;
  background-color: var(--light-grey);
  color: var(--off-black);
  border-style: solid;
  border-width: .5px;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 2rem;
  line-height: 100%;
  transition: all .3s;
}

.shopify-buy_increment:hover {
  background-color: var(--actual-black);
  color: var(--white);
}

.form-block-2 {
  margin-bottom: auto;
}

.shopify-buy_price {
  font-size: 1.3rem;
}

.cart-divider {
  width: 90%;
  height: 1px;
  background-color: var(--actual-black);
  margin-left: auto;
  margin-right: auto;
}

.cart-divider.cart-page {
  width: 100%;
}

.shopify-buy_cart_bottom {
  z-index: 2;
  width: 100%;
  height: 35%;
  background-color: var(--light-grey);
  border-top: 1px solid #000;
  flex-wrap: wrap;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shopify-buy-cart-subtotal {
  width: 50%;
  font-size: 1.5rem;
}

.shopify-buy-cart-subtotal.price {
  text-align: right;
  font-size: 2rem;
  line-height: 1;
}

.shopify-buy-cart-subtotal.price.cart-page {
  font-size: 1.5rem;
}

.shopify-buy-cart-subtotal.cart-page {
  width: 100%;
  line-height: 1;
}

.shopify-buy-cart-freebies {
  color: var(--discounted-green);
  margin-left: .5rem;
  font-size: .7rem;
}

.shopify-buy-cart-terms {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .6rem;
}

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

.shopify-cart-page-cart-wrapper.upsell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shopify-cart-page-checkout-info {
  background-color: var(--light-grey);
  flex-direction: column;
  padding: 2rem 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.shopify-cart-page-checkout-info-totalsgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shopify-cart-page-coupon-wrapper {
  display: flex;
}

.text-field, .shopify-coupon-field, .shopify-cart-page-formblock {
  margin-bottom: 0;
}

.fs-info-wrapper {
  display: none;
}

.product6_price_wrapper {
  display: flex;
}

.fs_cms_item {
  display: none;
}

.form__input {
  min-height: 50px;
  color: gray;
  background-color: #f6f6f6;
  border-radius: 3px;
  font-size: 16px;
}

.form__input.state {
  background-image: url('../images/maps-and-flags.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 45px;
}

.retailer_state_wrapper {
  display: flex;
}

.retailer_type {
  display: none;
}


.reset_password_form {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Adds space between elements */
  width: 100%; /* Ensure full width */
}

.login8_image-wrapper {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
}

.login8_navbar {
  z-index: 1;
  width: 100%;
  height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.login8_footer {
  width: 100%;
  height: 4.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login8_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.login8_component {
  min-height: 100vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: auto;
}

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

.login8_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.login8_content-left-reset {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

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

@media screen and (min-width: 1440px) {
  .button.is-variant.max-width-full {
    white-space: normal;
    word-break: normal;
  }

  .header36_image {
    height: 92vh;
  }

  .header36_content {
    max-width: 50rem;
  }

  .product1_list.margin-bottom.margin-small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_team14.background_grain {
    background-image: url('../images/60f1c5f6e98f2bd737ecd0f9_Grain-Background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .slider5_arrow-2.left {
    display: none;
  }
}

@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_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-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .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;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar6_menu {
    height: 100dvh;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

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

  .navbar6_link {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px;
    padding: .75rem 0;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .navbar6_menu-left {
    display: none;
  }

  .navbar6_menu-dropdown {
    width: 100%;
  }

  .navbar6_dropdown-content {
    flex-direction: column;
  }

  .navbar6_dropdown-list {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar6_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar6_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 12px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar6_dropdown-toggle {
    border: 2px solid var(--off-black);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
  }

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar6_logo {
    width: 7rem;
  }

  .menu-icon_line-middle {
    width: 18px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

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

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

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

  .layout46_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .product6_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product6_button-row {
    flex: none;
  }

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

  .product6_slide {
    padding-right: 2rem;
  }

  .product6_mask {
    width: 50%;
  }

  .product6_heading {
    margin-right: 3rem;
  }

  .product-header3_layout {
    min-height: auto;
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .product-header3_component {
    padding-bottom: 2.5rem;
  }

  .product2_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product2_heading {
    margin-right: 3rem;
  }

  .product2_button-row {
    flex: none;
  }

  .product2_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .layout401_row {
    grid-template-columns: 1fr 1fr;
  }

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

  .blog66_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog66_mask {
    width: 50%;
  }

  .blog66_button-row {
    flex: none;
  }

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

  .blog66_heading {
    margin-right: 3rem;
  }

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

  .layout307_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer2_legal-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr 1fr;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .toggle {
    min-width: 100px;
    display: flex;
  }

  .filters2_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters2_tablet-modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters-2-instructions-delete {
    display: block;
  }

  .filters2_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .filters2_layout {
    grid-template-columns: 1fr;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_tablet-filters-button {
    border-width: 3px;
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .filters2_tablet-filters-button.text-weight-bold.text-style-allcaps {
    border-width: 2px;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-left: 0;
    padding: .75rem 0%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_filters-wrapper {
    z-index: 9999;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: #fff;
    padding: 3rem 5% 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .filters2_form-block {
    z-index: 999;
    max-width: 100%;
  }

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

  .lightning-bolt.position-absolute.rotate {
    width: 7rem;
  }

  .product1_list {
    grid-template-columns: 1fr 1fr;
  }

  .product-header6_main-image-wrapper {
    padding-top: 120%;
  }

  .product-header6_content-inner-wrapper {
    max-width: none;
  }

  .product-header6_content-right {
    height: auto;
    max-height: none;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .product-header6_item {
    height: auto;
    max-height: none;
  }

  .product-header6_component {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .product-header6_lightbox-link {
    height: auto;
    max-height: none;
  }

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

  .blog10_featured-list {
    grid-row-gap: 3.5rem;
  }

  .blog10_featured-blog {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .blog10_list {
    grid-template-columns: 1fr 1fr;
  }

  .header60_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .content31_newsletter {
    position: static;
  }

  .content31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content31_content {
    margin-bottom: 3rem;
  }

  .content19_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .filters6_layout {
    grid-template-columns: 1fr;
  }

  .filters6_filters-button {
    justify-content: center;
    display: flex;
  }

  .filters6_filters-header {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .filters6_rangeslider2-handle-left, .filters6_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters6_filters-modal {
    right: 0%;
  }

  .filters6_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters6_keyword-search {
    max-width: none;
  }

  .filters6_rangeslider1-text {
    top: 2rem;
  }

  .filters6_form {
    border-style: none;
  }

  .filters6_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters6_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters6_tags-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .filters6_tag {
    margin-right: 0;
  }

  .card-row44_component {
    grid-template-columns: 1fr 1fr;
  }

  .retailer_icon {
    width: 50%;
  }

  .card-row1_card-content, .card-row2_card-content {
    padding: 2rem;
  }

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

  .slider5_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

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

  .slider5_arrow-2.left {
    display: none;
  }

  .slider5_mask {
    width: 100%;
  }

  .lightbox_icon {
    z-index: 1;
    display: block;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .lightbox_icon_svg {
    width: 3rem;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .about2-story_timeline-step {
    grid-column-gap: 24px;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

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

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about2-testimonial_component {
    grid-template-columns: 1fr 1fr;
  }

  .about2-values_list {
    grid-column-gap: 2rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about2-team_list {
    grid-column-gap: 2rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .timeline_image {
    height: 50%;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .legal2-content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--off-black);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal2-content_component, .legal2-content_component-2 {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .shopify-buy-cart-wrapper {
    border-left-style: none;
  }

  .shopify-cart-page-grid {
    grid-template-columns: 1fr;
  }

  .shopify-cart-page-checkout-info {
    position: static;
  }

  .login8_navbar {
    justify-content: center;
  }

  .login8_footer {
    justify-content: center;
    padding-left: 0%;
  }

  .login8_component {
    grid-template-columns: 1fr;
  }

  .login8_content-left {
    padding-top: 6rem;
  }

  .login8_image {
    height: 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;
  }

  .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;
  }

  .button.is-variant.max-width-full {
    font-size: .8rem;
  }

  .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-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .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;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar6_menu {
    padding-bottom: 6rem;
  }

  .navbar6_component {
    min-height: 4rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar6_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .navbar6_logo {
    width: 6rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .banner11_text {
    font-size: 1.125rem;
  }

  .layout46_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .product6_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product6_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .product6_slide {
    padding-right: 1.5rem;
  }

  .product6_mask {
    width: 80%;
  }

  .product6_arrow.left {
    right: 3.5rem;
  }

  .product6_heading {
    margin-right: 0;
  }

  .product6_image-wrapper {
    height: 100%;
  }

  .product-header3_add-to-cart {
    width: 70%;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .product-header3_component {
    padding-bottom: 1.5rem;
  }

  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }

  .product2_image-wrapper {
    height: 100%;
  }

  .product2_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product2_heading {
    margin-right: 0;
  }

  .product2_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .product2_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery4_component, .gallery4_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout401_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout401_row.max-width-full {
    grid-template-columns: 1fr 1fr;
  }

  .layout401_card-content {
    padding: 1.5rem;
  }

  .layout401_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout401_card {
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog66_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog66_mask {
    width: 80%;
  }

  .blog66_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog66_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog66_component {
    padding-bottom: 6rem;
  }

  .blog66_arrow.left {
    right: 3.5rem;
  }

  .blog66_slide {
    padding-right: 1.5rem;
  }

  .blog66_heading {
    margin-right: 0;
  }

  .layout3_component, .layout307_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .toggle {
    height: 40px;
  }

  .cart {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-left: 8px;
  }

  .product-card-sticker.product-page {
    width: 7rem;
    height: 7rem;
  }

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

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filters2_filters-wrapper {
    transform: translate(0, 100%);
  }

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

  .lightning-bolt.position-absolute.rotate {
    width: 5rem;
  }

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

  .product1_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .product1_image-wrapper {
    height: 100%;
  }

  .product-header6_content-right {
    padding-top: 2rem;
  }

  .product-header6_content-left {
    grid-template-columns: 1fr;
  }

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

  .layout1_image.sticker_feature {
    width: 40%;
    height: 40%;
  }

  .layout1_image-wrapper {
    justify-content: flex-start;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog10_featured-list {
    grid-row-gap: 2rem;
  }

  .blog10_featured-blog {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .blog10_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog10_heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .header60_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
  }

  .blog-post-header2_author-wrapper, .content31_content {
    margin-bottom: 2rem;
  }

  .content19_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .filters6_filters-header {
    flex-direction: column;
    align-items: flex-end;
  }

  .filters6_filters-header-left {
    width: 100%;
  }

  .filters6_filters-modal {
    width: 100vw;
    max-height: none;
    border-style: none;
    margin-top: 0;
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .filters6_filters-modal.w--open {
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding-top: 2.5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .filters6_keyword-search {
    width: auto;
  }

  .filters6_form-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filters6_modal-menu {
    width: 100vw;
    margin-top: 2rem;
    margin-left: -5vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .filters6_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters6_modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .card-row44_card-content {
    padding: 1.5rem;
  }

  .card-row44_card {
    grid-template-columns: 1fr;
  }

  .card-row44_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .retailer_icon {
    width: 70%;
  }

  .card-row1_card-content {
    padding: 2rem 1.5rem;
  }

  .card-row1_component, .card-row2_component {
    grid-template-columns: 1fr;
  }

  .card-row2_card-content {
    padding: 2rem 1.5rem;
  }

  .collection_icon {
    width: 10rem;
  }

  .team14_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team14_image-wrapper {
    height: 100%;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

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

  .slider5_arrow-2.left {
    right: 3.5rem;
  }

  .lightbox_icon_svg {
    width: 2rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .about2-story_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .about2-story_progress-bar-wrapper {
    left: 2rem;
  }

  .about2-testimonial_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .about2-team_image-wrapper {
    height: 100%;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .about2-story_component {
    grid-template-columns: 1fr;
  }

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

  .about2-testimonial_content {
    padding: 1.5rem;
  }

  .about2-testimonial_component {
    grid-template-columns: 1fr;
  }

  .about2-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .about2-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about2-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1rem;
  }

  .shopify-buy-cart-wrapper {
    width: 100vw;
  }

  .shopify-buy-button_close.item {
    padding-right: 0;
  }

  .cc-item-header {
    font-size: 1.4rem;
  }

  .shopify-cart-page-cart-wrapper.upsell {
    grid-template-columns: 1fr;
  }

  .login8_navbar, .login8_footer {
    height: 4rem;
  }

  .login8_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login8_image {
    height: 30rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .align-center.text-align-center.checkout-disclaimer {
    font-size: .6rem;
  }

  .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;
  }

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

  .form-input.is-select-input {
    height: 2.75rem;
  }

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

  .text-size-large.text-align-center.margin-top.margin-medium {
    margin-bottom: 1rem;
  }

  .navbar6_dropdown-content-right {
    max-width: none;
  }

  .navbar6_menu {
    background-image: url('../images/60f1c5f6e98f2bd737ecd0f9_Grain-Background.png');
    background-position: 0 0;
    background-size: auto;
    padding: 0 0%;
  }

  .navbar6_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar6_dropdown-link {
    grid-column-gap: .75rem;
    text-align: left;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: start;
    padding-left: 0;
  }

  .navbar6_link {
    text-align: left;
    letter-spacing: 2px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    padding: 1.5rem;
    font-size: 1.5rem;
  }

  .navbar6_dropdown-list {
    background-color: var(--white);
    background-image: url('../images/60f1c5f6e98f2bd737ecd0f9_Grain-Background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .navbar6_menu-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .navbar6_dropdown-content-left {
    grid-column-gap: .75rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 1.5rem;
  }

  .navbar6_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-rows: max-content max-content max-content max-content;
  }

  .navbar6_dropdown-toggle {
    letter-spacing: 1px;
    border-style: solid none;
    border-width: 2px 1px;
    justify-content: flex-start;
    padding: 1.5rem;
    font-size: 1.6rem;
  }

  .navbar6_logo {
    width: 6rem;
  }

  .navbar6_blog-content {
    margin-top: .5rem;
  }

  .navbar6_dropdown-blog-item-wrapper {
    width: 100%;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header36_component, .layout46_component {
    grid-template-columns: 1fr;
  }

  .product6_slide {
    margin-right: 1.5rem;
    padding-right: 0;
  }

  .product6_mask {
    width: 95%;
  }

  .product-header3_add-to-cart {
    width: 100%;
  }

  .product-header3_layout {
    grid-template-columns: 1fr;
  }

  .product-header3_image {
    aspect-ratio: 4 / 5;
  }

  .product-header3_main-image {
    aspect-ratio: 5 / 8;
  }

  .product-header3_component.is-homefeature {
    padding-top: 1.5rem;
  }

  .product-header3_list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
  }

  .product-header3_text-divider {
    display: none;
  }

  .layout401_row, .layout401_row.max-width-full {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq3_component {
    grid-template-columns: 1fr;
  }

  .blog66_mask {
    width: 95%;
  }

  .layout3_component, .layout307_list {
    grid-template-columns: 1fr;
  }

  .footer2_legal-list {
    grid-template-columns: auto;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .toggle {
    max-width: 45px;
    min-width: 40px;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cart {
    min-height: 28px;
    min-width: 28px;
    display: none;
  }

  .dropdown2_component.max-width-full {
    font-size: .8rem;
  }

  .product-card-sticker.home-feature {
    width: 4rem;
    height: 4rem;
  }

  .product-header-home-feature {
    width: 100%;
    text-align: center;
  }

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

  .filters2_tablet-modal-menu {
    width: auto;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .filters2_filters-wrapper {
    transform: translate(0, 100%);
  }

  .lightning-bolt.position-absolute.rotate {
    width: 2rem;
  }

  .lightning-bolt.position-absolute.rotate.small {
    width: 3rem;
  }

  .product1_list.margin-bottom.margin-small {
    grid-template-columns: 1fr;
  }

  .product-header6_tabs-menu {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .product-header6_component {
    grid-template-columns: 1fr;
  }

  .product-header6_price-wrapper {
    flex-direction: row;
  }

  .layout1_image.sticker_feature {
    width: 60%;
    height: 60%;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .blog10_category-link {
    margin-top: .5rem;
  }

  .blog10_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header67_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header60_component {
    grid-template-columns: 1fr;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-header2_author-wrapper {
    margin-bottom: 1rem;
  }

  .content31_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .filters6_filters-header-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .card-row44_component {
    grid-template-columns: 1fr;
  }

  .retailer_icon {
    width: 50%;
  }

  .team14_image-wrapper {
    padding-top: 66%;
  }

  .lightbox_icon {
    z-index: 1;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .lightbox_icon_svg {
    width: 1.5rem;
  }

  .about2-story_timeline-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about2-team_image-wrapper {
    padding-top: 66%;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about2-story_component, .about2-values_list {
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .about2-team_list {
    grid-template-columns: 1fr;
  }

  .legal2-content_sidebar-heading-text, .legal2-content_sidebar-heading {
    align-self: auto;
  }

  .shopify-buy-button_close.item {
    z-index: 1;
    opacity: 1;
    color: var(--off-black);
    border-style: none;
    border-width: 1px;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shopify-buy_cart-scroll {
    padding-bottom: 72vh;
  }

  .shopify-buy_cart-item {
    position: relative;
  }

  .shopify-buy_cart-image {
    width: 4rem;
    height: 4rem;
  }

  .cc-item-header {
    font-size: 1.3rem;
  }

  .cc_quantity_holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .shopify-buy_quantity_container {
    margin-bottom: .5rem;
  }

  .shopify-buy_cart-quantity-input {
    width: 3.5rem;
    height: 2rem;
  }

  .shopify-buy_increment {
    height: 2rem;
    font-size: 1.5rem;
  }

  .shopify-buy_price {
    font-size: 1rem;
  }

  .cart-divider {
    width: 100%;
  }

  .shopify-buy-variantquantity {
    font-size: .7rem;
  }

  .shopify-buy_cart_bottom {
    height: auto;
  }

  .shopify-buy-cart-subtotal, .shopify-buy-cart-subtotal.price {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .shopify-buy-cart-terms {
    font-size: .5rem;
  }

  .form__input.state {
    font-size: 15px;
  }

  .login8_image {
    height: 25rem;
  }
}

#w-node-_7bea3106-5d85-9ebc-ec99-7dc48b6e9832-33ab7375 {
  justify-self: end;
}

#w-node-_7572fe45-ea3b-b7cc-03fc-5a1368df9c3e-33ab7375 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_19b08db8-9642-38b3-a096-45fd8ef88162-33ab7375 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91ba7b60-d32e-a951-55aa-98481a9a978b-33ab7375, #w-node-_8c4db137-0f42-ab14-8804-bbf7905367cc-33ab7375, #w-node-_3e4709f2-cc39-82d0-df44-73d9b895e514-33ab7375, #w-node-_9abdd062-3af4-fa5b-34f5-a2acd3a17f89-33ab7375, #w-node-d45a588c-d929-614b-e9a0-26e84990097b-33ab7375 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a3cb4dc-2c2a-42e3-6a93-9934c727cc5e-33ab7375 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a3cb4dc-2c2a-42e3-6a93-9934c727cc68-33ab7375 {
  justify-self: start;
}

#w-node-_6dfebaf5-d5cc-c7ed-fb6f-77f243026d6e-33ab7375 {
  align-self: center;
}

#w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbbf-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbc1-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbc3-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbc5-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbc7-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbc9-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbcb-33ab7375, #w-node-_2d76b8e9-9ed5-9955-d42f-e97d4413dbcd-33ab7375, #w-node-_6dfebaf5-d5cc-c7ed-fb6f-77f243026dd7-33ab7375, #w-node-_6dfebaf5-d5cc-c7ed-fb6f-77f243026dd8-33ab7375, #w-node-_5ff3fe6e-18b5-99be-68fc-bb588498ced8-33ab7375, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe22d-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe22f-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe231-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe233-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe235-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe237-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe239-cd5fe226, #w-node-_59b47fb7-835e-7e12-3b68-8738cd5fe23b-cd5fe226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-33ab7393 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-33ab7393 {
  justify-self: start;
}

#w-node-_5aba4e45-3f77-da33-2958-a79228490c22-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aba4e45-3f77-da33-2958-a79228490c23-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-33ab7393, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-33ab7393, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-33ab7393 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-33ab7393, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-33ab7393, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-33ab7393 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-33ab7393, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-33ab7393, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-33ab7393 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-33ab7393, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-33ab7393, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-33ab7393 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-33ab7393, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-33ab7393, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-33ab7393 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-33ab7393, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-33ab7393, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-33ab7393 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-33ab7393, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-33ab7393, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-33ab7393 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-33ab7393, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-33ab7393, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-33ab7393 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-33ab7393, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-33ab7393 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-33ab7393 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-33ab7393 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-33ab7393, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bddfbe5-2fae-0bfa-bf7f-7416e005d0a3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bddfbe5-2fae-0bfa-bf7f-7416e005d0a4-33ab7393 {
  justify-self: start;
}

#w-node-_8bddfbe5-2fae-0bfa-bf7f-7416e005d0a6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-33ab7393, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-33ab7393, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-33ab7393 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-33ab7393, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-33ab7393, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-33ab7393 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-33ab7393, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-33ab7393, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-33ab7393 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-33ab7393, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-33ab7393, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-33ab7393 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-33ab7393, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-33ab7393, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-33ab7393 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-33ab7393, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-33ab7393, #w-node-ee961e8d-845a-edc3-3307-509470022457-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-33ab7393 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-33ab7393, #w-node-ee961e8d-845a-edc3-3307-50947002245b-33ab7393, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-33ab7393 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-33ab7393, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-33ab7393, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-33ab7393 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-33ab7393, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-33ab7393, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-33ab7393 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-33ab7393, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-33ab7393, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-33ab7393 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-33ab7393, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-33ab7393, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-33ab7393 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-33ab7393, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-33ab7393, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-33ab7393 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-33ab7393 {
  justify-self: start;
}

#w-node-_46bc438f-6ad3-fd0e-2906-198481a67e7f-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46bc438f-6ad3-fd0e-2906-198481a67e80-33ab7393 {
  justify-self: start;
}

#w-node-_0061c194-2c1f-1d44-ebb4-a21bb08d76c9-33ab7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0061c194-2c1f-1d44-ebb4-a21bb08d76ca-33ab7393 {
  justify-self: start;
}

#w-node-c478e533-4a8c-804e-653d-74a27eb56624-0c454592, #w-node-c478e533-4a8c-804e-653d-74a27eb56625-0c454592, #w-node-c478e533-4a8c-804e-653d-74a27eb56627-0c454592, #w-node-c478e533-4a8c-804e-653d-74a27eb56734-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efbf7-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efbf9-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efbfb-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efbfd-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efbff-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efc01-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efc03-0c454592, #w-node-_22f72429-b89e-9124-877a-59e0808efc05-0c454592, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430ef-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430f1-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430f3-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430f5-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430f7-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430f9-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430fb-d7b2c481, #w-node-_7f69a302-9b3d-44cd-6cac-2152597430fd-d7b2c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a6695f-3230-d6d6-935f-ff28c16cb026-d7b2c481 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-e0a6695f-3230-d6d6-935f-ff28c16cb028-d7b2c481 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-c478e533-4a8c-804e-653d-74a27eb56624-2e69ca49, #w-node-c478e533-4a8c-804e-653d-74a27eb56625-2e69ca49, #w-node-c478e533-4a8c-804e-653d-74a27eb56627-2e69ca49, #w-node-c478e533-4a8c-804e-653d-74a27eb56734-2e69ca49, #w-node-f2a30b72-5157-6e7b-057b-2b2e946837ec-dcdb982d, #w-node-f2a30b72-5157-6e7b-057b-2b2e946838f2-dcdb982d, #w-node-_800bbfe0-b057-d79b-b00e-3313684be856-dcdb982d, #w-node-_800bbfe0-b057-d79b-b00e-3313684be891-dcdb982d, #w-node-_39d9f0fa-54dc-4fe3-4b11-c1afa99b2ebd-dcdb982d, #w-node-_39d9f0fa-54dc-4fe3-4b11-c1afa99b2ef8-dcdb982d, #w-node-_9af2fdf5-ba83-faee-80fa-58de721ce2e9-dcdb982d, #w-node-_9af2fdf5-ba83-faee-80fa-58de721ce324-dcdb982d, #w-node-_3fc4068a-385b-f0fd-523f-c0cc092b33ff-2743fbdd, #w-node-f501ab2d-389b-5502-e04c-bc59a27d8be2-2743fbdd, #w-node-_5d96d882-50ab-3a08-aaf5-4b0171b558e0-9a712ccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d96d882-50ab-3a08-aaf5-4b0171b558f7-9a712ccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e9a7adb7-abd2-79de-c5e7-922cfbe4c139-cfa5d878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a0e51ce-7d15-2391-e9a1-ee4f6c686205-cfa5d878 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2d455873-f084-6a6f-de9c-e442400d9f65-cfa5d878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-d930fee9-6300-ccea-cbe7-1e784c9ed071-cfa5d878 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29bea277-3873-9ad8-9699-12f6d870f180-cfa5d878 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-a6306062-ba3b-fd62-53f0-3e882402b4b9-cfa5d878 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a6306062-ba3b-fd62-53f0-3e882402b4ba-cfa5d878 {
  justify-self: start;
}

#w-node-a6306062-ba3b-fd62-53f0-3e882402b4bc-cfa5d878 {
  justify-self: end;
}

#w-node-_2f170493-d47b-90ff-3dd3-121ca07ade30-cfa5d878, #w-node-cd320494-013a-103a-16d8-fdb80daa88d4-cfa5d878, #w-node-_0860aa79-c600-7976-4b58-c2dd3207ae23-cfa5d878, #w-node-_0315261b-770c-593e-aa29-dd2bbd312b32-cfa5d878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_809f36ea-3eae-7b96-9060-f6926c9ccb19-cfa5d878 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52a52046-35de-e096-e93b-7b182539826f-cfa5d878, #w-node-_24e47888-056d-3967-36a6-48ae327afba8-cfa5d878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c25a236-5f19-d43a-b638-1e727e94ca30-cfa5d878 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e019a8a-b5e3-9698-804d-5a6ae18fbf96-cfa5d878 {
  justify-self: start;
}

#w-node-_0844525b-c3b5-e561-c6bc-fcf976691029-cfa5d878 {
  justify-self: end;
}

#w-node-_2e30b71b-da6d-cc48-6855-8aa8a156b19d-cfa5d878 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d626e-b6464532 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627e-b6464532 {
  justify-self: center;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627f-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d6281-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d6282-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d6286-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d628a-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d629d-b6464532, #w-node-_1407809e-7408-b77c-bf05-82062f0d626e-e9e1ac49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627e-e9e1ac49 {
  justify-self: center;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627f-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d6281-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d6282-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d6286-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d628a-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d629d-e9e1ac49, #w-node-_1407809e-7408-b77c-bf05-82062f0d626e-339b8d6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627e-339b8d6b {
  justify-self: center;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627f-339b8d6b, #w-node-_1407809e-7408-b77c-bf05-82062f0d629d-339b8d6b, #w-node-_1407809e-7408-b77c-bf05-82062f0d626e-0bbc4990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627e-0bbc4990 {
  justify-self: center;
}

#w-node-_1407809e-7408-b77c-bf05-82062f0d627f-0bbc4990, #w-node-_1407809e-7408-b77c-bf05-82062f0d629d-0bbc4990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7bea3106-5d85-9ebc-ec99-7dc48b6e9832-33ab7375 {
    justify-self: start;
  }

  #w-node-_6dfebaf5-d5cc-c7ed-fb6f-77f243026dd7-33ab7375 {
    order: -9999;
  }

  #w-node-c025a5e0-cfa7-2e2f-4105-2063178671ec-17867192 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c025a5e0-cfa7-2e2f-4105-2063178671f0-17867192 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c025a5e0-cfa7-2e2f-4105-2063178671f2-17867192 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f2edf1d7-51a4-9b0a-03fc-ae29b505ea63-27edee64, #w-node-bed03dda-ee55-0c08-7c73-3a2703dd5460-dcdb982d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2a30b72-5157-6e7b-057b-2b2e946838f4-dcdb982d, #w-node-_800bbfe0-b057-d79b-b00e-3313684be893-dcdb982d, #w-node-_39d9f0fa-54dc-4fe3-4b11-c1afa99b2efa-dcdb982d, #w-node-_9af2fdf5-ba83-faee-80fa-58de721ce326-dcdb982d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d96d882-50ab-3a08-aaf5-4b0171b558f7-9a712ccc, #w-node-_2d455873-f084-6a6f-de9c-e442400d9f65-cfa5d878 {
    justify-self: start;
  }

  #w-node-_29bea277-3873-9ad8-9699-12f6d870f180-cfa5d878 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a3cb4dc-2c2a-42e3-6a93-9934c727cc5e-33ab7375 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6dfebaf5-d5cc-c7ed-fb6f-77f243026ddb-33ab7375 {
    order: 9999;
  }

  #w-node-c025a5e0-cfa7-2e2f-4105-2063178671ec-17867192 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c025a5e0-cfa7-2e2f-4105-2063178671f0-17867192, #w-node-c025a5e0-cfa7-2e2f-4105-2063178671f2-17867192 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bf1f10f-2f89-6cd9-27ad-1218cacc0f63-d7b2c481 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5595eb2f-541b-ca3d-7814-6b1437d16594-55cb35ef, #w-node-_92a6da60-92c5-6016-8c6d-01a795d312bb-55cb35ef, #w-node-c84888bb-68fd-6dd4-6af7-dfe8f6f43d6d-55cb35ef, #w-node-_863824a4-496b-3da8-e0b4-18afcbfca81c-55cb35ef, #w-node-ce7f88f5-e4a0-fd6b-d3d0-2d5edc3cba09-55cb35ef {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9a7adb7-abd2-79de-c5e7-922cfbe4c139-cfa5d878 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51a5a208-80c1-8795-e9dd-296bd35984c6-d35984af {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd35984c7-d35984af {
    justify-self: start;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd35984c9-d35984af {
    justify-self: stretch;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd35984e9-d35984af {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd35984ea-d35984af {
    justify-self: start;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd359850c-d35984af {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_51a5a208-80c1-8795-e9dd-296bd359850d-d35984af {
    justify-self: start;
  }
}

</pre></body></html>