:root {
  --display: Montserrat, sans-serif;
  --section-bg: #f6ffd5;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #4e8600;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-family: var(--display);
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(348deg, #222c04, #527e2e);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.padding-global {
  padding: 6rem;
}

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

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1.15rem;
  line-height: 150%;
}

.text-size-regular.margin-top {
  margin-top: 10px;
}

.text-size-regular.margin-top.line-height-lg {
  line-height: 180%;
}

.text-size-regular.lg-text-align-center {
  text-align: center;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

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

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

.heading-style-h4 {
  font-family: Inconsolata, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-color-green {
  color: #214900;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: var(--display);
  color: #24301c;
  font-size: 3rem;
  font-weight: 800;
  line-height: 110%;
}

.heading-style-h2.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(307deg, #639000, #395c00);
  -webkit-background-clip: text;
  background-clip: text;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
}

.links {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.btn {
  width: 262px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #81b400;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  letter-spacing: 5px;
  background-color: #90b100;
  transform: translate(0, -5px)skew(-5deg, -3deg);
  box-shadow: 0 4px 43px rgba(191, 255, 52, .56);
}

.btn.header {
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.nav-link {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.navbar-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.navbar {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 24px;
  display: flex;
}

.brand-link {
  flex: none;
  display: flex;
}

.navbar-content {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cta_container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  display: flex;
  position: relative;
}

.gallery_main-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.gallery_thumbs {
  width: 100%;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery_thumb {
  flex: 1;
}

.gallery_thumb-image {
  width: 100%;
  border-radius: 10px;
    cursor: pointer;
}

.gallery_thumb-image.active {
  box-shadow: 0 0 0 1.5px #2f7521;
}

.info-accordion-title {
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.vectors-wrapper-9 {
  width: 24.75px;
  height: 32.175px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guarantee-item-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}

.cta-pricing {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.rating-text {
  color: #272727;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

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

.cta-heading {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.payment_badges {
  width: 204px;
  height: 22.5px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/image-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 204px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.unit-upgrade-left {
  grid-column-gap: 10px;
  align-self: center;
  align-items: center;
  display: flex;
}

.qty-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-benefit {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qty-button {
  width: 36px;
  height: 36px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qty-button:hover {
  background-color: #fff1e0;
  border-color: #d39c58;
  box-shadow: 0 0 14px rgba(255, 183, 27, .3);
}

.qty-text {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text-3 {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.vectors-wrapper-7 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  margin-top: 15px;
}

.accordion-header {
  width: 100%;
  cursor: pointer;
  background-color: #f9f9f9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.accordion-content {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.subthumbs-information {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 110.002px;
  height: 17.9978px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-and-guarantee-container {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.info-and-guarantee-container.mobile {
  display: none;
}

.guarantee-container---atc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.upgrade-image {
  width: 28px;
  height: 40px;
  background-image: url('../images/Gamey-White_1Gamey-White.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-2 {
  width: 262px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-transform: uppercase;
  background-color: #ffbb61;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 43px #ffcd8b;
}

.btn-2:hover {
  letter-spacing: 5px;
  background-color: #ffae42;
  transform: translate(0, -5px)skew(-5deg, -3deg);
  box-shadow: 0 4px 43px #ffa834;
}

.btn-2.wide {
  width: 100%;
}

.cta-benefit-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-benefit-title {
  color: #272727;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 600;
}

.price {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
}

.info-accordion-content {
  color: #000;
  letter-spacing: 0;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.vectors-wrapper-13 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #efe3d5;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.pricing-badge.discounted {
  background-color: #d9ec00;
  padding: 10px;
}

.qty-selection {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.information-accordion {
  width: 100%;
  max-width: 415px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-12 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.upgrade-selector-container {
  grid-column-gap: 10px;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.cta-bullets-container {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.cta_product-heading {
  width: 100%;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-old {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.qty-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.upgrade-container {
  width: 420px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.cta-divider {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.upgrade-variant-button {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: all .1s;
}

.upgrade-variant-button:hover {
  background-color: #ffe6c5;
  border-color: #ffce72;
  box-shadow: 0 0 7px 3px rgba(255, 185, 56, .2);
}

.upgrade-variant-button.selected {
  background-color: #ffbb61;
}

.upgrade-variant-button.selected:hover {
  box-shadow: none;
  background-color: #ffbb61;
}

.vectors-wrapper-8 {
  width: 33px;
  height: 33px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
}

.guarantee-title-2 {
  color: #272727;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}

.cta-benefit-description {
  color: #272727;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.cta-benefit-block {
  grid-column-gap: 5px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.order-now-container {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.atc-container {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.reviews-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  width: 600px;
  height: 100px;
  background-color: #000;
  display: flex;
}

.gallery {
  max-width: 600px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.cta-description {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.star-sm-half {
  width: 16px;
  height: 15.2002px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_bundle-scontainer {
  width: 100%;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.selector-text {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-20 {
  width: 34px;
  height: 22px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.checkbox {
  width: 34px;
  height: 34px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 2px solid #c7d3bf;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox.checked {
  background-color: #444ce7;
  border-color: #3538cd;
}

.checkbox.selected {
  border-color: #80b701;
}

.info-text {
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.icon-arrow {
  width: 14px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-regular-bold {
  color: #1d2939;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.price-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.price-2.old {
  text-decoration: line-through;
}

.guarantee-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.payment_badges-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-w-icon-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guarantee-text {
  color: #3e5434;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.cta_qty-selector {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  border: 1px solid #c2c7cf;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.cta_qty-selector:hover {
  background-color: #eef9eb;
  border-color: #74b14f;
  box-shadow: 0 0 20px rgba(74, 120, 77, .1);
}

.cta_qty-selector.checked {
  background-color: #f1fde9;
  border-width: 2px;
  border-color: #4f640d;
}

.cta_qty-selector.checked:hover {
  box-shadow: none;
}

.text-button-sm {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cat_product-description {
  width: 100%;
  max-width: 550px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info_asnwer {
  padding-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  display: none;
}

.cta_button-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.cta-top-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-accordion {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-accordion.mobile {
  display: none;
}

.info-tab-header {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.payment_badge {
  width: 34.468px;
  height: 21.951px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.selector-description {
  color: #222;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.info-chevron {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-small-normal {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.stars-sm {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.guarantee-icon {
  width: 42px;
  height: 42px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_product-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #d0d5dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 14px;
  display: flex;
}

.btn-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #81b500;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 1.5rem;
  text-decoration: none;
  transition: all 75ms ease-in;
  display: flex;
}

.btn-primary:hover {
  background-color: #759c00;
  border-color: #4a5578;
  border-radius: 10px;
}

.btn-primary.full {
  width: 100%;
  padding: 22px 36px;
}

.prices {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-text-primary {
  color: #3538cd;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
}

.guarantees {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.selector-title {
  color: #1d2939;
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 700;
}

.price-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #88967a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px;
  display: flex;
}

.price-label.currrent {
  background-color: #81b500;
}

.star-sm {
  width: 16px;
  height: 15.1112px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-checkmark {
  width: 14px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-tag {
  color: #ff4f4f;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.cta_product-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .2rem;
  display: flex;
}

.cta-input-label {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-accordion-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-bottom: 1px solid #d0d5dd;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.save-label {
  color: #838383;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}

.frame-103 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.txet-button-lg {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.checkbox_checked {
  width: 26px;
  height: 26px;
  background-color: #81b600;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bundle-and-save {
  width: 100%;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.bundles-line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    flex: 1;
}

.select-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.slector-label {
  color: #757575;
  background-color: #eee;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: .8rem;
}

.image {
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.review-section {
  background-color: var(--section-bg);
}

.frame-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d0d5dd;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.icon-arrow-right {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-regular {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-regular.white {
  color: #fff;
}

.text-regular-normal {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.container {
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-container {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-title {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-feature-small {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #444ce7;
  border: 1px solid #3538cd;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  transition: all 75ms ease-in;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #1d2939;
  border-color: #4a5578;
}

.text-labels {
  color: #000;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature_content-col {
  width: 100%;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  max-width: 587px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.list-item-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(79.67deg, #1d2939, #475467);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
}

.benefit-flex {
  width: 100%;
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-placeholder {
  width: 212px;
  height: 22px;
}

.review-section_author-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.image-2 {
  object-position: 20% 40%;
}

.benefits_item-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-benefit-description {
  font-size: 1rem;
  line-height: 1.5rem;
}

.how-it-works-section {
  background-color: var(--section-bg);
}

.how-it-works-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step {
  width: 60px;
  height: 60px;
  color: #000;
  background-color: #c9ff06;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2rem;
  display: flex;
  box-shadow: 2px 2px 0 1px #337039;
}

.steps_item-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.steps_content-col {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.steps-container {
  width: 1130px;
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.guarantee-section {
  position: relative;
}

.guarantee_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--section-bg);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.guarantee_content-col {
  width: 740px;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.guarantee_img {
  z-index: 2;
  width: 260px;
}

.faq_col-right, .faq-collection_wrapper {
  width: 100%;
}

.faq-accordion {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-primary {
  color: #232b1e;
  background-color: #bdff30;
  border: 1px solid #475c3f;
  border-radius: 1.3rem;
  padding: 1.3rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.625rem;
  transition: all 70ms cubic-bezier(.645, .045, .355, 1);
  box-shadow: 2px 3px #475c3f;
}

.button-primary:hover {
  background-color: #aeff00;
  border-color: #475c3f;
  box-shadow: 3px 5px #475c3f;
}

.faq_container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-radius: 30px;
  justify-content: flex-start;
  display: flex;
}

.h2 {
  color: #232b1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.h2.text-align-left {
  text-align: left;
  display: inline-block;
}

.faq_col-left {
  width: 430px;
  flex: none;
}

.text-xl-bold {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}

.more-questions_container {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-color: #f8ffe8;
  border: 1px solid #b6c391;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.25rem;
  padding: 1.5rem;
  display: flex;
}

.plus_inner-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-accordion-item {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  border-bottom: 1px solid #b6c391;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-accordion-question {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus-wrap {
  background-color: #f9faef;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.faq-accordion-answer {
  width: 100%;
  max-width: 1211px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  overflow: hidden;
}

.plus-horizontal {
  width: 100%;
  height: 2.5px;
  background-color: #3b4435;
}

.plus-vertical {
  width: 2.5px;
  height: 100%;
  background-color: #3b4435;
  position: absolute;
}

.text-lg-regular-rounded {
  color: #3b4435;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.faq-section {
  position: relative;
}

.stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reviews-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn-arrow {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-medium-normal {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.offer-heading {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.offer_content {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviewer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-col {
  max-width: 416px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.section-title {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-section {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7rem 3rem;
  display: flex;
}

.offer_content-container {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-regular-medium {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-regular-medium.black {
  color: #000;
}

.reviewer-location {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 20px;
  height: 18.8889px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review {
  max-width: 400px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fafbf9;
  border: 1px solid #a3b398;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
}

.flag {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--section-bg);
  border: 1px solid #71c200;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.big-reviewer-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-reviewer-name {
  color: #000;
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.offer-text {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.btn-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #7d89b0;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 75ms ease-in;
  display: flex;
}

.btn-secondary:hover {
  background-color: #f2f4f7;
  border-color: #4a5578;
}

.cta-newsletter {
  width: 100%;
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links-conrainer {
  grid-column-gap: 100px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-4 {
  font-family: Inter, sans-serif;
}

.text-regular-medium-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-regular-normal-4 {
  color: #505050;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.fotter_email {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-col {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-small-normal-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-28 {
  width: 106px;
  height: 31px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyrights {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-input {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #98a2b3;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 46px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.footer-link.small {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.footer-link.xsmall {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.footer_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-footer {
  width: 100%;
  border-top: 1px solid #98a2b3;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.vectors-wrapper-29 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-container {
  width: 80rem;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_phone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    padding: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-align-center {
    font-size: 2.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .links {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .navbar-link {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    font-size: 30px;
    line-height: 30px;
  }

  .btn.header {
    color: #fff;
    background-color: #000;
  }

  .nav-link {
    color: #000;
    font-size: 2rem;
  }

  .navbar-menu-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin-left: 0;
    padding: 15px 15px 30px;
  }

  .navbar {
    align-items: center;
  }

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

  .menu-button.w--open {
    color: #000;
    background-color: #d4ff53;
    border-radius: 6px;
    padding: 15px;
  }

  .cta_container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: center;
  }

  .info-and-guarantee-container {
    display: none;
  }

  .info-and-guarantee-container.mobile {
    margin-top: 24px;
    display: flex;
  }

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

  .gallery {
    align-self: center;
    position: static;
  }

  .info-accordion.mobile {
    display: block;
  }

  .info-accordion-item {
    display: none;
  }

  .feature-image-right {
    order: -1;
  }

  .container, .benefit-flex {
    flex-direction: column;
  }

  .feature-img-2 {
    order: -1;
  }

  .steps_content-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .faq_container {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .faq_col-left {
    order: 1;
  }

  .reviews-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .offer-heading {
    font-size: 40px;
  }

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

  .offer-text {
    font-size: 26px;
    line-height: 140%;
  }

  .cta-newsletter {
    max-width: 100%;
    border-top: 1px solid #98a2b3;
    align-items: stretch;
    padding-top: 48px;
  }

  .footer-container {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .footer-wrapper._8 {
    grid-row-gap: 48px;
  }

  .menu-button-2 {
    background-color: #f8ffe8;
    border: 1px solid #788d70;
    border-radius: 1.3rem;
    box-shadow: 2px 3px #788d70;
  }

  .icon-2 {
    color: #232b1e;
    font-size: 2.25rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.lg-text-align-center {
    text-align: left;
  }

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .text-size-large.text-weight-bold {
    order: -1;
  }

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .guarantee-text {
    line-height: 150%;
  }

  .guarantees {
    order: 1;
    align-items: center;
  }

  .frame-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-regular-normal {
    font-size: 18px;
  }

  .feature-image-right {
    max-width: 100%;
  }

  .container {
    grid-row-gap: 40px;
  }

  .icon-feature-small {
    width: 30px;
    height: 30px;
  }

  .text-labels {
    font-size: 14px;
  }

  .list-3 {
    grid-row-gap: 24px;
  }

  .content {
    align-items: center;
  }

  .h2-heading {
    font-size: 44px;
  }

  .feature-img-2 {
    max-width: 100%;
  }

  .guarantee_content-col {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq_container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 1.5rem;
  }

  .faq_col-left {
    width: 100%;
  }

  .text-xl-bold {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  .faq-accordion-question {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section {
    grid-row-gap: 40px;
  }

  .footer_links-conrainer {
    flex-direction: column;
  }

  .text-small-normal-2 {
    order: -1;
  }

  .footer-container {
    padding-top: 0;
  }

  .footer-wrapper._8 {
    padding: 5rem 3rem;
  }

  .footer-links {
    flex-direction: column;
  }

  .sub-footer {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-3 {
    order: -1;
  }

  .menu-button-2 {
    border-radius: .75rem;
    padding: .55rem;
  }

  .menu-button-2.w--open {
    background-color: #bdff30;
    border-color: #475c3f;
    box-shadow: 2px 3px #475c3f;
  }

  .icon-2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global {
    padding: 4rem 1.5rem;
  }

  .padding-global.sm-vertical-small {
    padding-top: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.margin-top.line-height-lg {
    margin-top: 0;
    font-size: 1.05rem;
  }

  .heading-style-h4.sm-center {
    text-align: center;
  }

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

  .heading-style-h2.sm-hidden {
    display: none;
  }

  .text-size-medium.text-weight-bold.sm-text-align-center {
    text-align: center;
  }

  .links {
    flex-direction: column;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .btn {
    width: 100%;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  .navbar-menu-wrapper {
    height: 100vh;
    max-width: 100%;
    box-shadow: none;
    background-color: #fff;
  }

  .navbar {
    height: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 14px;
    display: flex;
  }

  .gallery_main-image {
    background-image: none;
  }

  .text-block {
    max-width: 200px;
    line-height: 22px;
  }

  .cta-pricing {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .rating-text {
    font-size: 12px;
  }

  .cta-heading {
    grid-row-gap: 0px;
    align-items: center;
  }

  .qty-buttons {
    grid-row-gap: 2px;
    flex-direction: row;
  }

  .vectors-wrapper-10 {
    width: 80px;
    height: 20px;
    object-fit: fill;
  }

  .guarantee-container---atc {
    flex-direction: column;
    align-items: center;
  }

  .btn-2 {
    width: 100%;
  }

  .price {
    font-size: 14px;
  }

  .pricing-badge {
    align-self: center;
  }

  .qty-selection {
    flex-direction: column;
    align-items: center;
  }

  .select-specs-title {
    margin-top: 20px;
  }

  .upgrade-selector-container {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .cta_product-heading {
    grid-row-gap: 2px;
  }

  .price-old {
    font-size: 14px;
  }

  .upgrade-container {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .reviews-cta {
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta_bundle-scontainer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .selector-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .checkbox {
    width: 28px;
    height: 28px;
  }

  .guarantee-item {
    flex-direction: column;
  }

  .guarantee-text {
    font-size: 12px;
    font-weight: 600;
  }

  .cta_qty-selector {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cat_product-description, .cta-top-content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .selector-description {
    font-size: 13px;
  }

  .cta_product-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.75rem;
  }

  .btn-primary {
    order: -1;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .guarantees {
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .selector-title {
    font-size: 18px;
  }

  .cta_product-reviews {
    margin-bottom: .5rem;
  }

  .checkbox_checked {
    width: 20px;
    height: 20px;
  }

  .select-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .slector-label {
    font-size: .7rem;
  }

  .actions {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .feature-image-right {
    max-width: 110%;
  }

  .btn-primary-2 {
    order: -1;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-labels {
    letter-spacing: .1em;
  }

  .h2-heading {
    font-size: 48px;
  }

  .benefit-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .feature-img-2 {
    max-width: 110%;
  }

  .benefits_item-container {
    flex-direction: column;
  }

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

  .button-primary {
    text-align: center;
    align-self: stretch;
  }

  .faq_container {
    padding: 0;
  }

  .more-questions_container {
    margin-top: 0;
  }

  .faq-accordion-item {
    padding: 1.75rem 0;
  }

  .faq-accordion-question {
    grid-column-gap: 10px;
  }

  .plus-wrap {
    flex: none;
    padding: 6px;
  }

  .faq-accordion-answer {
    padding-top: 12px;
  }

  .text-lg-regular-rounded {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }

  .offer-heading {
    font-size: 30px;
  }

  .offer_content {
    order: -1;
  }

  .reviews-section {
    padding: 3rem 1.8rem;
  }

  .review {
    padding: 24px;
  }

  .card {
    padding: 1.5rem;
  }

  .offer-text {
    font-size: 18px;
  }

  .btn-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer_links-conrainer {
    grid-row-gap: 2rem;
  }

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

  .text-input {
    order: -1;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-wrapper {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper._8 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .footer-links {
    grid-row-gap: 18px;
  }

  .icon-2 {
    font-size: 1.625rem;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-f767d9ad {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-f767d9ad {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-f767d9ad {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-f767d9ad {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-f767d9ad {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-f767d9ad, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-f767d9ad {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-f767d9ad {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-f767d9ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-f767d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f767d9ad {
  justify-self: start;
}


