:root {
  --000000: black;
  --ffedeb: #ffedeb;
  --ff5644: white;
  --585858: #585858;
  --04ab6c: #04ab6c;
  --1ad891: #1ad891;
  --1b1b1b: #1b1b1b;
  --white: white;
  --tomato: #ff5644;
  --white-smoke: #f1f3f5;
  --e7fbf4: #e7fbf4;
  --ffffff: transparent;
  --f1f3f5: black;
}

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

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

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

h1 {
  color: var(--000000);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Chillax, sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 86px;
}

h2 {
  color: var(--000000);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Chillax, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

h3 {
  color: var(--000000);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Chillax, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

h4 {
  color: var(--000000);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chillax, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

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

.section.bgshape {
  background-image: url('../images/about-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.bglight {
  background-color: var(--ffedeb);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bglight.overflow-hidden {
  overflow: hidden;
}

.section.bg {
  background-image: url('../images/how-shape.svg');
  background-position: 100% 6%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.video-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.shapebg {
  background-image: url('../images/product-shape.svg');
  background-position: 50% -48%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.footer {
  background-color: var(--000000);
  padding-top: 100px;
  padding-bottom: 40px;
}

.body {
  background-color: var(--ff5644);
  color: var(--585858);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.container {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--04ab6c);
  color: #fff;
  white-space: nowrap;
  border-radius: 40px;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--1ad891);
}

.primary-button.nav-button {
  background-color: var(--04ab6c);
  background-image: none;
  padding-right: 28px;
}

.primary-button.nav-button:hover {
  background-color: var(--1ad891);
}

.heading {
  color: var(--000000);
  font-family: Chillax, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hero-section {
  background-color: #e3f8f0;
  background-image: url('../images/Shape.svg'), linear-gradient(#e3f8f0 70%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 76px;
  padding-bottom: 20px;
}

.nav-menu {
  width: 100%;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--1b1b1b);
  margin-right: 50px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--04ab6c);
}

.nav-link.mr0 {
  margin-right: 0;
}

.header {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 32px;
  transition: all .3s;
  display: flex;
}

.nav-brand {
  padding-left: 0;
}

.nav-brand.w--current {
  width: 100%;
  max-width: 100px;
}

.full-image {
  width: 100%;
  transition: all .3s;
}

.hero-block {
  text-align: center;
  padding-top: 100px;
}

.hero-detail {
  width: 100%;
  max-width: 720px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.hero-para {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  margin-bottom: 24px;
}

.button-block {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.secondary-button.orange {
  color: var(--tomato);
  margin-top: 24px;
}

.video-block {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.hero-video {
  width: 100%;
  max-width: 1020px;
  border: 2px solid #e7fbf4;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.play-button {
  width: 100%;
  max-width: 142px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 40px;
  transition: all .3s;
  position: absolute;
  overflow: hidden;
}

.play-button:hover {
  transform: scale(1.02);
}

.about-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-left, .about-right {
  width: 100%;
  max-width: 608px;
}

.nav-link-block {
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  width: 100%;
  max-width: 192px;
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.section-head.head-block {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-head.head-block.mb40 {
  margin-bottom: 40px;
}

.section-head.big {
  max-width: 239px;
  margin-bottom: 12px;
}

.line.d-flex {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.about-para {
  margin-bottom: 40px;
}

.about-right-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-list {
  width: 100%;
}

.about-item {
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  padding: 50px 30px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .03);
}

.about-icon {
  width: 100%;
  max-width: 50px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.small-para {
  font-size: 16px;
  line-height: 26px;
}

.section-heading {
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.align-left {
  max-width: 412px;
  min-width: 412px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.section-heading.mb60 {
  margin-bottom: 60px;
}

.tutorial-block {
  text-align: center;
  margin-top: 80px;
}

.steps {
  width: 100%;
  max-width: 936px;
  background-image: url('../images/how-work.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-box {
  width: 100%;
  max-width: 206px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  margin-bottom: 100px;
  padding: 24px;
}

.step-box.mb0 {
  margin-bottom: 0;
}

.step-number {
  color: var(--1ad891);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
}

.step-detail {
  color: var(--1b1b1b);
  font-family: Chillax, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.tutorial-video {
  width: 100%;
  max-width: 380px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tutorial-video.dnone {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.step-list {
  margin-top: 148px;
  margin-bottom: 60px;
}

.step-list.mt60 {
  margin-top: 60px;
  margin-bottom: 126px;
}

.step-list.mb0 {
  margin-bottom: 60px;
}

.play {
  width: 100%;
  height: 100%;
  max-height: 46px;
  max-width: 46px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.play:hover {
  transform: scale(1.03);
}

.width-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.how-work-right.d-none {
  display: none;
}

.work-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.tab-link-tab-1 {
  padding-right: 0;
}

.tab-link-tab-1.w--current {
  background-color: var(--1ad891);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.tab-link-tab-2, .tab-link-tab-3 {
  background-color: var(--e7fbf4);
  padding: 0;
}

.div-block, .div-block-2, .div-block-3 {
  width: 100%;
  max-width: 6px;
}

.tabs-2 {
  flex-direction: row-reverse;
}

.tabs-3 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tabs-3.d-none {
  display: none;
}

.tabs-menu-2 {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  margin-right: 80px;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: var(--1ad891);
}

.tab-link-tab-1-2.w--current {
  width: 100%;
  max-width: 6px;
  min-width: 6px;
  background-color: var(--1ad891);
  border-radius: 4px;
  padding: 0;
}

.tab-link {
  grid-column-gap: 30px;
  color: #808182;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0;
  font-family: Chillax, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.tab-link:hover {
  color: var(--000000);
}

.tab-link.w--current {
  grid-column-gap: 30px;
  border-left-color: var(--1ad891);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-link-tab-3-2 {
  width: 100%;
  max-width: 6px;
  min-width: 6px;
  background-color: var(--e7fbf4);
  border-radius: 6px;
  padding: 0;
}

.work-box {
  border: 1px solid #f1f3f5;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .03);
}

.work-box.mb0 {
  margin-bottom: 0;
}

.work-image {
  width: 100%;
  max-width: 716px;
}

.work-detail {
  background-color: var(--white);
  padding: 30px;
}

.work-detail-heading {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.work-icon {
  width: 100%;
  max-width: 36px;
}

.heading-5 {
  line-height: 24px;
}

.lh28 {
  color: var(--tomato);
  text-transform: uppercase;
  line-height: 28px;
}

.work-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

.work-list.number {
  border-bottom: 1px solid #f1f3f5;
  padding-bottom: 18px;
  padding-left: 26px;
}

.work-list.mb0 {
  margin-bottom: 0;
}

.work-list-item {
  background-image: url('../images/Bullet.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 6px;
  padding-left: 26px;
  list-style-type: none;
}

.work-list-item.mb0 {
  margin-bottom: 0;
}

.work-list-item.number {
  background-image: none;
  padding-left: 0;
  list-style-type: decimal;
}

.work-detail-list {
  margin-bottom: 30px;
}

.work-detail-list.mb0 {
  margin-bottom: 0;
}

.privacy-disclaimer {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.privacy-icon {
  width: 100%;
  max-width: 18px;
}

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

.video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-button {
  width: 100%;
  max-width: 142px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 40px;
  align-items: center;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.video-button:hover {
  transform: scale(1.02);
}

.border {
  width: 6px;
  height: 64px;
  background-color: var(--e7fbf4);
}

.border.radius-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.border.radius-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product-block {
  text-align: center;
  margin-top: 60px;
}

.product-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.product-box {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.product-item {
  height: 100%;
  border: 1px solid #f1f3f5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.product-item:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, .06);
}

.product-image {
  width: 100%;
  max-width: 412px;
}

.product-detail {
  height: 100%;
  background-color: var(--ff5644);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.product-detail-sub-head {
  color: #04ab6c;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
}

.font-26 {
  color: var(--000000);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}

.font-26.mt-30 {
  margin-top: 30px;
  margin-bottom: 0;
}

.testimonial-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  display: flex;
}

.arrow-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.testimonial-left-arrow {
  justify-content: center;
  align-items: center;
}

.testimonial-left-arrow.right {
  background-image: url('../images/Right-arrow-black.svg');
  background-position: 50%;
  background-size: auto;
}

.testimonial-left-arrow.right:hover {
  background-image: url('../images/Right-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrow-icon {
  width: 100%;
  max-width: 14px;
}

.our-team-block {
  text-align: center;
  margin-top: 60px;
}

.team-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-box {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.product-box-copy {
  width: 100%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-item {
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.team-item:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, .06);
}

.team-member-image {
  width: 100%;
  transition: all .3s;
}

.member-detail {
  background-color: var(--ff5644);
  text-align: left;
  border-bottom: 1px solid #f1f3f5;
  border-left: 1px solid #f1f3f5;
  border-right: 1px solid #f1f3f5;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 30px;
  display: flex;
}

.product-detail-sub-head-copy {
  color: #04ab6c;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
}

.mt4 {
  margin-top: 4px;
}

.partner-block {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.logo-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-box {
  width: 100%;
  height: 100%;
  max-height: 70px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  display: flex;
}

.partner-logo-block {
  margin-bottom: 60px;
}

.footer-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.footer-right {
  width: 100%;
  max-width: 460px;
}

.footer-left {
  width: 100%;
  max-width: 627px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-brand {
  width: 100%;
  max-width: 100px;
}

.footer-para {
  color: #abacac;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.footer-heading {
  color: #abacac;
  margin-bottom: 12px;
  font-family: Chillax, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.footer-list {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-link {
  color: var(--ff5644);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: #1ad891;
}

.footer-link.mb0 {
  margin-bottom: 0;
  display: inline-block;
}

.link, .link-copy, .footerr {
  display: flex;
}

.contact-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-link:hover {
  color: #1ad891;
}

.contact-link.mb0 {
  margin-bottom: 0;
}

.footer-bottom {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .1));
}

.social-icon {
  width: 100%;
  min-width: 16px;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.font-14 {
  color: #abacac;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
}

.btn-block {
  display: flex;
}

.btn-block.btn-center {
  justify-content: center;
}

.green-icon {
  transition: all .3s;
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.test-slide {
  width: 100%;
  height: 100%;
  max-width: 700px;
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 40px;
}

.slider-detail {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.left-arrow {
  width: 100%;
  height: 42px;
  max-width: 42px;
  background-image: url('../images/left-Arrow-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: -50px;
  right: auto;
}

.left-arrow:hover {
  background-color: var(--000000);
  background-image: url('../images/left-arrow-white.svg'), url('../images/left-Arrow-Black.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.right-arrow-2 {
  width: 100%;
  height: 42px;
  max-width: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -140px;
  left: 65px;
}

.lh40 {
  color: var(--000000);
  margin-top: 30px;
  font-size: 26px;
  line-height: 40px;
}

.client-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.client-image {
  width: 100%;
  max-width: 60px;
}

.lh20 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.mask {
  width: 100%;
  max-width: 700px;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.testimonial-right-arrow {
  justify-content: center;
  align-items: center;
}

.testimonial-right-arrow.right {
  background-image: url('../images/Right-arrow-black.svg');
  background-position: 50%;
  background-size: auto;
}

.testimonial-right-arrow.right:hover {
  background-image: url('../images/Right-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.left-arrow-copy {
  width: 100%;
  height: 42px;
  max-width: 42px;
  background-image: url('../images/Right-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 40px;
  bottom: -166%;
  left: 0%;
}

.right-arrow-1 {
  width: 100%;
  height: 42px;
  max-width: 42px;
  background-image: url('../images/Right-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: center;
  transition: all .3s;
  top: auto;
  bottom: -50px;
  left: 58px;
  right: auto;
}

.right-arrow-1:hover {
  background-color: var(--000000);
  background-image: url('../images/Right-Arrow.svg'), url('../images/Right-arrow-black.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.slider-outer-block {
  width: 100%;
  overflow: hidden;
}

.slider-left-block {
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slider-left-block.align-left {
  max-width: 432px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  position: relative;
}

.slider-left-block.mb60 {
  margin-bottom: 60px;
}

.team-color-image {
  width: 100%;
  transition: all .3s;
  display: none;
}

.mb12 {
  margin-bottom: 12px;
}

.contact-link-copy {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-link-copy:hover {
  color: #1ad891;
}

.contact-link-copy.mb0 {
  margin-bottom: 0;
}

.testmonial-collection-list-wrapper.d-none {
  display: none;
}

.tab-menu-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.straight-line {
  display: none;
}

.play-text {
  color: var(--white);
  white-space: nowrap;
  text-decoration: none;
}

.paragraph-2, .color-grey {
  color: var(--585858);
}

.product-detail-heading {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-detail-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.team-collection-item {
  transition: all .3s;
}

.slider-para {
  color: var(--000000);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}

.slider-para.mt-30 {
  margin-top: 30px;
  margin-bottom: 0;
}

.text-block-4 {
  color: #04ab6c;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 14px;
    font-size: 50px;
    line-height: 54px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .section, .section.bgshape {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bglight {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg, .section.shapebg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 60px;
  }

  .primary-button.nav-button {
    justify-content: center;
    margin-top: 24px;
  }

  .hero-section {
    background-position: 50%, 0 0;
    background-size: contain, auto;
    padding-bottom: 60px;
  }

  .nav-menu {
    width: auto;
    background-color: var(--ff5644);
    border-radius: 24px 24px 32px 32px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px 20px 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
  }

  .nav-link {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link.mr0 {
    margin-right: auto;
  }

  .header {
    padding: 12px 20px 12px 24px;
  }

  .nav-brand.w--current {
    max-width: 91px;
  }

  .hero-block {
    padding-top: 80px;
  }

  .hero-detail {
    margin-bottom: 60px;
  }

  .hero-para {
    font-size: 18px;
    line-height: 28px;
  }

  .button-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 40px;
  }

  .secondary-button.orange {
    margin-top: 12px;
  }

  .hero-video {
    max-width: none;
    border-radius: 16px;
    padding: 3px;
  }

  .about-block {
    flex-direction: column;
  }

  .about-left {
    width: auto;
    max-width: none;
  }

  .about-right {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-head.head-block.mb40 {
    margin-bottom: 18px;
  }

  .mb15 {
    margin-bottom: 10px;
  }

  .about-para {
    margin-bottom: 30px;
  }

  .about-right-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-list {
    max-width: none;
    padding: 0;
  }

  .about-item {
    padding-top: 40px;
  }

  .tutorial-block {
    margin-top: 50px;
  }

  .steps {
    max-width: 596px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/how-work.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 410px 410px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .step-box {
    max-width: 190px;
    margin-bottom: 32px;
    padding: 12px;
  }

  .step-box.mb0 {
    margin-bottom: 0;
  }

  .tutorial-video {
    max-width: 260px;
    order: -1;
    display: none;
  }

  .tutorial-video.dnone {
    max-width: 380px;
    display: flex;
  }

  .step-list {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
  }

  .step-list.mt60 {
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 55px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .step-list.mt60.tnone {
    order: -1;
    display: block;
  }

  .step-list.tnone {
    margin-top: 0;
  }

  .step-list.mb0 {
    margin-bottom: 0;
  }

  .work-block {
    margin-top: 50px;
  }

  .tabs-menu-2 {
    margin-right: 40px;
  }

  .tab-link, .tab-link.w--current {
    height: 52px;
  }

  .work-image {
    max-width: none;
  }

  .work-detail {
    padding: 20px;
  }

  .lh28 {
    font-size: 18px;
    line-height: 26px;
  }

  .work-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .work-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .work-detail-list {
    margin-bottom: 20px;
  }

  .border {
    height: 52px;
  }

  .product-block {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .product-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-box {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail {
    justify-content: space-between;
    padding: 20px;
  }

  .font-26 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 33px;
  }

  .testimonial-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 20px;
  }

  .our-team-block {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .team-box {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image {
    max-width: none;
    object-fit: cover;
  }

  .member-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-item {
    max-width: none;
    padding: 0;
  }

  .logo-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-logo-block {
    margin: 0 0 40px;
  }

  .footer-link {
    white-space: nowrap;
  }

  .contact-link {
    line-height: 24px;
  }

  .slider-detail {
    background-image: none;
    padding: 20px;
  }

  .lh40 {
    font-size: 18px;
    line-height: 32px;
  }

  .client-detail {
    margin-top: 30px;
  }

  .slider-left-block.align-left {
    max-width: 300px;
  }

  .team-color-image {
    width: 100%;
  }

  .heading-6 {
    font-size: 60px;
    line-height: 66px;
  }

  .text-block, .text-block-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

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

  .heading-9 {
    margin-bottom: 12px;
  }

  .top-line {
    width: 100%;
    height: 2px;
    max-width: 24px;
    min-width: 24px;
    background-color: var(--000000);
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line {
    width: 100%;
    height: 2px;
    max-width: 24px;
    min-width: 24px;
    background-color: var(--000000);
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    width: 100%;
    height: 2px;
    max-width: 24px;
    min-width: 24px;
    background-color: var(--000000);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    width: 100%;
    max-width: 24px;
    padding: 4px 0;
  }

  .menu-button.w--open {
    background-color: var(--ff5644);
  }

  .contact-link-copy {
    line-height: 24px;
  }

  .tab-menu-inner {
    top: 110px;
  }

  .color-grey {
    color: var(--585858);
  }

  .tablet-mb-24 {
    margin-bottom: 24px;
  }

  .slider-para {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 18px;
  }

  .section.bglight {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.shapebg {
    background-position: 50% -47%;
  }

  .section.footer {
    padding-bottom: 24px;
  }

  .primary-button {
    padding: 10px 24px;
  }

  .hero-section {
    background-position: 50% 70%, 0 0;
    background-size: contain, auto;
    padding-top: 50px;
  }

  .button-block {
    flex-direction: column;
  }

  .hero-video {
    border-radius: 10px;
  }

  .about-right-block {
    grid-template-columns: 1fr;
  }

  .about-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading {
    max-width: none;
  }

  .tutorial-block {
    margin-top: 40px;
  }

  .steps {
    max-width: 550px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .step-box {
    z-index: 1;
    max-width: 380px;
    padding: 18px 24px;
    position: relative;
  }

  .step-box.mb0 {
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .step-number {
    font-size: 14px;
    line-height: 20px;
  }

  .tutorial-video.dnone {
    margin-bottom: 40px;
  }

  .step-list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .step-list.mt60 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 0;
    display: flex;
  }

  .step-list.mb0 {
    margin-bottom: 0;
  }

  .tabs-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .video-button {
    max-width: 150px;
    padding: 10px 24px;
  }

  .product-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .product-image {
    max-width: none;
  }

  .product-detail-sub-head {
    margin-bottom: 2px;
  }

  .testimonial-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    padding-right: 0;
  }

  .our-team-block {
    margin-top: 40px;
  }

  .team-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .member-detail {
    padding-left: 30px;
  }

  .partner-block {
    margin-top: 40px;
  }

  .logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-top {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-right {
    max-width: none;
  }

  .footer-left {
    max-width: none;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-para {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .slider-detail {
    padding-left: 30px;
  }

  .slider-outer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .straight-line {
    z-index: 0;
    width: 12px;
    height: 100%;
    max-width: 12px;
    min-width: 12px;
    background-color: #1b202c;
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 479px) {
  .section.bglight {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    background-position: 50% 70%, 0 0;
    background-size: contain, auto;
  }

  .steps {
    max-width: none;
    background-size: 410px 405px;
  }

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

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

  .logo-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-detail {
    background-position: 10% 10%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61b3aadb-fa20-6848-3c83-220f34a4072e-043c9e82 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_61b3aadb-fa20-6848-3c83-220f34a4073e-043c9e82 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_61b3aadb-fa20-6848-3c83-220f34a40740-043c9e82 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61b3aadb-fa20-6848-3c83-220f34a4072e-043c9e82, #w-node-_61b3aadb-fa20-6848-3c83-220f34a40740-043c9e82 {
    justify-self: stretch;
  }

  #w-node-_317a5177-0e50-e779-fad8-b145b1abe8b4-043c9e82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}