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

.container_btn_hero {
  max-width: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

.header-100svh {
  max-height: 60rem;
  min-height: 130svh;
  justify-content: center;
  align-items: center;
  margin-top: 10svh;
  margin-bottom: 5svh;
  display: flex;
}

.nav-link-3 {
  height: 3rem;
  padding: 1rem;
  font-size: .9rem;
}

.text-block-2 {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav_container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.navbar_main {
  height: 3rem;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 0 .4rem;
}

.hero_pretitle {
  width: 10rem;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: .2rem .3rem;
}

.hero_title {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.button-3 {
  background-color: #06aeed;
  border-radius: 30rem;
  padding: .5rem 1rem;
}

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

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

.section_hero {
  position: relative;
}

.paragraph {
  color: #eee;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.navbar {
  z-index: 2023;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
}

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

.container-large.nav_ctn {
  max-width: 36rem;
}

.body {
  background-color: #12141c;
  font-family: Clashdisplay, sans-serif;
}

.paybuzz_gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #21abe5, #1b76bc);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_btn_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.container-3 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.feature-block {
  text-align: center;
  background-color: #0078c2;
  border-radius: 16px;
  padding: 30px;
}

.section_features {
  background-color: #12141c;
  padding-top: 60px;
  padding-bottom: 120px;
}

.heading-1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.section-title {
  max-width: 530px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.body-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.feature-illustration {
  margin-bottom: 40px;
}

.heading-wrapper {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h2 {
  margin-top: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 110%;
}

.heading-h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text {
  font-size: 1rem;
  line-height: 130%;
}

.section_features_2 {
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-4 {
  width: 100%;
  max-width: 73.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.features-colum-text {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

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

.fotter-copy-text {
  color: #000;
  margin-top: 24px;
  line-height: 24px;
}

.link-wrapper {
  grid-column-gap: 24px;
  color: #000;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.fotter-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.logo {
  margin-bottom: 1rem;
}

.section_footer {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-4 {
  width: 24rem;
  margin-bottom: .5rem;
  font-family: Clashdisplay, sans-serif;
}

.button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button {
  color: #0a0a1f;
  text-align: center;
  background-color: #fff;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: .75rem 1.5rem;
  font-family: Clashdisplay, sans-serif;
  font-weight: 500;
}

.button.mail_btn {
  background-color: #fbbc05;
}

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

.text-size-regular.text-align-center.text-color-white {
  color: #000;
  text-align: center;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  position: static;
}

.section_cta {
  background-color: #06aeed;
  border-radius: 2rem;
  margin: 4rem 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h2 {
  font-family: Clashdisplay, sans-serif;
  font-weight: 500;
}

.h2.text-align-center.text-color-white {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}

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

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

.contact_text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.live-chat-wrapper---brix {
  z-index: 2;
  max-width: 380px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px rgba(23, 15, 73, .07);
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px rgba(20, 40, 43, .08);
}

.live-chat-button---brix {
  width: 100%;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px rgba(14, 13, 106, .14);
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px rgba(17, 45, 45, .14);
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.live-chat-bubbble---brix {
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px rgba(74, 58, 255, .08);
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px rgba(18, 140, 96, .2);
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-avatar-wrapper---brix {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(23, 15, 73, .1);
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
  font-size: 1rem;
}

.text-block-3 {
  font-weight: 500;
}

.pre-loader {
  z-index: 9999;
  min-height: 100vh;
  background-color: #12141c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  width: 5rem;
  height: 5rem;
  border: .5rem solid #1a1a1a;
  border-radius: 50%;
  position: relative;
}

.loader---ball-wrap {
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translate(-50%);
}

.loader---ball {
  width: .5rem;
  height: .5rem;
  transform-origin: 50% 500%;
  background-color: #1f61ff;
  border-radius: 50%;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.container {
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.trusted-text-intro {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
}

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

.trusted-logo-link {
  width: 15%;
}

.image, .image-2, .image-3, .image-4 {
  border-radius: .5rem;
}

.page {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee {
  width: 100%;
  grid-column-gap: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-image {
  border-radius: .5rem;
}

@media screen and (min-width: 1440px) {
  .header-100svh {
    min-height: 120svh;
  }
}

@media screen and (min-width: 1920px) {
  .header-100svh {
    min-height: 90svh;
  }
}

@media screen and (max-width: 991px) {
  .header-100svh {
    min-height: 80svh;
  }

  .navbar_main {
    height: 3rem;
  }

  .hero_title {
    font-size: 3rem;
  }

  .nav_right {
    display: none;
  }

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

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

  .paragraph {
    margin-bottom: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .8rem;
    line-height: 130%;
  }

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

  .heading-wrapper {
    width: 85%;
  }

  .feature-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .text {
    font-size: 16px;
    line-height: 28px;
  }

  .features-colum-text {
    font-size: 14px;
    line-height: 24px;
  }

  .link-wrapper {
    grid-column-gap: 18px;
  }

  .fotter-link {
    font-size: 14px;
    line-height: 22px;
  }

  .section_footer {
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 55px;
  }

  .menu-button {
    padding: .8rem;
  }

  .button_wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

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

  .text-size-regular.text-align-center.text-color-white {
    padding-bottom: .3rem;
    font-size: .8rem;
  }

  .section_cta {
    border-radius: 2rem;
    margin: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h2.text-align-center.text-color-white {
    font-size: 1.6rem;
  }

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

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

  .trusted-text-intro {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-wrapper {
    width: 100%;
  }

  .heading-h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .heading-h4 {
    margin-top: 22px;
    font-size: 22px;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_footer {
    padding-bottom: 30px;
  }

  .footer-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

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

  .h2 {
    font-size: 1.625rem;
  }

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

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-100svh {
    max-height: 100rem;
    min-height: 80svh;
    margin-top: 10svh;
    margin-bottom: 0;
  }

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

  .hero_pretitle {
    width: 8rem;
  }

  .hero_title {
    font-size: 1.5rem;
  }

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

  .paragraph {
    margin-bottom: .6rem;
    padding-left: 0;
    padding-right: 0;
    font-size: .6rem;
    line-height: 130%;
  }

  .hero_btn_flex {
    margin-bottom: 2rem;
  }

  .section_features {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .heading-1 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-6 {
    font-size: 1rem;
    line-height: 130%;
  }

  .body-2 {
    font-size: .6rem;
    line-height: 130%;
  }

  .feature-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .heading-h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 40px;
  }

  .heading-h4 {
    font-size: 1rem;
  }

  .text {
    font-size: .6rem;
    line-height: 130%;
  }

  .section_features_2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-colum-text {
    font-size: .6rem;
    line-height: 130%;
  }

  .fotter-copy-text {
    font-size: .8rem;
  }

  .link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fotter-link {
    font-size: .8rem;
  }

  .section_footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .div-block, .div-block-2 {
    padding-left: 0;
  }

  .div-block-3, .div-block-4 {
    padding-left: 6px;
  }

  .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
    padding-left: 0;
  }

  .div-block-11 {
    padding-left: 33px;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    padding-left: 38px;
  }

  .div-block-15 {
    padding-left: 36px;
  }

  .div-block-16 {
    padding-left: 28px;
  }

  .div-block-17 {
    padding-left: 19px;
  }

  .div-block-18 {
    padding-left: 3px;
  }

  .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27 {
    padding-left: 0;
  }

  .div-block-28, .div-block-29 {
    padding-left: 8px;
  }

  .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44 {
    padding-left: 0;
  }

  .menu-button {
    padding: .8rem;
  }

  .paragraph-4 {
    width: auto;
    font-size: .8rem;
  }

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

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

  .button {
    padding: .5rem 1rem;
    font-size: .8rem;
  }

  .text-size-regular.text-align-center.text-color-white {
    padding-bottom: .2rem;
  }

  .section_cta {
    border-radius: 1rem;
    margin: 1rem .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h2 {
    font-size: 1.625rem;
  }

  .h2.text-align-center.text-color-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
  }

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

  .contact_text {
    font-size: .8rem;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

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

  .trusted-text-intro {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .trusted-by-logos-wrapper {
    flex-direction: column;
  }

  .trusted-logo-link {
    width: 40%;
    margin-bottom: 20px;
  }
}

#w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbae-98e21074, #w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbb4-98e21074, #w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbba-98e21074, #w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbc0-98e21074, #w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbc6-98e21074, #w-node-_3f6722cc-1beb-7178-5d07-19393dd5bbcc-98e21074, #w-node-_2666ec72-ec9d-5474-8b98-ab0c175dfc35-98e21074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}