:root {
  --green-500: #4f5b51;
  --green-900: #2a3f2d;
  --orange-700: #ff8a4a;
  --green-700: #2c4530;
  --okhra: #fdf8e9;
  --lime-green: #a2de64;
  --orange-500: #ffce98;
  --neutrals-900: #111827;
  --neutrals-800: #1f2937;
  --neutrals-700: #374151;
  --neutrals-600: #4b5563;
  --neutrals-500: #6a7280;
  --neutrals-400: #9ba3af;
  --neutrals-300: #d1d5da;
  --neutrals-200: #e4e7eb;
  --neutrals-100: #f2f4f6;
  --neutrals-50-501: #f9fafb;
  --error-01: #ff6b6b;
  --error-02: #ffa8a8;
  --error-03: #ffe3e3;
  --warning-01: #fcc419;
  --warning-02: #ffe066;
  --warning-03: #fff3bf;
  --success-01: #88cf51;
  --success-02: #aae98c;
  --success-03: #ddf9d3;
  --info-01: #339af0;
  --info-02: #74c0fc;
  --info-03: #d0ebff;
  --white-100: white;
  --white-88: rgba(255, 255, 255, .88);
  --white-80: rgba(255, 255, 255, .8);
  --white-72: rgba(255, 255, 255, .72);
  --white-64: rgba(255, 255, 255, .64);
  --white-56: rgba(255, 255, 255, .56);
  --white-48: rgba(255, 255, 255, .48);
  --white-40: rgba(255, 255, 255, .4);
  --white-32: rgba(255, 255, 255, .32);
  --white-24: rgba(255, 255, 255, .24);
  --white-16: rgba(255, 255, 255, .16);
  --white-8-89: rgba(255, 255, 255, .08);
  --black-4-49: rgba(0, 0, 0, .04);
  --black-100: black;
  --black-88: rgba(0, 0, 0, .88);
  --black-80: rgba(0, 0, 0, .8);
  --black-72: rgba(0, 0, 0, .72);
  --black-64: rgba(0, 0, 0, .64);
  --black-56: rgba(0, 0, 0, .56);
  --black-48: rgba(0, 0, 0, .48);
  --black-40: rgba(0, 0, 0, .4);
  --black-32: rgba(0, 0, 0, .32);
  --black-24: rgba(0, 0, 0, .24);
  --black-16: rgba(0, 0, 0, .16);
  --black-8-89: rgba(0, 0, 0, .08);
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--green-500);
  letter-spacing: -.015rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--green-900);
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  color: var(--green-900);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: var(--green-900);
  letter-spacing: -.075rem;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--green-900);
  letter-spacing: -.0625rem;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--green-900);
  letter-spacing: -.03rem;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--green-900);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--green-500);
  letter-spacing: -.015rem;
}

a {
  color: var(--orange-700);
  letter-spacing: -.015rem;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .25s;
}

a:hover {
  opacity: .8;
}

ul {
  color: var(--green-500);
  padding-left: 30px;
}

ol {
  padding-left: 30px;
}

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

form {
  flex-direction: column;
  display: flex;
}

label {
  margin-bottom: 0;
  font-weight: 500;
}

blockquote {
  color: var(--green-900);
  letter-spacing: -.0625rem;
  border: 0 #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.bgc-green-900 {
  background-color: var(--green-900);
}

.bgc-green-700 {
  background-color: var(--green-700);
}

.bgc-green-500 {
  background-color: var(--green-500);
}

.bgc-okhra {
  background-color: var(--okhra);
}

.bgc-lime-green {
  background-color: var(--lime-green);
}

.bgc-orange-700 {
  background-color: var(--orange-700);
}

.bgc-orange-500 {
  background-color: var(--orange-500);
}

.bgc-primary-100 {
  background-color: #eae5fd;
}

.bgc-neutrals-900 {
  background-color: var(--neutrals-900);
}

.bgc-neutrals-800 {
  background-color: var(--neutrals-800);
}

.bgc-neutrals-700 {
  background-color: var(--neutrals-700);
}

.bgc-neutrals-600 {
  background-color: var(--neutrals-600);
}

.bgc-neutrals-500 {
  background-color: var(--neutrals-500);
}

.bgc-neutrals-400 {
  background-color: var(--neutrals-400);
}

.bgc-neutrals-300 {
  background-color: var(--neutrals-300);
}

.bgc-neutrals-200 {
  background-color: var(--neutrals-200);
}

.bgc-neutrals-100 {
  background-color: var(--neutrals-100);
}

.bgc-neutrals-50 {
  background-color: var(--neutrals-50-501);
}

.bgc-error-01 {
  background-color: var(--error-01);
}

.bgc-error-02 {
  background-color: var(--error-02);
}

.bgc-error-03 {
  background-color: var(--error-03);
}

.bgc-warning-01 {
  background-color: var(--warning-01);
}

.bgc-warning-02 {
  background-color: var(--warning-02);
}

.bgc-warning-700 {
  background-color: var(--warning-03);
}

.bgc-success-01 {
  background-color: var(--success-01);
}

.bgc-success-02 {
  background-color: var(--success-02);
}

.bgc-success-03 {
  background-color: var(--success-03);
}

.bgc-info-01 {
  background-color: var(--info-01);
}

.bgc-info-02 {
  background-color: var(--info-02);
}

.bgc-info-03 {
  background-color: var(--info-03);
}

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

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

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

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

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

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

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

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

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

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

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

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

.headline {
  color: var(--green-900);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.headline.xxs {
  letter-spacing: -.015rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.headline.xxs.tc-white-100 {
  color: var(--white-100);
}

.headline.l {
  letter-spacing: -.125rem;
  font-size: 3.25rem;
  line-height: 1.1;
}

.headline.xs {
  letter-spacing: -.03rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.headline.s {
  letter-spacing: -.0625rem;
  font-size: 2rem;
  line-height: 1.2;
}

.headline.m {
  letter-spacing: -.075rem;
  font-size: 2.75rem;
  line-height: 1.2;
}

.headline.m.fill-100 {
  display: none;
}

.headline.xl {
  letter-spacing: -.15rem;
  font-size: 4rem;
  line-height: 1.1;
}

.body-text-s {
  letter-spacing: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.caption {
  color: var(--green-500);
  letter-spacing: -.015rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.143;
}

.link {
  color: var(--green-500);
  cursor: pointer;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .25s;
}

.link:hover {
  opacity: .8;
  color: var(--green-500);
  font-family: IBM Plex Sans, sans-serif;
}

.link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.link.dark:hover {
  text-decoration: underline;
}

.link.pale {
  color: var(--white-64);
  transition-property: color;
}

.link.pale:hover {
  opacity: 1;
  color: var(--white-100);
}

.link.light {
  color: var(--white-100);
}

.link.light:hover {
  text-decoration: underline;
}

.overline {
  color: var(--green-900);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.tc-green-900 {
  color: var(--green-900);
}

.tc-green-700 {
  color: var(--green-700);
}

.tc-green-500 {
  color: var(--green-500);
}

.tc-okhra {
  color: var(--okhra);
}

.tc-lime-green {
  color: var(--lime-green);
}

.tc-orange-700 {
  color: var(--orange-700);
}

.tc-orange-500 {
  color: var(--orange-500);
}

.tc-neutrals-900 {
  color: var(--neutrals-900);
}

.tc-neutrals-800 {
  color: var(--neutrals-800);
}

.tc-neutrals-700 {
  color: var(--neutrals-700);
}

.tc-neutrals-600 {
  color: var(--neutrals-600);
}

.tc-neutrals-500 {
  color: var(--neutrals-500);
}

.tc-neutrals-400 {
  color: var(--neutrals-400);
}

.tc-neutrals-200 {
  color: var(--neutrals-200);
}

.tc-neutrals-100 {
  color: var(--neutrals-100);
}

.tc-neutrals-50 {
  color: var(--neutrals-50-501);
}

.tc-white-100 {
  color: var(--white-100);
}

.tc-white-88 {
  color: var(--white-88);
}

.tc-white-80 {
  color: var(--white-80);
}

.tc-white-72 {
  color: var(--white-72);
}

.tc-white-64 {
  color: var(--white-64);
}

.tc-white-56 {
  color: var(--white-56);
}

.tc-white-48 {
  color: var(--white-48);
}

.tc-white-40 {
  color: var(--white-40);
}

.tc-white-32 {
  color: var(--white-32);
}

.tc-white-24 {
  color: var(--white-24);
}

.tc-white-16 {
  color: var(--white-16);
}

.tc-white-8 {
  color: var(--white-8-89);
}

.tc-error-01 {
  color: var(--error-01);
}

.tc-error-02 {
  color: var(--error-02);
}

.tc-error-03 {
  color: var(--error-03);
}

.tc-warning-01 {
  color: var(--warning-01);
}

.tc-warning-02 {
  color: var(--warning-02);
}

.tc-warning-03 {
  color: var(--warning-03);
}

.tc-success-01 {
  color: var(--success-01);
}

.tc-success-02 {
  color: var(--success-02);
}

.tc-success-03 {
  color: var(--success-03);
}

.tc-info-01 {
  color: var(--info-01);
}

.tc-info-02 {
  color: var(--info-02);
}

.tc-info-03 {
  color: var(--info-03);
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.xxs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.xs {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.s {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.l {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section._2xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._3xl {
  padding-top: 168px;
  padding-bottom: 168px;
}

.section.password {
  z-index: 1;
  height: 100vh;
  background-color: var(--okhra);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.stack-z {
  margin-bottom: 0;
}

.stack-xxs {
  margin-bottom: 2px;
}

.stack-xs {
  margin-bottom: 4px;
}

.stack-s {
  margin-bottom: 8px;
}

.stack-m {
  margin-bottom: 12px;
}

.stack-l {
  margin-bottom: 16px;
}

.stack-xl {
  margin-bottom: 24px;
}

.stack-2xl {
  margin-bottom: 48px;
}

.stack-3xl {
  margin-bottom: 64px;
}

.row {
  width: 100%;
  max-width: 1320px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.ahc.g-stack-xl, .row.avc.tac {
  display: none;
}

.row.g-stack-xl {
  flex-direction: row;
}

.row.vise-xl {
  justify-content: space-around;
}

.col {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col.lg1 {
  width: 8.33333%;
}

.col.lg2 {
  width: 16.6667%;
}

.col.lg3 {
  width: 25%;
}

.col.lg4 {
  width: 33.3333%;
}

.col.lg5 {
  width: 41.6667%;
}

.col.lg6 {
  width: 50%;
}

.col.lg6.md6.bg-video {
  align-items: flex-start;
  position: relative;
}

.col.lg7 {
  width: 58.3333%;
}

.col.lg8 {
  width: 66.6667%;
}

.col.lg9 {
  width: 75%;
}

.col.lg10 {
  width: 83.3333%;
}

.col.lg11 {
  width: 91.6667%;
}

.col.lg12 {
  width: 100%;
}

.ahc {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button {
  height: 32px;
  min-width: 88px;
  grid-column-gap: 2px;
  border: 1px solid var(--green-700);
  background-color: var(--neutrals-900);
  color: var(--white-100);
  text-align: center;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button:hover {
  opacity: 1;
}

.button:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.button[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.button.primary {
  background-color: var(--lime-green);
  perspective: 1000px;
  color: var(--green-700);
  transition: transform .2s, box-shadow .25s;
}

.button.primary:hover {
  color: var(--green-900);
  transform: scale(1.01)translate(0, -2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.button.secondary {
  background-color: var(--orange-700);
  box-shadow: none;
  color: var(--green-900);
  transition: box-shadow .2s, transform .2s;
}

.button.secondary:hover {
  transform: translate(0, -2px)scale(1.01);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.button.tertiary {
  background-color: var(--lime-green);
  box-shadow: none;
  color: var(--green-700);
  transition: color .25s, border-color .25s, background-color .25s;
}

.button.tertiary:hover {
  border-color: var(--lime-green);
  color: var(--lime-green);
  background-color: rgba(0, 0, 0, 0);
}

.button.tertiary:focus-visible {
  outline-offset: 2px;
}

.button.tertiary[data-wf-focus-visible] {
  outline-offset: 2px;
}

.button.outline {
  border: 1px solid var(--lime-green);
  color: var(--lime-green);
  background-color: rgba(0, 0, 0, 0);
  transition: color .25s, background-color .25s;
}

.button.outline:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  color: var(--green-900);
}

.button.outline:active {
  box-shadow: none;
}

.button.outline:focus-visible {
  outline-offset: 2px;
  outline-width: 1px;
}

.button.outline[data-wf-focus-visible] {
  outline-offset: 2px;
  outline-width: 1px;
}

.button.size-m {
  height: 40px;
  grid-column-gap: 4px;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
}

.button.size-l {
  height: 48px;
  grid-column-gap: 8px;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 1rem;
}

.button.size-xl {
  height: 56px;
  grid-column-gap: 8px;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1rem;
}

.fab {
  width: 32px;
  height: 32px;
  background-color: var(--neutrals-900);
  box-shadow: 0 2px 2px 0 var(--neutrals-100);
  color: var(--white-100);
  border-radius: 6px;
  padding: 4px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.fab:focus-visible {
  outline-color: var(--orange-700);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.fab[data-wf-focus-visible] {
  outline-color: var(--orange-700);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.fab.outline {
  border: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  box-shadow: 0 2px 2px 0 var(--black-4-49);
  color: var(--neutrals-700);
}

.fab.outline:hover {
  border-color: var(--neutrals-300);
}

.fab.outline:active {
  background-color: var(--neutrals-50-501);
  box-shadow: none;
}

.fab.outline:focus-visible {
  outline-offset: 0px;
  outline-width: 3px;
}

.fab.outline[data-wf-focus-visible] {
  outline-offset: 0px;
  outline-width: 3px;
}

.fab.size-l {
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.bgc-black-100 {
  background-color: var(--black-100);
}

.bgc-black-88 {
  background-color: var(--black-88);
}

.bgc-black-80 {
  background-color: var(--black-80);
}

.bgc-black-72 {
  background-color: var(--black-72);
}

.bgc-black-64 {
  background-color: var(--black-64);
}

.bgc-black-56 {
  background-color: var(--black-56);
}

.bgc-black-48 {
  background-color: var(--black-48);
}

.bgc-black-40 {
  background-color: var(--black-40);
}

.bgc-black-32 {
  background-color: var(--black-32);
}

.bgc-black-24 {
  background-color: var(--black-24);
}

.bgc-black-16 {
  background-color: var(--black-16);
}

.bgc-black-8 {
  background-color: var(--black-8-89);
}

.bgc-black-4 {
  background-color: var(--black-4-49);
}

.inline-z {
  margin-right: 0;
  padding-right: 0;
}

.inline-xxs {
  padding-right: 2px;
}

.inline-xs {
  padding-right: 4px;
}

.inline-s {
  padding-right: 8px;
}

.inline-m {
  padding-right: 12px;
}

.inline-l {
  padding-right: 16px;
}

.inline-xl {
  padding-right: 24px;
}

.inline-2xl {
  padding-right: 48px;
}

.inline-3xl {
  padding-right: 64px;
}

.avc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--neutrals-700);
  padding: 8px 16px;
}

.menu-link:hover {
  background-color: #eae5fd;
}

.avatar {
  width: 32px;
  height: 32px;
  background-color: var(--green-500);
  outline-color: var(--black-8-89);
  outline-offset: -1px;
  color: var(--neutrals-100);
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar.size-s {
  width: 48px;
  height: 48px;
}

.avatar.size-m {
  width: 56px;
  height: 56px;
}

.avatar.size-l {
  width: 64px;
  height: 64px;
}

.avatar.size-xl {
  width: 72px;
  height: 72px;
}

.avatar.size-xs {
  width: 40px;
  height: 40px;
}

.list-item {
  grid-column-gap: 8px;
}

.list {
  grid-row-gap: 4px;
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.list.ordered {
  padding-left: 24px;
  list-style-type: decimal;
}

.list.unordered {
  padding-left: 24px;
  list-style-type: disc;
}

.label-s {
  letter-spacing: -.015rem;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.dropdown {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.dropdown-link {
  border: 1px solid var(--green-900);
  color: var(--green-900);
  border-radius: 8px;
  align-items: center;
  padding: 4px 8px 4px 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown-link.secondary {
  background-color: var(--orange-700);
  transition: background-color .25s;
}

.dropdown-link.secondary:hover, .dropdown-link.secondary:active {
  background-color: var(--lime-green);
}

.dropdown-link.secondary:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.secondary[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.size-m {
  padding: 8px 12px 8px 16px;
}

.dropdown-link.size-l {
  padding: 12px 16px 12px 20px;
}

.dropdown-link.size-xl {
  padding: 16px 20px 16px 24px;
}

.dropdown-link.primary {
  background-color: var(--lime-green);
  transition: background-color .25s;
}

.dropdown-link.primary:hover {
  background-color: var(--orange-700);
}

.dropdown-link.primary:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.primary[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.outline {
  border-color: var(--lime-green);
  color: var(--lime-green);
  transition: color .25s, background-color .25s;
}

.dropdown-link.outline:hover {
  border-style: solid;
  border-color: var(--neutrals-300);
  background-color: var(--lime-green);
  color: var(--green-900);
}

.dropdown-link.outline:active {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.dropdown-link.outline:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.outline[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-list {
  border: 1px solid var(--neutrals-100);
  background-color: var(--white-100);
  box-shadow: 0 2px 8px 0 var(--black-8-89);
  color: var(--neutrals-700);
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-list.size-m {
  margin-top: 48px;
}

.dropdown-list.size-l {
  margin-top: 56px;
}

.dropdown-list.size-xl {
  margin-top: 64px;
}

.asset {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asset.offset-r {
  margin-right: -4px;
}

.asset.size-xxs {
  width: 32px;
  height: 32px;
}

.asset.size-xs {
  width: 40px;
  height: 40px;
}

.asset.size-s {
  width: 48px;
  height: 48px;
}

.asset.close {
  cursor: pointer;
  transition: transform .25s;
}

.asset.close:hover {
  transform: scale(1.05);
}

.label-m {
  letter-spacing: -.015rem;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.input {
  max-width: 100%;
  min-height: 32px;
  border: 1px solid var(--orange-500);
  color: var(--green-700);
  letter-spacing: 0;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: .875rem;
  transition: border-color .2s;
}

.input:active {
  border-color: var(--orange-700);
  background-color: var(--white-100);
}

.input:focus {
  border-width: 1px;
  border-color: var(--orange-700);
}

.input::-ms-input-placeholder {
  color: var(--green-500);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
}

.input::placeholder {
  color: var(--green-500);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
}

.input.size-m {
  min-height: 40px;
  letter-spacing: -.015rem;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
}

.input.size-l {
  min-height: 48px;
  letter-spacing: -.015rem;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 1rem;
}

.input.search {
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: rgba(79, 91, 81, .5);
  border-radius: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  font-size: 1.5rem;
}

.input.search::-ms-input-placeholder {
  color: var(--green-700);
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.input.search::placeholder {
  color: var(--green-700);
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.body-text-l {
  letter-spacing: -.015rem;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
}

.body-text-m {
  letter-spacing: -.015rem;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select-field {
  min-height: 40px;
  border: 1px solid var(--orange-500);
  background-color: var(--white-100);
  color: var(--green-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 20px;
  font-size: .875rem;
}

.select-field:active, .select-field:focus {
  border-color: var(--orange-700);
}

.select-field.size-m {
  min-height: 48px;
  letter-spacing: -.015em;
  padding: 12px 21px 12px 12px;
  font-size: 1rem;
}

.select-field.size-l {
  min-height: 56px;
  letter-spacing: -.015rem;
  padding: 16px 20px 16px 16px;
  font-size: 1rem;
}

.form-error-message {
  background-color: var(--error-02);
  color: var(--green-900);
  text-align: center;
  letter-spacing: -.015rem;
  border-radius: 8px;
  margin-top: 24px;
  padding: 12px 16px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 25%;
  right: 25%;
}

.search-result-list {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.fill-100 {
  width: 100%;
}

.nav-link {
  color: var(--white-100);
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--white-80);
}

.nav-link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.nav-link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.nav-link.w--current {
  color: var(--white-100);
}

.logotype {
  color: var(--green-500);
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar {
  width: 100%;
  border: 1px solid var(--neutrals-900);
  background-color: var(--green-700);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
}

.nav-centered {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-container {
  width: 100%;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  display: flex;
}

.tag {
  min-width: 48px;
  background-color: var(--neutrals-100);
  color: var(--neutrals-500);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.tag.size-m {
  padding: 2px 8px;
}

.tag.primary {
  background-color: var(--green-700);
  color: var(--white-100);
}

.tag.primary.style-guide {
  min-width: 24px;
}

.tag.secondary {
  color: var(--green-500);
  background-color: #eae5fd;
}

.tag.outline {
  border: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  color: var(--neutrals-700);
}

.indent-z {
  padding-left: 0;
}

.indent-xxs {
  padding-left: 2px;
}

.indent-xs {
  padding-left: 4px;
}

.indent-s {
  padding-left: 8px;
}

.indent-m {
  padding-left: 12px;
}

.indent-l {
  padding-left: 16px;
}

.indent-xl {
  padding-left: 24px;
}

.indent-2xl {
  padding-left: 48px;
}

.indent-3xl {
  padding-left: 64px;
}

.g-stack-z {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xxs {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xs {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-s {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-m {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-l {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-l.avc {
  align-items: center;
}

.g-stack-xl {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xl.avc {
  align-items: center;
}

.g-stack-2xl {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-2xl.avc {
  align-items: center;
}

.g-stack-3xl {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-inline-z {
  grid-column-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xxs {
  grid-column-gap: 2px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xs {
  grid-column-gap: 4px;
  align-items: flex-start;
  display: flex;
}

.g-inline-s {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.g-inline-m {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.g-inline-l {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xl {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.g-inline-2xl {
  grid-column-gap: 48px;
  align-items: flex-start;
  display: flex;
}

.g-inline-3xl {
  grid-column-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.alert {
  width: 100%;
  border: 1px solid var(--green-900);
  background-color: var(--white-100);
  border-radius: 8px;
  padding: 16px;
  display: flex;
}

.alert.info {
  border: 1px solid var(--green-700);
  background-color: var(--info-03);
  color: var(--green-900);
}

.alert.success {
  background-color: var(--success-02);
  color: var(--green-900);
}

.alert.error {
  background-color: var(--error-02);
  color: var(--green-900);
}

.alert.warning {
  background-color: var(--warning-02);
  color: var(--green-900);
}

.alert-container {
  flex: 1;
  margin-left: 8px;
  margin-right: 16px;
}

.corners-100 {
  border-radius: 100%;
  overflow: hidden;
}

.corners-s {
  border-radius: 4px;
  overflow: hidden;
}

.corners-m {
  border-radius: 6px;
  overflow: hidden;
}

.corners-l {
  border-radius: 8px;
  overflow: hidden;
}

.corners-xl {
  border-radius: 16px;
  overflow: hidden;
}

.table-head {
  border-bottom: 1px solid var(--neutrals-200);
  background-color: var(--neutrals-100);
  color: var(--neutrals-500);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 12px 16px;
}

.table-item {
  border-bottom: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 16px;
}

.table-item.last {
  border-radius: 0 0 0 8px;
}

.table-item.last-right {
  border-radius: 0 0 8px;
}

.table-col {
  width: 100%;
}

.table {
  width: 100%;
  border-width: 1px;
  border-color: var(--neutrals-200);
  white-space: normal;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 8px;
  display: flex;
  overflow: auto;
}

.border-around {
  border: 1px solid var(--green-900);
}

.border-bottom {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutrals-200);
}

.tab-item {
  width: 100%;
  grid-column-gap: 8px;
  color: var(--neutrals-500);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.tab-item.w--current {
  color: var(--okhra);
  background-color: #f3f0fe;
}

.tab-item.style-a {
  color: var(--green-500);
}

.tab-item.style-a:hover {
  background-color: var(--neutrals-50-501);
}

.tab-item.style-a:active, .tab-item.style-a:focus {
  color: var(--okhra);
  background-color: #f3f0fe;
}

.tab-item.style-a:focus-visible {
  background-color: var(--white-100);
  outline-color: var(--orange-700);
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline-width: 2px;
  outline-style: solid;
}

.tab-item.style-a[data-wf-focus-visible] {
  background-color: var(--white-100);
  outline-color: var(--orange-700);
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline-width: 2px;
  outline-style: solid;
}

.tab-item.style-a.w--current {
  color: var(--green-900);
}

.tabs-menu-vertical {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.tabs-menu-vertical.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.column-image {
  width: 100%;
  margin-bottom: 24px;
}

.column-image.corners-xl.border-around {
  border-color: var(--green-900);
}

.card {
  width: 100%;
  color: var(--neutrals-700);
  flex-direction: column;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.inset-z {
  padding: 0;
}

.inset-xxs {
  padding: 2px;
}

.inset-xs {
  padding: 4px;
}

.inset-s {
  padding: 8px;
}

.inset-xl {
  padding: 24px;
}

.inset-2xl {
  padding: 48px;
}

.inset-3xl {
  padding: 64px;
}

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

.corners-top-xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.style-guide-navbar-section {
  grid-column-gap: 16px;
  padding: 40px 32px 8px;
  display: flex;
}

.style-guide-vertical-link {
  width: 100%;
  grid-column-gap: 8px;
  color: var(--neutrals-700);
  cursor: pointer;
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 8px 24px 8px 70px;
  text-decoration: none;
  display: flex;
}

.style-guide-vertical-link:hover {
  color: var(--okhra);
}

.style-guide-vertical-link:active, .style-guide-vertical-link:focus {
  border-left: 2px solid var(--okhra);
  background-image: linear-gradient(to right, #eae5fd, var(--white-8-89));
  color: var(--okhra);
}

.style-guide-vertical-link.w--current {
  border-left-color: var(--okhra);
  color: var(--okhra);
  background-image: linear-gradient(to right, #eae5fd, rgba(0, 0, 0, 0));
}

.inset-m {
  padding: 12px;
}

.form-block {
  width: 100%;
  color: var(--green-900);
  margin-bottom: 0;
}

.corners-top-l {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.corners-top-m {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.corners-top-s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.slider-content {
  z-index: 1;
  width: 480px;
  overflow: visible;
}

.slide {
  width: 480px;
  margin-right: 24px;
}

.left-arrow {
  z-index: 4;
  width: 48px;
  height: 48px;
  background-color: var(--green-700);
  border-radius: 100%;
}

.left-arrow.reviews {
  z-index: 4;
  transition: transform .2s;
  top: 64px;
  bottom: 0%;
  left: -24px;
  right: auto;
}

.left-arrow.reviews:hover {
  transform: scale(1.05);
}

.right-arrow {
  width: 48px;
  height: 48px;
  background-color: var(--green-700);
  border-radius: 100%;
}

.right-arrow.reviews {
  z-index: 4;
  transition: transform .2s;
  top: 0%;
  bottom: 64px;
  left: -24px;
  right: auto;
}

.right-arrow.reviews:hover {
  transform: scale(1.05);
}

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

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

.side-image {
  width: 100%;
}

.border-top {
  border-top: 1px solid var(--neutrals-200);
}

.button-group {
  grid-column-gap: 16px;
  display: flex;
}

.form-inline {
  grid-column-gap: 16px;
  flex-direction: row;
}

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

.bg-image {
  background-image: url('../images/IMG-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.full-screen {
  height: 100vh;
}

.promo-plan {
  outline-color: var(--okhra);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.fill-75 {
  width: 75%;
}

.fill-50 {
  width: 50%;
}

.fill-25 {
  width: 25%;
}

.style-guide-column {
  width: 100%;
  height: 32px;
  border: 1px solid var(--orange-700);
  background-color: #eae5fd;
  border-radius: 4px;
  margin-bottom: 12px;
}

.display-none, .display-md, .display-mdl, .display-sm {
  display: none;
}

.style-guide-class-tag {
  background-color: #eae5fd;
  border-radius: 4px;
  margin-right: 2px;
  padding: 2px 8px;
  font-weight: 500;
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.style-guide-component {
  width: 100%;
  position: relative;
}

.style-guide-example {
  width: 100%;
  border: 1px solid var(--neutrals-200);
  border-radius: 16px;
  padding: 24px;
}

.back2top-wrapper {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-filler {
  width: 100%;
  background-color: #eae5fd;
  justify-content: center;
  padding: 12px;
  display: flex;
}

.style-guide-sidebar-wrapper {
  width: 256px;
  flex-direction: column;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.style-guide-sidebar {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #f3f0fe, white 25%), linear-gradient(to bottom, var(--white-100), var(--white-100));
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.style-guide-logo-container {
  padding: 24px;
  display: flex;
}

.style-guide-container {
  width: 256px;
  border-right: 1px solid var(--neutrals-300);
  background-image: linear-gradient(to bottom, #f3f0fe, white 25%), linear-gradient(to bottom, var(--white-100), var(--white-100));
  padding-bottom: 64px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: scroll;
}

.style-guide-menu {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.style-guide-overlay {
  display: none;
}

.style-guide-vertical-link-short {
  width: 100%;
  grid-column-gap: 8px;
  color: var(--neutrals-700);
  cursor: pointer;
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.style-guide-vertical-link-short:hover {
  color: var(--okhra);
}

.style-guide-vertical-link-short:active, .style-guide-vertical-link-short:focus {
  border-left: 2px solid var(--okhra);
  background-image: linear-gradient(to right, #f3f0fe, var(--white-8-89));
  color: var(--okhra);
}

.style-guide-vertical-link-short.w--current {
  border-left-color: var(--okhra);
  color: var(--okhra);
  background-image: linear-gradient(to right, #eae5fd, rgba(0, 0, 0, 0));
}

.card-wrapper {
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.vise-z {
  padding-top: 0;
  padding-bottom: 0;
}

.vise-xxs {
  padding-top: 2px;
  padding-bottom: 2px;
}

.vise-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.vise-s {
  padding-top: 8px;
  padding-bottom: 8px;
}

.vise-m {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vise-l {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vise-xl {
  padding-top: 24px;
  padding-bottom: 24px;
}

.vise-2xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.vise-3xl {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.italic {
  font-style: italic;
}

.overline-text {
  text-decoration: overline;
}

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

.all-caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize-every-word {
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  display: block;
  position: relative;
}

.slider.reviews {
  z-index: 2;
  width: 100%;
  flex: 1;
}

.footer-links {
  grid-column-gap: 24px;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  text-align: center;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: flex;
}

.footer-company {
  grid-column-gap: 16px;
  text-align: left;
  align-items: center;
  display: flex;
}

.footer-social-buttons {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: none;
}

.auto-focus-script {
  display: none;
}

.icon-link {
  grid-column-gap: 8px;
  color: var(--green-500);
  letter-spacing: -.015em;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  transition: opacity .25s;
  display: flex;
}

.icon-link:hover {
  opacity: .8;
  color: var(--green-500);
}

.icon-link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.icon-link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.form-success-message {
  border: 1px solid var(--green-900);
  background-color: var(--success-02);
  letter-spacing: -.015rem;
  border-radius: 8px;
  padding: 12px 16px;
}

.style-guide-image {
  width: 100%;
  border-radius: 4px;
}

.style-guide-side-by-side {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 64px;
  display: grid;
}

.style-guide-side-by-side.single {
  grid-template-rows: auto;
}

.overflow-show {
  overflow: visible;
}

.style-guide-color-pallette {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.inset-l {
  padding: 16px;
}

.inset-2xl {
  padding: 48px;
}

.wrap {
  flex-wrap: wrap;
  display: flex;
}

.spacer {
  width: 100%;
  height: 0;
}

.spacer.stack-xl {
  margin-bottom: 60px;
}

.bg-video-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid var(--green-700);
  border-radius: 24px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.bg-video-wrapper.cta {
  filter: brightness(60%);
  border-width: 0;
  border-radius: 0;
  padding-top: 56.25%;
}

.bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.relative.fill-100.height-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
}

.sizing-grow {
  flex: 1;
}

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

.fill-33 {
  width: 33.3333%;
}

.absolute {
  z-index: 0;
  position: absolute;
}

.absolute.cta {
  z-index: 1;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute.our-story.center {
  z-index: 3;
  width: 96px;
  height: 96px;
  border: 1px solid var(--green-700);
  background-color: var(--lime-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 20%;
  left: 0%;
  right: 0%;
}

.absolute.our-story.left {
  z-index: 3;
  width: 180px;
  height: 90px;
  border: 1px solid var(--neutrals-900);
  background-color: var(--green-700);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  top: -5%;
  bottom: auto;
  left: -22%;
  right: auto;
}

.absolute.our-story.right {
  z-index: 3;
  width: 180px;
  height: 90px;
  border: 1px solid var(--neutrals-900);
  background-color: var(--green-700);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -22%;
}

.absolute.pumpkin {
  width: 400px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.absolute.cabbage {
  width: 400px;
  top: 25%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.absolute.garlic {
  z-index: 3;
  width: 120px;
  top: 62%;
  bottom: auto;
  left: auto;
  right: 16%;
}

.absolute.tomato {
  z-index: 3;
  width: 200px;
  top: 54%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.absolute.pepper {
  z-index: 0;
  width: 200px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: scale(.7);
}

.absolute.lettuce-and-garlic {
  z-index: 1;
  width: 220px;
  top: -12%;
  bottom: auto;
  left: auto;
  right: -39%;
}

.absolute.eggplant-and-cabbage {
  z-index: 1;
  width: 320px;
  top: -134%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.absolute.footer {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 3%;
  transform: scale(.8);
}

.absolute.tomato-and-cucumber {
  z-index: 0;
  width: 300px;
  top: -39%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.absolute.potatoes {
  z-index: 0;
  display: none;
  top: auto;
  bottom: -45%;
  left: 28%;
  right: auto;
  transform: scale(.8);
}

.absolute.bulgarian-pepper {
  z-index: 3;
  width: 200px;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -10%;
}

.absolute.cabbage-and-carrots {
  z-index: 1;
  width: 180px;
  top: -15%;
  bottom: auto;
  left: -18%;
  right: auto;
}

.absolute.lettuce-and-garlic-2 {
  z-index: 1;
  width: 220px;
  display: none;
  top: -141%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.absolute.password {
  z-index: 1;
}

.absolute.password.left {
  width: 400px;
  opacity: .1;
  top: 5%;
  bottom: auto;
  left: 12%;
  right: auto;
  transform: rotate(18deg);
}

.absolute.password.right {
  width: 500px;
  opacity: .1;
  top: auto;
  bottom: 19%;
  left: auto;
  right: 5%;
}

.absolute._404 {
  z-index: 1;
  opacity: .1;
}

.absolute._404.left {
  width: 400px;
  top: 20%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.absolute._404.right {
  width: 300px;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 13%;
  transform: rotate(24deg);
}

.absolute.form {
  z-index: 2;
  width: 32px;
  cursor: pointer;
  transition: transform .25s;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.absolute.form:hover {
  transform: scale(1.05);
}

.slider-mask {
  z-index: 3;
  width: 500%;
  flex-direction: row;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -500%;
  right: auto;
}

.navbar-wrapper {
  z-index: 1000;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.corners-2xl {
  border-radius: 24px;
  overflow: hidden;
}

.align-horizontal-center {
  align-items: center;
  display: flex;
}

.border-dark {
  border: 1px solid var(--neutrals-900);
}

.navbar-row {
  width: 100%;
  max-width: 1320px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-vegetables {
  filter: grayscale();
  text-align: center;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.height-100 {
  height: 100%;
  flex: 1;
}

.hide-lg {
  display: none;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.navbar-divider {
  display: none;
}

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

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

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.product-link-block {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--green-900);
  background-color: rgba(255, 138, 74, .35);
  border-radius: 24px;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  overflow: hidden;
}

.product-link-block:hover {
  opacity: 1;
}

.product-page-cover-wrap {
  width: 100%;
  height: 500px;
}

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

.product-gallery {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.product-gallery-item {
  width: 100%;
  height: 450px;
  border: 1px solid var(--green-900);
  border-radius: 24px;
  overflow: hidden;
}

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

.product-image-wrap {
  height: 400px;
  border: 1px solid var(--green-900);
  border-radius: 24px;
  overflow: hidden;
}

.shine {
  z-index: 2;
  width: 200px;
  height: 200px;
  background-color: var(--white-32);
  filter: blur(100px);
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-card {
  perspective: 1000px;
  position: relative;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--green-500);
  text-align: left;
  display: block;
}

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

.license-image-wrapper {
  width: 200px;
  height: 200px;
  border: 1px solid var(--green-900);
  border-radius: 16px;
  overflow: hidden;
}

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

.pop-up-wrapper {
  z-index: 1100;
  width: 100%;
  height: 100vh;
  background-color: var(--black-64);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-form-wrapper {
  z-index: 1;
  width: 50%;
  height: 75%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--green-900);
  background-color: rgba(44, 69, 48, .9);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px;
  display: flex;
  position: relative;
}

.field-label {
  flex: 0 auto;
  display: block;
}

.form-2, .text-field, .text-field-2, .field-label-2 {
  display: inline-block;
}

.html-embed {
  align-self: flex-start;
  margin-top: 20px;
}

.form-block-2 {
  display: none;
}

.youtube {
  border: 1px #000;
  border-radius: 17px;
}

.video {
  border-radius: 10px;
}

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

  .headline.m {
    font-size: 2.25rem;
  }

  .headline.xl {
    font-size: 3.5rem;
  }

  .tal {
    text-align: left;
  }

  .section.xl {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .row.md-reverse {
    flex-direction: column-reverse;
  }

  .col.md1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md4 {
    width: 66.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md5 {
    width: 83.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.display-lg {
    display: none;
  }

  .navbar {
    z-index: 1000;
    border-width: 0;
    border-radius: 0;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .nav-menu {
    z-index: 999;
    grid-row-gap: 8px;
    border-bottom: 1px solid var(--neutrals-900);
    background-color: var(--green-700);
    flex-direction: row;
    padding: 20px;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    color: var(--neutrals-700);
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    right: -8px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .g-stack-xl.inset-xl.md-inset-z {
    padding: 0;
  }

  .border-bottom.fill-100 {
    margin-top: 64px;
  }

  .inset-3xl.bgc-green-700.md-inset-xl {
    padding: 24px;
  }

  .left-arrow {
    position: relative;
    top: 48px;
    left: -36px;
  }

  .left-arrow.reviews {
    position: absolute;
  }

  .right-arrow {
    margin-left: auto;
    position: relative;
    right: -36px;
  }

  .right-arrow.reviews {
    position: absolute;
  }

  .side-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .display-lg, .hide-md {
    display: none;
  }

  .display-md {
    display: block;
  }

  .style-guide-sidebar-wrapper {
    width: auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .style-guide-sidebar {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: .5px solid var(--neutrals-300);
    background-image: linear-gradient(to bottom, var(--white-100), var(--white-100));
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .style-guide-logo-container {
    align-items: flex-start;
    margin-left: 24px;
    padding: 0 0 16px;
    display: flex;
  }

  .style-guide-button {
    left: -18px;
  }

  .style-guide-container {
    border-right-width: .5px;
    padding-top: 24px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: scroll;
  }

  .style-guide-overlay {
    width: 100vw;
    height: 100vh;
    background-color: var(--black-24);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .style-guide-menu-container {
    height: 100vh;
    padding-bottom: 64px;
    overflow: scroll;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-color-pallette {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .absolute.our-story.center {
    display: none;
  }

  .absolute.our-story.left {
    top: -8%;
    left: -10%;
  }

  .absolute.our-story.right {
    top: 15%;
    right: -10%;
  }

  .absolute.pumpkin {
    width: 450px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 32px;
    display: flex;
    position: relative;
    right: 0%;
  }

  .absolute.cabbage {
    top: 34%;
    right: 6%;
  }

  .absolute.garlic {
    top: auto;
    bottom: -12%;
    left: auto;
    right: 20%;
  }

  .absolute.tomato {
    top: 63%;
    left: 17%;
  }

  .absolute.pepper {
    z-index: 3;
    width: 100px;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 5%;
    transform: none;
  }

  .absolute.lettuce-and-garlic {
    width: 200px;
    display: none;
    top: -13%;
    bottom: auto;
    left: auto;
    right: -18%;
  }

  .absolute.eggplant-and-cabbage {
    width: 200px;
    bottom: -23%;
    left: -7%;
    transform: scale(.8);
  }

  .absolute.footer {
    bottom: 10%;
    right: -8%;
    transform: scale(.6);
  }

  .absolute.tomato-and-cucumber {
    width: 200px;
    top: -23%;
    right: 71%;
  }

  .absolute.bulgarian-pepper {
    width: 200px;
  }

  .absolute.cabbage-and-carrots {
    width: 120px;
    top: -11%;
    left: -14%;
  }

  .absolute.lettuce-and-garlic-2 {
    width: 150px;
    display: block;
    top: -123%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .absolute.password.left {
    width: 250px;
    top: 4%;
    left: 5%;
  }

  .absolute.password.right {
    width: 400px;
    bottom: -1%;
    right: 1%;
  }

  .absolute._404.left {
    width: 300px;
    top: 6%;
    left: 3%;
  }

  .absolute._404.right {
    width: 200px;
    bottom: 1%;
  }

  .absolute.form {
    width: 24px;
  }

  .navbar-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .md-align-center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hide-lg {
    display: block;
  }

  .hamburger-wrapper {
    padding: 16px;
    transition-property: none;
  }

  .hamburger-wrapper:hover {
    opacity: 1;
  }

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

  .navbar-divider {
    z-index: 1001;
    width: 100%;
    height: 1px;
    background-color: var(--black-32);
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .product-gallery-item {
    height: 300px;
    border-radius: 16px;
  }

  .gallery-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrap {
    height: 350px;
  }

  .contact-form-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .headline.xl {
    font-size: 3.25rem;
  }

  .wrapper, .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl4 {
    width: 66.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl5 {
    width: 83.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .list.ordered {
    padding-left: 40px;
  }

  .list.unordered {
    padding-left: 20px;
  }

  .slider-content {
    width: 100%;
    position: static;
  }

  .slide {
    width: 400px;
    padding-bottom: 72px;
  }

  .left-arrow.reviews {
    flex: none;
    margin-left: 72px;
    margin-right: 0;
    position: absolute;
    top: auto;
    left: 0%;
  }

  .right-arrow.reviews {
    flex: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .hide-mdl {
    display: none;
  }

  .hide-md {
    display: block;
  }

  .display-md {
    display: none;
  }

  .display-mdl {
    display: block;
  }

  .footer-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .footer-company {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .style-guide-color-pallette {
    grid-template-columns: 1fr 1fr;
  }

  .absolute.our-story.left {
    left: -2%;
  }

  .absolute.our-story.right {
    top: -8%;
    right: -2%;
  }

  .absolute.pumpkin {
    width: 400px;
  }

  .absolute.cabbage {
    width: 350px;
  }

  .absolute.garlic {
    width: 100px;
    bottom: -10%;
    right: 24%;
  }

  .absolute.tomato {
    width: 180px;
  }

  .absolute.lettuce-and-garlic {
    width: 100px;
    height: 150px;
    top: -15%;
    bottom: -25%;
    right: -5%;
  }

  .absolute.eggplant-and-cabbage {
    width: 150px;
    bottom: -40%;
    left: 8%;
    transform: rotate(-10deg);
  }

  .absolute.tomato-and-cucumber {
    width: 180px;
    top: -14%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .absolute.bulgarian-pepper {
    width: 150px;
    right: -5%;
  }

  .absolute.cabbage-and-carrots {
    width: 100px;
    display: none;
    top: -14%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .absolute.lettuce-and-garlic-2 {
    width: 100px;
    height: 150px;
    top: -19%;
    bottom: auto;
    left: auto;
    right: -29%;
  }

  .absolute.password.left {
    width: 200px;
    top: 21%;
    left: 6%;
  }

  .absolute.password.right {
    width: 350px;
    bottom: 8%;
  }

  .absolute._404.left {
    width: 250px;
  }

  .absolute._404.right {
    width: 180px;
  }

  .slider-mask {
    display: none;
  }

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

  .collection-item {
    padding: 0;
  }

  .product-gallery-item {
    height: 500px;
  }

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

  .license-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .license-image-wrapper {
    width: 220px;
    height: 220px;
  }

  .contact-form-wrapper {
    width: 80%;
    padding: 64px;
  }
}

@media screen and (max-width: 479px) {
  .headline.xxs {
    letter-spacing: -.01rem;
    font-size: 1rem;
  }

  .headline.l {
    letter-spacing: -.0875rem;
    font-size: 2.25rem;
  }

  .headline.xs {
    letter-spacing: -.015rem;
    font-size: 1.25rem;
  }

  .headline.s {
    letter-spacing: -.045rem;
    font-size: 1.5rem;
  }

  .headline.m {
    letter-spacing: -.05rem;
    font-size: 1.75rem;
  }

  .headline.xl {
    letter-spacing: -.1rem;
    font-size: 2.75rem;
    line-height: 1.1;
  }

  .col.sm2 {
    width: 100%;
  }

  .col.sm1 {
    width: 50%;
  }

  .list.ordered {
    padding-left: 32px;
  }

  .label-s {
    white-space: normal;
  }

  .g-inline-2xl.fill-100.ahc.sm-g-inline-m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .inset-xl.sm-inset-l {
    padding: 16px;
  }

  .slide {
    width: 100%;
    padding-bottom: 0;
  }

  .left-arrow.reviews {
    position: absolute;
    left: 0;
  }

  .right-arrow.reviews {
    bottom: 0%;
  }

  .button-group {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .button-group.fill-33.sm-fill-50 {
    width: 50%;
  }

  .form-inline {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .hide-sm {
    display: none;
  }

  .hide-mdl {
    display: block;
  }

  .display-mdl {
    display: none;
  }

  .display-sm {
    display: block;
  }

  .slider.reviews {
    flex: 1;
  }

  .footer-links {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .footer-links.fobl04t5 {
    align-items: flex-start;
  }

  .footer-social-buttons {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .style-guide-side-by-side {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .style-guide-color-pallette {
    grid-template-columns: 1fr;
  }

  .absolute.our-story.left, .absolute.our-story.right {
    width: 140px;
    height: 60px;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .absolute.pumpkin {
    width: 250px;
    padding-right: 0;
  }

  .absolute.cabbage {
    width: 220px;
    top: 47%;
    bottom: auto;
    left: 28%;
    right: auto;
  }

  .absolute.garlic {
    width: 80px;
    bottom: -25%;
    right: 14%;
  }

  .absolute.tomato {
    width: 130px;
    top: 63%;
    bottom: auto;
    left: -2%;
    right: auto;
  }

  .absolute.pepper {
    width: 80px;
  }

  .absolute.lettuce-and-garlic {
    bottom: -37%;
    right: -9%;
  }

  .absolute.eggplant-and-cabbage {
    bottom: -123%;
    left: -16%;
  }

  .absolute.tomato-and-cucumber {
    top: -11%;
  }

  .absolute.bulgarian-pepper {
    width: 120px;
  }

  .absolute.lettuce-and-garlic-2 {
    bottom: -37%;
    right: -9%;
  }

  .absolute.password.left {
    width: 150px;
    top: -1%;
  }

  .absolute.password.right {
    width: 250px;
    bottom: 8%;
  }

  .absolute._404.left {
    width: 200px;
  }

  .absolute._404.right {
    width: 140px;
  }

  .absolute.form {
    top: 16px;
    right: 16px;
  }

  .corners-2xl {
    border-radius: 16px;
  }

  .benefits-icon {
    width: 40px;
  }

  .sm-inset-xl {
    padding: 24px;
  }

  .product-link-block {
    border-radius: 16px;
    padding: 16px;
  }

  .product-page-cover-wrap {
    height: 200px;
  }

  .product-gallery-item {
    height: 350px;
  }

  .product-image-wrap {
    height: 300px;
    border-radius: 16px;
  }

  .license-image-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 90%;
    height: auto;
    padding: 48px 24px;
  }
}


