:root {
  --green: #61ce70;
  --white: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --black: black;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h2 {
  color: var(--green);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 45px;
}

.nav-whatsup {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-whatsup:hover {
  background-color: #8492eb;
}

.nav-whatsup:active {
  background-color: #8b99f9;
}

.navlink {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navlink:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.navlink.w--current {
  color: #642eff;
}

.nav-button-group {
  grid-column-gap: 8px;
  flex: none;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-phone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-phone:hover {
  background-color: #eceefe;
}

.nav-phone:active {
  background-color: #d8ddfd;
}

.whatsup {
  width: 40px;
  height: 40px;
}

.navbar {
  z-index: 999;
  float: none;
  clear: none;
  background-color: rgba(255, 255, 255, .62);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.text-block {
  color: #084d77;
  font-weight: 400;
}

.navigation {
  z-index: 999;
  background-color: rgba(255, 255, 255, .94);
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 10px 5%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: static;
}

.nav-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo-link.w--current {
  flex: 0 auto;
}

.header {
  object-fit: fill;
  background-image: url('../images/bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 92vh;
  position: relative;
}

.container {
  max-width: 1160px;
}

.main-rigth-image {
  object-fit: fill;
  width: 850px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-content {
  z-index: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  display: block;
  position: absolute;
}

.header-text {
  color: #003d63;
  margin-bottom: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 75px;
}

.header-small-text {
  max-width: 500px;
  margin-bottom: 92px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.green-span {
  color: var(--green);
}

.button {
  text-align: center;
  background-image: linear-gradient(84deg, #61ce70, #359642);
  border-radius: 12px;
  padding: 15px 37px;
  font-size: 18px;
}

.button:hover {
  box-shadow: 6px 7px 14px 2px rgba(0, 0, 0, .2);
}

.icon-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  display: none;
}

.social-icon {
  transition: transform .4s;
}

.social-icon:hover {
  transform: translate(0, -5px);
}

.about-us {
  text-align: center;
  background-color: #f4f5f7;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sub-header {
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.devider {
  text-align: center;
  background-color: #d3d3d3;
  width: 150px;
  height: 1px;
  margin: 30px auto 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.bold {
  font-weight: 600;
}

.grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.about-wrapper {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, .2);
}

.about-wrapper:hover {
  box-shadow: 1px 6px 15px 4px rgba(0, 0, 0, .2);
}

.about-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.services {
  color: #fff;
  background-image: url('../images/service-bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.white-text {
  color: var(--white);
}

.icon-text-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.service-cell {
  grid-row-gap: 20px;
}

.quick-stack {
  grid-column-gap: 40px;
}

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

.icon-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 30px;
}

.icon-text-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.why-icon {
  width: 60px;
  transition: transform .325s;
}

.why-icon:hover {
  transform: translate(0, -8px);
}

.paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.accordion-spacer {
  min-height: 16px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.accordion-side {
  margin-right: 24px;
}

.accordion-item-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  border-radius: 24px;
  width: 100%;
  padding: 30px 64px;
  display: flex;
}

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

.inner-container-856---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.header-wrapper {
  margin-bottom: 48px;
}

.how-we-works {
  padding-top: 40px;
  padding-bottom: 60px;
}

.btn-primary-full-width {
  background-color: var(--green);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-full-width:hover {
  background-color: var(--green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-full-width.company {
  background-color: var(--elements-webflow-library--neutral--800);
}

.text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.mg-bottom-40px {
  margin-bottom: 40px;
}

.divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

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

.heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.pricing-content-v2 {
  padding: 40px 28px;
}

.card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--black);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--black);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--green);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.card-pricing-popular.company {
  background-color: var(--elements-webflow-library--neutral--800);
}

._3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--elements-webflow-library--neutral--100);
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 60px;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial06_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial06_logo {
  max-height: 3rem;
}

.uui-testimonial06_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.uui-testimonial06_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-size: 20px;
  font-weight: 400;
}

.uui-testimonial06_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.uui-testimonial06_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial06_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial06_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-testimonial06_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.customers {
  background-color: #f4f5f7;
  padding-top: 40px;
  padding-bottom: 60px;
}

.partners {
  background-color: #f4f5f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.customer-icon {
  max-height: 100px;
}

.call-to-action {
  background-color: var(--green);
  background-image: url('../images/service-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-heading-text {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

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

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block {
  grid-column-gap: 20px;
  color: #080808;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-social {
  width: 50px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .325s;
  display: inline-block;
}

.footer-social:hover {
  transform: translate(0, -6px);
}

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

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

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

.footer-copyright {
  color: #3a4554;
  font-size: 14px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-size: 14px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #2d61a7;
}

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

@media screen and (min-width: 1440px) {
  .call-to-action {
    background-color: var(--green);
    color: #fff;
    text-align: center;
    background-image: url('../images/service-bg.webp');
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .call-heading-text {
    text-transform: uppercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nav-whatsup {
    order: 1;
    display: block;
  }

  .icon {
    font-size: 32px;
  }

  .navlink {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    display: flex;
  }

  .nav-button-group, .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .nav-phone {
    display: none;
  }

  .navigation {
    position: relative;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    flex: 1;
    justify-content: flex-start;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .header {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
  }

  .main-rigth-image {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 600px;
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header-content {
    z-index: 1;
    max-width: 100%;
    padding-top: 11px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .header-text {
    margin-bottom: 37px;
    padding-top: 50px;
  }

  .header-small-text {
    margin-bottom: 62px;
  }

  .icon-wrapper {
    justify-content: flex-start;
  }

  .div-block {
    background-image: url('../images/header-mobile-image.webp');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    display: block;
  }

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

  .about-wrapper {
    margin-left: 36px;
    margin-right: 36px;
  }

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

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-container-856---center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrapper {
    margin-bottom: 40px;
  }

  .how-we-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .pricing {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .uui-padding-vertical-xhuge.slide-up {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact {
    padding-bottom: 40px;
  }

  .contact-grid {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .contact-wrapper-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nav-whatsup {
    display: block;
  }

  .header-content {
    padding-top: 48px;
    padding-bottom: 63px;
  }

  .header-text {
    margin-bottom: 60px;
    padding-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .header-small-text {
    margin-bottom: 80px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-item-wrapper {
    padding: 20px;
  }

  .brix---text-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-wrapper {
    margin-bottom: 32px;
  }

  .how-we-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-primary-full-width {
    padding: 20px 32px;
  }

  .text-200-list-bold {
    font-size: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .uui-testimonial06_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-testimonial06_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial06_divider {
    display: none;
  }

  .uui-testimonial06_client-info {
    margin-bottom: 1rem;
  }

  .uui-testimonial06_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .uui-testimonial06_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial06_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial06_component {
    padding-bottom: 3rem;
  }

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

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

  .call-heading-text {
    font-size: 36px;
    line-height: 45px;
  }

  .contact-grid {
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .contact-wrapper {
    grid-row-gap: 10px;
  }

  .sicial-wrapper {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-social {
    margin-right: 20px;
    padding-top: 0;
  }

  .text-block-2 {
    display: none;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .contact-wrapper-2 {
    padding-top: 15px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .nav-whatsup {
    order: -1;
    display: block;
  }

  .logo {
    max-width: 80%;
    display: block;
  }

  .header-content {
    padding: 28px 20px 52px;
  }

  .header-text {
    margin-bottom: 49px;
    font-size: 42px;
    line-height: 45px;
  }

  .header-small-text {
    margin-bottom: 50px;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

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

  .about-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .services {
    padding-bottom: 40px;
  }

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

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }

  .btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .accordion-item-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .header-wrapper {
    margin-bottom: 32px;
  }

  .btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .call-heading-text {
    font-size: 30px;
    line-height: 38px;
  }

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

  .contact-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .contact-wrapper {
    grid-row-gap: 15px;
  }

  .footer-social {
    margin-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-wrapper-2 {
    justify-content: center;
    padding-top: 15px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-legal-block {
    margin-top: 5px;
    margin-left: 0;
  }

  .footer-legal-link {
    margin-left: 0;
    font-size: 12px;
  }
}

#w-node-_9a079cda-e838-5ded-cca1-ecdd59760b50-f5e6e197, #w-node-ef1644f4-d525-53ee-8a9d-b792cfbadd85-f5e6e197, #w-node-af1891ed-5efa-f645-b9db-3638ddaa1c6b-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c6cb3d-3e03-ddf2-b973-49055bd7b60c-f5e6e197 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bc33514d-1174-fe42-4bb3-2bca5b277914-f5e6e197, #w-node-_1f761c0c-a33d-a508-b917-b40d9cbdbb3f-f5e6e197, #w-node-fa3b43ce-acc1-b369-a6ca-d51c47354b67-f5e6e197, #w-node-_27d90130-7d9c-880a-0c06-1a0f91fae0a1-f5e6e197, #w-node-c9e18d94-1e1b-ca70-9eca-fa071b3d1535-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b907f0c7-7f10-5390-79e0-1bcba62cc986-f5e6e197 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_38bc3bef-90f3-dd4e-089e-1db1f364a482-f5e6e197, #w-node-ae5d92c2-60fc-6bb6-541c-e7da8cf56e45-f5e6e197, #w-node-ac783980-ac1e-28be-8cb5-c8144a649d1f-f5e6e197, #w-node-caaea012-3561-934b-25bd-79e904588a42-f5e6e197, #w-node-_5d3fb981-c5da-62fc-8811-000e4757f001-f5e6e197, #w-node-_5d3fb981-c5da-62fc-8811-000e4757f002-f5e6e197, #w-node-_5d3fb981-c5da-62fc-8811-000e4757f003-f5e6e197, #w-node-_5d3fb981-c5da-62fc-8811-000e4757f004-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb38c70-fb70-8164-41ce-38c5a3200390-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_85617c75-65be-e1b4-fb6c-10e518804cf5-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d32ece-6f5b-9467-77b0-7d4de690685b-f5e6e197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_36c6cb3d-3e03-ddf2-b973-49055bd7b60c-f5e6e197, #w-node-b907f0c7-7f10-5390-79e0-1bcba62cc986-f5e6e197 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9cb38c70-fb70-8164-41ce-38c5a3200390-f5e6e197 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a4d32ece-6f5b-9467-77b0-7d4de690685b-f5e6e197 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9cb38c70-fb70-8164-41ce-38c5a3200390-f5e6e197 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a4d32ece-6f5b-9467-77b0-7d4de690685b-f5e6e197 {
    justify-self: center;
  }
}


