:root {
  --black: black;
  --h1: Poppins, sans-serif;
  --white: white;
  --light-blue: #4cadff;
  --blue: #005ef1;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --paragraph: Lato, sans-serif;
  --grey: #f2f2f2;
  --dark-grey: #333;
  --waves-library--white: white;
}

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

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

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

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

.header-bar {
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

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

.bar-div {
  display: flex;
}

.bar-contact-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.bar-link {
  font-family: var(--h1);
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
}

.bar-link:hover {
  color: var(--light-blue);
}

.bar-icon {
  width: 30px;
  height: 30px;
  margin-right: .5rem;
}

.rl_navbar1_dropdown-link {
  font-family: var(--h1);
  color: #000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link:hover {
  color: var(--blue);
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

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

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

.navlink {
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.navlink:hover {
  color: var(--blue);
}

.navlink.w--current {
  color: #000;
}

.rl_navbar1_link-text {
  font-family: var(--h1);
  font-weight: 600;
}

.rl_navbar1_logo {
  width: 250px;
}

.rl_navbar1_menu-button {
  padding: 0;
}

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

.rl_navbar1_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 2% 5%;
  display: flex;
  position: relative;
}

.main-button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--blue);
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.main-button:hover {
  background-image: none;
}

.main-button.space {
  margin-right: 1rem;
}

.main-button.black {
  background-color: var(--black);
  background-image: none;
  margin-top: 2rem;
}

.main-button.black:hover {
  background-color: var(--blue);
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

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

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

.social-link {
  width: 30px;
  height: 30px;
}

.social-link:hover {
  opacity: .6;
}

.landing-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
  position: relative;
}

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

.cta-h1 {
  font-family: var(--h1);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.cta-paragraph {
  font-family: var(--paragraph);
  color: var(--black);
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.landing-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-section {
  position: relative;
}

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

.main-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.main-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  width: 100%;
}

.main-grid.blue-bg {
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  border-radius: 20px;
  padding: 3.5rem;
  box-shadow: 0 2px 20px 8px #0000001f;
}

.main-grid.product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-image {
  border-radius: 20px;
  box-shadow: 0 2px 20px 8px #0000001f;
}

.grid-holder {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-holder.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2 {
  font-family: var(--h1);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.h2.white {
  color: var(--white);
  line-height: 1.1;
}

.h2.product {
  text-align: center;
  font-size: 2rem;
}

.main-paragraph {
  font-family: var(--paragraph);
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.main-paragraph.white {
  color: var(--white);
}

.main-paragraph.product-small-text {
  font-size: 1rem;
}

.list {
  margin-top: 1rem;
  margin-bottom: 0;
}

.list-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blue-mark {
  height: 15px;
  margin-right: .5rem;
}

.wave {
  z-index: -1;
  width: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wave.about-us {
  inset: auto 0% 0% auto;
}

.wave.contact-us {
  inset: auto 0% 5% auto;
}

.wave.sub-pages {
  z-index: 0;
  inset: 0% auto auto 0%;
}

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

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 3% 2% auto;
  box-shadow: 0 0 5px #0000008c;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px #0000008c;
}

.text-block-4 {
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-14 {
  width: 50px;
}

.white-card-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.white-card-grid.no-bottom-margin {
  margin-bottom: 0;
}

.white-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 15px 4px #0000001f;
}

.white-card.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-card.product {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.white-card.product.no-bottom-space {
  margin-bottom: 0;
}

.icon {
  width: 30px;
  height: 30px;
  margin-bottom: .5rem;
}

.h3 {
  font-family: var(--h1);
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h3.blue {
  color: var(--blue);
  margin-top: 2rem;
  margin-bottom: 0;
}

.partners-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
}

.partners-logo {
  object-fit: contain;
  height: 150px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small {
  color: var(--white);
  font-size: 16px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.footer {
  background-color: var(--black);
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 100px;
}

.waves-brand-link-footer-1.w--current {
  height: 120px;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: var(--h1);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--light-blue);
}

.waves-divider-footer-1 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h1 {
  font-family: var(--h1);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.contact-icon-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contact-icon-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15 {
  width: 30px;
  height: 30px;
}

.contact-link {
  font-family: var(--h1);
  color: var(--black);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--blue);
}

.code-embed {
  border-radius: 10px;
  overflow: hidden;
}

.text-field {
  font-family: var(--h1);
  border: 1px #000;
  border-radius: 10px;
  height: 3rem;
}

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

.textarea {
  font-family: var(--h1);
  border: 1px #000;
  border-radius: 10px;
  min-height: 150px;
}

.grid-3-columns {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4rem;
}

.prodcut-card-image {
  border-radius: 10px;
  margin-bottom: 1rem;
}

.cta-card {
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.5rem;
  display: flex;
}

.product-slider {
  background-color: #ddd0;
  height: 450px;
}

.left-arrow, .right-arrow {
  display: block;
}

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

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

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem 1rem 0;
  display: flex;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_accordion {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

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

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

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

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

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

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

.h4 {
  font-family: var(--h1);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

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

.h4.product {
  font-size: 2rem;
}

.h4.bold {
  margin-bottom: .5rem;
  font-weight: 600;
}

.product-icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.product-icon {
  width: 65px;
  height: 65px;
}

.product-grid-holder {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-product-list {
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.bullet-product-list.numbers {
  font-family: var(--paragraph);
  font-size: 1.2rem;
}

.bullet-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form {
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  font-family: var(--paragraph);
  font-size: 1rem;
}

.link {
  font-family: var(--paragraph);
  color: var(--blue);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

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

.slide-nav {
  display: none;
}

.icon-2, .icon-3 {
  color: var(--blue);
}

.slide-nav-2 {
  display: none;
}

.list-2 {
  margin-bottom: 0;
}

.number-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.left-content-holder {
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.facebook-link {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .header-bar {
    display: none;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: var(--blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navlink {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_link-text {
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

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

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .landing-section {
    height: auto;
    padding: 2rem;
  }

  .cta-h1 {
    margin-bottom: .5rem;
    font-size: 3rem;
  }

  .cta-paragraph {
    font-size: 1rem;
  }

  .main-container {
    padding: 2rem;
  }

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

  .grid-holder {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .list {
    width: 100%;
  }

  .whatsapp-button {
    display: flex;
  }

  .white-card-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .white-card.product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .h1 {
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .rl_faq6_answer {
    text-align: left;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .main-button.space {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .cta-h1 {
    font-size: 2.5rem;
  }

  .cta-paragraph {
    font-size: .8rem;
  }

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

  .main-grid.blue-bg {
    padding: 1.5rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .whatsapp-button {
    display: flex;
  }

  .white-card-grid {
    grid-template-columns: 1fr;
  }

  .white-card {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partners-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-brand-link-footer-1.w--current {
    height: 100px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 15px;
  }

  .h1 {
    font-size: 3rem;
  }

  .contact-icon-grid {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .form-block {
    flex-flow: column;
    display: flex;
  }

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

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

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

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

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

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

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .rl_navbar1_logo {
    width: 180px;
  }

  .rl_navbar1_component {
    padding: 1rem 2rem;
  }

  .main-button {
    padding: .9rem;
  }

  .main-button.black {
    margin-top: 1rem;
  }

  .landing-section {
    object-position: 50% 0%;
    padding: 0;
    position: relative;
  }

  .landinge-container {
    text-align: center;
    padding: 0 2rem;
  }

  .cta-h1 {
    text-shadow: 0 1px 20px #fff;
  }

  .cta-paragraph {
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .button-holder {
    justify-content: center;
    align-items: center;
  }

  .landing-image {
    object-position: 100% 50%;
    height: 220px;
    position: relative;
    inset: 0% 0% auto;
  }

  .main-grid.blue-bg {
    padding: 1rem;
  }

  .grid-holder.top-align {
    text-align: left;
  }

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

  .h2.white {
    margin-bottom: 1rem;
  }

  .h2.product {
    font-size: 1.5rem;
    line-height: 1;
  }

  .list {
    margin-top: 0;
  }

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

  .whatsapp-button {
    bottom: 1%;
  }

  .image-14 {
    width: 45px;
  }

  .white-card.product {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

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

  .partners-logo {
    height: 80px;
  }

  .footer {
    padding-top: 2rem;
  }

  .waves-top-footer-1 {
    grid-row-gap: 20px;
  }

  .waves-brand-link-footer-1.w--current {
    height: 60px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .contact-link {
    font-size: 1rem;
  }

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

  .cta-card {
    padding: 1.5rem;
  }

  .product-slider {
    height: 200px;
  }

  .rl_faq6_question {
    text-align: left;
    padding-left: 0;
  }

  .rl_faq6_answer {
    padding-left: 0;
  }

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

  .h4 {
    font-size: 1.1rem;
  }

  .product-icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-icon {
    width: 50px;
    height: 50px;
  }

  .slide-nav {
    font-size: 10px;
  }
}


