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

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

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

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

.navbar {
  z-index: 999;
  background-image: linear-gradient(90deg, #886fa4, #502c79 50%, #000);
  line-height: 16px;
  position: sticky;
  top: 0;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.w--current {
  background-color: #0000;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

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

.nav-link.animate {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link.animate.lh-1 {
  font-size: 14px;
  line-height: 16px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.main-wrapper {
  position: relative;
}

.section-hero {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
}

.global-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.global-padding.hero {
  padding-top: 220px;
  padding-bottom: 220px;
}

.flex {
  display: flex;
}

.flex.vertical {
  flex-flow: column;
}

.flex.vertical.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex.vertical.start.gap-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  transition: border-color .2s, border-radius .2s, background-color .2s;
}

.flex.vertical.start.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex.vertical.start.gap-1-5.sticky {
  position: sticky;
  top: 120px;
}

.flex.vertical.start.gap-1-5.border-radius {
  border-radius: 0;
}

.flex.vertical.start.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex.vertical.start.gap-1.sticky {
  position: sticky;
  top: 80px;
}

.flex.vertical.start.gap-1.border-with-radius {
  border-style: solid;
  border-color: #171918;
  border-radius: 8px;
  padding: 10px;
}

.flex.vertical.start.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex.vertical.start.gap-3.sticky {
  position: sticky;
  top: 120px;
}

.flex.vertical.start.gap-3.relative {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex.vertical.start.gap-3.relative.fit-center, .flex.vertical.center {
  justify-content: center;
  align-items: center;
}

.flex.vertical.center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex.vertical.max-w-500px {
  max-width: 500px;
}

.flex.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.flex.gap-2.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #f17274;
  border: 3px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #0000;
  border: 3px solid #f17274;
  border-radius: 8px;
}

.primary-button.v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 8px 12px;
  display: none;
}

.button-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button-text.text-white {
  color: #fff;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.3;
}

.heading-1.text-white {
  color: #fff;
}

.hero-bg {
  z-index: -1;
  min-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-services {
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.services-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-wrapper.mob-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: .75fr 1fr;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.3;
}

.heading-2.text-white {
  color: #fff;
  font-size: 36px;
}

.heading-2.text-white.text-center {
  text-align: center;
}

.paragraph-1 {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-1.text-white {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-1.text-white.text-center {
  text-align: center;
}

.paragraph-1.text-purple {
  color: #82739a;
}

.paragraph-1.li {
  margin-bottom: 10px;
}

.paragraph-1.text-sm {
  font-size: 14px;
}

.paragraph-1.text-sm.text-center {
  text-align: center;
}

.paragraph-1.sub-heading-purple {
  color: #5c516f;
}

.paragraph-1.text-white-copy {
  color: #c9c9c9;
  font-weight: 400;
}

.paragraph-1.text-white-copy.text-center {
  text-align: center;
}

.paragraph-1.text-purple-copy {
  color: #a994cc;
}

.service-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.service-card:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card._1 {
  top: 200px;
}

.service-card._2 {
  top: 280px;
}

.service-card._3 {
  top: 360px;
}

.service-card.h-250 {
  height: 280px;
}

.service-card.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card.items-center {
  justify-content: center;
  align-items: center;
}

.service-card.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.3;
}

.heading-3.text-white {
  color: #fff;
}

.heading-3.text-purple {
  color: #82739a;
}

.heading-3.text-purple.text-bold {
  font-weight: 700;
}

.heading-3.sub-label-num-purple {
  color: #5c516f;
  font-weight: 700;
}

.service-list {
  color: #fff;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.service-list.no-icons {
  padding-left: 0;
}

.relative {
  position: static;
}

.solution-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.solution-wrapper.pt-md {
  padding-top: 32px;
}

.solution-wrapper.items-center {
  justify-content: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.heading-4.text-white {
  color: #fff;
}

.heading-4.text-white.h-48 {
  height: 48px;
}

.heading-4.text-white.text-center, .heading-4.text-white.text-center.left-align {
  text-align: left;
}

.section-solutions-g4 {
  background-image: linear-gradient(#6a47bf, #8c61bd);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-testimonial {
  background-color: #17171a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.testimonial-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.section-contact {
  background-color: #17171a;
}

.contact-img {
  border-radius: 16px;
  width: 100%;
}

.divider {
  background-color: #585858;
  width: 1px;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #6c50ad;
}

.section-cta {
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cta-wrapper {
  background-color: #141414;
  background-image: linear-gradient(#1a0c24, #301847);
  border: 4px solid #2e1744;
  border-radius: 32px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section-footer {
  color: #fff;
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  border-bottom: 1px #e4ebf3;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logo {
  height: 50px;
}

.anim-char {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.hidden {
  display: none;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 1.3;
}

.paragraph-2.text-white {
  color: #fff;
  line-height: 1.5;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 1px solid #f17274;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2px;
  text-decoration: none;
}

.padding-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-icon {
  width: 64px;
  height: 64px;
}

.text-white {
  color: #fff;
}

.contact-form {
  width: 100%;
}

._w-full {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-1 {
  flex: 1;
}

.about-us-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.about-us-image-wrap {
  border: 2px solid #000;
  border-radius: 32px;
}

.about-us-image {
  border: 2px solid #000;
  border-radius: 12px;
  width: 100%;
}

.primary-button-outline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border: 3px solid #f17274;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button-outline:hover {
  background-color: #0000;
  border: 3px solid #f17274;
  border-radius: 8px;
}

.primary-button-outline.v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 8px 12px;
  display: none;
}

.primary-button-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #f17274;
  border: 3px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.primary-button-copy:hover {
  background-color: #0000;
  border: 3px solid #f17274;
  border-radius: 8px;
}

.primary-button-copy.v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 8px 12px;
  display: none;
}

.flex-copy {
  display: flex;
}

.flex-copy.gap-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
}

.flex-copy.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
}

.flex-copy.gap-3.max-w-50p {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.service-card-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.service-card-design {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.service-card-design:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card-design._1 {
  top: 200px;
}

.service-card-design._2 {
  top: 280px;
}

.service-card-design._3 {
  top: 360px;
}

.service-card-design.h-250 {
  height: 280px;
}

.service-card-design.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-design.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-design.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.solution-wrapper-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: flex;
}

.list-down {
  padding-top: 10px;
  padding-left: .25rem;
}

.image-br {
  border-radius: 10px;
}

.image-wrapper-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.image-wrapper-card:hover {
  background-color: #000;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
}

.image-wrapper-card._1 {
  top: 200px;
}

.image-wrapper-card._2 {
  top: 280px;
}

.image-wrapper-card._3 {
  top: 360px;
}

.image-wrapper-card.h-250 {
  height: 280px;
}

.image-wrapper-card.items-center {
  justify-content: center;
  align-items: center;
}

.image-wrapper-card.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.image-wrapper-card.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.image-wrapper-card-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.bt_number-wrap {
  width: 56px;
  height: 56px;
  padding: 4px;
  position: relative;
}

.bt_number {
  filter: blur();
  color: #fff;
  background-color: #785497;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px 18px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.main-image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8617.JPG');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.div-block-3 {
  background-image: url('../images/IMG_8616.JPG');
  background-size: auto;
}

.div-block-4 {
  background-image: url('../images/IMG_8618.JPG');
  background-position: 0 0;
  background-size: auto;
}

.hero-wrapper-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.solution-wrapper-miss-sec {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.solution-wrapper-miss-sec.pt-md {
  padding-top: 32px;
}

.solution-wrapper-miss-sec.items-center {
  justify-content: center;
  align-items: center;
}

.section-slider {
  display: block;
}

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

.section-slider.overflow-hidden.section-margin-padding {
  background-color: #070707;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.flex-vertical-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.testimonialhome {
  grid-column-gap: 24px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonialhome.is-marquee {
  grid-row-gap: 24px;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-377 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  width: 360px;
  padding: 20px 40px;
  display: block;
  box-shadow: 0 0 8px #ededed;
}

.div-block-376 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bt_number-border {
  filter: blur(14px);
  background-color: #785497;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 4px;
  position: absolute;
  inset: 0%;
}

.card_testimonial_desc {
  color: #767676;
  font-weight: 400;
  line-height: 22px;
}

.d-none {
  display: none;
}

.main-image-copy, .main-image-d365 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8617.JPG');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.main-image-cloud-infra {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8618.JPG');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.main-image-cloud-infra-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8618.JPG');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.main-image-data-ai {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8619.JPG');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.section-footer-copy-fr-ref {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#130b1b, #1f122b 9%, #271933 16%, #3b1f55 42% 81%);
  border-bottom: 1px solid #e4ebf3;
}

.section-services-contact-form {
  background-color: #000;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.section-solutions---copy, .section-contact-copy-2 {
  background-color: #000;
}

.main-img-ai-ecommerce {
  background-image: url('../images/IMG_8627.JPG');
  background-position: 0 0;
  background-size: auto;
}

.main-img-master-data {
  background-image: url('../images/IMG_8623.JPG');
  background-position: 0 0;
  background-size: auto;
}

.main-image-forecasting {
  background-image: url('../images/IMG_8622.JPG');
  background-position: 0 0;
  background-size: cover;
}

.main-image-smart {
  background-image: url('../images/IMG_8625.JPG');
  background-position: 0 0;
  background-size: cover;
}

.main-image-smartt {
  background-image: url('../images/IMG_8624.JPG');
  background-position: 0 0;
  background-size: cover;
}

.main-image-ehs {
  background-image: url('../images/IMG_8620.JPG');
  background-position: 0 0;
  background-size: auto;
}

.main-image-erp {
  background-image: url('../images/IMG_8621-1.JPG');
  background-position: 0 0;
  background-size: auto;
}

.main-image-excel {
  background-image: url('../images/IMG_8626.JPG');
  background-position: 0 0;
  background-size: cover;
}

.solution-wrapper-miss-section {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.solution-wrapper-miss-section.pt-md {
  padding-top: 32px;
}

.solution-wrapper-miss-section.items-center {
  justify-content: center;
  align-items: center;
}

.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-copy {
  padding: 20px;
  display: flex;
}

.flex-copy.vertical {
  flex-flow: column;
}

.flex-copy.vertical.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-copy.vertical.start.gap-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  transition: border-color .2s, border-radius .2s, background-color .2s;
}

.flex-copy.vertical.start.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-copy.vertical.start.gap-1-5.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy.vertical.start.gap-1-5.border-radius {
  border: 1px solid #333;
  border-radius: 12px;
}

.flex-copy.vertical.start.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy.vertical.start.gap-1.sticky {
  position: sticky;
  top: 80px;
}

.flex-copy.vertical.start.gap-1.border-with-radius {
  border-style: solid;
  border-color: #171918;
  border-radius: 8px;
  padding: 10px;
}

.flex-copy.vertical.start.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy.vertical.start.gap-3.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy.vertical.start.gap-3.relative {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy.vertical.center {
  justify-content: center;
  align-items: center;
}

.flex-copy.vertical.center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy.vertical.max-w-500px {
  max-width: 500px;
}

.flex-copy.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy.gap-1.max-w-50p {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-copy.gap-2.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.heading-3-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.3;
}

.heading-3-5.text-white {
  color: #fff;
  font-weight: 700;
}

.heading-3-5.text-purple {
  color: #82739a;
}

.heading-3-5.text-purple.text-bold, .heading-3-5.bold-text-copy {
  font-weight: 700;
}

.heading-3-25 {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.heading-3-25.text-purple {
  color: #82739a;
}

.paragraph-1-copy.text-white {
  color: #fff;
}

.paragraph-1-copy.text-purple {
  color: #82739a;
  font-weight: 400;
}

.paragraph-1-copy.text-grey {
  color: #333;
}

.services-wrapper-copy-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-wrapper-copy-2.mob-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: .75fr 1fr;
}

.services-wrapper-copy-2.border-radius {
  border-radius: 8px;
}

.image-wrapper-card-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: none;
  border-style: none;
  border-width: 3px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  position: static;
  top: 120px;
}

.image-wrapper-card-copy:hover {
  background-color: #0000;
  background-image: none;
}

.image-wrapper-card-copy._1 {
  top: 200px;
}

.image-wrapper-card-copy._2 {
  top: 280px;
}

.image-wrapper-card-copy._3 {
  top: 360px;
}

.image-wrapper-card-copy.h-250 {
  height: 280px;
}

.image-wrapper-card-copy.items-center {
  justify-content: center;
  align-items: center;
}

.image-wrapper-card-copy.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.image-wrapper-card-copy.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-wo-strokeline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #2e1744;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 140px;
}

.service-card-wo-strokeline:hover {
  background-image: linear-gradient(90deg, #301847, #1a0c24);
}

.service-card-wo-strokeline._1 {
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  position: sticky;
  top: 210px;
}

.service-card-wo-strokeline._2 {
  top: 280px;
}

.service-card-wo-strokeline._3 {
  top: 350px;
}

.service-card-wo-strokeline.h-250 {
  height: 280px;
}

.service-card-wo-strokeline.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card-wo-strokeline.h-250.align-sp-around.border-radius-line:hover {
  border-color: #f17274;
}

.service-card-wo-strokeline.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-wo-strokeline.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.service-card-wo-strokeline.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-wo-strokeline.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-wo-strokeline.gap-1.static {
  position: static;
}

.solution-wrapper-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.solution-wrapper-copy.pt-md {
  padding-top: 32px;
}

.solution-wrapper-copy.items-center {
  justify-content: center;
  align-items: center;
}

.section-solutions-g1 {
  background-color: #000;
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.section-solutions-g2 {
  background-color: #000;
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-solutions-g3 {
  background-color: #000;
  background-image: none;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.div-block-380 {
  padding: 20px 0;
}

.div-block-380.border-rad {
  border: 1px solid #646464;
  border-radius: 12px;
}

.section-solutions-about-us {
  background-color: #000;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.video {
  border-radius: 12px;
}

.div-block-381 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-solutions-g4-copy {
  background-image: linear-gradient(#6a47bf, #8c61bd);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-copy-copy {
  flex-flow: column;
  display: flex;
}

.flex-copy-copy.vertical {
  flex-flow: column;
}

.flex-copy-copy.vertical.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-copy-copy.vertical.start.gap-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  transition: border-color .2s, border-radius .2s, background-color .2s;
}

.flex-copy-copy.vertical.start.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-copy-copy.vertical.start.gap-1-5.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy-copy.vertical.start.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy-copy.vertical.start.gap-1.sticky {
  position: sticky;
  top: 80px;
}

.flex-copy-copy.vertical.start.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy-copy.vertical.start.gap-3.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy-copy.vertical.start.gap-3.relative {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy-copy.vertical.center {
  justify-content: center;
  align-items: center;
}

.flex-copy-copy.vertical.center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy-copy.vertical.max-w-500px {
  max-width: 500px;
}

.flex-copy-copy.gap-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
}

.flex-copy-copy.gap-1.max-w-50p {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-copy-copy.gap-2.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.flex-copy-copy.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
}

.flex-copy-copy.gap-3.max-w-50p {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section-solutions-new-grad {
  background-color: #000;
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-1-copy {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-1-copy.text-white {
  color: #fff;
  font-weight: 400;
}

.paragraph-1-copy.text-white.text-center {
  text-align: center;
}

.paragraph-1-copy.text-purple {
  color: #82739a;
}

.paragraph-1-copy.li {
  margin-bottom: 10px;
}

.paragraph-1-copy.text-sm {
  font-size: 14px;
}

.paragraph-1-copy.text-sm.text-center {
  text-align: center;
}

.paragraph-1-copy.sub-heading-purple {
  color: #5c516f;
}

.paragraph-1-copy.text-white-copy {
  color: #c9c9c9;
  font-weight: 400;
}

.paragraph-1-copy.text-white-copy.text-center {
  text-align: center;
}

.divider-line {
  opacity: .4;
  background-color: #1c0d26;
  border-radius: 20px;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.background-video {
  z-index: 1;
}

.background-video.border-raidus {
  border-radius: 16px;
}

.container-for-divider {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.service-card-wo-strokeline-copy {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #2e1744;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: static;
  top: 120px;
}

.service-card-wo-strokeline-copy:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card-wo-strokeline-copy._1 {
  top: 190px;
}

.service-card-wo-strokeline-copy._2 {
  top: 260px;
}

.service-card-wo-strokeline-copy._3 {
  top: 360px;
  bottom: auto;
}

.service-card-wo-strokeline-copy.h-250 {
  height: 280px;
}

.service-card-wo-strokeline-copy.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card-wo-strokeline-copy.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-wo-strokeline-copy.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-wo-strokeline-copy.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-wo-strokeline-copy.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.div-block-382, .div-block-383, .div-block-384, .div-block-385, .div-block-386 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.textfield-br {
  border-radius: 8px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-image: linear-gradient(90deg, #886fa4, #502c79 50%, #050505);
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 10px 10px;
  line-height: 16px;
  position: fixed;
  top: auto;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container-33 {
  max-width: 1080px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-41 {
  height: 50px;
}

.nav-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #a5a5a5;
  border: 0 solid #767676;
}

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

.nav-link-2.w--current {
  background-color: #0000;
}

.nav-dropdown-2 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle-2:hover {
  color: #a5a5a5;
}

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

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-icon-2:hover {
  color: #a5a5a5;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
}

.text-block-2:hover {
  color: #a5a5a5;
}

.div-block-585 {
  width: 89%;
  padding: 10px;
  display: flex;
}

.div-block-586 {
  flex: 1;
}

.dropdown-link {
  color: #fff;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #ddd;
}

.dropdown-link-8 {
  color: #fff;
  font-weight: 400;
}

.dropdown-link-8:hover {
  color: #ddd;
}

.nav-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-left: 0;
  display: flex;
}

.brand-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: linear-gradient(#2f80ed, #1b65c8);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.brand-button:hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#246ccc, #0f4286);
}

.brand-button.not-for-mobile {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
}

.brand-button.not-for-mobile.is-secondary {
  color: #000;
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  font-weight: 500;
}

.brand-button.not-for-mobile.is-secondary:hover {
  background-image: linear-gradient(#fff, #d1d1d1);
  border-color: #0000;
}

.brand-button.not-for-desktop {
  display: none;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-image: linear-gradient(90deg, #886fa4, #502c79 50%, #050505);
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 10px 10px;
  line-height: 16px;
  position: sticky;
  top: auto;
}

.container-124 {
  max-width: 1080px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #a5a5a5;
  border: 0 solid #767676;
}

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

.nav-link-3.w--current {
  background-color: #0000;
}

.relative-card-section {
  position: relative;
}

.div-block-309 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.image-327 {
  width: 120px;
}

.div-block-754 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.div-block-755 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-163 {
  width: 20px;
}

.text-block-113 {
  color: #fff;
  text-align: left;
  font-size: 12px;
}

.text-block-113.tb-padding-20px {
  text-align: left;
}

.link-35 {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-114, .text-block-115 {
  color: #fff;
  text-align: left;
  font-size: 12px;
}

.div-block-756 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center stretch;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.service-card-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.service-card-copy:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card-copy._1 {
  top: 200px;
}

.service-card-copy._2 {
  top: 280px;
}

.service-card-copy._3 {
  top: 360px;
}

.service-card-copy.h-250 {
  height: 280px;
}

.service-card-copy.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card-copy.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-copy.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-copy.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-copy.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-copy-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: static;
}

.service-card-copy-copy:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card-copy-copy._1 {
  top: 200px;
}

.service-card-copy-copy._2 {
  top: 280px;
}

.service-card-copy-copy._3 {
  top: 360px;
}

.service-card-copy-copy.h-250 {
  height: 280px;
}

.service-card-copy-copy.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card-copy-copy.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-copy-copy.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-copy-copy.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-copy-copy.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.flex-copy-animate.vertical {
  flex-flow: column;
}

.flex-copy-animate.vertical.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-copy-animate.vertical.start.gap-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  transition: border-color .2s, border-radius .2s, background-color .2s;
}

.flex-copy-animate.vertical.start.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-copy-animate.vertical.start.gap-1-5.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy-animate.vertical.start.gap-1-5.border-radius {
  border-radius: 0;
}

.flex-copy-animate.vertical.start.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy-animate.vertical.start.gap-1.sticky {
  position: sticky;
  top: 80px;
}

.flex-copy-animate.vertical.start.gap-1.border-with-radius {
  border-style: solid;
  border-color: #171918;
  border-radius: 8px;
  padding: 10px;
}

.flex-copy-animate.vertical.start.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy-animate.vertical.start.gap-3.sticky {
  position: sticky;
  top: 120px;
}

.flex-copy-animate.vertical.start.gap-3.relative {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-copy-animate.vertical.start.gap-3.relative.fit-center, .flex-copy-animate.vertical.center {
  justify-content: center;
  align-items: center;
}

.flex-copy-animate.vertical.center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy-animate.vertical.max-w-500px {
  max-width: 500px;
}

.flex-copy-animate.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-copy-animate.gap-1.max-w-50p {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.flex-copy-animate.gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-copy-animate.gap-2.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.flex-copy-animate.center {
  justify-content: center;
  align-items: center;
}

.testimonial-wrapper-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

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

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

.padding-vertical.padding-xxlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-xxxlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-xhuge.grid-new {
  justify-content: flex-start;
  display: flex;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.heading-small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-link-2 {
  color: #8b8b8b;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.footer_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
}

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

.padding-top.padding-medium {
  padding-top: 40px;
}

.footer-left {
  padding-top: 20px;
}

.footer_column-heading {
  color: #b7b7b7;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.17;
}

.footer-block-top {
  background-image: linear-gradient(to top, #f9f9fb, #0000);
  width: 100%;
  height: 3.125rem;
  position: absolute;
  top: -2.2375rem;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.footer-right {
  display: flex;
}

.footer_component {
  background-color: #000;
}

.footer-bottom {
  color: #000;
  background-color: #f9f9fb;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.line-divider {
  background-color: #fff6;
  width: 100%;
  height: 1px;
}

.section-header {
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.header_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.header_content {
  z-index: 2;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

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

.heading-xlarge {
  text-align: left;
  letter-spacing: -.03rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

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

.margin-top.margin-medium.text-white.text-size-small-hero {
  font-size: 14px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #14f195;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem .875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: background-color .2s, color .2s, transform .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(0, -3px);
}

.button-secondary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: color .2s, background-color .2s, transform .2s;
}

.button-secondary:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transform: translate(0, -3px);
}

.button-secondary.is-hero {
  border: 1px solid #fff;
}

.text-size-medium {
  letter-spacing: -.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.text-size-medium.is-smaller {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3125rem;
}

.text-size-medium.align-right {
  text-align: right;
  padding-right: 48px;
}

.video-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #000000bf 17%, #0006 23%, #00000047 32%, #0000001f 52%, #000);
  position: absolute;
  inset: 0%;
}

.hero-full-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-al {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f17275;
  border: 1px solid #f15d61;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem .875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: none;
}

.button-al:hover {
  color: #000;
  background-color: #d3d0d0;
  border-width: 3px;
  border-color: #000;
  border-radius: 8px;
}

.hello-video-wrapper {
  width: 90%;
}

.max-width-large {
  width: 100%;
  max-width: 45rem;
}

.section-background {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section-decenstralized {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 8rem;
  padding-top: 7rem;
  position: relative;
}

.heading-large {
  letter-spacing: -.0425px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

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

.heading-medium {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.is-span {
  font-size: 2.625rem;
  display: block;
}

.section-content-wrapper {
  z-index: 1;
  position: relative;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-327-copy {
  width: 36px;
}

.div-block-757 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.text-size-medium-copy {
  letter-spacing: -.0425rem;
  padding-top: 4px;
  font-size: 1.3rem;
  line-height: 1.17;
}

.text-size-medium-copy.is-smaller {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3125rem;
}

.text-size-medium-copy.align-right {
  text-align: right;
}

.text-size-medium-copy.text-black {
  color: #000;
}

.text-block-113-copy {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.text-block-113-copy.tb-padding-20px {
  text-align: left;
}

.footer-section {
  background-color: #813efb;
  justify-content: center;
  align-items: center;
  padding: 135px 3% 128px;
  display: flex;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.container-flex.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-content-2 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-left-block {
  width: 50%;
}

.footer-logo {
  margin-bottom: 12px;
}

.form-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 26px;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block.no-padding {
  margin-top: 0;
}

.newsletter-field {
  color: #17171b;
  border-radius: 100px;
  width: 310px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 27px;
  font-size: 15px;
}

.newsletter-field.newsletter-small {
  width: 260px;
}

.send-button {
  color: #17171b;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 15px;
  line-height: 21px;
}

.footer-right-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 50%;
  display: grid;
}

.footer-title-2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
}

.footer-link-3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-base {
  background-color: #813efb;
  justify-content: center;
  align-items: center;
  padding: 25px 3%;
  display: flex;
}

.footer-base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
  position: relative;
}

.copyright {
  color: #99a1ba;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.copyright.white {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.flowb {
  font-weight: 600;
}

.social-media-block {
  display: flex;
}

.social-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition: opacity .2s;
  display: flex;
}

.social-link-block:hover {
  opacity: .5;
}

.service-card-wo-strokeline-copy-copy:hover {
  background-color: #000;
  background-image: none;
  border-style: solid;
  border-width: 3px;
}

.service-card-wo-strokeline-copy-copy {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-image: linear-gradient(90deg, #301847, #1a0c24);
  border: 3px solid #2e1744;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: static;
  top: 120px;
}

.service-card-wo-strokeline-copy-copy:hover {
  background-color: #000;
  background-image: none;
  border: 3px solid #f17274;
}

.service-card-wo-strokeline-copy-copy._1 {
  top: 190px;
}

.service-card-wo-strokeline-copy-copy._2 {
  top: 260px;
}

.service-card-wo-strokeline-copy-copy._3 {
  top: 360px;
  bottom: auto;
}

.service-card-wo-strokeline-copy-copy.h-250 {
  height: 280px;
}

.service-card-wo-strokeline-copy-copy.h-250.align-sp-around {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
}

.service-card-wo-strokeline-copy-copy.items-center {
  justify-content: center;
  align-items: center;
}

.service-card-wo-strokeline-copy-copy.items-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-card-wo-strokeline-copy-copy.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card-wo-strokeline-copy-copy.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.clientsay-border-line {
  background-color: #211938;
  border: 2px solid #2b1e33;
  border-radius: 12px;
  padding: 20px 20px 40px;
}

.navbar_component {
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  backdrop-filter: blur(5px) saturate(180%);
  color: #fff;
  background-color: #00000080;
  border-bottom: 1px solid #ffffff4d;
  align-items: center;
  height: 3.5rem;
  padding: 1rem 5%;
  position: sticky;
  top: 0;
}

.navbar_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-link {
  width: 9.375rem;
}

.navbar_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.navbar_menu-dropdown {
  position: static;
}

.navbar_dropdwn-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1rem;
  transition: color .2s;
}

.navbar_dropdwn-toggle:hover {
  color: #ffffffb3;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.navbar_dropdown-list {
  margin-top: 16px;
}

.navbar_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  border-bottom: 1px solid #ffffff4d;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 3.5rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar_dropdown-content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-link-list.is-flex {
  flex-direction: column;
  display: flex;
}

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

.text-size-regular.is-nav {
  color: #ffffffbf;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff4d;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-regular.is-nav.is-no-border {
  border-bottom-style: none;
}

.navbar7_dropdown-link {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar7_dropdown-link:hover {
  color: #42ba96;
}

.navbar7_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.is-nav {
  text-transform: uppercase;
}

.text-size-small {
  font-size: .875rem;
}

.nav_link {
  color: #fff;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.nav_link:hover {
  color: #ffffffb3;
}

.flex-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.flex-horizontal.is-nav {
  border-bottom: 1px solid #ffffff4d;
}

.nav_badge {
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #9945ff, #14f195);
  border-radius: .375rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1;
  display: inline-block;
}

.navbar7_link {
  color: #fff;
  padding: .5rem 1rem;
  transition: color .2s;
}

.navbar7_link:hover {
  color: #ffffffb3;
}

.navbar7_link.w--current {
  color: #0000;
}

.navbar_menu-button {
  padding: 0;
}

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

.text-block-116 {
  width: 150px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-756-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: flex-start stretch;
  padding-top: 20px;
  display: flex;
}

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

.features-card-outline {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px;
}

.features-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.paragraph-regular {
  color: #2e2e2e;
  margin-bottom: 0;
}

.text-size-medium-fr-navbar {
  text-align: left;
  letter-spacing: -.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.text-size-medium-fr-navbar.is-smaller {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3125rem;
}

.text-size-medium-fr-navbar.align-right {
  text-align: right;
  padding-right: 48px;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 64vh;
  min-height: 43em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

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

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.rotate-wrap {
  width: 380px;
  height: 100px;
  margin-left: 20px;
  position: relative;
}

.h1 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 84px;
}

.h1.rotatingtext.text-white.rotatingg {
  font-size: 48px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.tabs-content {
  overflow: visible;
}

.slider-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 48px;
  line-height: 68px;
  position: relative;
}

.text-span {
  color: #fff9;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.slider-heading-copy {
  z-index: 9;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 32px;
  font-weight: 400;
  line-height: 54px;
  position: relative;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.constant {
  font-size: 16px;
  display: inline;
}

.changer-overflow {
  float: right;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 0;
}

.tiny-cont {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.tiny-txt {
  color: #312188;
}

.tiny-link {
  color: #d4145a;
}

.content-wrapper {
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.container-125 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: #71c734;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper-copy {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change-copy {
  color: #fff;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text {
  color: #fff;
}

.div-block-759 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-tab-v1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-tab-link-v1 {
  text-align: center;
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home-tab-menu-v1 {
  background-color: #0000;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.home-tab-menu-v1:hover {
  font-weight: 600;
}

.home-tab-menu-v1.w--current {
  background-color: #cbc1ce;
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.flex-vertical-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-32.align-x-center {
  justify-content: center;
  align-items: flex-start;
}

.home-tab-v1-head {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.image-full-width {
  width: 100%;
  height: 100%;
  position: static;
}

.dst-tabs {
  width: 100%;
}

.dst-tabs-menu-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.dst-tabs-link-fr-navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  padding: 20px;
  display: flex;
}

.dst-tabs-link-fr-navigation:hover {
  background-color: #f2f2f2;
  border: 1px solid #3662e3;
}

.dst-tabs-link-fr-navigation.w--current {
  background-color: #f2f2f2;
  border: 1px solid #3662e3;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.toc-heading-fr-navigation {
  color: #111;
  text-align: left;
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.toc-heading-fr-navigation:hover {
  color: #111;
}

.dst-tab-content-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dst-tabs-cont-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading_2 {
  color: #111;
  text-align: left;
  letter-spacing: -.5px;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.3;
}

.heading_2.padding-0 {
  padding: 0;
}

.flex-vertical-12-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.dst-tabs-pointers {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.body_1 {
  color: #111;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.body_1.subskil-link-hover:hover {
  color: #0068c9;
}

.text-block-117 {
  color: #333;
}

.div-block-760, .div-block-761 {
  display: block;
}

.footer-link-copy {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
}

.div-block-762 {
  max-width: 500px;
}

.changer-move-copy {
  display: inline-block;
}

.slider {
  background-color: #ddd0;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.div-block-763 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(90deg, #513869, #2d3269 50%, #492d69);
  height: 50vh;
}

.div-block-764 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.lottie-animation {
  padding-left: 140px;
}

.slider-01 {
  background-color: #ddd0;
}

.div-block-763-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.change-text-wrapper-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.changer-copy {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 0;
}

.slider-2 {
  background-color: #ddd0;
  max-width: 550px;
  max-height: 160px;
}

.text-change-hero-1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.slider-2-animation {
  background-color: #ddd0;
  max-width: 500px;
  max-height: 70px;
}

.decrp-text-slider {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.hero-full-video-dup {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader {
  z-index: 99999999;
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  max-width: 500px;
  max-height: 500px;
}

.slider-v2 {
  background-color: #ddd0;
  max-width: 550px;
  max-height: 220px;
}

.footer-text-colour {
  color: #1c0d26;
  font-size: 16px;
}

.text-size-medium-fr-navbar-copy {
  text-align: left;
  letter-spacing: -.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.text-size-medium-fr-navbar-copy.is-smaller {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3125rem;
}

.text-size-medium-fr-navbar-copy.align-right {
  text-align: right;
  padding-right: 48px;
}

.text-size-medium-fr-navbar-copy.text-black {
  color: #000;
}

.div-block-765 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer_1_contain {
  padding-top: var(--\<unknown\|variable-a94cf21b-d5c1-9cc3-2041-0088d2c9db22\>);
  padding-bottom: var(--\<unknown\|variable-a94cf21b-d5c1-9cc3-2041-0088d2c9db22\>);
}

.footer_1_layout {
  grid-row-gap: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  grid-column-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.footer_1_content {
  grid-column-gap: var(--\<unknown\|variable-19914bb2-08fa-8b60-b710-6beb999f4c42\>);
  grid-row-gap: inherit;
  flex: auto;
  grid-column: span 4;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.footer_1_logo_wrap {
  width: 8rem;
}

.footer_1_social_wrap {
  margin-top: auto;
}

.footer_1_social_list {
  grid-column-gap: var(--\<unknown\|variable-933e34a0-37cf-8815-1388-b217d407b2da\>);
  grid-row-gap: var(--\<unknown\|variable-933e34a0-37cf-8815-1388-b217d407b2da\>);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.footer_1_social_link {
  width: 1.5rem;
}

.footer_1_nav {
  grid-column-gap: var(--\<unknown\|variable-19914bb2-08fa-8b60-b710-6beb999f4c42\>);
  grid-row-gap: var(--\<unknown\|variable-161b6564-5145-6f39-105f-d4ca918bccb3\>);
  flex: 500 auto;
  grid-column: span 8;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_1_group_list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_1_group_item {
  display: flex;
}

.footer_1_link_wrap {
  padding-top: var(--\<unknown\|variable-8380cdf9-4fff-ddb3-c837-bc12c334bc7d\>);
  padding-bottom: var(--\<unknown\|variable-8380cdf9-4fff-ddb3-c837-bc12c334bc7d\>);
}

.footer_1_bottom_layout {
  grid-column-gap: var(--\<unknown\|variable-97ded496-da13-cdd0-8025-9d1a1e00c3fe\>);
  grid-row-gap: var(--\<unknown\|variable-97ded496-da13-cdd0-8025-9d1a1e00c3fe\>);
  border-top-style: solid;
  border-top-width: var(--\<unknown\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer_1_bottom_text {
  margin-bottom: 0;
}

.footer_1_bottom_list {
  grid-column-gap: var(--\<unknown\|variable-933e34a0-37cf-8815-1388-b217d407b2da\>);
  grid-row-gap: var(--\<unknown\|variable-933e34a0-37cf-8815-1388-b217d407b2da\>);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.footer_1_bottom_item {
  display: flex;
}

.div-block-766 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-767 {
  width: 200px;
}

.relative-copy {
  display: flex;
  position: static;
}

.div-block-769 {
  padding-top: 20px;
}

.button-block-09 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f0f0f0;
  text-align: center;
  background-color: #1b1b1b;
  border: 1px solid #f0f0f0;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 3rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-09 {
  z-index: 1;
  color: #fff;
  justify-content: flex-start;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button-bg-wrap-09 {
  background-color: #fff;
  border-radius: 100vw;
  width: 0;
  position: absolute;
  inset: 0%;
}

.button-block-07 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-gradient-07 {
  background-image: linear-gradient(121deg, #1b1b1b 38%, #f0f0f0 50%, #1b1b1b 61%);
  min-width: 230px;
  min-height: 250px;
}

.button-inner-07 {
  text-align: center;
  background-color: #3f235f;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin: 1px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-07 {
  color: #f0f0f0;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  padding-top: 60px;
}

.section-51 {
  border-radius: 0;
  margin-bottom: 60px;
  padding-top: 60px;
}

.container-32 {
  padding: 20px;
}

.div-block-243 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading_1 {
  color: #111;
  text-align: left;
  letter-spacing: -.45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-277 {
  border-radius: 15px;
  margin: 20px;
  box-shadow: 1px 1px 15px 6px #eee;
}

.privacy_content {
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-304 {
  padding-top: 40px;
}

.div-block-305 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.privacy_shadow {
  border-radius: 20px;
  margin: 20px;
  padding: 0;
  box-shadow: 1px 1px 15px 6px #eee;
}

.heading-5 {
  font-weight: 400;
}

.text-block-118, .text-block-119, .text-block-120 {
  color: #1c0d26;
  font-size: 16px;
}

.footer-link-block-copy {
  width: 100px;
}

.div-block-770 {
  padding-left: 64px;
}

.preloader-2 {
  z-index: 999;
  background-color: #2b2925;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(-100%);
}

.preloader-icon {
  width: 40px;
}

.lottie-animation-3 {
  z-index: 2147483647;
  background-color: #e4e4e4;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.lottie-animation-4 {
  z-index: 2147483647;
  background-color: #44444480;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .global-padding.hero {
    padding-bottom: 100px;
  }

  .service-card-wo-strokeline._3 {
    bottom: auto;
  }

  .service-card-wo-strokeline.h-250.align-sp-around.border-radius-line:hover {
    border-color: #f17274;
  }

  .service-card-wo-strokeline._4, .service-card-wo-strokeline-copy._3 {
    bottom: auto;
  }

  .div-block-309 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .service-card-wo-strokeline-copy-copy._3 {
    bottom: auto;
  }

  .text-size-medium-fr-navbar {
    color: #7e7e7e;
  }

  .text-size-medium-fr-navbar-copy {
    color: #e6e6e6;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-brand.brand, .navbar-brand.brand.brand-2, .navbar-brand.brand.brand-2.brand-3, .navbar-brand.brand.brand-2.brand-3.brand-4, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7 {
    background-color: #ddd;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12 {
    border-radius: 10px;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13 {
    border-radius: 0;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15 {
    border-radius: 5px;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18 {
    border-radius: 11px;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19 {
    border-radius: 9px;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21 {
    background-color: #c4b5fd;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23 {
    background-color: #222;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25 {
    background-color: #2220;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27 {
    background-color: #767676;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28.brand-29 {
    background-color: #0000;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28.brand-29.brand-30 {
    background-color: #222;
  }

  .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28.brand-29.brand-30.brand-31, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28.brand-29.brand-30.brand-31.brand-32, .navbar-brand.brand.brand-2.brand-3.brand-4.brand-5.brand-6.brand-7.brand-8.brand-9.brand-10.brand-11.brand-12.brand-13.brand-14.brand-15.brand-16.brand-17.brand-18.brand-19.brand-20.brand-21.brand-22.brand-23.brand-24.brand-25.brand-26.brand-27.brand-28.brand-29.brand-30.brand-31.brand-32.brand-33 {
    background-color: #0000;
  }

  .container-123 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .card_testimonial_desc {
    line-height: 22px;
  }

  .navbar-no-shadow-container-2 {
    max-width: 100%;
  }

  .container-regular-2 {
    max-width: 1200px;
    min-height: auto;
    margin-right: auto;
  }

  .container-33 {
    max-width: 1260px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    background-color: #f000;
  }

  .nav-link-2:hover {
    background-color: #0000;
  }

  .dropdown-link {
    font-weight: 400;
  }

  .dropdown-link:hover {
    color: #ddd;
  }

  .dropdown-link-8 {
    color: #fff;
    font-weight: 400;
  }

  .dropdown-link-8:hover {
    color: #ddd;
    font-weight: 400;
  }

  .brand-button {
    cursor: pointer;
    border: 0 solid #0000;
    flex: 0 auto;
    width: auto;
    margin-top: 0;
    padding: 10px 20px;
    font-weight: 400;
  }

  .brand-button.not-for-mobile, .brand-button.not-for-mobile.is-secondary {
    font-weight: 500;
  }

  .navbar-no-shadow-container-3 {
    max-width: 100%;
  }

  .container-124 {
    max-width: 1260px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    background-color: #f000;
  }

  .nav-link-3:hover {
    background-color: #0000;
  }

  .div-block-309 {
    justify-content: space-between;
  }

  .div-block-754 {
    align-items: flex-end;
  }

  .text-block-113 {
    text-align: right;
  }

  .text-block-113.tb-padding-20px {
    text-align: left;
  }

  .link-35 {
    color: #fff;
    text-align: left;
    border: 1px solid #0000;
    border-radius: 0;
  }

  .link-35:hover {
    color: #fff;
  }

  .text-block-114 {
    text-align: right;
  }

  .text-block-114.tb-padding-20px {
    text-align: left;
  }

  .text-block-115 {
    text-align: right;
  }

  .text-block-115.tb-padding-20px {
    text-align: left;
  }

  .text-block-113-copy {
    text-align: right;
  }

  .text-block-113-copy.tb-padding-20px {
    text-align: left;
  }

  .toc-heading-fr-navigation {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    display: flex;
  }

  .body_1 {
    font-size: 18px;
  }

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

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three, .nav-dropdown-list.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-wrapper-card-copy {
    background-color: #0000;
  }

  .image-wrapper-card-copy:hover {
    background-color: #0000;
    background-image: none;
  }

  .image-41 {
    width: 130px;
  }

  .brand-button, .brand-button.not-for-mobile, .brand-button.not-for-mobile.is-secondary {
    font-weight: 500;
  }

  .div-block-309 {
    border-top-style: none;
  }

  .image-327 {
    width: 130px;
  }

  .text-block-113.tb-padding-20px, .text-block-114.tb-padding-20px, .text-block-115.tb-padding-20px {
    text-align: left;
  }

  .image-327-copy {
    width: 30px;
  }

  .text-block-113-copy.tb-padding-20px {
    text-align: left;
    text-align: left;
  }

  .button-gradient-07 {
    background-image: linear-gradient(121deg, #491a6d 38%, #f0f0f0 50%, #1b1b1b 61%);
  }

  .button-inner-07 {
    background-color: #5f2288;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .flex.gap-1 {
    flex-flow: wrap;
  }

  .menu-icon {
    color: #fff;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 40px;
    flex-flow: column;
  }

  .footer-link {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .flex-copy.gap-1, .flex-copy.gap-3 {
    flex-flow: wrap;
  }

  .testimonialhome {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-copy.gap-1 {
    flex-flow: wrap;
  }

  .service-card-wo-strokeline.h-250.align-sp-around.border-radius-line {
    height: 200px;
  }

  .flex-copy-copy.gap-1, .flex-copy-copy.gap-3 {
    flex-flow: wrap;
  }

  .container-for-divider {
    max-width: 728px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 20px;
  }

  .image-41 {
    margin-left: 20px;
  }

  .nav-menu-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #222;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .nav-link-2 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .list-item-32 {
    padding-left: 0;
  }

  .nav-dropdown-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 30px;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
  }

  .text-block-2 {
    color: #fff;
    font-size: 16px;
  }

  .nav-button-wrapper {
    margin-left: auto;
  }

  .brand-button.not-for-desktop {
    margin-left: auto;
    display: block;
  }

  .brand-button.not-for-desktop.is-secondary {
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
  }

  .mobile-cta-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .icon {
    color: #fff;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 20px;
  }

  .nav-link-3 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-309 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-copy-animate.gap-1 {
    flex-flow: wrap;
  }

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

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

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

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

  .footer-left {
    padding-top: 20px;
  }

  .max-width-medium.is-centered-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .header_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
  }

  .header_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-xlarge.is-centered-tablet {
    text-align: center;
    font-size: 4rem;
  }

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

  .text-size-medium.is-centered-tablet {
    text-align: center;
  }

  .hero-full-video {
    inset: 0% 0% 0% auto;
  }

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

  .margin-vertical.margin-huge {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .text-size-medium-copy.is-centered-tablet {
    text-align: center;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-content-2 {
    flex-wrap: wrap;
  }

  .footer-left-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-right-block {
    grid-auto-flow: column;
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-block {
    padding: 15px;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 18px;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-content {
    flex-direction: column;
  }

  .navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_link {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 18px;
  }

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

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .text-size-medium-fr-navbar.is-centered-tablet {
    text-align: center;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper-copy {
    height: 40px;
  }

  .text-change-copy, .text-change-hero-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .decrp-text-slider {
    font-size: 18px;
    line-height: 40px;
  }

  .hero-full-video-dup {
    inset: 0% 0% 0% auto;
  }

  .text-size-medium-fr-navbar-copy.is-centered-tablet {
    text-align: center;
  }

  .footer-link-block-copy {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .global-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex.vertical.start.gap-1.mob-vertical, .flex.vertical.center.gap-1.mob-vertical {
    flex-flow: column;
  }

  .heading-1.text-white {
    font-size: 32px;
  }

  .services-wrapper.mob-vertical {
    grid-template-columns: .75fr;
  }

  .heading-2.text-white, .heading-3.text-white, .heading-4.text-white {
    font-size: 32px;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .flex-copy.vertical.start.gap-1.mob-vertical, .flex-copy.vertical.center.gap-1.mob-vertical {
    flex-flow: column;
  }

  .testimonialhome {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card_testimonial_desc {
    font-weight: 500;
  }

  .section-footer-copy-fr-ref {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-copy.vertical.start.gap-1.mob-vertical, .flex-copy.vertical.center.gap-1.mob-vertical {
    flex-flow: column;
  }

  .heading-3-5.text-white {
    font-size: 32px;
  }

  .services-wrapper-copy-2.mob-vertical {
    grid-template-columns: .75fr;
  }

  .service-card-wo-strokeline.h-250.align-sp-around.border-radius-line {
    height: 200px;
  }

  .flex-copy-copy.vertical.start.gap-1.mob-vertical, .flex-copy-copy.vertical.center.gap-1.mob-vertical {
    flex-flow: column;
  }

  .container-for-divider {
    padding-top: 20px;
  }

  .navbar-wrapper-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle-2.w--open {
    align-items: center;
    margin-left: 0;
  }

  .div-block-585 {
    grid-column-gap: 2rem;
    width: 100%;
    padding-left: 0;
  }

  .dropdown-link, .dropdown-link-8 {
    padding-left: 0;
  }

  .brand-button {
    font-weight: 500;
    overflow: visible;
  }

  .brand-button.not-for-desktop, .brand-button.not-for-desktop.is-secondary {
    font-weight: 400;
  }

  .navbar-wrapper-3 {
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-309 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-copy-animate.vertical.start.gap-1.mob-vertical, .flex-copy-animate.vertical.center.gap-1.mob-vertical {
    flex-flow: column;
  }

  .testimonial-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

  .header_component {
    grid-row-gap: 3rem;
  }

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

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .heading-xlarge.is-centered-tablet {
    font-size: 3.75rem;
  }

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

  .heading-large {
    font-size: 2rem;
  }

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .text-size-medium-copy {
    text-align: left;
  }

  .newsletter-field {
    width: 100%;
  }

  .footer-right-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-base-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .copyright.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .title1 {
    font-size: 5em;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper-copy {
    height: 24px;
  }

  .text-change-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .home-tab-menu-v1 {
    padding: 12px 10px;
    font-size: 18px;
  }

  .dst-tabs-menu-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dst-tabs-link-fr-navigation {
    padding: 20px;
  }

  .dst-tab-content-wrapper-copy {
    flex-flow: column;
  }

  .heading_2 {
    font-size: 22px;
  }

  .text-change-hero-1 {
    font-size: 24px;
    line-height: 32px;
  }

  .decrp-text-slider {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-768 {
    align-self: stretch;
  }

  .heading_1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .global-padding.hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex.vertical.start.gap-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex.gap-1.max-w-50p {
    max-width: 100%;
  }

  .flex.gap-2.my-2.mob-vertical {
    flex-flow: column;
  }

  .primary-button {
    padding: 12px 20px;
  }

  .services-wrapper {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .services-wrapper.mob-vertical {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .primary-button-outline, .primary-button-copy {
    padding: 12px 20px;
  }

  .flex-copy.gap-3.max-w-50p {
    max-width: 100%;
  }

  .section-slider {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-slider-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .testimonialhome {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonialhome.is-marquee {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .flex-copy.vertical.start.gap-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-copy.gap-1.max-w-50p {
    max-width: 100%;
  }

  .flex-copy.gap-2.my-2.mob-vertical {
    flex-flow: column;
  }

  .services-wrapper-copy-2 {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .services-wrapper-copy-2.mob-vertical {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card-wo-strokeline.h-250.align-sp-around.border-radius-line {
    height: 270px;
  }

  .flex-copy-copy.vertical.start.gap-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-copy-copy.gap-1.max-w-50p {
    max-width: 100%;
  }

  .flex-copy-copy.gap-2.my-2.mob-vertical {
    flex-flow: column;
  }

  .flex-copy-copy.gap-3.max-w-50p {
    max-width: 100%;
  }

  .container-for-divider {
    max-width: none;
  }

  .navbar-no-shadow-container-2 {
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .image-41 {
    width: 120px;
    margin-left: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #251637;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
  }

  .nav-dropdown-toggle-2.w--open {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-585 {
    flex-direction: column;
    width: 89%;
  }

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

  .brand-button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-image: linear-gradient(#2f80ed, #1b65c8);
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 10px;
    font-size: 14px;
  }

  .brand-button.not-for-mobile {
    width: auto;
  }

  .brand-button.not-for-mobile.is-secondary {
    color: #000;
    display: none;
  }

  .brand-button.not-for-desktop {
    width: auto;
  }

  .brand-button.not-for-desktop.is-secondary {
    display: none;
  }

  .mobile-cta-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .navbar-no-shadow-container-3 {
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-309 {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-327 {
    width: 120px;
  }

  .div-block-755 {
    padding-top: 10px;
  }

  .div-block-756 {
    flex-flow: column wrap;
  }

  .flex-copy-animate.vertical.start.gap-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-copy-animate.gap-1.max-w-50p {
    max-width: 100%;
  }

  .flex-copy-animate.gap-2.my-2.mob-vertical {
    flex-flow: column;
  }

  .testimonial-wrapper-copy {
    grid-template-columns: 1fr;
  }

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

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

  .heading-small.text-align-center {
    font-size: 1.25rem;
  }

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

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

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    align-items: center;
  }

  .icon-embed {
    justify-content: center;
    align-items: center;
  }

  .section-header.mobi-padding-fix {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

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

  .header_content {
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .button-wrapper.no-top-margin {
    margin-top: 0;
  }

  .hello-video-wrapper {
    width: 100%;
  }

  .section-decenstralized {
    padding-top: 2rem;
  }

  .heading-large.is-scale-section {
    font-size: 2.625rem;
  }

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

  .heading-medium.is-span {
    line-height: 1.05;
  }

  .image-327-copy {
    width: 30px;
  }

  .text-size-medium-copy {
    text-align: left;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .newsletter-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .newsletter-field.newsletter-small, .send-button {
    width: 100%;
  }

  .footer-right-block {
    grid-column-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .navbar_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

  .shape-4 {
    top: 30.7em;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .change-text-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .text-change-wrapper, .text-change-wrapper-copy {
    margin-top: 10px;
    padding-left: 0;
  }

  .div-block-759 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-tab-v1 {
    justify-content: flex-start;
    align-items: center;
  }

  .home-tab-link-v1 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .home-tab-menu-v1 {
    text-align: center;
    border-radius: 13px;
    font-size: 16px;
  }

  .home-tab-v1-head {
    font-size: 18px;
  }

  .dst-tabs-menu-copy {
    flex-flow: column;
  }

  .change-text-wrapper-copy {
    text-align: center;
    flex-direction: column;
  }

  .slider-2 {
    max-width: 320px;
  }

  .hero-full-video-dup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
    inset: 0%;
  }

  .hero-full-video-dup.mobile-hide {
    display: none;
  }

  .div-block-762-copy {
    display: flex;
  }

  .div-block-768 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-243 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 10px;
  }

  .privacy_content {
    padding: 20px;
    line-height: 24px;
  }

  .div-block-770 {
    padding-left: 30px;
  }

  .preloader-2 {
    overflow: hidden;
  }
}

#w-node-_12e3d5a3-190c-e30b-cdb4-c9b68bb5ff08-bf58ce56, #w-node-_112b1eee-17be-b709-c975-28197cad3ee6-891220cd, #w-node-_95044f67-6a29-8ba2-0358-3a209e6f7d0e-4fd1efba, #w-node-b545738b-5b7b-fd21-b89f-bf9a3f5958ca-4fd1efba, #w-node-ac00d2cb-2a20-da0e-c6ce-f7355d5c2127-a09acf10, #w-node-_74e80fdd-b131-5c13-09e4-eee156b25934-baf2fd08, #w-node-_3d91d2b3-8dfc-0e05-bb11-d0d12ea5788d-8761db78, #w-node-_789b4b1d-2020-1e32-ecfc-167399244931-6f957ed3, #w-node-ee1d8529-a215-c6c1-8d06-d38126093711-4b1cd2dd, #w-node-_536da0ce-458e-3622-8fd3-bdba6b427036-d2e6954c, #w-node-_0906accb-6222-a137-6a4a-73a8755947bf-d2e6954c, #w-node-_0906accb-6222-a137-6a4a-73a8755947c8-d2e6954c, #w-node-_0906accb-6222-a137-6a4a-73a8755947d1-d2e6954c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d209d5f4-404c-f89b-7e9e-779ab4f23795-d2e6954c {
  justify-self: center;
}

#w-node-d209d5f4-404c-f89b-7e9e-779ab4f237ae-d2e6954c, #w-node-b7616d3e-6baf-b473-b8c6-86153e37495f-d2e6954c, #w-node-_4bcc2409-c4a2-3dc0-e913-f038220d7de0-d127cd0a, #w-node-_61a6111a-164c-8f28-e2e9-dc4a1df7608d-4939deab, #w-node-_9c488f7e-86ca-81ea-bfc5-d666a416b595-4e825ccc, #w-node-_94eb7fb9-28ca-9523-7bf1-2742368b325c-aebece0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


