:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 80vw;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00854b;
  border-radius: 12px;
  margin-left: 2em;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  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;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  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;
}

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

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

._75 {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  overflow: hidden;
}

.main-1st-page-header {
  justify-content: space-between;
  margin-top: 5em;
  display: flex;
}

.lefi-side-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-left: 2em;
  display: flex;
}

.right-side-header {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.main-1st-page-below-header {
  margin-top: 2em;
  overflow: hidden;
}

.standard-container {
  flex-direction: column;
  display: flex;
}

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

.div-block-2 {
  width: 60%;
}

.div-block-3 {
  align-items: center;
  width: 50%;
  display: flex;
}

.item-product {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  display: flex;
}

.cell {
  background-color: #eee;
  border-radius: 12px;
  align-items: center;
  padding: 1em;
}

.cell-2 {
  background-color: #eee;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.cell-3 {
  background-image: url('../images/allterrain-tire-wheel-atv-car.webp');
  background-position: 0 0;
  background-size: 400px;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.base {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.base.top {
  background-color: #c5efdd;
  background-image: url('../images/Hero-Image-Web.jpg');
  background-position: 50%;
  background-size: cover;
  height: 89vh;
  overflow: hidden;
}

.container {
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
}

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

.container-2 {
  background-color: #d6f9ea;
  border-radius: 10px;
  display: flex;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5em;
  line-height: 1.2em;
}

.paragraph {
  width: 33em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
}

.button {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  width: 9em;
  font-size: 1em;
}

.button.top {
  color: var(--black);
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.2em;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  text-align: center;
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.3em;
}

.container-3 {
  margin-top: 5em;
  margin-bottom: 3em;
}

.quick-stack {
  margin-top: 3em;
}

.cell-4, .cell-5, .cell-6 {
  background-color: #eee;
  border-radius: 12px;
  align-items: center;
  padding: 1em;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  width: 45em;
  margin-top: 1.5em;
  font-size: 1em;
}

.container-4 {
  margin-top: 1em;
}

.div-block-6 {
  border-radius: 0;
  width: 60%;
  padding: 2em;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 1em;
  display: flex;
}

.heading-7 {
  margin-top: 0;
}

._60 {
  height: 60vh;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
  margin-top: 2em;
  margin-left: 20px;
  margin-right: 1em;
  display: flex;
}

.div-block-9 {
  width: 70%;
}

.heading-8 {
  color: #00854d;
  margin-top: 0;
  font-size: 3em;
  line-height: 50px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-7 {
  background-color: #c8f5c6;
  border-radius: 12px;
  justify-content: space-around;
  padding: 2em;
}

.cell-8 {
  background-color: #c5f4c7;
  border-radius: 12px;
  justify-content: space-around;
  padding: 2em;
}

.cell-9, .cell-10 {
  background-color: #eee;
  border-radius: 12px;
  justify-content: space-around;
  padding: 2em;
}

.heading-9 {
  margin-top: 0;
  font-size: 1.2em;
}

.rl-error-text {
  color: #e23939;
}

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

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

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  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;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

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

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  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;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  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;
  font-weight: 400;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  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;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

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

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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;
  font-weight: 400;
  line-height: 1.6;
}

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

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

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

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

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  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;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-11 {
  background-color: #29ac78;
  border-radius: 12px;
  width: 45%;
  margin: 2em 5em 2em 2em;
  padding: 2em 4em;
}

.div-block-12 {
  width: 55%;
  margin-right: 2em;
  padding: 1em;
}

.div-block-12.hahahahah {
  background-color: rgba(41, 172, 120, 0);
  padding: 2em 3em;
}

.text-block, .heading-10 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 1em;
}

.text-block-3 {
  color: #fff;
}

.heading-11, .heading-12 {
  color: #fff;
  margin-top: 20px;
}

.text-block-4 {
  color: #fff;
}

.heading-13 {
  color: #fff;
  margin-top: 20px;
}

.text-block-5 {
  color: #fff;
}

.text-block-6 {
  color: var(--white);
}

.text-block-6.haha {
  margin-top: .5em;
}

.text-block-7 {
  color: var(--white);
}

.text-block-7.haha {
  margin-top: .5em;
}

.text-field {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  height: 10em;
  margin-bottom: 20px;
}

.text-field-2, .text-field-3, .text-field-4 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.submit-button {
  background-color: #00854c;
  border-radius: 12px;
}

.heading-14, .heading-15, .heading-16, .heading-17 {
  font-size: 2.5em;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  display: flex;
}

.button-2 {
  background-color: #00854c;
  border-radius: 12px;
}

.image {
  width: 28em;
}

.image-2 {
  width: 450px;
  max-width: 100%;
  overflow: visible;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-size: .9em;
}

.cell-11 {
  justify-content: flex-start;
}

.heading-18, .heading-19 {
  color: var(--white);
  text-align: center;
}

.image-3 {
  width: 150px;
}

.button-3 {
  border-radius: 12px;
}

.image-4, .image-5 {
  width: 130px;
}

.text-block-12, .text-block-13 {
  margin-top: 1em;
  font-size: .9em;
}

.text-block-14 {
  font-size: .9em;
}

.text-block-15, .text-block-16 {
  margin-top: 1em;
  font-size: .9em;
}

.text-block-17 {
  font-size: .9em;
}

.heading-20, .heading-21, .heading-22 {
  font-size: 1.2em;
}

.quick-stack-2 {
  padding: 0;
}

.paragraph-3 {
  margin-top: 2em;
}

.button-4 {
  border-radius: 12px;
  margin-top: .5em;
}

.heading-23 {
  color: #00854c;
  text-align: center;
  width: 100%;
  font-size: 3em;
}

.div-block-14 {
  margin-top: 3em;
}

.image-6 {
  width: 140px;
  margin-top: 1.5em;
}

.image-7 {
  width: 130px;
  margin-top: 1.5em;
}

.text-block-18 {
  margin-top: 1em;
  font-size: .9em;
}

.button-5 {
  text-align: center;
  width: 100px;
}

.paragraph-4 {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: .9em;
}

.paragraph-5 {
  font-size: 1em;
}

.text-block-19 {
  margin-top: 1em;
  font-size: .9em;
}

._90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 3em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

._90.speical {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

._90.special {
  background-color: #c8f5c6;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

._15 {
  height: 15vh;
}

.rl_footer4_legal-link-2 {
  color: var(--relume-library-lite--rl-black);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text-2 {
  color: var(--relume-library-lite--rl-black);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_footer4_spacing-block2-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider-2 {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
  margin-top: 4em;
}

.rl_footer4_spacing-block1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_footer4_social-link-2 {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link-2 {
  padding-left: 0;
}

.rl_footer4_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.rl_footer4_component-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.text-block-20 {
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: #00ac79;
  border-radius: 12px;
}

.text-block-21 {
  color: #fff;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  display: flex;
}

.body {
  background-color: #fff;
}

.heading-24 {
  color: #000;
  text-align: center;
  font-size: 3em;
}

.cell-15, .cell-16, .cell-17, .cell-18, .cell-19, .cell-20, .cell-21 {
  align-items: center;
}

.container-6 {
  padding-top: 3em;
  padding-bottom: 2em;
}

.heading-25 {
  color: #00854e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.section {
  background-color: #d3f9ea;
  display: none;
}

.page-load-overlay {
  z-index: 2000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
}

.ls {
  background-color: #d3f9ea;
  width: 50%;
  height: 100vh;
  display: flex;
}

.rs {
  background-color: #d3f9ea;
  width: 50%;
  height: 100vh;
}

.image-8 {
  width: 35em;
  max-width: none;
  display: block;
  position: absolute;
  overflow: visible;
}

.masking-for-text {
  overflow: hidden;
}

.div-block-24, .div-block-25 {
  margin-top: 2em;
}

._100 {
  background-color: rgba(244, 196, 196, 0);
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.background-video {
  border-radius: 10px;
  height: 100%;
}

.div-block-26 {
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 78%;
  height: 90%;
  display: block;
}

.div-block-27 {
  width: 73%;
  height: 90%;
}

.background-video-2 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-2 {
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container {
    max-width: 2000px;
  }

  .nav-link {
    font-size: 1.5em;
  }

  .button-primary {
    padding: 10px 35px;
    font-size: 1.3em;
    line-height: 40px;
  }

  ._75 {
    height: auto;
  }

  .right-side-header {
    width: 45%;
  }

  .main-1st-page-below-header {
    margin-top: 2em;
  }

  .standard-container {
    justify-content: center;
    align-items: stretch;
    width: 1500px;
    max-width: 2000px;
    margin: 1em 15em 3em;
  }

  .div-block-2 {
    width: 45%;
  }

  .div-block-3 {
    width: 55%;
  }

  .item-product {
    height: 400px;
  }

  .cell-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cell-3 {
    background-position: 50%;
    background-size: cover;
  }

  .base.top {
    align-items: center;
    height: 100vh;
  }

  .container {
    max-width: 2000px;
    margin: 6em 15em;
  }

  .container-2 {
    width: 1500px;
    max-width: 2000px;
    margin-left: 15em;
    margin-right: 15em;
  }

  .heading {
    margin-top: 10px;
    font-size: 6em;
  }

  .paragraph {
    width: 28em;
    font-size: 1.8em;
    line-height: 40px;
  }

  .button.top {
    width: 8em;
    font-size: 1.5em;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 4em;
  }

  .heading-3, .heading-4, .heading-5, .heading-6 {
    font-size: 1.5em;
  }

  .container-3 {
    max-width: 2000px;
    margin-left: 15em;
    margin-right: 15em;
  }

  .paragraph-2 {
    width: 38em;
    font-size: 1.7em;
    line-height: 30px;
  }

  .container-4 {
    width: 1500px;
    max-width: 2000px;
    margin-top: 6em;
    margin-bottom: 6em;
    margin-left: auto;
  }

  .heading-7 {
    font-size: 2em;
    line-height: 40px;
  }

  .heading-8 {
    font-size: 4em;
  }

  .heading-9 {
    font-size: 2em;
  }

  .text-block {
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading-10 {
    margin-bottom: 30px;
    font-size: 1.8em;
  }

  .text-block-2 {
    font-size: 1.5em;
  }

  .text-block-3 {
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading-11, .heading-12 {
    margin-top: 45px;
    margin-bottom: 30px;
    font-size: 1.8em;
  }

  .text-block-4 {
    font-size: 1.5em;
  }

  .heading-13 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 1.8em;
  }

  .text-block-5, .text-block-6.haha, .text-block-7.haha {
    font-size: 1.5em;
    line-height: 30px;
  }

  .text-field {
    height: 15em;
    margin-top: 1rem;
    font-size: 1.8em;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    height: 50px;
    margin-top: 1rem;
    font-size: 1.8em;
  }

  .submit-button {
    margin-top: 2em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.8em;
    line-height: 40px;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 4em;
  }

  .button-2 {
    padding: 15px 30px;
    font-size: 2em;
    line-height: 40px;
  }

  .image {
    width: 35em;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    margin-top: 1em;
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading-18, .heading-19 {
    font-size: 2em;
  }

  .image-3 {
    width: 220px;
  }

  .image-4, .image-5 {
    width: 200px;
  }

  .text-block-12, .text-block-13 {
    font-size: 1.4em;
  }

  .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    margin-top: 3em;
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading-20, .heading-21, .heading-22 {
    font-size: 2em;
  }

  .paragraph-3 {
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading-23 {
    font-size: 4em;
    line-height: 50px;
  }

  .div-block-14 {
    margin-top: 5em;
  }

  .image-6, .image-7 {
    width: 200px;
  }

  .text-block-18 {
    font-size: 1.4em;
  }

  .paragraph-4 {
    font-size: 1.5em;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 1.7em;
    line-height: 30px;
  }

  .text-block-19 {
    font-size: 1.4em;
  }

  ._90 {
    padding-top: 8em;
  }

  .rl_footer4_credit-text-2 {
    font-size: 1.5rem;
  }

  .text-block-20 {
    font-size: 1.5em;
    line-height: 35px;
  }

  .field-label {
    font-size: 1.8em;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    margin-top: 1rem;
    font-size: 1.8em;
  }

  .container-5 {
    max-width: 1500px;
    margin-top: 3em;
  }

  .heading-24 {
    font-size: 4em;
  }

  .container-6 {
    max-width: 2000px;
    margin-left: 15em;
    margin-right: 15em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-25 {
    margin-bottom: 1em;
    font-size: 4em;
  }

  .div-block-27 {
    width: 76%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: .9em;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

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

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

  ._75 {
    height: 80vh;
  }

  .main-1st-page-header {
    margin-top: 3em;
  }

  .lefi-side-header {
    padding-left: 0;
  }

  .main-1st-page-below-header {
    margin-top: 6em;
  }

  .standard-container {
    margin-left: 5em;
    margin-right: 5em;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .div-block-2, .div-block-3 {
    width: 80%;
  }

  .cell-3 {
    background-size: cover;
  }

  .base.top {
    background-position: 68%;
    background-size: cover;
  }

  .container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 4em;
    margin-right: 4em;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
    margin-left: 4em;
    margin-right: 4em;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .heading {
    margin-top: 0;
    font-size: 2.5em;
    line-height: 1.5em;
  }

  .paragraph {
    text-align: left;
    width: 80%;
    margin-top: 2.5em;
    font-size: .9em;
  }

  .button.top {
    margin-top: 1em;
  }

  .heading-2 {
    text-align: center;
    font-size: 2em;
  }

  .container-3 {
    margin: 1em 4em 4em;
  }

  .quick-stack {
    margin-top: 1em;
  }

  .paragraph-2 {
    font-size: .9em;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 4em;
    margin-right: 4em;
    display: flex;
  }

  .div-block-7 {
    margin-right: 2em;
  }

  .heading-7 {
    font-size: 1.5em;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-9 {
    width: 90%;
  }

  .heading-8 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
  }

  .div-block-10 {
    margin-top: 2em;
  }

  .cell-8 {
    background-color: #eee;
  }

  .cell-10 {
    background-color: #c2f4c8;
  }

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

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .div-block-11 {
    width: 90%;
    margin-right: 2em;
  }

  .div-block-12.hahahahah {
    width: 90%;
    padding: 1em;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 2em;
  }

  .div-block-13 {
    margin-top: .5em;
  }

  .image {
    width: 20em;
  }

  .heading-18, .heading-19 {
    font-size: 1.2em;
  }

  .paragraph-3 {
    text-align: justify;
    margin-top: 1em;
  }

  .heading-23 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    font-size: 2em;
    line-height: 30px;
    display: flex;
  }

  .paragraph-4 {
    font-size: .8em;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 1em;
    font-size: .9em;
  }

  ._90 {
    height: auto;
  }

  ._90.speical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_footer4_bottom-wrapper-2 {
    margin-top: -48px;
  }

  .rl_footer4_line-divider-2 {
    margin-top: 2em;
  }

  .rl_footer4_spacing-block1-2 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .text-block-20 {
    text-align: center;
    margin-top: 0;
    line-height: 18px;
  }

  .quick-stack-3 {
    margin-top: 2em;
  }

  .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .list-item, .list-item-2, .list-item-3 {
    font-size: .9em;
  }

  .div-block-21 {
    width: 80px;
    height: 70px;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
  }

  .container-6 {
    margin-left: 4em;
    margin-right: 4em;
  }

  .div-block-22 {
    margin-bottom: 0;
  }

  .page-load-overlay {
    display: none;
  }

  .image-8 {
    width: 25em;
  }

  ._100 {
    height: 50vh;
  }

  .div-block-27 {
    width: 82%;
    height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-left: 0;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

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

  ._75 {
    height: auto;
  }

  .right-side-header {
    width: 35%;
  }

  .main-1st-page-below-header {
    margin-top: 1em;
  }

  .standard-container {
    margin: 1em 4em 2em;
  }

  .div-block-3 {
    width: 90%;
  }

  .item-product, .item-product.colol {
    height: 200px;
  }

  .cell-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-3 {
    background-image: url('../images/allterrain-tire-wheel-atv-car.webp');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .base.top {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .container-2 {
    margin-top: 1em;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .heading {
    font-size: 1.8em;
  }

  .paragraph {
    margin-top: 1.5em;
    font-size: .7em;
    line-height: 17px;
  }

  .button.top {
    width: 10em;
    font-size: .7em;
    line-height: 10px;
  }

  .heading-2 {
    font-size: 1.3em;
  }

  .heading-3, .heading-4, .heading-5, .heading-6 {
    font-size: .8em;
  }

  .container-3 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .div-block-5 {
    margin-top: 1em;
  }

  .paragraph-2 {
    width: 100%;
    margin-top: 0;
    font-size: .7em;
    line-height: 17px;
  }

  .container-4 {
    margin-bottom: 2em;
  }

  .div-block-6 {
    padding: 1em 1em 1em 3em;
  }

  .div-block-7 {
    align-items: flex-start;
    padding-top: 0;
  }

  .heading-7 {
    font-size: 1em;
    line-height: 20px;
  }

  .div-block-8 {
    margin-left: .5em;
    margin-right: .5em;
  }

  .heading-8 {
    font-size: 1.3em;
    line-height: 30px;
  }

  .cell-7 {
    padding: .9em 1.2em;
  }

  .cell-8 {
    background-color: #eee;
    padding: .9em 1.2em;
  }

  .cell-9 {
    padding: .9em 1.2em;
  }

  .cell-10 {
    background-color: #c2f4c8;
    padding: .9em 1.2em;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: .9em;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 1em 2em;
    display: flex;
  }

  .div-block-12.hahahahah {
    width: 100%;
    margin: 0 1em;
  }

  .text-block {
    font-size: .8rem;
  }

  .heading-10 {
    font-size: .9rem;
  }

  .text-block-2, .text-block-3 {
    font-size: .8rem;
  }

  .heading-11 {
    font-size: .99rem;
  }

  .heading-12 {
    font-size: .9rem;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .heading-13 {
    font-size: .9rem;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4 {
    color: #000;
    height: 30px;
    font-size: .7em;
  }

  .submit-button {
    font-size: .8em;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 1.4em;
  }

  .button-2 {
    font-size: .7em;
    line-height: 15px;
  }

  .image {
    width: 15em;
  }

  .image-2 {
    width: 170px;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    font-size: .7em;
    line-height: 15px;
  }

  .heading-18, .heading-19 {
    font-size: 1em;
  }

  .image-3 {
    width: 110px;
    margin-left: 18px;
  }

  .image-4, .image-5 {
    width: 100px;
  }

  .text-block-12, .text-block-13 {
    text-align: center;
    font-size: .7em;
  }

  .text-block-14 {
    margin-top: 1em;
    font-size: .7em;
    line-height: 17px;
  }

  .text-block-15, .text-block-16 {
    font-size: .7em;
    line-height: 17px;
  }

  .text-block-17 {
    margin-top: 1em;
    font-size: .7em;
    line-height: 17px;
  }

  .heading-20, .heading-21, .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
  }

  .paragraph-3 {
    text-align: center;
    font-size: .7em;
    line-height: 17px;
  }

  .heading-23 {
    font-size: 1.3em;
  }

  .div-block-14 {
    margin-top: 1em;
  }

  .image-6, .image-7 {
    width: 100px;
    margin-top: 0;
  }

  .text-block-18 {
    text-align: center;
    font-size: .7em;
  }

  .paragraph-4 {
    font-size: .7em;
    line-height: 17px;
  }

  .paragraph-5 {
    margin-top: 2em;
    font-size: .7em;
    line-height: 15px;
  }

  .text-block-19 {
    font-size: .7em;
  }

  .rl_footer4_credit-text-2 {
    margin-top: .2rem;
    font-size: .7rem;
  }

  .rl_footer4_bottom-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: -344px;
  }

  .rl_footer4_spacing-block2-2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1-2 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl-padding-section-medium-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-20 {
    margin-top: 0;
    font-size: .8em;
    line-height: 15px;
  }

  .quick-stack-3 {
    padding: 10px 0;
  }

  .div-block-15 {
    text-align: center;
    font-size: .9rem;
  }

  .div-block-16, .div-block-19 {
    text-align: center;
  }

  .quick-stack-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    font-size: .9em;
  }

  .form-block {
    width: 100%;
  }

  .div-block-21 {
    width: 60px;
    height: 40px;
  }

  .heading-24 {
    font-size: 1.3em;
  }

  .container-6 {
    margin-left: 4em;
    margin-right: 4em;
  }

  .heading-25 {
    font-size: 1.3em;
  }

  .page-load-overlay {
    display: none;
  }

  .image-8 {
    width: 22em;
  }

  .div-block-23 {
    justify-content: center;
    display: flex;
  }

  .div-block-27 {
    height: 85%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    overflow: visible;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    font-size: .7em;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em;
    line-height: 12px;
    display: block;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 12px;
  }

  .menu-button {
    overflow: visible;
  }

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

  ._75 {
    margin-bottom: 2em;
    overflow: hidden;
  }

  .main-1st-page-header {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .lefi-side-header {
    align-items: center;
    width: 100%;
    margin-top: 1em;
  }

  .right-side-header {
    margin-top: 2em;
  }

  .main-1st-page-below-header {
    margin-top: 12em;
  }

  .standard-container {
    margin-top: 0;
    margin-left: 2em;
    margin-right: 2em;
  }

  .div-block-3 {
    justify-content: center;
  }

  .item-product {
    width: 100%;
    height: 150px;
    padding: 1px;
  }

  .item-product.colol {
    background-color: #ded7e9;
    height: 150px;
  }

  .cell {
    padding: 0;
  }

  .cell-2 {
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cell-3 {
    line-height: 20px;
  }

  .base.top {
    background-color: #ccc2dd;
    background-image: url('../images/Hero-Long.jpg');
    background-position: 45%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    max-width: 100vw;
    height: 95vh;
    overflow: hidden;
  }

  .container {
    margin: 1.5em 2em 2em;
  }

  .container-2 {
    margin-top: 1em;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }

  .heading {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .paragraph {
    text-align: center;
    margin-top: 1em;
    font-size: .65em;
    line-height: 14px;
  }

  .button.top {
    margin-bottom: 24px;
    font-size: .65em;
    line-height: 5px;
  }

  .heading-2 {
    font-size: 1.2em;
  }

  .heading-5 {
    font-size: .7em;
  }

  .container-3 {
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-4, .cell-5, .cell-6 {
    padding: 1px;
  }

  .paragraph-2 {
    width: 80%;
    margin-top: 1em;
    font-size: .65em;
    line-height: 14px;
  }

  .container-4 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    display: flex;
  }

  .div-block-7 {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: .5em;
    font-size: .8em;
  }

  .div-block-8 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 1.2em;
  }

  .div-block-10 {
    margin-top: 1em;
  }

  .cell-7, .cell-8 {
    align-items: center;
    padding-top: .6em;
    padding-bottom: 1em;
  }

  .cell-9 {
    justify-content: space-around;
    align-items: center;
    padding-top: .6em;
    padding-bottom: 1em;
  }

  .cell-10 {
    align-items: center;
    padding-top: .6em;
    padding-bottom: 1em;
  }

  .heading-9 {
    font-size: .8em;
  }

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

  .div-block-11 {
    padding: 0 1em;
  }

  .div-block-12.hahahahah {
    padding-top: 1em;
  }

  .text-block {
    font-size: .65rem;
    line-height: 18px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .text-block-2 {
    font-size: .65rem;
  }

  .text-block-3 {
    margin-left: 1em;
    margin-right: 1em;
    font-size: .65rem;
    line-height: 15px;
  }

  .heading-11, .heading-12 {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .text-block-4 {
    font-size: .65rem;
    line-height: 15px;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .text-block-5, .text-block-6.haha, .text-block-7.haha {
    font-size: .65rem;
    line-height: 15px;
  }

  .text-field {
    border-radius: 7px;
    height: 25px;
    margin-bottom: 10px;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    border-radius: 7px;
    height: 25px;
  }

  .submit-button {
    margin-left: 0;
    font-size: .8em;
    line-height: 10px;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1em;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .button-2 {
    font-size: .65em;
    line-height: 10px;
  }

  .image {
    width: 12em;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    text-align: center;
    font-size: .65em;
    line-height: 14px;
  }

  .cell-11 {
    align-items: center;
  }

  .heading-18 {
    margin-top: 0;
    font-size: .8em;
  }

  .heading-19 {
    margin-top: 4em;
    margin-bottom: 0;
    font-size: .8em;
    line-height: 18px;
  }

  .image-3, .image-4, .image-5 {
    width: 80px;
  }

  .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    text-align: justify;
    margin-top: .5em;
    font-size: .65em;
    line-height: 14px;
  }

  .heading-20, .heading-21, .heading-22 {
    font-size: .8em;
  }

  .quick-stack-2 {
    margin-bottom: 1em;
  }

  .paragraph-3 {
    font-size: .65em;
    line-height: 14px;
  }

  .heading-23 {
    font-size: 1.2em;
    line-height: 20px;
  }

  .div-block-14 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .image-6, .image-7 {
    width: 80px;
    margin-top: 0;
  }

  .paragraph-4 {
    text-align: center;
    width: 80%;
    margin-top: .5em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: .65em;
  }

  .paragraph-5 {
    width: 80%;
    margin-top: 2em;
    font-size: .65em;
    line-height: 14px;
  }

  ._90 {
    padding-top: 0;
    padding-bottom: 1em;
  }

  ._90.speical {
    padding-bottom: 0;
  }

  ._15 {
    display: block;
  }

  .rl_footer4_credit-text-2 {
    text-align: center;
    margin-top: 0;
    font-size: .65rem;
  }

  .rl_footer4_bottom-wrapper-2 {
    margin-top: -342px;
  }

  .rl_footer4_top-wrapper-2 {
    margin-top: 26px;
  }

  .text-block-20 {
    margin-top: 10px;
    font-size: .65em;
    line-height: 13px;
  }

  .list-item {
    font-size: .5em;
    line-height: 12px;
    display: none;
  }

  .list-item-2, .list-item-3 {
    font-size: .7em;
    line-height: 15px;
    display: none;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    font-size: .75em;
    line-height: 18px;
  }

  .cell-12, .cell-13, .cell-14 {
    align-items: center;
  }

  .div-block-20, .form-block {
    width: 100%;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .div-block-21 {
    width: 50px;
  }

  .body {
    max-width: 100vw;
  }

  .heading-24 {
    font-size: 1em;
  }

  .container-6 {
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 0;
  }

  .heading-25 {
    font-size: 1.2em;
  }

  .div-block-22 {
    margin-bottom: 0;
  }

  .page-load-overlay {
    display: none;
  }

  .image-8 {
    width: 15em;
  }

  .masking-for-text {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-23 {
    justify-content: center;
    margin-top: 1em;
  }

  ._100 {
    height: 30vh;
  }

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

  .background-video-2 {
    border-radius: 0;
  }
}

#w-node-_1cd3ac4a-99af-80f8-38b1-9e5c246e5568-a9d497eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0d5d029a-dc24-589a-080c-648f91acf920-a9d497eb {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-bbe10c00-9374-b5b6-a96d-cbdd91059630-a9d497eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_8485c95c-c3fb-9af8-ab0b-00564d7af260-a9d497eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e00b5ece-8c47-28ee-74ca-e6a00fc199a2-a9d497eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_621951c6-6d6a-5d5c-dd7f-111a6c724707-a9d497eb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e00b5ece-8c47-28ee-74ca-e6a00fc199a2-a9d497eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_621951c6-6d6a-5d5c-dd7f-111a6c724707-a9d497eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d5d029a-dc24-589a-080c-648f91acf920-a9d497eb {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cd3ac4a-99af-80f8-38b1-9e5c246e5568-a9d497eb, #w-node-bbe10c00-9374-b5b6-a96d-cbdd91059630-a9d497eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8485c95c-c3fb-9af8-ab0b-00564d7af260-a9d497eb, #w-node-e00b5ece-8c47-28ee-74ca-e6a00fc199a2-a9d497eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


