:root {
  --h1: Lato, sans-serif;
  --relume-library-lite--rl-black: black;
  --medium-red: #ce2206;
  --relume-library-lite--rl-white: white;
  --light-red: #ee2924;
  --dark-red: #ba2025;
  --light-grey: #f5f4f5;
  --dark-grey: #231f20;
  --main-paragraph: "Hanken Grotesk", sans-serif;
  --medium-grey: #404041;
}

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

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .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_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;
}

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

.nav-link:hover {
  color: var(--medium-red);
}

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

.rl_navbar1_logo {
  width: 260px;
}

.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: 1% 5%;
  display: flex;
  position: relative;
}

.main-button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: #000;
  background-image: linear-gradient(90deg, var(--medium-red), var(--light-red) 52%, var(--dark-red));
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 10px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

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

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

.landing-section {
  background-image: linear-gradient(90deg, var(--light-grey), var(--light-grey) 37%, #fff0 56%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.landing-container {
  z-index: 1;
  max-width: 80rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta-h1 {
  font-family: var(--h1);
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
}

.cta-paragraph {
  font-family: var(--main-paragraph);
  color: var(--medium-grey);
  width: 50%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

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

.blocks {
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blocks._2 {
  height: 300px;
  inset: auto auto 0% 0%;
}

.blocks._3 {
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blocks._4 {
  z-index: -1;
  height: 450px;
  inset: auto 0% 0% auto;
}

.main-section {
  position: relative;
}

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

.main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.h1 {
  font-family: var(--h1);
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.h1.quote-text {
  color: var(--light-grey);
  margin-bottom: 0;
  line-height: 1.2;
}

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

.main-paragraph.list {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
}

.h2 {
  font-family: var(--h1);
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

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

.div-spacer {
  height: 2rem;
}

._3-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-column.top-space {
  margin-top: 4rem;
}

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

.video-icon {
  width: 75px;
  margin-bottom: 1rem;
}

.main-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.main-grid.contact-icons {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  place-items: center;
  width: auto;
  margin-top: 4rem;
}

.benefits-div {
  background-image: linear-gradient(90deg, var(--dark-grey), var(--medium-grey));
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 15px 5px #0003;
}

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

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.testimonials-section {
  background-image: url('../images/Power-Finance-Review-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
  position: relative;
}

.text-span {
  background-image: linear-gradient(90deg, var(--medium-red), var(--medium-red) 50%, var(--dark-red));
  color: #ce2206;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.video-link {
  border-radius: 15px;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.video-link-block {
  background-image: url('../images/Power-Finance-Video-Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 500px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 15px 5px #0000001a;
}

.video-link-block:hover {
  box-shadow: none;
}

.image {
  width: 10%;
}

.grid-card {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 15px 5px #0000001a;
}

.grid-text-holder {
  padding: 2rem;
  overflow: hidden;
}

.team-profile {
  border-radius: 600px;
  width: 220px;
  height: 220px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 15px 5px #0000001a;
}

.team-name {
  font-family: var(--main-paragraph);
  color: var(--dark-grey);
  margin-bottom: .2rem;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.contact-icon {
  border-radius: 500px;
  width: 35px;
  height: 35px;
  margin-bottom: .5rem;
}

.contact-link {
  font-family: var(--main-paragraph);
  color: var(--dark-grey);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}

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

.contact-form-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 10px;
  grid-template-rows: auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 15px 5px #0000001a;
}

.contact-form {
  background-color: var(--relume-library-lite--rl-white);
  margin-bottom: 0;
  padding: 2rem;
}

.field-label {
  font-family: var(--h1);
  color: var(--dark-grey);
  font-size: 1rem;
}

.text-field {
  background-color: var(--light-grey);
  border: 1px #000;
  border-radius: 5px;
}

.textarea {
  background-color: var(--light-grey);
  border: 1px #000;
  border-radius: 5px;
  min-height: 150px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-form-image {
  background-image: url('../images/Power-Finance-NCR-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 40%;
}

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

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

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
  display: grid;
}

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

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

.rl_footer3_link {
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_link:hover {
  color: var(--light-red);
}

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

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

.rl_footer3_logo {
  width: 200px;
}

.rl-text-style-small {
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.rl_footer3_line-divider {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
}

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

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  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: 600;
  line-height: 1.5;
}

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

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: flex-end start;
  display: flex;
}

.rl_footer3_credit-text {
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-white);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_component {
  background-color: #231f20;
  background-image: linear-gradient(90deg, var(--dark-grey), var(--medium-grey));
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_logo-link.w--current {
  display: inline-block;
}

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

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

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

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

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

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

.footer-heading {
  font-family: var(--h1);
  color: var(--relume-library-lite--rl-white);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

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

.footer-link {
  color: var(--relume-library-lite--rl-white);
  text-decoration: none;
}

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

.hiw-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.hiw-holder {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
}

.hiw-holder._2 {
  border-left: .2rem solid var(--dark-grey);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hiw-icon {
  height: 150px;
}

.number-bg {
  background-color: var(--medium-red);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: .5rem;
  display: flex;
}

.number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.h3 {
  font-family: var(--h1);
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.main-paragraph-2 {
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.hiw-icon-shadow {
  border-radius: 100px;
  box-shadow: 0 10px 15px 5px #0000000d;
}

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

.hiw-parapgrah.list {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
}

.hiw-grids-holder {
  padding-top: 2rem;
}

.background-video {
  width: 350px;
  height: 250px;
}

.code-embed {
  border-radius: 15px;
  width: 850px;
  height: 500px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 2px 15px 5px #0000001a;
}

@media screen and (max-width: 991px) {
  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    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: #000;
    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;
  }

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

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

  .rl_navbar1_component {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .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: #000;
    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 {
    background-image: none;
    height: auto;
  }

  .landing-container {
    background-color: var(--light-grey);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -6rem;
    padding: 2rem 4rem;
    display: flex;
  }

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

  .cta-paragraph {
    width: 80%;
    font-size: 1.2rem;
  }

  .landing-image {
    height: 350px;
    position: relative;
  }

  .blocks {
    height: 250px;
  }

  .blocks._2 {
    z-index: 1;
    height: 250px;
  }

  .blocks._3 {
    height: 250px;
  }

  .main-container {
    padding: 2rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .main-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .testimonials-section {
    height: 450px;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .rl_footer3_bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .rl_footer3_left-wrapper {
    flex-flow: column;
    display: flex;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 2rem;
  }

  .rl_footer3_link-list {
    justify-content: center;
    align-items: center;
  }

  .rl_footer3_menu-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .whatsapp-button {
    display: flex;
  }

  .hiw-grids-holder {
    padding-bottom: 2rem;
  }

  .code-embed {
    width: 450px;
    height: 250px;
  }
}

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

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

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

  .blocks, .blocks._2, .blocks._3 {
    height: 150px;
  }

  .blocks._4 {
    height: 250px;
  }

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

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

  ._3-column {
    grid-template-columns: 1fr;
  }

  .video-icon {
    width: 55px;
  }

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

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

  .testimonials-section {
    height: 350px;
  }

  .video-link-block {
    height: 250px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-image {
    height: 250px;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl_footer3_top-wrapper {
    grid-row-gap: 2rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

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

  .rl_footer3_logo {
    width: 150px;
  }

  .rl_footer3_spacing-block-3, .rl_footer3_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .whatsapp-button {
    display: flex;
  }

  .hiw-icon {
    object-fit: contain;
  }

  .hiw-parapgrah {
    font-size: 1rem;
  }
}

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

  .rl_navbar1_component {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .landing-container {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .cta-paragraph {
    width: 100%;
  }

  .landing-image {
    object-position: 50% 50%;
  }

  .blocks._2, .blocks._3 {
    height: 120px;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .h1.quote-text {
    font-size: 1.2rem;
  }

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

  ._3-column.top-space {
    margin-top: 2rem;
  }

  .benefits-div {
    padding: 1rem;
  }

  .mark {
    height: 10px;
  }

  .testimonials-section {
    height: 300px;
  }

  .video-link-block {
    height: 150px;
  }

  .team-profile {
    width: 180px;
    height: 180px;
  }

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

  .rl_footer3_logo {
    width: 100px;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .whatsapp-button {
    bottom: 1%;
  }

  .image-14 {
    width: 45px;
  }

  .hiw-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .hiw-holder {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
  }

  .hiw-holder._2 {
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hiw-icon {
    height: 100px;
  }

  .code-embed {
    width: 300px;
    height: 190px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#w-node-_718b1524-ec71-d8f9-0ff2-b656668ff0a2-31ff29f0, #w-node-_4ab36093-36bc-e702-2b5a-c86f8295d578-31ff29f0, #w-node-_323c1c67-04dc-7cc8-f72d-cfe44d009952-31ff29f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2ce875e7-c899-0988-2e09-6f94b269af0f-31ff29f0, #w-node-_40215ef4-a957-60cf-5df8-41ba9ace5dea-31ff29f0, #w-node-_40215ef4-a957-60cf-5df8-41ba9ace5ded-31ff29f0, #w-node-_37e21e6c-3d79-64d1-31e8-8d167e7a1a1a-31ff29f0, #w-node-_4909127c-aa3d-04e2-5470-47a95285b0b2-31ff29f0, #w-node-_4909127c-aa3d-04e2-5470-47a95285b0b5-31ff29f0 {
    order: 9999;
  }
}


