:root {
  --mainblue: #3f5efb;
  --blanc: #fafafa;
  --trasnparent: #fff0;
  --grey: #999;
  --purple: #5e0cab;
  --mainorange: #f59000;
  --lightblue: var(--clearblue);
  --lightgreytransparent: #dde0e480;
  --clearblue: #f0f3ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --orangeclair: #ffe2b8;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray400: #98a2b3;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
}

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

.webflow-content .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) {
  .webflow-content .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

.webflow-content {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.webflow-content h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

.webflow-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.webflow-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

.webflow-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.webflow-content h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.webflow-content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.webflow-content p {
  margin-bottom: 10px;
}

.webflow-content a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

.webflow-content a:hover {
  color: #32343a;
}

.webflow-content a:active {
  color: #43464d;
}

.webflow-content ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

.webflow-content li {
  margin-bottom: 10px;
}

.webflow-content img {
  display: block;
}

.webflow-content label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.webflow-content .section {
  background-color: var(--mainblue);
  margin: 60px 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.webflow-content .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.webflow-content .container.hiddenmobile {
  width: 98%;
}

.webflow-content .container.hiddenweb {
  display: none;
}

.webflow-content .button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.webflow-content .navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

.webflow-content .navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.webflow-content .navigation-item:active {
  opacity: .6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.webflow-content .intro-header {
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow-content .title {
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.webflow-content .herosubtitle {
  color: #8888d1;
  text-align: center;
  max-width: 600px;
  margin-bottom: 97px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.webflow-content .textblue {
  color: var(--mainblue);
}

.webflow-content .buttonmain {
  border: 2px solid var(--purple);
  background-color: var(--mainorange);
  box-shadow: 5px 4px 1px 0 var(--purple);
  color: #fff;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.1rem;
  transition: background-color .65s;
}

.webflow-content .buttonmain:hover {
  background-color: var(--mainblue);
  box-shadow: 0 2px 5px 0 #0003, 2px 2px 1px 0 var(--purple);
  color: #fff;
}

.webflow-content .topbg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10vh;
  font-size: 24px;
}

.webflow-content .partners {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 4px dashed var(--mainblue);
  border-bottom: 4px dashed var(--mainblue);
  background-color: var(--lightblue);
  flex-flow: row;
  justify-content: flex-start;
  min-height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.webflow-content .logo-img._50-r-m {
  flex: 0 auto;
  height: 60px;
  margin-right: 0;
}

.webflow-content .advantage {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.webflow-content .titleblocktext {
  text-align: center;
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
}

.webflow-content .titleblocktext.short {
  width: 100%;
  margin-bottom: 40px;
}

.webflow-content .titleblocktext.short.follow {
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
}

.webflow-content .titleblocktext.short.follow.pb {
  margin-bottom: 40px;
}

.webflow-content .titleblocktext.short.follow.pb.hiddenweb {
  display: none;
}

.webflow-content .titleblocktext.short.follow.nopl {
  z-index: 5;
  margin-bottom: 40px;
}

.webflow-content .titleblocktext.short.nop {
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.webflow-content .titleblocktext.white {
  color: #fff;
}

.webflow-content .titleblocktext.bluebground {
  background-image: url('../images/Ellipse-651.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 32%;
}

.webflow-content .titleblocktext.smalltablet {
  text-transform: uppercase;
  font-weight: 700;
}

.webflow-content .titleblocktext.big {
  font-size: 2.3rem;
  line-height: 2.4rem;
}

.webflow-content .titleblocktext.big.avantages {
  text-align: center;
}

.webflow-content .text-span {
  color: var(--mainblue);
}

.webflow-content .blocksubtitle {
  text-align: center;
  width: 50%;
  margin-top: 40px;
  font-size: .9rem;
  line-height: 1rem;
}

.webflow-content .blocksubtitle.large {
  text-align: center;
  border-left: 0 solid #000;
  width: 100%;
}

.webflow-content .blocksubtitle.large.smallmt {
  margin-top: 20px;
}

.webflow-content .blocksubtitle.large.smallmt.left {
  text-align: left;
}

.webflow-content .blocksubtitle.large.pb.web {
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
}

.webflow-content .blocksubtitle.smallmobile {
  width: 50%;
  min-width: 600px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.webflow-content .text-span-2 {
  color: var(--mainblue);
}

.webflow-content .process {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.webflow-content .processstepgrid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.webflow-content .processstepgrid.hiddenmobile {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}

.webflow-content .toparrowgrid {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  justify-content: stretch;
  height: 100px;
  margin-top: 60px;
}

.webflow-content .bottomarrowgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr;
  margin-bottom: 20px;
  margin-left: 70px;
}

.webflow-content .profit {
  border-top: 5px dashed var(--mainblue);
  border-bottom: 5px dashed var(--mainblue);
  background-color: var(--lightblue);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.webflow-content .image-2 {
  clear: none;
  width: 150px;
  position: absolute;
  left: 200px;
}

.webflow-content .image-3 {
  z-index: 0;
  width: 130px;
  position: absolute;
  top: 80px;
  right: 200px;
}

.webflow-content .clients {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.webflow-content .testimonial {
  color: var(--mainblue);
  font-size: 7rem;
  line-height: 7rem;
}

.webflow-content .steplabel.hiddenweb {
  display: none;
}

.webflow-content .text-span-4, .webflow-content .text-span-5, .webflow-content .text-span-6 {
  color: var(--mainblue);
}

.webflow-content .rightarrow, .webflow-content .leftarrow {
  display: none;
}

.webflow-content .body {
  background-color: var(--blanc);
  object-fit: fill;
  background-image: url('/images/PointilleLP.avif');
  background-position: 50% -50px;
  background-repeat: no-repeat;
  background-size: 1588px;
  background-attachment: scroll;
  display: block;
}

.webflow-content .modal {
  z-index: 100;
  background-color: var(--lightgreytransparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.webflow-content .modalwindow {
  border: 1px solid var(--mainblue);
  background-color: var(--blanc);
  box-shadow: 5px 4px 1px 0 var(--mainblue);
  border-radius: 5px;
  max-width: 500px;
  padding: 20px 40px 40px;
  position: relative;
}

.webflow-content .text-span-7 {
  color: var(--mainblue);
}

.webflow-content .grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.webflow-content .modalheader {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.webflow-content .modalbignumber {
  border-left: 10px solid var(--mainblue);
  border-radius: 7px;
  align-items: center;
  display: flex;
}

.webflow-content .text-span-8 {
  color: var(--mainblue);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.webflow-content .modalbignumberlabel {
  align-items: center;
  display: flex;
}

.webflow-content .modalbignumberlabel.between {
  padding-left: 20px;
}

.webflow-content .text-block-3 {
  color: #000;
}

.webflow-content .modalbuttonwrapper {
  z-index: 100;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.webflow-content .grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.webflow-content .modalclose {
  z-index: 100;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.webflow-content .image-7 {
  cursor: pointer;
}

.webflow-content .form-block {
  width: 40%;
}

.webflow-content .text-field-2 {
  background-image: url('/images/Vector-1.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.webflow-content .profittitle {
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.webflow-content .image-8 {
  z-index: -1;
  aspect-ratio: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.webflow-content .image-10 {
  z-index: 0;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.webflow-content .image-15 {
  position: absolute;
  top: 20px;
  right: 30%;
}

.webflow-content .image-16 {
  width: 70px;
  position: absolute;
  inset: -60% 0% auto 50%;
}

.webflow-content .image-17 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.webflow-content .image-18 {
  width: 150px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.webflow-content .fakebuttontext {
  z-index: 1;
  color: var(--blanc);
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.1rem;
  position: relative;
}

.webflow-content .animatedfakebutton {
  z-index: 10;
  border: 1px solid var(--purple);
  background-color: var(--mainorange);
  box-shadow: 5px 4px 0 0 var(--purple);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.webflow-content .fakebuttonbg {
  background-color: var(--mainblue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.webflow-content .div-block-2 {
  padding: 20px;
  overflow: hidden;
}

.webflow-content .homevideo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.webflow-content .video {
  object-fit: contain;
  border-radius: 15px;
  flex: 0 auto;
  margin: 60px 20px;
  display: block;
  overflow: hidden;
}

.webflow-content .image-19 {
  width: 200px;
  position: absolute;
  inset: 5% -200px auto auto;
}

.webflow-content .image20 {
  width: 200px;
  position: absolute;
  inset: auto auto 0% -200px;
}

.webflow-content .titlewrapperstar {
  position: relative;
}

.webflow-content .image-20 {
  position: absolute;
  inset: 0% 39px auto 286px;
}

.webflow-content .image-21 {
  width: 70px;
  position: absolute;
  inset: -20px 0% auto auto;
}

.webflow-content .lottie-animation-2, .webflow-content .lottie-animation-3, .webflow-content .lottie-animation-4 {
  width: 200px;
}

.webflow-content .movingbg {
  z-index: 1;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.webflow-content .div-block-3 {
  z-index: 100;
  background-color: red;
  position: relative;
}

.webflow-content .navigation-item-2 {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

.webflow-content .navigation-item-2:hover {
  opacity: .9;
  color: #fff;
}

.webflow-content .navigation-item-2:active {
  opacity: .6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.webflow-content .partners-logo-container {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;

}

.webflow-content .gradienttextblue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #9eaeff, #3f5efb);
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-content .gradienttextorange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffc778, #f59000);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.webflow-content .heading-8 {
  font-size: 49px;
  font-weight: 800;
}

.webflow-content .herocaption {
  color: #a1a1aa;
  text-align: center;
  max-width: 600px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.webflow-content .flex-block-2 {
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 93px;
  text-decoration: none;
  display: flex;
}

.webflow-content .buttoncontainer {
  background-color: var(--orangeclair);
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  position: relative;
  overflow: visible;
}

.webflow-content .advantagecardtitle {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.webflow-content .advantagecarddescription {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.webflow-content .lottie-animation-9 {
  max-width: 450px;
  position: absolute;
  top: 341.25px;
  left: 3%;
  right: auto;
}

.webflow-content .rightheroanimation {
  position: absolute;
  top: 350px;
  right: 1%;
}

.webflow-content .image-58 {
  display: none;
}

.webflow-content .image-60 {
  height: 60px;
}

.webflow-content .code-embed-2 {
  width: 100%;
  height: 100%;
}

.webflow-content .uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  border-radius: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.webflow-content .uui-text-align-center {
  text-align: center;
}

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

.webflow-content .align-center {
  margin-left: auto;
  margin-right: auto;
}

.webflow-content .uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.webflow-content .uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.webflow-content .uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.webflow-content .uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.webflow-content .uui-heading-medium {
  color: var(--untitled-ui--gray900);
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.webflow-content .uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.webflow-content .uui-faq01_answer {
  overflow: hidden;
}

.webflow-content .uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.webflow-content .uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.webflow-content .uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.webflow-content .uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.webflow-content .uui-faq01_component {
  margin-top: 4rem;
}

.webflow-content .accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.webflow-content .accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.webflow-content .accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.webflow-content .uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.webflow-content .uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.webflow-content .uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.webflow-content .uui-faq01_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.webflow-content .text-span-17 {
  color: var(--mainblue);
}

.webflow-content .form {
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.webflow-content .partnersoverlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fafafa, #fafafa00 15% 85%, #fafafa);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  z-index: 2;
}

.webflow-content .partners-container {
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.webflow-content .link-2 {
  text-align: center;
}

.webflow-content .footer {
  color: var(--trasnparent);
}

.webflow-content .rl-padding-section-large-4 {
  margin-top: -81px;
  padding-top: 0;
  padding-bottom: 7rem;
}

.webflow-content .rl_section_blog8-3 {
  background-color: var(--relume-library-lite--rl-white);
}

.webflow-content .rl_blog5_spacing-block-3-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.webflow-content .rl_blog8_heading-wrapper-3 {
  width: 100%;
  max-width: 48rem;
}

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

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

.webflow-content .rl-text-style-regular-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 19px;
  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;
}

.webflow-content .rl_blog8_category-text-4 {
  line-height: 1.5;
}

.webflow-content .rl_blog8_item-link-4 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.webflow-content .rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.webflow-content .rl_blog8_meta-wrapper-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.webflow-content .rl_blog8_image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.webflow-content .rl_blog8_spacing-block-9-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.webflow-content .rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.webflow-content .rl_blog8_spacing-block-10-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.webflow-content .rl_blog8_category-4 {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  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: 600;
  line-height: 1.5;
  display: flex;
}

.webflow-content .rl_blog8_item-content-4 {
  cursor: auto;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.webflow-content .rl_blog8_image-wrapper-4 {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.webflow-content .rl_blog8_spacing-block-11-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.webflow-content .rl_blog8_item-4 {
  border: 1px solid var(--relume-library-lite--rl-black);
}

.webflow-content .rl_blog8_read-time-text-4 {
  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: 600;
  line-height: 1.5;
}

.webflow-content .rl-padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 1rem;
}

.webflow-content .rl_section_blog8-5 {
  background-color: var(--relume-library-lite--rl-white);
}

.webflow-content .rl_blog8_spacing-block-1-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.webflow-content .rl_blog8_spacing-block-2-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.webflow-content .rl_blog8_heading-wrapper-5 {
  width: 100%;
  max-width: 48rem;
}

.webflow-content .rl-text-style-subheading-5 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.webflow-content .rl-heading-style-h1-6 {
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.webflow-content .rl_section_blog8-6 {
  background-color: var(--relume-library-lite--rl-white);
}

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

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

.webflow-content .bold-text-15 {
  color: var(--relume-library-lite--rl-black);
}

.webflow-content .collection-item-3 {
  cursor: pointer;
  mix-blend-mode: normal;
  padding-bottom: 40px;
}

.webflow-content .uui-blogsection01_author-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

@media screen and (min-width: 1280px) {

  .webflow-content .lottie-animation-9 {
    top: 350px;
  }
}

  .webflow-content .partners-track {
    display: flex;
    width: max-content;
    position: relative;
    will-change: transform;
    animation: scroll 10s linear infinite;
  }

   
  @keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media screen and (min-width: 1440px) {
  .webflow-content .section {
    margin-top: 3px;
    padding-top: 86px;
    padding-bottom: 0;
  }

  .webflow-content .partners {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-top: 4px dashed var(--mainblue);
    border-bottom: 4px dashed var(--mainblue);
    background-color: var(--lightblue);
    flex-flow: row;
    justify-content: flex-start;
    min-height: 100px;
    display: flex;
  }


  .webflow-content .partners-logo-container {
    overflow: visible;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 0 23px;
    flex-shrink: 0;
  }

  .webflow-content .buttoncontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }
}

@media screen and (min-width: 1920px) {

  .webflow-content .topbg {
    background-position: 0 0;
    background-size: auto;
  }

}

@media screen and (max-width: 991px) {
  .webflow-content img {
    display: none;
  }

  .webflow-content .container {
    width: 80%;
    padding-left: 0;
  }

  .webflow-content .container.hiddenmobile {
    width: 98%;
  }

  .webflow-content .button {
    justify-content: center;
  }

  .webflow-content .navigation-item {
    color: var(--grey);
    text-align: left;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .webflow-content .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .webflow-content .navigation-item:active {
    background-color: #eef0f3;
  }

  .webflow-content .intro-header {
    position: relative;
  }

  .webflow-content .herosubtitle {
    margin-bottom: 30px;
  }

  .webflow-content .topbg {
    padding-top: 0;
  }

  .webflow-content .partners {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .webflow-content .logo-img._50-r-m {
    display: block;
  }

  .webflow-content .titleblocktext.smalltablet {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1rem;
  }

  .webflow-content .titleblocktext.big.white.title {
    font-size: 2rem;
  }

  .webflow-content .blocksubtitle.large {
    text-align: center;
    width: 70%;
  }

  .webflow-content .blocksubtitle.large.smallmt {
    width: 100%;
    margin-top: 10px;
  }

  .webflow-content .blocksubtitle.smallmobile {
    width: 80%;
    display: block;
  }

  .webflow-content .process {
    overflow: hidden;
  }

  .webflow-content .image-2 {
    left: 100px;
  }

  .webflow-content .image-3 {
    z-index: 0;
    display: none;
    top: 100px;
    right: 100px;
  }



  .webflow-content .image-8 {
    opacity: 0;
    width: 120px;
    display: block;
    overflow: hidden;
  }

   .webflow-content .image-10 {
    display: none;
  }

  .webflow-content .navigation-item-2 {
    color: #999;
    text-align: left;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .webflow-content .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .webflow-content .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .webflow-content .lottie-animation-9 {
    display: none;
    position: relative;
    top: auto;
    left: -56px;
  }

  .webflow-content .rightheroanimation {
    max-width: 300px;
    display: none;
    top: 330px;
    right: -50px;
  }

  .webflow-content .image-58 {
    margin-bottom: 28px;
    display: block;
  }

  .webflow-content .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .webflow-content .rl_blog5_spacing-block-3-3 {
    padding-bottom: 4.5rem;
  }

  .webflow-content .rl_blog8_meta-wrapper-4 {
    flex-flow: column;
  }

  .webflow-content .rl_blog8_image-4 {
    display: block;
  }

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

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

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

  .webflow-content .collection-item-3 {
    padding-bottom: 0;
    position: relative;
  }

  .webflow-content .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .webflow-content .section {
    margin-left: 0;
    margin-right: 0;
  }

  .webflow-content .container {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .webflow-content .container.hiddenmobile {
    display: none;
  }

  .webflow-content .container.hiddenweb {
    width: 100%;
    display: block;
  }

  .webflow-content .container.largemobile.hiddenweb {
    width: 100%;
  }

  .webflow-content .herosubtitle {
    text-align: left;
  }

  .webflow-content .titleblocktext.short {
    width: 100%;
    padding-left: 20px;
  }

  .webflow-content .titleblocktext.short.follow.pb {
    width: 80%;
    padding-left: 0;
  }

  .webflow-content .titleblocktext.short.follow.nopl {
    padding-left: 0;
  }

  .webflow-content .titleblocktext.short.nop.hiddenmobile {
    display: none;
  }

  .webflow-content .titleblocktext.big.white.title {
    font-size: 1.3rem;
  }

  .webflow-content .blocksubtitle {
    width: 100%;
  }

  .webflow-content .blocksubtitle.large {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .webflow-content .blocksubtitle.large.pb.web {
    text-align: left;
    width: 100%;
  }

  .webflow-content .blocksubtitle.leftmobile {
    text-align: left;
  }

  .webflow-content .blocksubtitle.smallmobile {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    display: flex;
  }

  .webflow-content .process {
    background-image: none;
  }

  .webflow-content .processstepgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto 80px auto auto 90px auto auto 80px auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    display: flex;
  }

  .webflow-content .processstepgrid.hiddenmobile, .webflow-content .toparrowgrid, .webflow-content .bottomarrowgrid, .webflow-content .image-2, .webflow-content .image-3 {
    display: none;
  }

  .webflow-content .steplabel.hiddenweb, .webflow-content .rightarrow {
    display: block;
  }

  .webflow-content .arrowright {
    height: 150px;
  }

  .webflow-content .leftarrow {
    padding-left: 60px;
    display: block;
  }

  .webflow-content .form-block {
    width: 70%;
  }

  .webflow-content .profittitle {
    width: 80%;
  }

  .webflow-content .image-15 {
    display: none;
  }

  .webflow-content .partners-logo-container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .webflow-content .herocaption {
    text-align: left;
  }

  .webflow-content .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .webflow-content .uui-text-size-large {
    font-size: 1rem;
  }

  .webflow-content .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .webflow-content .uui-faq01_component {
    margin-top: 3rem;
  }

  .webflow-content .uui-space-xsmall {
    min-height: .75rem;
  }

  .webflow-content .uui-space-medium {
    min-height: 1.5rem;
  }

  .webflow-content .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .webflow-content .rl_blog5_spacing-block-3-3 {
    padding-bottom: 3rem;
  }

  .webflow-content .rl_blog8_spacing-block-9-4 {
    padding-bottom: .75rem;
  }

  .webflow-content .rl-heading-style-h5-5 {
    font-size: 1.25rem;
  }

  .webflow-content .rl_blog8_spacing-block-11-4 {
    padding-bottom: 1.25rem;
  }

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

  .webflow-content .rl_blog8_spacing-block-1-5 {
    padding-bottom: .75rem;
  }

  .webflow-content .rl_blog8_spacing-block-2-5 {
    padding-bottom: 1.25rem;
  }

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

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

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

  .webflow-content .collection-list-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .webflow-content h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .webflow-content .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .webflow-content .container.hiddenweb {
    padding-left: 12px;
    padding-right: 12px;
  }

  .webflow-content .container.largemobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .webflow-content .container.largemobile.hiddenweb {
    width: 90%;
  }

  .webflow-content .container.mtmobile {
    margin-top: 20px;
  }

  .webflow-content .container.mtmobile.largemobile.nopd {
    width: 100%;
    margin-top: 60px;
  }

  .webflow-content .navigation-item:hover {
    color: var(--grey);
  }

  .webflow-content .intro-header {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .webflow-content .herosubtitle {
    text-align: left;
  }

  .webflow-content .buttonmain {
    transition-property: background-color;
    transition-duration: .2s;
  }

  .webflow-content .advantage {
    margin-bottom: 40px;
  }

  .webflow-content .titleblocktext {
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .webflow-content .titleblocktext.bluebground {
    width: 42%;
  }

  .webflow-content .titleblocktext.big.white.title {
    font-size: .9rem;
  }

  .webflow-content .titleblocktext.big.avantages {
    font-size: 1.2rem;
  }

  .webflow-content .titleblocktext.big.smallmobile {
    font-size: 1.5rem;
  }

  .webflow-content .blocksubtitle.large {
    text-align: left;
    padding-bottom: 20px;
  }

  .webflow-content .blocksubtitle.large.pb {
    margin-bottom: 20px;
  }

  .webflow-content .blocksubtitle.smallmobile {
    font-size: .8rem;
    display: block;
  }

  .webflow-content .processstepgrid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto 60px auto auto 70px auto auto 60px auto auto;
  }

  .webflow-content .testimonial {
    line-height: 3rem;
  }

  .webflow-content .arrowright {
    height: 100px;
  }

  .webflow-content .leftarrow {
    padding-left: 30px;
  }

  .webflow-content .body {
    background-position: 50% 0;
    background-size: auto;
    max-height: 100%;
  }

  .webflow-content .modal {
    display: none;
  }

  .webflow-content .modalwindow {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .webflow-content .text-span-8 {
    font-size: 1.5rem;
  }

  .webflow-content .modalbignumberlabel {
    font-size: 12px;
  }

  .webflow-content .form-block {
    width: 90%;
  }

  .webflow-content .text-field-2 {
    background-size: 12px 12px;
    font-size: 12px;
  }

  .webflow-content .profittitle {
    flex-direction: column;
    align-items: flex-start;
  }

  .webflow-content .homevideo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .webflow-content .video {
    margin-top: 20px;
  }

  .webflow-content .image-19.hiddenmobile, .webflow-content .image20.hiddenmobile {
    display: none;
  }

  .webflow-content .image-20 {
    width: 100px;
    top: 10%;
    left: 160px;
    right: 0;
  }

  .webflow-content .image-21 {
    top: -15px;
    left: 190px;
  }

  .webflow-content .navigation-item-2:hover {
    color: #999;
  }

  .webflow-content .partners-logo-container {
    flex: none;
  }

  .webflow-content .heading-8 {
    font-size: 37px;
    line-height: 42px;
  }

  .webflow-content .herocaption {
    text-align: left;
  }

  .webflow-content .buttoncontainer {
    justify-content: center;
    align-items: center;
  }

  .webflow-content .rl_blog8_category-text-4 {
    display: block;
  }

   .webflow-content .rl_blog8_item-content-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 991px) {

  .webflow-content #w-node-d6808de2-1961-7817-5566-dfc8580e8eb4-c1710048 {
    order: 0;
  }
}


