@font-face {
  font-family: Asgardtrial Fitfat;
  src: url('../fonts/AsgardTrial-FitFat.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Assistant;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #060a0326;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-darkest: #060a03;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---colors--white-2: #fff;
  --_primitives---colors--white-dark: #ccc;
  --_primitives---opacity--neutral-darkest-5: #060a030d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--neutral-darker: #1e221c;
  --_primitives---opacity--neutral-darkest-60: #060a0399;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-2--background: var(--_primitives---colors--shakespeare-lighter);
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--background: var(--_primitives---colors--shakespeare-darker);
  --color-scheme-3--text: var(--_primitives---colors--white);
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---opacity--neutral-darkest-20: #060a0333;
  --color-scheme-2--foreground: var(--_primitives---colors--shakespeare-lightest);
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--lemon-light: #ffee52;
  --_primitives---colors--neutral-lighter: #d9dad9;
  --_primitives---colors--neutral-light: #b4b5b3;
  --_primitives---colors--neutral: #828481;
  --_primitives---colors--neutral-dark: #50534e;
  --_typography---font-styles--asgard: "Asgardtrial Fitfat", Arial, sans-serif;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #060a031a;
  --_primitives---opacity--neutral-darkest-30: #060a034d;
  --_primitives---opacity--neutral-darkest-40: #060a0366;
  --_primitives---opacity--neutral-darkest-50: #060a0380;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--border: var(--_primitives---opacity--white-20);
  --color-scheme-3--accent: var(--_primitives---colors--white-2);
  --color-scheme-3--foreground: var(--_primitives---colors--shakespeare-darkest);
  --_primitives---colors--white-lightest: #fff;
  --_primitives---colors--white-lighter: #fff;
  --_primitives---colors--white-light: #fff;
  --_primitives---colors--white-darker: #666;
  --_primitives---colors--white-darkest: #4c4c4c;
  --_primitives---colors--shakespeare-lightest: #edf8fb;
  --_primitives---colors--shakespeare-lighter: #dbf1f7;
  --_primitives---colors--shakespeare-light: #81d0e3;
  --_primitives---colors--shakespeare: #4cbdd7;
  --_primitives---colors--shakespeare-dark: #3c97ac;
  --_primitives---colors--shakespeare-darker: #1e4b56;
  --_primitives---colors--shakespeare-darkest: #163840;
  --_primitives---colors--lemon-lightest: #fffce6;
  --_primitives---colors--lemon-lighter: #fffacd;
  --_primitives---colors--lemon: #ffe809;
  --_primitives---colors--lemon-dark: #ccb907;
  --_primitives---colors--lemon-darker: #665c03;
  --_primitives---colors--lemon-darkest: #4c4502;
  --_primitives---colors--sushi-lightest: #f1f9eb;
  --_primitives---colors--sushi-lighter: #e4f3d8;
  --_primitives---colors--sushi-light: #a3d678;
  --_primitives---colors--sushi: #7cc53f;
  --_primitives---colors--sushi-dark: #639d32;
  --_primitives---colors--sushi-darker: #314e19;
  --_primitives---colors--sushi-darkest: #253b12;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #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;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  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 {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.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-large.align-center {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  inset: 0% 4% 0% auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding-right: 60px;
  display: flex;
  position: relative;
  inset: 0%;
}

.max-width-large.align-center.video-section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.align-center {
  inset: 0% 4% 0% auto;
  inset: 0% 4% 0% auto;
  justify-content: center;
  align-items: flex-start;
  width: 71%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: static;
  inset: 0% 4% 0% auto;
}

.max-width-large.align-center.hemp-wraps {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.align-center {
  justify-content: center;
  align-items: stretch;
  width: 69%;
  margin-right: 0;
  position: absolute;
  inset: 0% 4% 0% auto;
}

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

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

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

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

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

.main-wrapper {
  overflow: hidden;
}

.main-wrapper.hemp-wraps {
  position: relative;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xsmall {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxlarge.gallery-text {
  margin-bottom: 0;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  font-family: var(--_typography---font-styles--heading);
  height: auto;
  margin: 0 auto;
}

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  font-family: var(--_typography---font-styles--body);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
}

.margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small {
  height: auto;
  margin: 0 auto;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 .25rem;
}

.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: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.015rem;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  letter-spacing: -.035rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon:hover {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--_primitives---colors--white);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link:hover {
  text-decoration: underline;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.button.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.button.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate:hover {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--white-10);
}

.button.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem .625rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-darker);
  background-color: var(--_primitives---colors--neutral-darker);
}

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

.heading-style-h4 {
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---opacity--white-10) var(--_primitives---opacity--white-10) var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

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

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.text-color-white {
  color: var(--_primitives---colors--neutral-darker);
  font-family: Changa One, Impact, sans-serif;
}

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

.text-weight-semibold.text-size-medium {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 3px 3px 0 var(--_primitives---colors--neutral-darkest);
  font-family: Changa One, Impact, sans-serif;
}

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

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

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

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

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

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

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

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_radio-icon:hover {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 200px;
  display: flex;
}

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  letter-spacing: -.035rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

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

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

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

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

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

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

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

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

.padding-global {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

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

.padding-section-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

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

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

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

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

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

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

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

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

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

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

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
  border: 1px solid #0000;
  border-radius: 100px;
  padding: .25rem .75rem;
}

.tab-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  font-weight: 500;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 100px;
  flex: none;
  padding: .375rem .75rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  font-weight: 500;
}

.slider-arrow {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.color-scheme-2 {
  background-color: var(--color-scheme-2--background);
  color: var(--color-scheme-2--text);
}

.color-scheme-3 {
  background-color: var(--color-scheme-3--background);
  color: var(--color-scheme-3--text);
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

.navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

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

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

.section_header5 {
  position: relative;
}

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

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

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

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

.layout240_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout240_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_layout240.color-scheme-2 {
  background-color: var(--_primitives---opacity--transparent);
  height: 900px;
  position: relative;
}

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

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

.section_layout1.color-scheme-1 {
  background-color: var(--_primitives---opacity--transparent);
  background-image: url('../images/WEB_2025_5.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
}

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.testimonial1_content {
  color: var(--color-scheme-1--foreground);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_testimonial1.color-scheme-1 {
  background-color: var(--color-scheme-1--text);
  background-image: url('../images/WEB_2025-4_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vh;
  display: flex;
  position: relative;
}

.testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial1_logo {
  max-height: 3.5rem;
}

.testimonial1_component {
  width: 100%;
  height: 13%;
}

.text-weight-semibold {
  font-family: var(--_typography---font-styles--heading);
  font-weight: 600;
}

.text-weight-semibold.text-size-medium {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 3px 3px 0 var(--_primitives---colors--neutral-darkest);
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5rem;
}

.cta1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

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

.cta14_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

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

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

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

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

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

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

.footer9_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.footer9_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---opacity--neutral-darkest-20);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem;
}

.footer9_component.color-scheme-3 {
  font-family: var(--_typography---font-styles--heading);
  background-image: url('../images/WEB_2025_1-y-7_1.webp');
  background-position: 0 0;
  background-size: cover;
}

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

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

.footer9_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: .75rem;
  display: flex;
}

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

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

.footer9_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: flex;
}

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

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

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

.button-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-2.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-2.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  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;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  display: flex;
  position: static;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--color-scheme-1--border);
  color: var(--_primitives---colors--white);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_link {
  color: var(--_primitives---colors--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 2px 2px 1px #000;
  flex: 0 auto;
  order: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1rem;
  display: flex;
}

.navbar3_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar3_link.none2 {
  display: flex;
}

.navbar3_link.none1 {
  display: none;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-2--foreground);
  align-items: center;
  width: 100%;
  min-height: 5.3rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar3_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: 8px;
  position: absolute;
}

.body {
  font-family: var(--_typography---font-styles--heading);
  background-color: #4cbcd6;
  overflow: hidden;
}

.body.red--ff5e35 {
  background-color: #ff5e35;
}

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 80%;
  height: 80%;
  overflow: visible;
}

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

.heading-style-h1-2 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 4px 4px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header1_component {
  background-color: #0000;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  margin-right: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.section_header1 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
  height: 100%;
}

.header1_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 100%;
  max-width: 40vh;
  height: 100%;
  max-height: 70vh;
  position: absolute;
}

.hero-rotate-base._2da-foto {
  z-index: 9;
  max-width: 45vh;
  left: 29px;
  right: 0;
}

.hero-rotate-base._1era-foto {
  z-index: 8;
  max-width: 45vh;
  left: auto;
  right: -13px;
}

.hero-rotate-base._3era-foto {
  z-index: 10;
  max-width: 50vh;
  left: auto;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-height {
  padding-top: 130%;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-huge {
  letter-spacing: -.5vw;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 16vw;
  font-weight: 400;
  line-height: .75;
}

.heading-style-huge.text-color-white.text-align-center {
  font-size: 18vw;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-2.padding-medium {
  justify-content: center;
  align-items: center;
}

.hero-rotate-base-2 {
  z-index: 50;
  perspective: 200vw;
  width: 22.5%;
  max-width: 40vh;
  height: 100%;
  position: absolute;
}

.home-hero {
  z-index: 10;
  background-image: url('../images/WEB_2025_1-y-7_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 850px;
  position: relative;
  overflow: hidden;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.clip {
  position: relative;
  overflow: hidden;
}

.home-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.home-hero-intro {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  background-color: var(--_primitives---opacity--transparent);
  background-image: url('../images/WEB_2025_1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block.parallax-image {
  z-index: 0;
  background-image: none;
  height: 120%;
  overflow: hidden;
}

.image {
  width: 100%;
  overflow: clip;
}

.image-2 {
  position: static;
  overflow: clip;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div-curvo {
  z-index: 10;
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-curvo.background-curvo {
  z-index: 6;
  background-color: #0000;
  height: 12%;
  display: flex;
  inset: auto 0% 0%;
}

.img-borde {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-curvo-2 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

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

.layout423_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.text-size-medium-3 {
  color: var(--_primitives---colors--white);
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.container-large-2 {
  z-index: 3;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.padding-section-large-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.layout423_row {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout423_hover-content {
  display: none;
}

.heading-style-h2-2 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 4px 4px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout423_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout423_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.padding-global-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  overflow: visible;
}

.layout423_card {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout423_card.text-color-white {
  width: 100%;
  overflow: visible;
}

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

.section_layout423 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
  width: 100%;
}

.rotate-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotate-card-item {
  perspective: 200vw;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.rotate-card-image {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotate-card-image.radius-regular {
  overflow: visible;
}

.rotate-card-height {
  padding-top: 130%;
}

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

.about-history-image {
  background-color: #0b0c0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.image-fill-5 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.layout414_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.layout414_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30vw;
  overflow: hidden;
}

.layout414_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.section_layout414 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

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

.layout414_content-top {
  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;
}

.banner15_inner-wrapper {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner15_component {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner15_marquee {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  place-items: center stretch;
  width: 156px;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  overflow: clip;
}

.section_banner15 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: clip;
}

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

.banner15_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 218px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner15_image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 87%;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.banner15_image.banner-image-small {
  object-fit: contain;
  width: 102%;
  height: 100%;
}

.collage-wrapper {
  z-index: 1;
  width: 212px;
  min-width: 0;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

.collage-padding {
  z-index: 2;
  transform: translate(0px, 0px) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #87ce50;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 325px;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  box-shadow: -10px 11px 6px -7px #2b2b2b26;
}

.collage-padding:hover {
  transform: scale(1.05);
}

.collage-padding.hero-rotate-base {
  transition-property: none;
  transform: none;
}

.overlay-container {
  z-index: 2;
  opacity: 0;
  background-color: #1d080878;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.overlay-container:hover {
  opacity: 100;
}

.text-block {
  color: var(--color-scheme-1--background);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.background-image {
  background-image: url('../images/WEB_2025_4.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 98%;
}

.background-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout505_tab-pane {
  background-color: var(--color-scheme-1--foreground);
  height: 100%;
}

.section_layout505 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: url('../images/WEB_2025-5_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 900px;
  position: relative;
}

.padding-section-large-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.layout505_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.layout505_icon-wrapper {
  display: inline-block;
}

.layout505_tabs-menu {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.layout505_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout505_tab-link.w--current {
  background-color: var(--color-scheme-1--foreground);
  opacity: 1;
}

.layout505_tab-link.tab-last {
  border-bottom-style: none;
}

.layout505_tabs {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

.heading-style-h3-2 {
  color: var(--_primitives---colors--white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darkest);
  text-shadow: 4px 3px #000;
  text-overflow: clip;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-2.black {
  text-align: left;
  letter-spacing: .2rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 4px 3px #000;
  text-overflow: clip;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  overflow: hidden;
}

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

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.layout137_icon-wrapper {
  display: inline-block;
}

.section_layout137 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.container-large-3 {
  z-index: 1;
  color: var(--color-scheme-1--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-section-large-4 {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout137_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.browser-demo {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-133-color-overlay {
  z-index: 2;
  background-color: #0009;
  display: none;
  position: absolute;
  inset: 0%;
}

.d-133-text-wrapper {
  padding: 0;
  position: relative;
}

.image-5 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin-bottom: 2rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.d-133-h3-heading.main-section-products {
  font-size: 21px;
}

.d-133-border {
  z-index: 3;
  border: 1px #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-133-3d-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-133-card-wrapper {
  background-color: #d4d4d47a;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 300px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-133-image-wrapper {
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 200%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/kazuend-40010-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.padding-custom4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.sis-main-wrapper {
  z-index: 0;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 70%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.sis-wrapper {
  z-index: 0;
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  position: absolute;
  inset: auto 0 0% 14%;
}

.container {
  z-index: 3;
  object-fit: cover;
  max-width: none;
  padding-right: 5%;
  position: absolute;
}

.hero-visual {
  background-image: url('../images/gideon-hezekiah-1I3_xTAXTxo-unsplash.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 35%;
  height: 380px;
  position: relative;
  top: 25vh;
}

.hero-visual.right {
  background-image: url('../images/oladimeji-odunsi-tUUmR82pq68-unsplash-2.jpg');
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: -11.4vh;
  left: 85%;
}

.small-text-1 {
  top: -24vh;
  left: 20%;
}

.small-text-1._2 {
  top: -32.2vh;
  left: 65%;
}

.big-text {
  z-index: 3;
  color: #f2e6d8;
  text-transform: uppercase;
  top: -40px;
}

.text-container {
  width: 600px;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-container.main {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-3 {
  width: 33%;
  height: 100%;
  position: relative;
}

.center-container {
  width: 33%;
  height: 100%;
}

.right-container {
  background-color: #0000;
  width: 50vw;
  height: 90vh;
  margin-right: 0;
  padding-right: 40px;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 33%;
}

.top-div {
  width: 100%;
  height: 50%;
}

.mid-div {
  justify-content: flex-end;
  align-items: center;
  width: 700px;
  height: 700px;
  display: flex;
}

.bottom-dev {
  width: 100%;
  height: 33%;
}

.text-span {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
}

.text-span-2, .text-span-3 {
  font-size: 1.1rem;
  font-weight: 900;
}

.text-span-4 {
  font-size: 1.2rem;
  font-weight: 900;
}

.text-span-5 {
  font-size: 1.6rem;
  font-weight: 900;
}

.text-span-6 {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 900;
}

.lil-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-5 {
  width: 50%;
  height: 100vh;
}

.div-block-6 {
  background-color: var(--_primitives---colors--neutral-darker);
  height: 30%;
}

.sis-top {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
}

.title-section-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.1rem;
}

.text-span-7 {
  font-size: 5.5rem;
  line-height: .5;
}

.div-block-7 {
  background-color: #813434;
  width: 30%;
  height: 100%;
}

.left-container {
  background-color: #0000;
  width: 50%;
  height: 100%;
}

.cartoon1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.image-7 {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.parallax-image-lext {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cartoon2 {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 80%;
  padding-top: 100px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.cartoon-img2 {
  object-fit: contain;
  width: 300px;
  height: 300px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.div-block-8 {
  width: 70%;
  height: 100%;
}

.sis-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.heading {
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.3rem;
}

.text-span-8 {
  color: var(--_primitives---colors--white);
  font-size: 5.1rem;
  line-height: .7;
}

.map-wrapper {
  width: 900px;
  height: 550px;
  margin-bottom: 0;
  padding-top: 10px;
}

.map-foto-wrapper {
  width: 100%;
  height: 100%;
}

.image-8 {
  object-fit: contain;
  max-width: none;
  height: 94%;
}

.map-padding {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.map-cartoon1-wrapper {
  object-fit: contain;
  width: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.mapcartoons-main-wrapper {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-9 {
  object-fit: contain;
  display: inline-block;
}

.cartoon1-wrapper {
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cartoon2-wrapper {
  width: 24%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.mapcartoons-main-wrapper2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cartoon3-container {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.image-10 {
  width: 200px;
}

.cartoon4-container {
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cartoon4-position {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-11 {
  width: 340px;
}

.div-block-9 {
  width: 100%;
  height: 9vh;
}

.title-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vh;
  margin-top: 40px;
  display: flex;
}

.heading-2 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
  text-shadow: 3px 4px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5rem;
}

.section_header78 {
  background-image: url('../images/WEB_2025-6_1.webp');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.button-3 {
  border: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

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

.padding-global-3 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-center-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 241px;
  display: flex;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-4.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.contact11_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact11_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

.form_checkbox-icon-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.form_input-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input-2::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

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

.section_contact11 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: url('../images/WEB_2025_6.webp');
  background-position: 0 0;
  background-size: cover;
  font-family: Changa One, Impact, sans-serif;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.cartoon-1-gallery {
  object-fit: fill;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.cartoon1gallery-position {
  z-index: 0;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cartoon1gallery-wrapper {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.continuidad-9 {
  width: 100%;
}

.continuidad9-position {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.continuidad9-wrapper {
  z-index: 2;
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-margin {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-position {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 100px;
  display: flex;
  position: relative;
  overflow: clip;
}

.heading-3 {
  color: var(--_primitives---colors--neutral-lightest);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-transform: uppercase;
  text-shadow: 4px 3px 1px #000;
  max-width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.4rem;
}

.product-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.product-category-name {
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.heading-4 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.1rem;
}

.product4_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.product4_item-link {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 89%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.product4_component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  max-height: 180vh;
  display: grid;
}

.product4_item {
  background-color: #efefefed;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.product4_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.product4_content {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

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

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

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

.section_product4 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
}

.section_product4.hemp-wrap-margin {
  z-index: 1;
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  margin-top: 0;
  padding-top: 20vh;
  padding-bottom: 10vh;
  position: relative;
}

.section_product4.hemp-wrap-margin.pre-rolled-section {
  background-color: var(--_primitives---opacity--transparent);
  height: 800px;
  padding-top: 10vh;
}

.section_product4.hemp-wrap-margin.filters {
  background-color: #0000;
}

.product4_list-wrapper {
  display: flex;
}

.navbar1_component-2 {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.products_ecommerce-products-list_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.products_ecommerce-products-list_item-link {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.products_ecommerce-products-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

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

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

.padding-section-large-8 {
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.products_ecommerce-products-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.products_ecommerce-products-list_content {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.heading-style-h2-4 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-transform: uppercase;
  text-shadow: 3px 5px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

.footer2_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: flex;
}

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

.form_message-success-3 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

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

.form_input-3 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input-3::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.footer2_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: .75rem;
  display: flex;
}

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

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

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

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.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;
  place-items: start;
  display: flex;
}

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

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-5:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

.button-5.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-5.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.button-5.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem .625rem;
}

.padding-global-4 {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-8 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-section-large-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-align-center-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-style-h2-5 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.form_message-success-4 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-3 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.button-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-6:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

.button-6.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-6.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.button-6.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem .625rem;
}

.padding-global-5 {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-9 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-section-large-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-align-center-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-style-h2-6 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form_message-success-5 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-global-6 {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-10 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-section-large-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-align-center-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-style-h2-7 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-7 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.text-size-large-4.text-weight-semibold {
  font-family: Changa One, Impact, sans-serif;
}

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

.button-8 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.button-9 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

.text-size-medium-9.text-weight-semibold {
  color: var(--_primitives---colors--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 3px 3px 1px var(--_primitives---colors--neutral-darkest);
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.3rem;
}

.text-size-medium-9.text-weight-semibold.containers {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
}

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

.button-10 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-10.is-secondary.is-small.max-width-full {
  background-color: var(--_primitives---colors--neutral-darker);
  border-radius: 20px;
  width: 72%;
  font-family: Changa One, Impact, sans-serif;
}

.product4_component-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product4_component-2.hemp-section {
  justify-content: center;
  align-items: flex-start;
}

.text-size-small-7 {
  font-family: Changa One, Impact, sans-serif;
  font-size: .875rem;
}

.text-align-center-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 150px;
  display: flex;
}

.text-align-center-6.hemp-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

.text-block-3 {
  color: var(--_primitives---colors--lemon-light);
}

.text-block-3.filters {
  color: #cb37ff;
}

.text-block-4 {
  color: var(--_primitives---colors--lemon-light);
}

.text-block-4.filters {
  color: #cb37ff;
}

.text-block-5 {
  color: var(--_primitives---colors--lemon-light);
}

.text-block-5.filters {
  color: #cb37ff;
}

.text-block-6 {
  color: var(--_primitives---colors--lemon-light);
}

.text-block-6.filters {
  color: #cb37ff;
}

.text-block-7 {
  color: var(--_primitives---colors--lemon-light);
}

.text-block-7.filters {
  color: #cb37ff;
}

.text-block-8 {
  color: var(--_primitives---colors--lemon-light);
}

.body-3 {
  background-color: #ff595e;
}

.button-11 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-11.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.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;
  height: auto;
  display: grid;
}

.section_product-header3 {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  background-color: #0000;
  padding-top: 60px;
  position: relative;
}

.section_product-header3.bg-yellow, .section_product-header3.bg-red {
  z-index: 1;
  background-color: #0000;
  position: relative;
}

.section_product-header3.bg-blue {
  background-color: #28c2ff;
}

.section_product-header3.bg-blue.pre-rolled, .section_product-header3.bg-blue.pre-rolled-pink {
  background-color: #0000;
}

.section_product-header3.bg-purple {
  background-color: #d972ff;
}

.section_product-header3.bg-dark-pink {
  background-color: #ff0480;
}

.section_product-header3.bg {
  background-color: #6bb42d;
}

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

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

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

.product-header3_accordion-wrapper {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.product-header3_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.product-header3_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.product-header3_item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 131px;
  display: flex;
}

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

.product-header3_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

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

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

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

.product-header3_main-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

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

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

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

.form_input-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-4:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input-4::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

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

.form_input-4.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.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;
  max-height: 100%;
  display: grid;
}

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

.product-header3_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-bottom: 3rem;
  display: flex;
}

.product-header3_details {
  overflow: hidden;
}

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

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

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

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

.padding-global-7 {
  padding-top: 8vh;
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

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

.product-header3_product-details {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.heading-style-h3-3 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 2px 3px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

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

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

.testimonial34_tab-logo {
  max-height: 3.5rem;
}

.testimonial34_tabs-content {
  background-color: var(--color-scheme-1--foreground);
}

.section_testimonial34 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.testimonial34_card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 0;
  display: flex;
}

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

.testimonial34_tabs {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 500px;
  display: grid;
  overflow: hidden;
}

.testimonial34_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

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

.padding-global-8 {
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial34_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-right: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  display: flex;
}

.testimonial34_tab-link.w--current {
  background-color: var(--color-scheme-1--foreground);
  border-top-color: #0000;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.testimonial34_tab-link.tabs-last {
  border-right-style: none;
}

.testimonial34_tab-link.pre-rolled {
  height: auto;
}

.testimonial34_tab-link.pre-rolled.w--current {
  width: 100%;
  height: 100%;
}

.testimonial34_tab-pane {
  height: 100%;
}

.text-align-center-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.testimonial34_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial34_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.image-12 {
  object-fit: contain;
  width: 100%;
  height: 90%;
}

.heading-5 {
  font-size: 2.8rem;
}

.heading-6 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.2rem;
}

.image-13 {
  object-fit: cover;
  height: 90%;
}

.image-14 {
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.image-14.pre-rolled {
  height: 89%;
}

.image-15 {
  height: 90%;
}

.image-16 {
  width: 39px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-16.single-product {
  width: 34px;
  max-height: 100%;
}

.image-16.single-product.topical, .image-16.single-product.tropical, .image-16.tropical {
  width: 34px;
}

.image-16.tropical.kit-rellena-conos {
  width: 48px;
}

.image-16.frutal {
  width: 53px;
}

.imagen-frutal {
  width: 109px;
}

.sweet.pre-rolled {
  height: 90%;
}

.articulo-sweet {
  width: 34px;
}

.articulo-sweet.pre-rolled {
  width: 46px;
}

.articulo-sweet.pre-rolled-single {
  width: 47px;
}

.button-12 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-12.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.product-header7_product-details {
  color: var(--_primitives---colors--white);
}

.product-header7_slide {
  height: 100%;
}

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

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

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

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

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

.section_product-header7 {
  z-index: 1;
  color: var(--color-scheme-1--text);
  background-color: #0000;
  margin-top: 0;
  padding-top: 100px;
  display: none;
  position: relative;
}

.section_product-header7.menthol {
  background-color: #007017;
}

.section_product-header7.menthol.filter-section {
  background-color: #0000;
  display: flex;
}

.section_product-header7.berry-mint {
  background-color: #a915d0;
}

.section_product-header7.berry-mint.filter-section {
  background-color: #0000;
  display: flex;
}

.section_product-header7.freshmintclick {
  background-color: #09ce8e;
}

.section_product-header7.slim-filters {
  background-color: red;
}

.section_product-header7.slim-filters.filter-section {
  background-color: #0000;
  display: flex;
}

.section_product-header7.hemp-frutal {
  z-index: 1;
  display: none;
}

.section_product-header7.hemp-tropical {
  z-index: 1;
}

.section_product-header7.filter-section, .section_product-header7.containers, .section_product-header7.accesorios {
  display: flex;
}

.product-header7_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-header7_arrow-left {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.form_input-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-5:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input-5::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input-5.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

.product-header7_arrow {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

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

.product-header7_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.heading-style-h5-5 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-header7_slider {
  background-color: #0000;
  width: 100%;
  height: 80vh;
}

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

.product-header7_main-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header7_main-image.menthol-single {
  object-fit: contain;
}

.product-header7_slide-nav {
  color: var(--_primitives---colors--white);
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
}

.product-header7_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product-header7_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

.product-header7_arrow-icon {
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.button-13 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-13.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

.button-13.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.form_input-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-6:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input-6::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input-6.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

.text-size-small-10 {
  font-family: var(--_typography---font-styles--heading);
  font-size: .875rem;
}

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

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

.heading-style-h3-5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-transform: uppercase;
  text-shadow: 4px 4px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.6rem;
}

.paragraph-2 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: left;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2rem;
}

.paragraph-3, .text-block-9, .text-block-10 {
  font-family: var(--_typography---font-styles--heading);
}

.product9_item-link {
  background-color: var(--_primitives---opacity--transparent);
  border-radius: 0;
  padding-top: 0;
  text-decoration: none;
}

.section_product9 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
}

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

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

.product9_component {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.product9_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.text-size-small-11 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  font-size: .875rem;
}

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

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

.text-align-center-11 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.product9_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  font-family: Changa One, Impact, sans-serif;
  display: grid;
}

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

.body-4 {
  background-color: #79b947;
}

.code-embed {
  object-fit: contain;
  width: 100%;
  height: 129px;
  overflow: hidden;
}

.code-embed-2 {
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-3 {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-4 {
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body-5 {
  background-color: #f8d300;
}

.body-6 {
  background-color: #6acab9;
}

.body-7 {
  background-color: #e8a0c6;
}

.body-8 {
  background-color: #27afe6;
}

.body-9 {
  background-color: #4622f4;
}

.body-1 {
  background-color: #9eb700;
}

.body-10 {
  background-color: #e2c1dc;
}

.layout475_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.layout475_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: 15%;
  margin-right: 15%;
  overflow: visible;
}

.layout475_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 50%;
  position: absolute;
  inset: auto 0% 10% auto;
  overflow: hidden;
}

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

.layout475_image-wrapper3 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 40%;
  position: absolute;
  inset: 10% auto auto 0%;
  overflow: hidden;
}

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

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

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

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

.section_layout475 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.padding-global-12 {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.text-size-medium-10 {
  color: #fff;
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-9 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
}

.text-span-10, .text-span-11 {
  font-size: 1.1rem;
  font-weight: 900;
}

.text-span-12 {
  font-size: 1.2rem;
  font-weight: 900;
}

.text-span-13 {
  font-size: 1.6rem;
  font-weight: 900;
}

.body-11 {
  background-color: #48d557;
}

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

.body-13 {
  background-color: #28c2ff;
}

.body-14 {
  background-color: #ff0480;
}

.body-15 {
  background-color: #00c500;
}

.body-16 {
  background-color: #fdcf7b;
}

.body-17 {
  background-color: #ff8fa8;
}

.section_layout422 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.padding-global-13 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-15 {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-section-large-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-align-center-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-style-h2-9 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.layout422_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout422_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout422_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.layout422_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.heading-style-h3-6 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.layout422_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-14 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-14:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

.button-14.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link:hover {
  text-decoration: underline;
}

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

.layout422_hover-content {
  display: none;
}

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

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

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

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

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

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

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

.text-align-center-13 {
  text-align: center;
  width: 100%;
  height: 100px;
}

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

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

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

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

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

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

.heading-style-h3-8 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 4px 5px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-7 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 2px 4px 1px #000;
  font-family: Changa One, Impact, sans-serif;
}

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

.div-block-10 {
  width: 700px;
  height: 100px;
}

.text-cones-wrapper {
  justify-content: center;
  align-items: center;
  width: 614px;
  height: 300px;
  display: flex;
}

.text-cones-wrapper.conos {
  height: 300px;
}

.gallery18_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

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

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

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

.gallery18_lightbox-link {
  width: 100%;
}

.slider-arrow-2 {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-2.is-centre-next, .slider-arrow-2.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow-2.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow-2.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

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

.section_gallery18 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

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

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

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

.team10_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.team10_slide {
  padding-right: 3rem;
}

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

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

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

.section_team10 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.team10_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;
  display: flex;
}

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

.team10_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.padding-global-18 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-19 {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.padding-section-large-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h2-13 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.slider-arrow-3 {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-3.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow-3.is-bottom-next {
  inset: auto 0% 0% auto;
}

.button-15 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-15:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

.button-15.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-15.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.banner15_image-wrapper-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 218px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-8 {
  color: var(--_primitives---colors--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 2px 3px 1px #000;
  font-family: Changa One, Impact, sans-serif;
}

.paragraph-4 {
  width: 700px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.2rem;
}

.paragraph-4.hemp-section {
  color: var(--_primitives---colors--neutral-lightest);
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  width: 787px;
  font-size: 1.6rem;
}

.paragraph-5 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.4rem;
}

.text-block-11 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
}

.text-block-12, .text-block-13 {
  font-size: 1.5rem;
}

.padding-global-19 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container-large-20 {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.heading-style-h5-6 {
  letter-spacing: -.015rem;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-16 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--white-2);
  background-color: var(--_primitives---colors--white-2);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-16:hover {
  border-color: var(--_primitives---colors--white-dark);
  background-color: var(--_primitives---colors--white-dark);
}

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

.button-16.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-16.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

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

.text-align-center-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 200px;
  display: flex;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: Changa One, Impact, sans-serif;
}

.body-18 {
  background-color: #cb9dff;
}

.paragraph-10 {
  text-align: left;
  font-family: Changa One, Impact, sans-serif;
}

.paragraph-10.conos {
  text-align: center;
}

.body-19 {
  background-color: #28c2ff;
}

.body-20 {
  background-color: #ff9fc1;
}

.body-21 {
  background-color: #d2ab4b;
}

.body-23 {
  background-color: #00c500;
}

.body-24 {
  background-color: #cb37ff;
}

.heading-9 {
  color: var(--_primitives---colors--neutral-lightest);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 3px 2px 1px #000;
  font-family: Changa One, Impact, sans-serif;
}

.paragraph-11 {
  color: var(--_primitives---colors--neutral-lightest);
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.4rem;
}

.body-25 {
  background-color: #e70033;
}

.body-26 {
  background-color: #74b332;
}

.body-27 {
  background-color: #9ac269;
}

.body-28 {
  background-color: #ab6c3b;
}

.heading-10 {
  color: var(--_primitives---colors--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
  text-shadow: 0 3px 3px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.paragraph-12 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.2rem;
}

.text-block-14 {
  font-family: var(--_typography---font-styles--heading);
}

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

.texto-align {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.3rem;
}

.image-17 {
  z-index: -6;
  height: 304px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-18 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-18.conos {
  height: 600px;
  inset: auto 0% 0% auto;
}

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

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

  .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-bottom.margin-small {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-align-center {
    height: 100px;
  }

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

  .padding-section-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    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;
  }

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

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

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

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

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

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

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .layout240_list {
    grid-column-gap: 2rem;
  }

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

  .section_layout1.color-scheme-1 {
    height: 1200px;
  }

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

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .cta14_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .footer9_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .navbar3_menu {
    z-index: 1;
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-image: url('../images/WEB_2025-6_1.webp');
    background-position: 0 0;
    background-size: contain;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon3_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_logo {
    width: 150px;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
    position: static;
  }

  .navbar3_link.none2 {
    display: none;
  }

  .navbar3_link.none1 {
    display: flex;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    background-color: #fff;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon3_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .hero-rotate-base {
    width: 30%;
  }

  .hero-rotate-base._2da-foto {
    left: 206px;
  }

  .hero-rotate-base._1era-foto {
    right: 201px;
  }

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

  .hero-rotate-base-2 {
    width: 30%;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .home-hero-block {
    min-height: 80vw;
    padding-bottom: 8rem;
  }

  .image-3 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-curvo.background-curvo {
    height: 115px;
  }

  .layout423_image {
    object-fit: cover;
  }

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

  .layout423_row {
    flex-direction: column;
  }

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

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

  .layout423_card {
    width: 100%;
  }

  .rotate-card {
    width: 40%;
  }

  .about-history-image.radius-regular {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout414_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .section_layout505 {
    height: 750px;
  }

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

  .layout505_tab-content {
    padding: 2rem;
  }

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

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

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
    display: grid;
  }

  .image-5 {
    margin-right: 0;
  }

  .d-133-h3-heading {
    font-size: 21px;
  }

  .d-133-3d-wrapper {
    margin-bottom: 40px;
  }

  .d-133-card-wrapper {
    width: 200px;
    height: 300px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .hero-visual.right {
    width: 35%;
    left: 70%;
  }

  .small-text-1 {
    left: 29%;
  }

  .small-text-1._2 {
    left: 50%;
  }

  .text-span-6 {
    font-size: 1.7rem;
  }

  .image-8 {
    height: 76%;
  }

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

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

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

  .product-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
  }

  .product4_list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .section_product4 {
    width: 100vw;
  }

  .section_product4.hemp-wrap-margin.pre-rolled-section {
    width: 100%;
    height: 1300px;
  }

  .product4_list-wrapper {
    width: 100%;
    display: flex;
  }

  .products_ecommerce-products-list_list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

  .product4_component-2 {
    width: 100%;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_product-header3.bg-red {
    height: 1100px;
  }

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

  .padding-global-7 {
    height: 1100px;
    padding-top: 25vh;
  }

  .breadcrumb_component, .product-header3_product-details {
    justify-content: center;
    align-items: center;
  }

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

  .testimonial34_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .testimonial34_tabs {
    grid-column-gap: 3rem;
  }

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

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

  .product-header7_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header7_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .section_product-header7.hemp-tropical {
    display: none;
  }

  .product-header7_image-wrapper {
    padding-top: 120%;
  }

  .product-header7_gallery-slider {
    position: static;
  }

  .product-header7_slider {
    height: auto;
  }

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

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

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

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

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

  .layout475_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-auto-flow: column;
    place-items: center stretch;
    display: flex;
  }

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

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

  .layout475_image1 {
    width: 66%;
  }

  .text-size-medium-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    font-size: .9rem;
  }

  .text-span-12 {
    font-size: 1rem;
  }

  .text-span-13 {
    font-size: 1.3rem;
  }

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

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

  .layout422_card {
    padding: 2rem;
  }

  .layout422_image {
    object-fit: cover;
  }

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

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

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

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

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

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

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

  .padding-product-section {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 60px;
  }

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

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

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

  .team10_slide {
    padding-right: 2rem;
  }

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

  .section_team10 {
    display: none;
  }

  .team10_mask {
    width: 50%;
  }

  .container-large-19 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .padding-section-large-18 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .container-large-20 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-align-center-16 {
    height: 100px;
  }

  .image-17 {
    object-fit: contain;
  }
}

@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-large.align-center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

  .text-align-center {
    max-width: 100vw;
  }

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

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

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

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

  .padding-section-large {
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

  .layout240_list, .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_layout1.color-scheme-1 {
    height: 1000px;
  }

  .cta1_content {
    grid-row-gap: 3rem;
  }

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

  .footer9_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer9_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer9_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer9_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer9_credit-text {
    margin-top: 1.5rem;
  }

  .button-2.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .menu-icon3 {
    background-color: #fff;
    border-radius: 50%;
  }

  .navbar3_component {
    z-index: 15;
    min-height: 4.1rem;
    inset: 0% 0% auto;
  }

  .header1_image-wrapper {
    height: 40vh;
  }

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

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

  .header1_component {
    width: 96%;
    min-height: 51vh;
    margin-left: auto;
    margin-right: auto;
  }

  .section_header1 {
    background-color: #0000;
    background-image: none;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-rotate-base {
    width: 40%;
  }

  .hero-rotate-base._2da-foto {
    left: 122px;
  }

  .hero-rotate-base._1era-foto {
    right: 110px;
  }

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

  .hero-rotate-base-2 {
    width: 40%;
  }

  .home-hero {
    background-image: url('../images/WEB_2025_1-y-7_1.webp');
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    padding-top: 85px;
    position: relative;
    overflow: hidden;
  }

  .home-hero-block {
    min-height: 120vw;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .image-3 {
    object-fit: contain;
    inset: auto 0% -62px;
  }

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

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

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

  .layout423_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .layout423_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section_layout423 {
    display: flex;
  }

  .layout414_image-wrapper {
    width: 40vw;
  }

  .layout414_content-top {
    grid-template-columns: 1fr;
  }

  .banner15_image-wrapper {
    width: 214px;
    height: 10rem;
  }

  .banner15_image {
    width: 225px;
    height: 209px;
  }

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

  .layout505_tab-content {
    padding: 1.5rem;
  }

  .layout505_tabs-menu {
    border-right-style: none;
  }

  .layout505_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout505_tab-link.tab-last {
    border-bottom-style: solid;
  }

  .layout505_tabs {
    grid-template-columns: 1fr;
  }

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

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

  .heading-style-h3-2.black {
    width: 100%;
  }

  .padding-section-large-4 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout137_component {
    margin-bottom: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper {
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .padding-custom4 {
    padding-top: 100px;
  }

  .hero-visual {
    width: 45%;
  }

  .hero-visual.right {
    width: 45%;
    top: -8.7vh;
    left: 60%;
  }

  .small-text-1 {
    left: 38%;
  }

  .small-text-1._2 {
    left: 45%;
  }

  .map-wrapper {
    height: 58%;
  }

  .map-foto-wrapper {
    width: 100%;
    height: 76%;
  }

  .image-8 {
    width: 100%;
    height: 100%;
  }

  .map-padding {
    justify-content: center;
    align-items: center;
  }

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

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

  .header78_image-wrapper {
    width: 18rem;
  }

  .contact11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .text-margin {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-position {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: clip;
  }

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

  .product4_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

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

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

  .product4_image-wrapper {
    height: 100%;
  }

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

  .section_product4.hemp-wrap-margin.pre-rolled-section {
    width: 100%;
    height: 2000px;
  }

  .product4_list-wrapper {
    display: flex;
  }

  .product4_list-wrapper.homepage-product-list {
    display: none;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .products_ecommerce-products-list_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

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

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

  .products_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

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

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .text-size-large-4 {
    font-size: 1.125rem;
  }

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

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

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    place-items: start stretch;
    max-height: 100%;
  }

  .section_product-header3, .section_product-header3.bg-yellow {
    display: none;
  }

  .section_product-header3.bg-red {
    height: 1500px;
    display: none;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .product-header3_component {
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
  }

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

  .padding-global-7 {
    padding-top: 0;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }

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

  .testimonial34_tab-logo {
    max-height: 2.5rem;
  }

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

  .testimonial34_card {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .testimonial34_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial34_tabs {
    border-bottom-style: solid;
    grid-template-columns: 1fr;
  }

  .testimonial34_tabs-menu {
    border-top: 1px none var(--_primitives---colors--neutral-darkest);
    flex-flow: column;
  }

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

  .testimonial34_tab-link {
    border-bottom: 1px none var(--_primitives---colors--neutral-darkest);
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
  }

  .testimonial34_tab-link.w--current {
    border-top-color: #000;
  }

  .imagen-frutal {
    width: 39px;
  }

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

  .product-header7_product-details {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .product-header7_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    width: 500px;
    padding-bottom: 1.5rem;
  }

  .section_product-header7, .section_product-header7.hemp-frutal, .section_product-header7.hemp-tropical {
    display: flex;
  }

  .product-header7_gallery-slider {
    grid-template-columns: 1fr;
  }

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

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

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

  .paragraph-2 {
    text-align: center;
    font-size: 1.9rem;
  }

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

  .product9_image-wrapper {
    height: 100%;
  }

  .product9_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout475_image-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .text-size-medium-10 {
    font-size: .8rem;
  }

  .padding-global-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-large-14 {
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .layout422_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout422_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout422_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .heading-style-h3-6 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--_primitives---colors--neutral-darker);
    text-transform: uppercase;
    text-shadow: 3px 3px 1px #000;
    font-family: Changa One, Impact, sans-serif;
    font-size: 2rem;
  }

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

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

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

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

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

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

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

  .padding-product-section {
    max-width: 100vw;
  }

  .text-cones-wrapper {
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

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

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

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .team10_slider {
    height: 500px;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .team10_component {
    width: 520px;
    max-width: none;
  }

  .team10_mask {
    width: 250px;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .padding-global-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-19 {
    height: 700px;
    display: flex;
  }

  .padding-section-large-18 {
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .banner15_image-wrapper-2 {
    width: 214px;
    height: 10rem;
  }

  .paragraph-4 {
    width: 500px;
  }

  .padding-global-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

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

  .text-align-center-16 {
    max-width: 100vw;
  }

  .paragraph-6 {
    color: var(--_primitives---colors--neutral-darkest);
    font-family: Changa One, Impact, sans-serif;
  }

  .image-17 {
    vertical-align: baseline;
  }

  .image-18.conos {
    object-fit: cover;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
  }

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

  .max-width-large.align-center.video-section {
    width: 310px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .max-width-large.video-section {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    display: flex;
  }

  .main-wrapper.hemp-wraps {
    height: 100%;
  }

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

  .margin-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom.margin-xxlarge.gallery-text {
    height: 200px;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-small, .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .text-align-center {
    width: 100vw;
  }

  .text-align-center.video-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

  .padding-section-large {
    justify-content: flex-start;
    align-items: center;
  }

  .rl-styleguide_component, .layout240_list, .layout1_content {
    grid-template-columns: 1fr;
  }

  .section_layout1.color-scheme-1 {
    height: 1000px;
  }

  .section_testimonial1.color-scheme-1 {
    width: 100%;
    height: 100%;
  }

  .text-weight-semibold {
    font-size: .9rem;
  }

  .text-weight-semibold.text-size-medium {
    font-size: 1.9rem;
  }

  .cta1_content {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cta14_content {
    grid-template-columns: 1fr;
  }

  .footer9_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer9_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer9_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .navbar3_logo {
    width: 94px;
  }

  .navbar3_component {
    color: var(--color-scheme-2--text);
    position: absolute;
    inset: 0% 0% auto;
  }

  .header1_component {
    width: 100%;
    height: 152px;
    min-height: auto;
  }

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

  .hero-rotate-base {
    width: 45%;
  }

  .hero-rotate-base._2da-foto {
    left: 59px;
  }

  .hero-rotate-base._1era-foto {
    right: 47px;
  }

  .hero-rotate-image {
    height: 301px;
  }

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

  .hero-rotate-base-2 {
    width: 45%;
  }

  .home-hero {
    height: 900px;
    padding-top: 100px;
  }

  .home-hero-block {
    min-height: 110vw;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .div-block.parallax-image {
    justify-content: center;
    align-items: flex-start;
    height: 193px;
    display: flex;
    inset: auto 0% 0%;
  }

  .image-3 {
    object-fit: cover;
    height: 405px;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .div-curvo.background-curvo {
    height: 111px;
    display: flex;
  }

  .text-size-medium-3 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
  }

  .text-size-medium-3.grande {
    text-align: center;
  }

  .layout423_row {
    grid-template-columns: 1fr;
  }

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

  .rotate-card {
    width: 50%;
  }

  .layout414_content-top {
    grid-template-columns: 1fr;
  }

  .banner15_marquee {
    width: 235px;
  }

  .banner15_image {
    object-fit: contain;
    max-width: 100%;
  }

  .layout505_tabs {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .heading-style-h3-2.black {
    width: 100%;
    font-size: 2.6rem;
  }

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

  .container-large-3 {
    justify-content: center;
    align-items: center;
    width: 310px;
    max-width: none;
  }

  .padding-section-large-4 {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .layout137_component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    margin-top: 0;
    margin-right: 0;
  }

  .d-133-3d-wrapper {
    width: 290px;
    margin-bottom: 13px;
  }

  .d-133-3d-wrapper.cones-interaction {
    width: 320px;
  }

  .d-133-card-wrapper {
    width: 250px;
    height: 320px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .padding-custom4 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-visual {
    width: 50%;
  }

  .hero-visual.right {
    width: 50%;
    left: 58%;
  }

  .small-text-1 {
    top: -21vh;
  }

  .small-text-1._2 {
    top: -32.9vh;
    left: 20%;
  }

  .big-text {
    top: 6px;
  }

  .text-span-6 {
    font-size: 1.1rem;
  }

  .map-wrapper {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .padding-global-3 {
    max-width: 100%;
  }

  .text-align-center-2.gallery-h2 {
    height: 150px;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .contact11_content, .contact11_contact-list {
    grid-template-columns: 1fr;
  }

  .text-position {
    justify-content: center;
    align-items: flex-start;
    height: 300px;
  }

  .product-wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 30px;
  }

  .product4_list {
    grid-template-columns: 1fr;
  }

  .section_product4.hemp-wrap-margin {
    width: 100%;
    height: 4300px;
    padding-top: 10vh;
  }

  .section_product4.hemp-wrap-margin.filters.filter-section {
    height: 3200px;
  }

  .product4_list-wrapper, .product4_list-wrapper.hemp-products, .product4_list-wrapper.cones {
    display: flex;
  }

  .product4_list-wrapper.homepage-product-list {
    display: none;
  }

  .container-large-7 {
    max-width: 100%;
  }

  .footer2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer2_left-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .text-size-small-3 {
    font-size: .75rem;
  }

  .text-size-tiny-3 {
    font-size: .625rem;
  }

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

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

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

  .text-align-center-6 {
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 100%;
    height: 180px;
  }

  .product-header3_layout {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .section_product-header3.bg-yellow {
    z-index: 1;
    position: relative;
  }

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

  .product-header3_gallery {
    place-items: center stretch;
    width: 100%;
    max-width: none;
  }

  .product-header3_product-details, .testimonial34_card {
    max-width: 100%;
  }

  .testimonial34_tabs {
    grid-template-columns: 1fr;
  }

  .padding-global-8 {
    width: 290px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-14, .image-15 {
    object-fit: cover;
  }

  .product-header7_component {
    grid-template-columns: 1fr;
    width: 300px;
    max-width: 100%;
  }

  .section_product-header7.hemp-tropical {
    z-index: 1;
  }

  .product-header7_slide-nav {
    margin-bottom: 0;
  }

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

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

  .paragraph, .paragraph-2 {
    font-size: 1.1rem;
  }

  .layout475_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    height: auto;
    top: -96px;
  }

  .layout475_image-wrapper1 {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0%;
    margin-right: 0%;
  }

  .layout475_component {
    background-color: #0000;
    overflow: hidden;
  }

  .layout475_content {
    max-height: none;
    overflow: hidden;
  }

  .container-large-14 {
    max-height: 94%;
    overflow: hidden;
  }

  .padding-section-large-13 {
    height: 900px;
    max-height: none;
    overflow: hidden;
  }

  .padding-global-12 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
  }

  .layout475_image1 {
    object-fit: contain;
    width: 100%;
    height: 74%;
    max-height: 100%;
  }

  .text-size-medium-10, .text-span-9, .text-span-10, .text-span-11 {
    font-size: .7rem;
  }

  .text-span-12 {
    font-size: .8rem;
  }

  .text-span-13 {
    font-size: 1rem;
  }

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

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

  .layout422_row {
    grid-template-columns: 1fr;
  }

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

  .padding-product-section {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
  }

  .text-cones-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team10_slider {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 500px;
    padding-bottom: 0;
    display: flex;
  }

  .team10_slide-nav {
    margin-left: 40px;
  }

  .team10_slide {
    width: 429px;
    padding-right: 0;
  }

  .team10_component {
    max-width: 100%;
  }

  .team10_mask {
    width: 95%;
  }

  .team10_image-wrapper {
    padding-top: 66%;
  }

  .container-large-19 {
    height: 100%;
    padding-top: 0;
  }

  .padding-section-large-18 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
  }

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

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

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .slider-arrow-3.is-bottom-next {
    margin-right: 10px;
  }

  .paragraph-4 {
    width: 300px;
    max-width: 100%;
  }

  .text-block-11 {
    line-height: 1;
  }

  .text-block-12, .text-block-13 {
    font-size: 1rem;
  }

  .container-large-20 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

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

  .text-align-center-16 {
    width: 100vw;
  }

  .body-20 {
    background-color: #ff9fc1;
  }

  .body-28 {
    background-color: #ab6c3b;
  }

  .image-17 {
    height: 150px;
  }

  .image-18 {
    z-index: 0;
  }
}

#w-node-bf298735-a415-b158-c837-10c877105e43-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e44-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e45-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e46-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e47-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e48-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e49-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4a-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4b-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4c-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4d-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4e-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e4f-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e50-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e51-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e52-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e53-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e54-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e55-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e56-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e57-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e58-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e59-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e5a-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e5b-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e5c-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e5e-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e5f-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e60-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e61-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e62-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e63-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e64-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e65-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e66-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e67-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e68-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e69-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6a-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6b-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6c-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6d-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6e-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e6f-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e70-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e71-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e72-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e73-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e74-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e75-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e76-462bd271, #w-node-bf298735-a415-b158-c837-10c877105e77-462bd271 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3136458-d1c7-0cdf-f6c7-325688416a0e-462bd271 {
  justify-self: start;
}

#w-node-_93752e93-b2ae-4c73-81d2-34e67df07069-7df0705d {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-462bd279 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-462bd279 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-462bd279 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-462bd279 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-462bd279 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-462bd279 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-462bd279 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-462bd279 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-462bd279, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-462bd279 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-462bd279, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-462bd279, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-462bd279 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-462bd279, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-462bd279 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-462bd279, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-462bd279 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-462bd279, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-462bd279, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-462bd279, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-462bd279, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-462bd279, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-462bd279, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-462bd279, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-462bd279 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-462bd279 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-462bd279 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-462bd279 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-462bd279 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-462bd279, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-462bd279 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-462bd279, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-462bd279, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-462bd279, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-462bd279, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-462bd279, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-462bd279, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-462bd279 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-462bd279, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-462bd279, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-462bd279 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-462bd279, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-462bd279, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-462bd279 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-462bd279, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-462bd279, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-462bd279 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-462bd279, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-462bd279, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-462bd279 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-462bd279, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-462bd279, #w-node-ee961e8d-845a-edc3-3307-509470022457-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-462bd279 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-462bd279, #w-node-ee961e8d-845a-edc3-3307-50947002245b-462bd279, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-462bd279 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-462bd279, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-462bd279, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-462bd279 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-462bd279, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-462bd279, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-462bd279 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-462bd279, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-462bd279, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-462bd279 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-462bd279, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-462bd279, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-462bd279 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-462bd279, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-462bd279, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-462bd279 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-462bd279 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-462bd279 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-462bd279 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-462bd279 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-462bd279 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-462bd279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-462bd279 {
  justify-self: start;
}

#w-node-_3fba16d4-4f7d-1d9b-e0ef-b9e8d463f7a5-48dad067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6ae280-c64d-6402-03df-72e74fd1671c-48dad067 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cd840916-6588-dcd9-af8f-2deb2b093673-a96ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd840916-6588-dcd9-af8f-2deb2b093682-a96ff4be {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2be83f11-7fbe-e011-25ad-895bf63be6b3-72f4e391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2be83f11-7fbe-e011-25ad-895bf63be6c2-72f4e391 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a11be305-a1b0-3486-08cc-39bf2a2b0544-0d4dcd24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11be305-a1b0-3486-08cc-39bf2a2b0553-0d4dcd24 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_11dbaee2-443f-c430-803b-e709a9ccc51f-274bc99e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11dbaee2-443f-c430-803b-e709a9ccc52e-274bc99e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9c224297-c6f3-1c9d-5d44-86fec0723852-00aff708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c224297-c6f3-1c9d-5d44-86fec0723861-00aff708 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d79a3c58-082e-d8e2-a48d-0b01ef60d214-7c192c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d79a3c58-082e-d8e2-a48d-0b01ef60d223-7c192c92 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9d49e881-4352-8a24-b669-fd7ae9075669-486d9dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d49e881-4352-8a24-b669-fd7ae9075676-486d9dc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a4a00740-793b-f1bc-f49d-8c83619799cb-0c189e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4a00740-793b-f1bc-f49d-8c83619799d8-0c189e2e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_559cb269-6885-cc62-7a3a-2373e184c584-757720dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f4721c-2687-be48-e822-2c80fec041c4-757720dd {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3fba16d4-4f7d-1d9b-e0ef-b9e8d463f7a5-48dad067, #w-node-cd840916-6588-dcd9-af8f-2deb2b093673-a96ff4be, #w-node-_2be83f11-7fbe-e011-25ad-895bf63be6b3-72f4e391, #w-node-a11be305-a1b0-3486-08cc-39bf2a2b0544-0d4dcd24, #w-node-_11dbaee2-443f-c430-803b-e709a9ccc51f-274bc99e, #w-node-_9c224297-c6f3-1c9d-5d44-86fec0723852-00aff708, #w-node-d79a3c58-082e-d8e2-a48d-0b01ef60d214-7c192c92, #w-node-_9d49e881-4352-8a24-b669-fd7ae9075669-486d9dc4, #w-node-a4a00740-793b-f1bc-f49d-8c83619799cb-0c189e2e, #w-node-_559cb269-6885-cc62-7a3a-2373e184c584-757720dd {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c6ae280-c64d-6402-03df-72e74fd16713-48dad067, #w-node-cd840916-6588-dcd9-af8f-2deb2b093679-a96ff4be, #w-node-_2be83f11-7fbe-e011-25ad-895bf63be6b9-72f4e391, #w-node-a11be305-a1b0-3486-08cc-39bf2a2b054a-0d4dcd24, #w-node-_11dbaee2-443f-c430-803b-e709a9ccc525-274bc99e, #w-node-_9c224297-c6f3-1c9d-5d44-86fec0723858-00aff708, #w-node-d79a3c58-082e-d8e2-a48d-0b01ef60d21a-7c192c92, #w-node-_9d49e881-4352-8a24-b669-fd7ae907566f-486d9dc4, #w-node-a4a00740-793b-f1bc-f49d-8c83619799d1-0c189e2e, #w-node-b9f4721c-2687-be48-e822-2c80fec041bb-757720dd {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Asgardtrial Fitfat';
  src: url('../fonts/AsgardTrial-FitFat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}