:root {
  --smart-blue: #3e4ea1;
  --steady-blue: #379dd7;
  --white: white;
  --gray: #333;
  --highlight-blue: #48c3cf;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

.overflow {
  overflow: hidden;
}

.navbar-no-shadow {
  z-index: 9999;
  background-image: linear-gradient(135deg, var(--smart-blue), var(--steady-blue));
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  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: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--smart-blue);
  border-radius: 100px;
}

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

.nav-link.w--current {
  background-color: var(--white);
  color: var(--smart-blue);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

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

.button-star-free {
  background-color: var(--white);
  color: var(--smart-blue);
  text-align: center;
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-star-free:hover {
  background-color: var(--steady-blue);
  background-image: linear-gradient(135deg, var(--smart-blue), var(--steady-blue));
  color: #fff;
  transform: scale(1.05);
}

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

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

.image {
  filter: drop-shadow(0 2px 5px #0003);
  width: 80px;
  height: auto;
}

.container-baner {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.banner {
  background-image: url('../images/banner-home.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

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

.heading-banner {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.div-block-contant-banner {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.sub-paragraph-banner {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.div-block-contant-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-image-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.mask {
  width: 250px;
  height: auto;
}

.slide-banner {
  width: 100%;
  height: auto;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-mock-up-phone {
  z-index: 10;
  width: 250px;
  height: auto;
  position: absolute;
  inset: 0%;
}

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

.image-screen-app {
  width: 250px;
  height: auto;
}

.slide-nav {
  display: none;
}

.image-banner-people {
  z-index: 10;
  filter: drop-shadow(0 4px 5px #00000040);
  width: 400px;
  height: auto;
}

.paragraph-banner {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-button-free {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-who-it-s-for {
  background-image: linear-gradient(225deg, var(--steady-blue), var(--smart-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.container-who-it-s-for {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-easyrenz-friendly {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-ef {
  margin-bottom: 40px;
  display: block;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-filter-who-it-s-for {
  background-image: linear-gradient(#fff0 45%, #000c);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-who-it-s-for {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-who-it-s-for {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.container-number-count {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.number-count {
  background-color: #3e4ea1;
  background-image: none;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-number-count {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.div-block-number-count.feature {
  background-image: linear-gradient(315deg, var(--smart-blue), var(--steady-blue));
  border-radius: 16px;
  margin-top: 0;
  padding: 25px 10px;
  box-shadow: 0 2px 5px #0003;
}

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

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.number-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: left;
  border-top: 1px #f4f5f6;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-icon-number {
  filter: invert() drop-shadow(0 2px 5px #0000001a);
  width: 55px;
  height: auto;
}

.large-numbers {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.div-block-number-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-heading-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-heading-page.a {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.paragraph-page {
  color: var(--white);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.mock-up-easyrenz {
  background-color: #379dd71a;
  background-image: url('../images/bg-section.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-mock-up {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-7 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-mock-up-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-mock-up {
  color: var(--smart-blue);
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-mock-up {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-mock-up-easyrenz {
  background-color: var(--white);
  border-radius: 24px;
  margin-top: 80px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #3e4ea14d;
}

.image-mock-up-home {
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 650px;
  height: auto;
  margin-top: -80px;
}

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

.paragraph-mock-up-easyrenz {
  text-align: right;
  font-size: 16px;
  line-height: 22px;
}

.imgae-mock-up {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-bg-mock-up {
  background-image: linear-gradient(180deg, var(--smart-blue), var(--steady-blue));
  border-radius: 100px;
  padding: 15px;
  box-shadow: 0 2px 5px #0003;
}

.image-mock-up-easyrenz {
  filter: invert();
  width: 45px;
  height: auto;
}

.div-block-icon-mock-up {
  background-image: linear-gradient(180deg, var(--smart-blue), var(--steady-blue));
  border-radius: 100px;
  padding: 10px;
  box-shadow: 0 2px 9px #3e4ea1;
}

.review-highlight-header {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.review-google {
  background-color: var(--steady-blue);
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.name-star-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.star {
  object-fit: cover;
  width: 17px;
  height: auto;
}

.star-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .75;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-highlight-date {
  color: #17171780;
}

.review-highlight-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.review-highlight-link:hover {
  transform: scale(1.05);
}

.review-highlight-profile {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: auto;
}

.review-highlight-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.review-highlight-name.th {
  font-family: Prompt, sans-serif;
}

.review-highlight-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.review-group {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.review-name-flex {
  margin-bottom: 5px;
}

.slider-review {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.mask-2 {
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 10px;
}

.slide-2 {
  width: 33%;
  margin-right: 10px;
  padding: 5px;
}

.slide-nav-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
  font-size: 12px;
  display: flex;
}

.icon-2 {
  filter: drop-shadow(0 2px 5px #0006);
  font-size: 30px;
}

.icon-3 {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-size: 30px;
}

.container-video-introduction {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.video-introduction {
  background-image: url('../images/');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 80px;
}

.container-footer {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-color: #181b31;
  background-image: none;
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr .6fr .35fr;
}

.image-logo-footer {
  width: 100px;
  height: auto;
}

.div-block-footer {
  display: block;
}

.paragraph-co-ltd {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.heading-co-ltd {
  color: #71ccff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.link-block-footer {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-footer:hover, .link-block-footer.w--current {
  color: #71ccff;
}

.paragraph-menu-footer {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-menu-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.div-block-text-contact-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-head-contact-footer {
  color: #71ccff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-head-contact-footer.en {
  font-family: Poppins, sans-serif;
}

.icon-contact-footer {
  filter: invert();
  width: 20px;
  height: auto;
}

.link-block-contact-footer {
  text-decoration: none;
}

.div-block-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-contact-footer {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-contact-footer.en {
  font-family: Poppins, sans-serif;
}

.div-block-icon-contact-footer {
  background-color: var(--steady-blue);
  background-image: linear-gradient(135deg, var(--smart-blue) 30%, var(--steady-blue));
  border-radius: 100px;
  padding: 7px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-contact-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.image-download-app {
  width: 160px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-download-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: grid;
}

.link-block-download-app {
  text-decoration: none;
  transition: all .3s;
}

.link-block-download-app:hover {
  transform: scale(1.05);
}

.text-span-2 {
  font-family: Poppins, sans-serif;
}

.copyright {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.code-copyright {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-privacy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-privacy-policy {
  text-decoration: none;
  transition: all .3s;
}

.p-aragraph-privacy-footer {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.p-aragraph-privacy-footer:hover {
  color: #71ccff;
}

.en {
  font-family: Poppins, sans-serif;
}

.div-block-text-image {
  z-index: 999;
  width: auto;
  height: auto;
}

.heading-app-text {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.left-arrow-2 {
  margin-left: -45px;
}

.right-arrow-2 {
  margin-right: -40px;
}

.easyrenz-friendly {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}

.container-ef {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-all-contant-ef {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-contant-ef {
  background-image: linear-gradient(270deg, var(--steady-blue), var(--smart-blue));
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-contant-ef._2 {
  z-index: 11;
  top: 65%;
  right: -85%;
}

.div-block-contant-ef._3 {
  z-index: 11;
  inset: 71% auto auto -80%;
}

.heading-ef {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-contact-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(135deg, var(--steady-blue), var(--smart-blue));
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 330px;
  height: auto;
  padding: 15px;
  display: flex;
}

.icon-ef {
  filter: invert();
  width: 33px;
  height: auto;
}

.div-block-text-contant-ef {
  flex-flow: column;
  display: flex;
}

.image-mock-up-hand {
  filter: drop-shadow(0 -6px 3px #00000026);
  width: 290px;
  height: auto;
}

.paragraph-easyreaz {
  z-index: -1;
  color: #3e4ea10d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.div-block-fade-white {
  z-index: 2;
  background-image: linear-gradient(180deg, #fff0, var(--white) 90%);
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-ef {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.image-easyrenz-friendly-1 {
  filter: drop-shadow(0 -9px 5px #0000001a);
  width: 430px;
  height: auto;
  position: absolute;
  inset: auto -12% 0% auto;
}

.image-easyrenz-friendly-2 {
  filter: drop-shadow(3px -7px 5px #0000001a);
  width: 390px;
  height: auto;
  position: absolute;
  inset: auto auto 0% -10%;
}

.heading-page {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.sub-paragraph-page {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.sub-paragraph-page.b {
  text-transform: uppercase;
}

.div-block-who-it-s-for {
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-who-it-s-for {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-button-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-button-contact:where(.w-variant-4235adee-6e80-faaf-8e72-e16980a28b7a), .div-block-button-contact.align {
  justify-content: center;
  align-items: center;
}

.button-free {
  background-image: linear-gradient(270deg, var(--steady-blue), var(--smart-blue));
  color: var(--white);
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-free:where(.w-variant-3147a98b-8424-40a4-32c9-ca0f28c4dcbf) {
  background-color: var(--white);
  color: var(--smart-blue);
  background-image: none;
}

.button-free:hover {
  background-color: var(--steady-blue);
  background-image: linear-gradient(135deg, var(--steady-blue), var(--smart-blue));
  color: #fff;
  transform: scale(1.05);
}

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

.link-block-button-tel {
  color: var(--white);
  border-radius: 24px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-button-tel:hover {
  transform: scale(1.05);
}

.div-block-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(270deg, var(--steady-blue), var(--smart-blue));
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  transition: all .3s;
  display: flex;
}

.div-block-button:where(.w-variant-3147a98b-8424-40a4-32c9-ca0f28c4dcbf) {
  background-color: var(--white);
  background-image: none;
}

.div-block-button:where(.w-variant-4235adee-6e80-faaf-8e72-e16980a28b7a) {
  transition: all .3s;
}

.div-block-button:hover, .div-block-button:hover:where(.w-variant-4235adee-6e80-faaf-8e72-e16980a28b7a) {
  background-image: linear-gradient(270deg, var(--smart-blue), var(--steady-blue));
}

.div-block-button.align-4 {
  transition: all .3s;
}

.div-block-button.align-4:hover {
  background-image: linear-gradient(270deg, var(--smart-blue), var(--steady-blue));
}

.paragraph-button-tel {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-button-tel:where(.w-variant-3147a98b-8424-40a4-32c9-ca0f28c4dcbf) {
  color: var(--smart-blue);
}

.icon-tel {
  filter: invert();
  width: 22px;
  height: auto;
}

.icon-tel:where(.w-variant-3147a98b-8424-40a4-32c9-ca0f28c4dcbf) {
  filter: none;
}

.paragraph-contact-more {
  color: #5ec5ff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.link-block-contact-more {
  text-decoration: none;
}

.div-block-icon-play {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-icon-play:hover {
  transform: scale(1.1);
}

.icon-button-play {
  filter: drop-shadow(0 2px 5px #0003);
  width: 80px;
  height: auto;
}

.lightbox-link {
  border-radius: 24px;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-cover-video {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.image-curve-footer {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-cta-footer {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--smart-blue), var(--steady-blue));
  border-radius: 24px;
  margin-top: -75px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  justify-content: center;
  align-items: center;
}

.div-block-image-footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-page {
  background-color: var(--white);
  width: 100px;
  height: 3px;
}

.line-page.w {
  background-color: var(--white);
}

.sub-paragraph-cta-free {
  color: var(--white);
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-cta-free {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.div-block-cta-free {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
  top: -350px;
}

.widgets-contact {
  z-index: 999;
  border-radius: 24px;
  margin-bottom: 20px;
  margin-right: 15px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(225deg, var(--smart-blue), var(--steady-blue));
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-18350 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle-2 {
  border: 3px solid var(--smart-blue);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-2:hover {
  transform: scale(1.05);
}

.dropdown-toggle-2.w--open {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-33183 {
  color: var(--smart-blue);
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.link-block-wedgets {
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-wedgets:hover {
  transform: scale(1.1);
}

.image-17865 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.pop-up-call-to-action {
  z-index: 999;
  display: none;
}

.heading-33184 {
  margin-top: 10px;
  font-weight: 500;
}

.image-17866 {
  filter: invert();
  width: 25px;
  height: auto;
}

.image-logo-wedgets {
  width: 100%;
  height: auto;
}

.modal-pop-up-cat {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.paragraph-ctu {
  background-image: linear-gradient(90deg, var(--smart-blue), var(--steady-blue));
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.heading-33178 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.card-icon-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--smart-blue);
  background-image: linear-gradient(180deg, var(--smart-blue), var(--steady-blue));
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.modal-body-restructuring-money-3 {
  border-radius: 24px;
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.close-modal-restructuring-money-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-scroll-to-top {
  z-index: 10;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-scroll-to-top {
  z-index: 99;
  background-image: linear-gradient(315deg, var(--smart-blue), var(--steady-blue));
  border: 2px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.icon-arrow-up {
  filter: invert();
  width: 30px;
  height: auto;
}

.grid-73 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.paragraph-number-features {
  color: #d3d3d34d;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 86px;
}

.div-block-easyrenz-features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading-eng-stroke {
  background-image: linear-gradient(225deg, var(--smart-blue), var(--steady-blue));
  color: #3e4ea1;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -40px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-features {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-bg-eng-stroke {
  color: #3330;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #c9c9c947;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 76px;
}

.container-easyrenz-features {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.text-block-easyrenz-features {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-easyrenz-features.en {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-contant-features {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.image-mock-up-feature {
  border-radius: 34px;
  width: 100%;
  height: auto;
}

.paragraph-eng-stroke {
  text-align: center;
  margin-bottom: 0;
  padding-left: 290px;
  padding-right: 290px;
  font-size: 20px;
  line-height: 30px;
}

.easyrenz-features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-link-tab-1 {
  background-color: #c8c8c81f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1:hover {
  color: #fff;
  background-image: linear-gradient(135deg, #3e4ea1, #379dd7);
  transform: scale(1.05);
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #3e4ea1;
  background-image: linear-gradient(135deg, #3e4ea1, #379dd7);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003;
}

.heading-features {
  color: var(--smart-blue);
  margin-top: -45px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-image-feature {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-features {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.div-block-check-mark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-check-mark-feature {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.icon-check-mark {
  width: 28px;
  height: auto;
}

.div-block-circle-feature {
  background-image: linear-gradient(45deg, var(--smart-blue), var(--steady-blue));
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.image-elemet-feature {
  filter: drop-shadow(0px 2px 4px var(--steady-blue));
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-mock-up {
  opacity: .2;
  object-fit: cover;
  width: 500px;
  height: auto;
  margin-bottom: 60px;
}

.image-curve-banner {
  z-index: 10;
  filter: drop-shadow(0 -13px 5px #0000001a);
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-1 {
  position: absolute;
  inset: -100px auto auto 5%;
}

.line-3 {
  position: absolute;
  inset: -250px auto auto 35%;
}

.line-2 {
  position: absolute;
  inset: -500px auto auto 20%;
}

.line-4 {
  position: absolute;
  inset: -100px auto auto 50%;
}

.line-5 {
  position: absolute;
  inset: -500px auto auto 65%;
}

.line-6 {
  position: absolute;
  inset: -250px auto auto 80%;
}

.line-7 {
  position: absolute;
  inset: -100px auto auto 95%;
}

.image-footer {
  filter: drop-shadow(0 2px 5px #0003);
  width: 340px;
  height: auto;
  margin-top: -80px;
}

.paragraph-cta-free {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.image-element-banner {
  filter: drop-shadow(0 2px 5px #0003);
  width: 385px;
  height: auto;
  position: absolute;
  inset: -11% -16.5% auto auto;
}

.div-block-button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-button-white:where(.w-variant-047e5144-7af1-4b7c-3ded-f2d62294455b) {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.image-feature {
  width: 110px;
  height: auto;
  position: absolute;
  inset: auto auto 0% -1%;
}

.image-curve {
  z-index: 1;
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-head-contant-ef {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -67px;
  display: flex;
  position: relative;
}

.heading-easyrenz-friendly {
  color: var(--smart-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 270px;
  padding-right: 270px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.link-block-logo-footer {
  text-decoration: none;
}

.section-head-page {
  background-image: url('../images/banner-home.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 220px;
  position: relative;
}

.container-head-page {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-head-page {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.image-curve-head-page {
  filter: drop-shadow(0 -13px 5px #0000001a);
  position: absolute;
  inset: auto 0% 0%;
}

.container-contact-us {
  max-width: 1200px;
}

.contact-us {
  padding-top: 80px;
  padding-bottom: 120px;
}

.grid-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-contact-form {
  background-color: var(--white);
  background-image: linear-gradient(270deg, var(--smart-blue), var(--steady-blue));
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-contact-easyrenz {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
  display: block;
}

.heading-contact-us {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-contact-us.white {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.sub-paragraph-contact-us {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph-contact-us.white {
  color: var(--white);
}

.div-block-form {
  display: block;
}

.paragraph-contact-us {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-icon-contact-us {
  background-image: linear-gradient(180deg, var(--smart-blue), var(--steady-blue));
  border-radius: 100px;
  padding: 15px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.icon-contact-us {
  filter: invert();
  width: 28px;
  height: auto;
}

.div-block-contact-us {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-contact {
  color: var(--steady-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-contact {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-text-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-button-contact-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-contact-us {
  color: var(--gray);
  text-decoration: none;
  transition: all .3s;
}

.link-contact-us:hover {
  transform: scale(1.05);
}

.banner-feature {
  background-image: url('../images/banner-feature.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-banner-feature {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-banner-feature {
  color: var(--white);
  text-align: center;
  margin-top: -55px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-banner-feature {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.div-block-banner-feature {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-paragraph-banner-feature {
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #ffffff2e;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.div-block-image-bn-feature {
  text-align: center;
}

.image-banner-feature {
  width: 90%;
  height: auto;
}

.image-curve-feature {
  filter: drop-shadow(2px -3px 5px #00000026);
  width: 100%;
  height: auto;
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-features {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-video {
  background-image: linear-gradient(#00000040, #00000040), url('../images/cover-yt-easyrenz.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}

.container-feature-video {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-q-text-3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.c-faq-q {
  background-image: linear-gradient(270deg, var(--smart-blue), var(--steady-blue));
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

.c-faq {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-head-section {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-vesta {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-faq-a-text {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.text-en {
  font-family: Poppins, sans-serif;
}

.faq {
  padding-top: 80px;
  padding-bottom: 120px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
}

.c-faq-item {
  cursor: pointer;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.c-faq-item:hover {
  box-shadow: 0 2px 5px #090e4433;
}

.container-faq {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-2 {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
}

.sub-paragraph-head-head-section {
  color: var(--steady-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.group-head-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.faq-stripe-1 {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.div-block-icon-play-feature {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.div-block-icon-play-feature:hover {
  transform: scale(1.1);
}

.heading-feature-video {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-feature-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-feature-video {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.container-num-count {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% -12%;
}

.paragraph-head-page-stroke {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff14;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.paragraph-head-page {
  color: #fff;
  text-align: center;
  margin-top: -63px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.blogs {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-blogs {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-blogs, .link-play-video, .code-embed-form {
  display: block;
}

.div-block-banner-mock-up {
  display: inline-block;
}

.div-block-image-feature-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-curve-spin {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-eng-stroke-copy {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.grid-76 {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.image-feature-page {
  width: 100%;
  height: auto;
  margin-top: -75px;
}

.group-image-feature {
  background-image: linear-gradient(315deg, var(--smart-blue), var(--steady-blue));
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-detail-feature {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 20px 25px;
}

.group-feature {
  border: 1px solid #d4d5e3;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.group-feature:hover {
  box-shadow: 0 2px 8px #00000040;
}

.heading-name-feature {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-detail-feature {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.div-block-features-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-check-mark-copy {
  width: 22px;
  height: auto;
}

.grid-77, .grid-78 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.paragraph-mock-up-easyrenz {
  text-align: left;
}

.group-mock-up-easyrenz {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-review {
  display: block;
}

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

.grid-79 {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.grid-79-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-18373, .div-block-18374 {
  display: block;
}

.why-easyrenz {
  padding-top: 120px;
  padding-bottom: 80px;
}

.container-why-easyrenz {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.group-image-why-easyrenz {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17877 {
  filter: drop-shadow(-5px 50px 10px #0003);
  width: 450px;
  height: auto;
}

.heading-why-easyrenz {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.group-head-detail-why {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-why-easyrenz {
  width: 27px;
  height: auto;
}

.heading-detail-why-easyrenz {
  color: var(--smart-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-detail-why-easyrenz {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.responsive {
  background-image: linear-gradient(135deg, var(--smart-blue), var(--steady-blue));
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-responsive {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.group-why-easyrenz {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.group-detail-why-easyrenz {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.grid-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.group-head-responsive {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-responsive {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.paragraph-responsive {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.grid-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.group-detail-responsive {
  background-color: var(--white);
  border-radius: 24px;
  padding: 20px;
  transition: all .3s;
  box-shadow: 0 2px 5px #00000026;
}

.group-detail-responsive:hover {
  transform: scale(1.05);
}

.group-icon-responsive {
  background-color: var(--smart-blue);
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.group-icon-responsive._2 {
  background-color: var(--steady-blue);
}

.group-icon-responsive._3 {
  background-color: var(--highlight-blue);
}

.icon-responsive {
  filter: invert();
  width: 35px;
  height: auto;
}

.heading-detail-responsive {
  color: var(--smart-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-detail-responsive {
  font-size: 16px;
  line-height: 22px;
}

.heading-eng-stroke-copy {
  background-image: linear-gradient(225deg, var(--smart-blue), var(--steady-blue));
  color: #3e4ea1;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -40px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.gruop-image-banner {
  margin-bottom: 45px;
  margin-left: -51px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fff;
    background-image: linear-gradient(45deg, var(--smart-blue), var(--steady-blue));
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

  .button-star-free {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-banner {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sub-paragraph-banner {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-contant-text, .div-block-image-banner {
    justify-content: center;
    align-items: center;
  }

  .image-banner-people {
    bottom: 0%;
    right: 0%;
  }

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

  .div-block-button-free {
    justify-content: center;
    align-items: center;
  }

  .section-who-it-s-for {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-easyrenz-friendly {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-ef {
    margin-bottom: 20px;
  }

  .grid-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-who-it-s-for {
    font-size: 20px;
    line-height: 26px;
  }

  .number-count {
    padding-bottom: 30px;
  }

  .green-number {
    font-size: 34px;
    line-height: 40px;
  }

  .text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-icon-number {
    width: 35px;
  }

  .div-block-heading-page {
    margin-bottom: 20px;
  }

  .div-block-heading-page.a {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .mock-up-easyrenz {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-mock-up {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-mock-up-easyrenz {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-mock-up-home {
    width: 800px;
    margin-top: 0;
  }

  .div-block-bg-mock-up {
    padding: 10px;
  }

  .image-mock-up-easyrenz {
    width: 30px;
  }

  .div-block-icon-mock-up {
    padding: 8px;
  }

  .review-google {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask-2 {
    padding: 10px 15px 10px 10px;
  }

  .slide-2 {
    width: 50%;
  }

  .video-introduction {
    padding-bottom: 40px;
  }

  .footer {
    margin-top: 130px;
    padding-bottom: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr .75fr;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .heading-app-text {
    font-size: 16px;
    line-height: 22px;
  }

  .easyrenz-friendly {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .div-block-contant-ef {
    padding: 8px;
    right: -78%;
  }

  .div-block-contant-ef._2 {
    right: -70%;
  }

  .div-block-contant-ef._3 {
    left: -75%;
  }

  .heading-ef {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-contact-b {
    width: 100%;
  }

  .icon-ef {
    width: 25px;
  }

  .paragraph-easyreaz {
    font-size: 100px;
  }

  .image-easyrenz-friendly-1, .image-easyrenz-friendly-2 {
    display: none;
  }

  .heading-page {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-paragraph-page {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-who-it-s-for {
    width: 48.5%;
  }

  .button-free, .button-free:where(.w-variant-4235adee-6e80-faaf-8e72-e16980a28b7a), .paragraph-button-tel, .paragraph-button-tel:where(.w-variant-4235adee-6e80-faaf-8e72-e16980a28b7a), .paragraph-button-tel.align-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .icon-button-play {
    width: 80px;
  }

  .div-block-cta-footer {
    margin-top: -110px;
    margin-bottom: 40px;
  }

  .grid-10 {
    grid-template-columns: .75fr 1fr;
  }

  .div-block-image-footer.none {
    display: none;
  }

  .heading-cta-free {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-cta-free {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .dropdown-list-2.w--open {
    margin-top: 70px;
    top: -315px;
  }

  .link-block-wedgets {
    margin-bottom: 5px;
  }

  .card-icon-contact {
    width: 55px;
    height: 55px;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .close-modal-restructuring-money-2 {
    width: 50px;
    height: 50px;
  }

  .link-scroll-to-top {
    z-index: 99;
  }

  .grid-73 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-number-features {
    font-size: 80px;
    line-height: 86px;
  }

  .heading-eng-stroke {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-features {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-bg-eng-stroke {
    font-size: 54px;
    line-height: 64px;
  }

  .text-block-easyrenz-features {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-contant-features {
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-eng-stroke {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 24px;
  }

  .easyrenz-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-features {
    padding-left: 10px;
  }

  .icon-check-mark {
    width: 25px;
  }

  .div-block-circle-feature {
    width: auto;
  }

  .image-mock-up {
    width: 400px;
    margin-bottom: 0;
  }

  .image-footer {
    width: 330px;
  }

  .paragraph-cta-free {
    text-align: center;
  }

  .image-element-banner {
    width: 500px;
    inset: -4% -20% auto auto;
  }

  .div-block-button-white {
    justify-content: flex-start;
    align-items: center;
  }

  .image-feature {
    display: none;
  }

  .div-block-head-contant-ef {
    margin-top: -45px;
  }

  .heading-easyrenz-friendly {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .section-head-page {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .heading-head-page {
    font-size: 30px;
    line-height: 36px;
  }

  .banner-feature {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .heading-banner-feature {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-banner-feature {
    font-size: 20px;
    line-height: 26px;
  }

  .sub-paragraph-banner-feature {
    font-size: 80px;
    line-height: 90px;
  }

  .image-banner-feature {
    width: 100%;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-video {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .heading-head-section {
    font-size: 34px;
    line-height: 40px;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-faq-q-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub-paragraph-head-head-section {
    font-size: 20px;
    line-height: 26px;
  }

  .c-faq-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group-head-section {
    margin-bottom: 20px;
  }

  .paragraph-feature-video {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-head-page-stroke {
    font-size: 80px;
    line-height: 90px;
  }

  .paragraph-head-page {
    margin-top: -60px;
    font-size: 26px;
    line-height: 32px;
  }

  .blogs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-4 {
    color: var(--white);
    font-size: 35px;
  }

  .div-block-banner-mock-up {
    flex-flow: column;
    display: flex;
  }

  .paragraph-eng-stroke-copy {
    font-size: 18px;
    line-height: 24px;
  }

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

  .grid-77, .grid-78, .group-mock-up-easyrenz {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .columns {
    flex-flow: column;
  }

  .grid-79 {
    margin-right: 0;
  }

  .why-easyrenz {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .heading-why-easyrenz {
    font-size: 30px;
    line-height: 40px;
  }

  .icon-why-easyrenz {
    width: 25px;
  }

  .heading-detail-why-easyrenz {
    font-size: 18px;
    line-height: 24px;
  }

  .responsive {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .group-head-responsive {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-responsive {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-detail-responsive {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-eng-stroke-copy {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-link {
    display: inline-block;
  }

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

  .image {
    width: 70px;
  }

  .heading-banner {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .mask, .image-mock-up-phone, .image-screen-app {
    width: 200px;
  }

  .paragraph-banner {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-button-free {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .paragraph-easyrenz-friendly {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-number-count.feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-page {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-mock-up {
    text-align: left;
  }

  .image-mock-up-home {
    width: 200px;
  }

  .div-block-right {
    justify-content: center;
    align-items: center;
  }

  .review-highlight-header {
    flex-flow: column;
  }

  .review-google {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-highlight-link {
    padding: 20px;
  }

  .review-highlight-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .mask-2 {
    padding: 0;
  }

  .slide-2 {
    width: 100%;
    padding: 10px 20px;
  }

  .video-introduction {
    padding-bottom: 40px;
  }

  .footer {
    margin-top: 120px;
  }

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

  .heading-page {
    font-size: 24px;
    line-height: 34px;
  }

  .sub-paragraph-page {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-who-it-s-for {
    width: 100%;
  }

  .div-block-button-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-button-contact.align {
    justify-content: center;
    align-items: stretch;
  }

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

  .icon-button-play {
    width: 70px;
  }

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

  .heading-cta-free {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-cta-free {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17866 {
    width: 20px;
  }

  .image-logo-wedgets {
    width: 45px;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    top: 50%;
  }

  .close-modal-restructuring-money-2 {
    width: 40px;
    height: 40px;
  }

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

  .heading-eng-stroke {
    margin-top: -35px;
    font-size: 30px;
  }

  .paragraph-bg-eng-stroke {
    font-size: 46px;
    line-height: 56px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-eng-stroke {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .tab-link-tab-1 {
    padding: 15px;
  }

  .image-footer {
    margin-top: -30px;
  }

  .div-block-head-contant-ef {
    flex-flow: column;
    margin-top: -30px;
  }

  .heading-easyrenz-friendly {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-eng-stroke {
    margin-top: -30px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-head-page {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .heading-head-page {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-banner-feature {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-banner-feature {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-banner-feature {
    font-size: 70px;
    line-height: 80px;
  }

  .faq-vesta {
    margin-bottom: 20px;
  }

  .heading-feature-video {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-feature-video {
    font-size: 16px;
    line-height: 22px;
  }

  .container-num-count {
    bottom: -20%;
  }

  .paragraph-head-page-stroke {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-head-page {
    margin-top: -55px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-eng-stroke-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-76 {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .image-feature-page {
    margin-top: -95px;
  }

  .grid-77 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-mock-up-left {
    justify-content: flex-start;
    align-items: center;
  }

  .group-mock-up-easyrenz {
    flex-flow: column;
  }

  .grid-79 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-79-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .div-block-18373 {
    display: none;
  }

  .why-easyrenz {
    padding-top: 80px;
  }

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

  .heading-why-easyrenz {
    text-align: center;
  }

  .group-why-easyrenz {
    justify-content: center;
    align-items: center;
  }

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

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

  .heading-eng-stroke-copy {
    margin-top: -35px;
    font-size: 30px;
  }

  .gruop-image-banner {
    margin-bottom: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .heading-banner {
    font-size: 22px;
    line-height: 32px;
  }

  .sub-paragraph-banner {
    font-size: 20px;
    line-height: 26px;
  }

  .section-who-it-s-for {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-filter-who-it-s-for {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-who-it-s-for {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .green-number {
    font-size: 26px;
    line-height: 32px;
  }

  .number-content {
    width: auto;
  }

  .image-icon-number {
    width: 35px;
  }

  .large-numbers {
    font-size: 26px;
    line-height: 32px;
  }

  .mock-up-easyrenz {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-mock-up-left {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-mock-up {
    text-align: left;
  }

  .star-group {
    justify-content: center;
    align-items: center;
  }

  .slide-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .easyrenz-friendly {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .paragraph-easyreaz {
    font-size: 50px;
    line-height: 60px;
  }

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

  .heading-cta-free {
    font-size: 22px;
    line-height: 32px;
  }

  .dropdown-list-2.w--open {
    margin-top: -15px;
    top: -280px;
  }

  .widgets-contact {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-block-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 20px;
  }

  .div-block-18350 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dropdown-toggle-2.w--open {
    margin-top: -50px;
  }

  .image-17865 {
    width: 40px;
    height: 40px;
  }

  .heading-33184 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .image-17866 {
    width: 20px;
  }

  .image-logo-wedgets {
    width: 40px;
  }

  .heading-33178 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .card-icon-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body-restructuring-money-3 {
    width: 90%;
  }

  .close-modal-restructuring-money-2 {
    width: 35px;
    height: 35px;
  }

  .paragraph-bg-eng-stroke {
    font-size: 34px;
    line-height: 40px;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .easyrenz-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-check-mark {
    width: 20px;
  }

  .div-block-circle-feature {
    width: auto;
  }

  .div-block-head-contant-ef {
    margin-top: -20px;
  }

  .heading-eng-stroke {
    margin-top: -25px;
  }

  .section-head-page {
    padding-bottom: 100px;
  }

  .heading-head-page {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-feature {
    padding-bottom: 60px;
  }

  .heading-banner-feature {
    margin-top: -39px;
    font-size: 6vw;
    line-height: 28px;
  }

  .sub-paragraph-banner-feature {
    font-size: 60px;
    line-height: 70px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-q-text-3 {
    font-weight: 500;
  }

  .heading-head-section {
    font-size: 30px;
    line-height: 36px;
  }

  .c-faq-a-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-faq-q-text, .c-faq-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blogs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-77, .grid-78 {
    grid-template-columns: 1fr;
  }

  .why-easyrenz {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .heading-why-easyrenz {
    font-size: 24px;
    line-height: 34px;
  }

  .responsive {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-responsive {
    font-size: 24px;
    line-height: 34px;
  }
}

#w-node-_4f68fd4b-bc4d-00b9-997f-e3a2687825f9-079541cf {
  place-self: center start;
}

#w-node-_7d3e163a-ac53-d173-8876-ec638a19a2e1-079541cf, #w-node-add97f63-9a47-000d-63be-9585f2dfe46c-079541cf, #w-node-_5b5c1055-d64c-f327-8fa6-69f50dfceb2c-079541cf, #w-node-_918527af-3bc7-3daa-7131-974e02bfd90d-079541cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54ed4378-0f44-442d-4f42-ee3a7cd62611-079541cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-b440e158-2320-37f3-59a7-ed03bba9c83a-079541cf {
  place-self: center;
}

#w-node-_4a0be4e6-7781-5b60-bc08-372420c68e14-079541cf, #w-node-_215960e9-b2c9-8c92-fb0e-9c3f32153ecd-079541cf, #w-node-afcbd312-e9f0-c311-9165-2336675e365e-079541cf, #w-node-_795dbeab-e7b1-5cdb-7408-a1f84ade19a0-079541cf {
  place-self: stretch center;
}

#w-node-_01e3e72d-adcd-356c-4452-3cf0496881da-079541cf, #w-node-_4445e0db-a14c-7d96-716d-c36774bb321a-079541cf, #w-node-c0957ec3-5bb0-2f93-5df1-7d466d91721c-079541cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873ca-1f9873c6 {
  align-self: end;
}

#w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873db-1f9873c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfe0bef5-df94-dfd7-e733-e4c13c8ee081-1f9873c6 {
  align-self: end;
}

#w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873e4-1f9873c6 {
  justify-self: center;
}

#w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873fa-1f9873c6 {
  justify-self: start;
}

#w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f987423-1f9873c6 {
  justify-self: center;
}

#w-node-dde8efd0-a1cc-c6e7-cd21-a9a39ad8c763-71050e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bd42fc7-ce95-5c38-75a1-b0e1afe7b33f-514da53f, #w-node-_929a9791-2bb8-8f72-c72a-83624b2ec299-514da53f, #w-node-f4b8164c-7d05-9d12-e37d-2af2fd77295e-514da53f, #w-node-_13befde8-a95a-2aa8-afaa-cac1fd1d1d7a-514da53f, #w-node-_9c67bae5-b287-2aec-47bd-1dcfb849b685-514da53f, #w-node-e311c02b-b5b5-5d77-3db0-3167ef52cd7d-514da53f {
  align-self: end;
}

#w-node-_9fbfde21-05b6-1cb0-334e-3aba4099df13-514da53f, #w-node-_9fbfde21-05b6-1cb0-334e-3aba4099df20-514da53f, #w-node-_9fbfde21-05b6-1cb0-334e-3aba4099df2d-514da53f, #w-node-_9fbfde21-05b6-1cb0-334e-3aba4099df3a-514da53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_215960e9-b2c9-8c92-fb0e-9c3f32153ecd-079541cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_0a8b5930-855c-21dc-1fb7-f0e5b1d0731e-514da53f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873cb-1f9873c6 {
    order: -9999;
  }

  #w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f9873e4-1f9873c6, #w-node-eaf67d6b-009e-5bc6-55ba-b8ee1f987423-1f9873c6 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0241a3f-ae0c-26e1-5579-9c7a67c6e9c7-079541cf, #w-node-e0241a3f-ae0c-26e1-5579-9c7a67c6e9d8-079541cf, #w-node-e64bccfd-a07f-b2d5-8b5c-a178fab507c9-079541cf, #w-node-e0241a3f-ae0c-26e1-5579-9c7a67c6e9e9-079541cf, #w-node-e64bccfd-a07f-b2d5-8b5c-a178fab507da-079541cf, #w-node-e64bccfd-a07f-b2d5-8b5c-a178fab507eb-079541cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


