:root {
  --white: white;
  --font-primary: Poppins, Arial, sans-serif;
  --primary-text: #1a1a1a;
  --off-white: #f7f7f7;
  --black: black;
  --secondary-text: #41424d;
  --medium-green: #12a557;
  --red: red;
  --dark-grey: #ccc;
  --blue: blue;
  --medium-blue: #316bff;
  --green: green;
  --stars: #fcc100;
}

.page-wrapper {
  overflow: clip;
}

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

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

.container-large.large-2 {
  max-width: 1210px;
}

.container-large.xl {
  max-width: 1260px;
}

.heading-1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 110%;
}

.heading-1.white {
  color: var(--white);
}

.body {
  font-family: var(--font-primary);
  color: var(--primary-text);
  line-height: 130%;
}

.heading-2 {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.heading-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 110%;
}

.heading-5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.body-large {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 145%;
}

.body-large.fz-16 {
  letter-spacing: -.03em;
  font-size: 16px;
}

.body-large.off-white {
  color: var(--off-white);
  font-weight: 400;
}

.body-large.fz-14 {
  font-size: 16px;
}

.body-regular {
  color: var(--primary-text);
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 145%;
}

.body-regular.ls-1 {
  letter-spacing: -.01em;
}

.body-regular.ls-1.capitalize {
  text-transform: capitalize;
}

.body-regular.white {
  color: var(--white);
}

.body-regular.off-white {
  color: var(--off-white);
}

.body-regular.cs {
  padding-left: 10px;
  padding-right: 10px;
}

.body-small {
  letter-spacing: -.01em;
  line-height: 135%;
}

.body-small.white {
  color: var(--white);
}

.body-small.medium {
  font-weight: 500;
}

.body-caption {
  font-size: 12px;
  line-height: 150%;
}

.body-caption.mobile {
  display: none;
}

.body-caption.capitalize {
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-weight: 500;
}

.label-large {
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.label-large.fw-600.fz-15, .label-large.fz-15 {
  background-color: #0000;
}

.label-large.white {
  color: var(--white);
}

.label-large.white.fw-600 {
  background-color: #0000;
}

.label-large.gray {
  color: #41424da6;
}

.label-large.fw-600 {
  font-weight: 600;
}

.label-large.fw-600.fz-15, .label-large.fz-15 {
  background-color: #0000;
}

.label-medium {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
}

.label-medium.white {
  color: var(--white);
}

.label-medium.black {
  color: var(--black);
}

.label-extra-small {
  letter-spacing: -.01em;
  font-weight: 500;
  line-height: 125%;
}

.label-extra-small.white {
  color: var(--white);
}

.label-extra-small.white.capitalize {
  text-transform: capitalize;
  text-transform: capitalize;
}

.label-extra-small.secondary {
  color: var(--secondary-text);
}

.label-extra-small.secondary.white {
  color: var(--white);
}

.label-extra-small.secondary.mobile {
  display: none;
}

.label-extra-small.regular {
  font-weight: 400;
}

.label-extra-small.bold {
  font-weight: 700;
}

.label-extra-small.fz-12.mobile {
  display: none;
}

.label-double-extra-small {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}

.label-double-extra-small.mobile {
  display: none;
}

.label-triple-extra-small {
  letter-spacing: -.01em;
  font-size: 10px;
  font-weight: 500;
  line-height: 125%;
}

.label-triple-extra-small.white {
  color: var(--white);
}

.label-triple-extra-small.white.capitalize {
  text-transform: uppercase;
}

.label-triple-extra-small.white.capitalize.black {
  color: var(--black);
}

.label-triple-extra-small.white.capitalize.mobile {
  display: none;
}

.label-triple-extra-small.black {
  color: var(--black);
}

.label-triple-extra-small.black.capitalize {
  text-transform: capitalize;
  text-transform: capitalize;
}

.header {
  z-index: 99;
  width: 100%;
  position: absolute;
  inset: 15px auto auto 0%;
}

.header_wrapper {
  background-color: #273d55;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding-left: 13px;
  padding-right: 6px;
  display: flex;
}

.header_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_logo {
  width: 100%;
  max-width: 91px;
}

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

.header_logo-2 {
  width: 100%;
  max-width: 120px;
}

.header_right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_banner-icons {
  width: 100%;
  max-width: 306px;
}

.section_hero {
  background-color: #1a2c40;
  margin-left: 10px;
  margin-right: 10px;
}

.hero_wrapper {
  padding-top: 87px;
  padding-bottom: 30px;
}

.hero_strapline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_strapline-left-image {
  width: 100%;
  max-width: 125px;
}

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

.hero_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  letter-spacing: -.02em;
  background-color: #fac61a;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 74px;
  padding-left: 15.5px;
  padding-right: 13.5px;
  font-size: 23px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -12px 16px #ffffff0f, inset 0 4px 16px #ffffff29, inset 0 .75px .25px #ffffff1f, inset 0 .25px .25px #ffffff52, 0 40px 24px #a684150f, 0 23px 14px #a6841514, 0 10px 10px #a684151f, 0 3px 6px #a684152e, 0 0 0 .75px #d7a400;
}

.cta:hover {
  opacity: .6;
}

.cta.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cta.cta-2 {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.cta.small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 10px;
}

.cta-text {
  color: var(--black);
  text-transform: capitalize;
}

.cta-text.small {
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
}

.cta-default_icon-wrap {
  border-radius: 5px;
  flex-flow: column;
  width: 31px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile {
  z-index: 11;
  background-color: #000;
  width: 62px;
  height: 34px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex {
  border-radius: 3px;
  width: 62px;
  height: 34px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile {
  z-index: 11;
  background-image: none;
  border-radius: 44px;
  width: 47px;
  height: 47px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-mobile-2 {
  z-index: 10000;
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.cta-default_icon-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cta-default_icon {
  color: #6c47ff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.cta-default_icon.top-arrow, .cta-default_icon.top-arrow.flex, .cta-default_icon.bottom-arrow, .cta-default_icon.bottom-arrow.flex {
  width: 24px;
  height: 24px;
  top: 6px;
  left: 18px;
}

.cta-default_icon.top-arrow, .cta-default_icon.top-arrow.flex, .cta-default_icon.top-arrow.flex, .cta-default_icon.bottom-arrow, .cta-default_icon.bottom-arrow.flex, .cta-default_icon.bottom-arrow.flex {
  width: 24px;
  height: 24px;
  top: 6px;
  left: 18px;
}

.cta-default_icon.top-arrow {
  width: 30px;
  height: 30px;
  top: 10px;
  left: 8px;
}

.cta-default_icon.top-arrow.new {
  color: #0000;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.cta-default_icon.top-arrow.new.footer {
  background-color: #0000;
  width: 8px;
  height: 8px;
  top: 5px;
}

.cta-default_icon.bottom-arrow {
  width: 30px;
  height: 30px;
  top: 10px;
  left: 8px;
}

.cta-default_icon.bottom-arrow.new {
  width: 16px;
  height: 16px;
  inset: 0% auto auto 0%;
}

.cta-default_icon.bottom-arrow.new.footer {
  background-color: #0000;
  width: 8px;
  height: 8px;
  top: 5px;
}

.cta-default_overlay {
  z-index: 4;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block.form {
  margin-top: 20px;
}

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

.steps_list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000000a;
  border: 1px solid #cbcbcb;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding-left: 7px;
  padding-right: 10px;
  display: flex;
}

.steps_list-item.blue {
  border-color: #557ba4;
}

.steps_list-item-number {
  background-color: #09090bb3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 17px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.steps_list-item-number.white {
  background-color: #fff;
}

.steps_list-item-divider {
  width: 100%;
  max-width: 48px;
}

.cta_images-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_image {
  width: 100%;
  max-width: 72px;
}

.hero_form-block-wrap {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 13px;
}

.hero_form-block-input {
  background-color: #fff;
  border: 1px solid #d3d2d2;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
}

.hero_form-block-input:focus {
  border-color: var(--primary-text);
}

.hero_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero_form-block-submit {
  margin-top: 15px;
  padding: 0;
}

.form-block {
  margin-bottom: 0;
}

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

.info_images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: max-content;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info_item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f4f4f4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding-top: 16px;
  display: flex;
}

.info_item.full {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
}

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

.info_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.info_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.info_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info_item-title-wrap {
  margin-bottom: 16px;
  position: relative;
}

.info_item-img.second {
  margin-top: -40px;
}

.info_item-title-wrap-2 {
  margin-bottom: 10px;
}

.info_item-list {
  width: 100%;
  display: flex;
}

.info_item-number {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-right: 1px solid #e1dfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

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

.strapline-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-bottom-width: 3px;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 22px;
  display: flex;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.strapline-1_image {
  width: 100%;
  max-width: 40px;
}

.strapline-1_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.strapline-1_embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.strapline-1_right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.strapline-1_right-image {
  width: 100%;
  max-width: 40px;
}

.strapline-1_left-text {
  width: 100%;
  max-width: 174px;
}

.strapline-1_left-text.strapline-1_left-text-2 {
  max-width: 230px;
}

.strapline-1_left-text.strapline-1_left-text-2.strapline-1_left-text-3.strapline-1_left-text-4 {
  max-width: 210px;
}

.strapline-1_left-text.strapline-1_left-text-3 {
  max-width: 181px;
}

.info_item-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: max-content;
  display: flex;
}

.strapline-1_right-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.strapline-1_right-text-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 2px;
  display: flex;
}

.strapline-1_right-text-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.developed_strapline-wrap {
  margin-bottom: 20px;
}

.developed_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.developed_table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.developed_table-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4f4f4;
  width: 100%;
  max-width: 786px;
  padding: 8px 16px 8px 8px;
  display: flex;
}

.developed_table-right {
  background-color: #f4f4f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 102px;
  padding-top: 0;
  padding-bottom: 8px;
  display: flex;
}

.developed_table-image {
  width: 100%;
  max-width: 300px;
}

.developed_table-list-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 438px;
  display: flex;
}

.developed_table-list-wrap.modify {
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.developed_table-list {
  flex-flow: column;
  display: flex;
}

.developed_table-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  display: flex;
}

.developed_table-list-item.flex {
  min-height: 59px;
}

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

.developed_table-list-item.modify {
  min-height: 82px;
}

.developed_table-list-item.modify.center {
  justify-content: center;
  align-items: center;
}

.developed_table-list-item.right {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.developed_table-list-item.center {
  justify-content: center;
  align-items: center;
}

.developed_table-list-item.last {
  padding-top: 18px;
}

.developed_table-list-item-icon, .developed_table-list-item-divider {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.developed_table-list-item-divider.mobile {
  display: none;
}

.developed_cta-block {
  margin-top: 30px;
}

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

.operators_strapline-wrap {
  margin-bottom: 20px;
}

.strapline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.strapline-2_image {
  width: 100%;
  max-width: 282px;
}

.strapline-2_info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.strapline-2_info-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.operators_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.operators_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.operators_list {
  margin-bottom: 30px;
}

.operators_list-item {
  background-image: url("https://cdn.prod.website-files.com/698c7a7426cdaef880a1b0e9/6992fa7cbadf6e29b9d3cc00_Group%202147258442%20(1).avif");
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: calc(33.3333% - 11px);
  min-height: 369px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.operators_list-item.third {
  background-image: url("https://cdn.prod.website-files.com/698c7a7426cdaef880a1b0e9/6992fc388111544b1053b2b0_Group%202147258443%20(2).avif");
  background-position: 50% 15%;
  background-size: cover;
}

.operators_list-item.second {
  background-image: url("https://cdn.prod.website-files.com/698c7a7426cdaef880a1b0e9/6992fc101ee3b0705bfbbe48_Group%202147258443%20(1).avif");
  background-position: 50% 15%;
  background-size: cover;
}

.operators_list-brand {
  width: 100%;
  max-width: 79px;
  position: absolute;
  inset: 13px auto auto 16px;
}

.operators_list-item-info {
  z-index: 4;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.operators_title-wrap-2 {
  text-align: center;
  margin-bottom: 20px;
}

.operators_image-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.operators_image-item {
  width: 100%;
  max-width: 106px;
}

.operators_image-item.item-2 {
  max-width: 73px;
}

.operators_image-item.item-3 {
  max-width: 87px;
}

.operators_image-item.item-4 {
  max-width: 64px;
}

.operators_image-item.item-5 {
  max-width: 121px;
}

.operators_image-item.item-6 {
  max-width: 104px;
}

.odoo_wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
}

.odoo_strapline-wrap {
  margin-bottom: 20px;
}

.odoo_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.odoo_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.odoo_item {
  background-color: #f4f4f4;
  border-radius: 8px;
  width: calc(33.3333% - 10px);
}

.odoo_item-title {
  text-align: center;
  margin-bottom: 10px;
}

.odoo_item-info {
  padding: 16px;
}

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

.odoo_title-wrap-2 {
  text-align: center;
  margin-bottom: 15px;
}

.odoo_list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.odoo_list-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 44px;
  padding-left: 8px;
  padding-right: 14px;
  display: flex;
  box-shadow: 0 .711px .427px -.7px #0000000f, 0 1.937px 1.162px -1.4px #0000000d, 0 4.253px 2.552px -2.1px #0000000d, 0 9.441px 5.665px -2.8px #0000000a, 0 24px 14.4px -3.5px #00000005;
}

.odoo_list-item-2-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.odoo_list-item-2-text {
  letter-spacing: -.32px;
  font-size: 16px;
  font-weight: 500;
}

.section_check {
  background-color: #f3f3f3;
  margin-left: 10px;
  margin-right: 10px;
}

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

.check_strapline-wrap {
  margin-bottom: 20px;
}

.check_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.check_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.check_item {
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 20px 10px 10px;
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 24px 48px #00000014;
}

.check_item-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.check_item-logo {
  width: 100%;
  max-width: 96px;
}

.check_item-category {
  border: 1px solid #ccc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  padding: 0 13px;
  display: flex;
}

.check_item-img {
  width: 100%;
}

.check_item-title {
  padding-left: 10px;
  padding-right: 10px;
}

.check_item-line {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.check_item-list {
  padding-left: 10px;
  padding-right: 10px;
}

.check_item-title-wrap {
  margin-bottom: 10px;
}

.check_item-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check_item-list-item-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.check_item-list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.check_item-image {
  cursor: pointer;
  width: 100%;
  transition: all .4s;
}

.check_item-image:hover {
  opacity: .6;
}

.check_list-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: calc(33.3333% - 11px);
  display: flex;
}

.section_price {
  background-color: #1a2c40;
  margin-left: 10px;
  margin-right: 10px;
}

.price_wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

.price_image {
  width: 100%;
  max-width: 530px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.price_img.mobile {
  display: none;
}

.price_title-wrap {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.price_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.partnerships_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.partnerships_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

.partnerships_list.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  padding-left: 0;
  padding-right: 0;
}

.partnerships_item {
  background-color: #f3eefc;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 258px;
  min-height: 287px;
  padding: 16px 8px 8px;
  display: flex;
}

.partnerships_item.item-5 {
  background-color: #f9ffa7;
}

.partnerships_item.item-4 {
  background-color: #fdd7d8;
}

.partnerships_item.item-3 {
  background-color: #fff2d1;
}

.partnerships_item.item-2 {
  background-color: #ffede0;
}

.partnerships_item-image {
  width: 100%;
  max-width: 136px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.partnerships_item-image.second, .partnerships_item-image.third {
  max-width: 107px;
}

.partnerships_item-image.four {
  max-width: 88px;
}

.partnerships_item-image.second, .partnerships_item-image.third {
  max-width: 107px;
}

.partnerships_item-image.five {
  max-width: 131px;
}

.partnerships_item-info {
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding: 16px;
}

.info-steps_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.info-steps_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.info-steps_strapline-wrap {
  margin-bottom: 20px;
}

.info-steps_list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-steps_list-item {
  background-color: #f4f4f4;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 8px 8px 30px;
  display: flex;
}

.info-steps_list-item-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 425px;
  display: flex;
}

.info-steps_list-item-step {
  background-color: #fff;
  border: 1px solid #00000014;
  border-bottom-width: 3px;
  border-radius: 40px;
  width: max-content;
  padding: 8px 20px;
}

.info-steps_list-item-image {
  width: 100%;
  max-width: 405px;
}

.section_tools {
  background-color: #f4f4f4;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.tools_strapline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-bottom-width: 3px;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 38px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.tools_strapline.footer {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
}

.tools_strapline-flashing {
  width: 100%;
  max-width: 8px;
}

.tools_strapline-flashing-img {
  border-radius: 50%;
  width: 100px;
}

.tools_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tools_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.tools_text-wrap-2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tools_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.tools_list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 76px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 10px;
  display: flex;
}

.tools_list-item-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tools_image {
  width: 100%;
  margin-bottom: 30px;
}

.item_faq-content {
  color: var(--secondary-text);
  letter-spacing: -.03em;
  padding-right: 20px;
  font-size: 16px;
  line-height: 145%;
}

.item_faq-plus {
  background-color: var(--primary-text);
  opacity: 1;
  border-radius: 40px;
  width: 2px;
  height: 14px;
  transition: all .2s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.item_faq-plus.active {
  opacity: 0;
}

.item_faq-minus {
  background-color: var(--primary-text);
  border-radius: 40px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.item_faq-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.faq_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.faq_list-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_wrapper {
  padding-top: 46px;
  padding-bottom: 80px;
}

.heading-2-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.item_faq {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 10px;
  padding: 20px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  box-shadow: 0 .711px .427px -.7px #0000000f, 0 1.937px 1.162px -1.4px #0000000d, 0 4.253px 2.552px -2.1px #0000000d, 0 9.441px 5.665px -2.8px #0000000a, 0 24px 14.4px -3.5px #00000005;
}

.item_faq-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_faq {
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.padding-global-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.section_plan {
  background-color: #1a2c40;
  margin-left: 0;
  margin-right: 0;
}

.plan_wrapper {
  padding-top: 40px;
  padding-bottom: 24px;
}

.plan_strapline {
  border: 1px solid #45658a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 14px 7px;
}

.plan_title-wrap {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.plan_text-wrap {
  color: var(--off-white);
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.plan_image {
  width: 100%;
  max-width: 898px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section_banner {
  margin-top: 30px;
}

.banner_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 30px;
  display: flex;
}

.banner_info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: max-content;
  display: flex;
}

.banner_info-images {
  grid-column-gap: 16.5px;
  grid-row-gap: 16.5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner_info-image-1 {
  width: 100%;
  max-width: 183px;
}

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

.banner_text-wrap {
  width: 100%;
  max-width: 332px;
}

.banner_info-ratings {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.banner_info-rating-embed, .banner_info-ratings-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_form-block-input-wrap {
  position: relative;
}

.footer_image {
  width: 100%;
  max-width: 100%;
}

.footer_pagination {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  margin-top: 20px;
  display: flex;
}

.footer_copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px dashed #0000001f;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_divider {
  border: 1px dashed #0000001f;
  width: 100%;
  max-width: 100%;
}

.footer_top-col-title {
  margin-bottom: 25px;
}

.footer_slider.swiper {
  width: 100%;
  max-width: 100%;
}

.footer_img.mobile {
  display: none;
}

.footer_top-col-list-iink {
  text-decoration: none;
  transition: all .4s;
}

.footer_top-col-list-iink:hover {
  opacity: .6;
}

.footer_top-col-list-iink.modify:hover {
  opacity: 1;
}

.footer_text {
  margin-bottom: 25px;
}

.footer_top-col-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--primary-text);
  flex-flow: column;
  display: flex;
}

.footer_top-col-flex {
  display: flex;
}

.padding-global-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_top-wrap {
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.footer {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.footer_top-col.second {
  width: 100%;
  max-width: 170px;
  margin-left: -5px;
}

.footer_top-col.first {
  width: 100%;
  max-width: 529px;
}

.footer_top-col.second-2 {
  width: 100%;
  max-width: 300px;
  margin-left: 21px;
}

.footer_top-col.second-1 {
  width: 100%;
  max-width: 157px;
}

.footer_slider-item {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 18px 15px;
}

.footer_slider-item.swiper-slide {
  background-color: #fff;
  border-color: #00000017;
  border-radius: 20px;
  flex-flow: column;
  height: max-content;
  margin-bottom: 15px;
  padding: 22px;
  display: flex;
  box-shadow: 0 .711px .427px -.7px #0000000f, 0 1.937px 1.162px -1.4px #0000000d, 0 4.253px 2.552px -2.1px #0000000d, 0 9.441px 5.665px -2.8px #0000000a, 0 24px 14.4px -3.5px #00000005;
}

.footer_wrapper {
  padding-top: 45px;
  padding-bottom: 0;
}

.footer_bot-wrap {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer_slider-wrap.swiper-wrapper {
  width: 100%;
}

.footer_logo {
  width: 100%;
  max-width: 91px;
}

.footer_bot-col {
  width: 100%;
  max-width: 500px;
}

.footer_bot-col.footer-swiper-wrap {
  position: relative;
}

.footer_bot-col.first {
  width: 100%;
  max-width: 380px;
}

.reviews_head-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.reviews_head {
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 103px;
  display: flex;
  position: static;
}

.reviews_head-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.reviews_head-icon.reviews_head-icon-2 {
  width: auto;
}

.reviews_avatar-wrap-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.reviews_avatar-wrap-flex.cs {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.reviews_avatar {
  border-radius: 50%;
  flex: none;
  width: 100%;
  max-width: 40px;
  overflow: hidden;
}

.footer_logo-2 {
  width: 100%;
  max-width: 120px;
}

.footer_logo-img-2 {
  width: 100%;
}

.footer_logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer_top-col-list-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 100%;
  max-width: 300px;
  margin-bottom: 25px;
  display: flex;
}

.footer_top-col-list-item {
  width: 100%;
  max-width: 58px;
}

.footer_text-powered {
  font-size: 18px;
  line-height: 150%;
}

.footer_text-powered-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer_center-col-item {
  letter-spacing: -.01em;
  border-bottom: 1px dashed #0000001f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.footer_center-col-item.first {
  padding-top: 0;
}

.footer_copyright-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright-image {
  width: 100%;
  max-width: 26px;
}

.hero_form-block-input-placeholder-text {
  pointer-events: none;
  color: #656262;
  letter-spacing: -.01em;
  background-color: #fff;
  width: max-content;
  font-size: 16px;
  line-height: 145%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.hero_form-block-input-placeholder-text.active {
  color: var(--primary-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  top: 0%;
}

.cs_inner {
  display: flex;
}

.cs_left-block {
  flex-flow: wrap;
  width: 100%;
  max-width: 439px;
  display: flex;
}

.cs_center-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  flex-flow: column;
  width: 100%;
  max-width: 382px;
  padding: 15px;
  display: flex;
}

.cs_right-block {
  flex-flow: wrap;
  width: 100%;
  max-width: 439px;
  display: flex;
}

.cs_item {
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.cs_item.second {
  border-left-style: none;
  padding-left: 30px;
  padding-right: 30px;
}

.cs_item.top {
  border-bottom-style: none;
}

.cs_item.top.left {
  border-top-left-radius: 10px;
}

.cs_item.bot-left {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-left-radius: 10px;
}

.cs_item.right-top {
  border-bottom-style: none;
  border-left-style: none;
  border-top-right-radius: 10px;
}

.cs_item.right-bot {
  border-top-style: none;
  border-left-style: none;
  border-bottom-right-radius: 10px;
}

.cs_item.left-top {
  border-bottom-style: none;
  border-right-style: solid;
}

.cs_item.left-bot-right-item.flex {
  border-left-style: none;
}

.cs_item.left-bot-right-item.top-border-none {
  border-top-style: none;
}

.cs_item.bot-right-1 {
  border-top-style: none;
  border-left-style: none;
}

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

.cs_wrapper {
  padding-top: 20px;
  padding-bottom: 9px;
}

.cs_title-wrap {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.cs_center-block-info {
  display: flex;
}

.cs_center-block-avatar {
  width: 100%;
  max-width: 80px;
  transition: all .4s;
}

.cs_center-block-avatar:hover {
  opacity: .6;
}

.cs_center-block-avatar-info {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.cs_center-block-avatar-info-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cs_item-plus {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px 6px auto auto;
}

.cs_item-hover {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
}

.cs_item-hover.active {
  opacity: 1;
  visibility: visible;
}

.cs_item-hover-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs_item-modal {
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 12px;
  width: 350px;
  padding: 6px 6px 18px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
  box-shadow: 0 .711px .427px -.7px #0000000f, 0 1.937px 1.162px -1.4px #0000000d, 0 4.253px 2.552px -2.1px #0000000d, 0 9.441px 5.665px -2.8px #0000000a, 0 24px 14.4px -3.5px #00000005;
}

.cs_item-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -105%);
}

.cs_item-modal-video {
  cursor: pointer;
  transition: all .4s;
}

.cs_item-modal-video:hover {
  opacity: .6;
}

.cs_item-modal-head {
  justify-content: space-between;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cs_item-modal-head-embed {
  width: max-content;
}

.cs_item-modal-title-wrap {
  margin-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.cs_item-modal-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.cs_item-modal-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.cs_item-modal-item-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-vsl {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-vsl.visible {
  opacity: 1;
  visibility: visible;
}

.modal-vsl_overlay {
  z-index: -1;
  background-color: #000012eb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-vsl_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-vsl_video {
  width: 100%;
  height: 611px;
  margin-bottom: 25px;
}

.modal-vsl-exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 8px 34px auto auto;
}

.modal-vsl-exit:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.footer_strapline {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.operators_list-item-decor {
  background-image: linear-gradient(#eaeaec00, #ebebed);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 100% auto auto 0%;
  transform: translate(0, -100%);
}

.footer_rgb {
  background-image: linear-gradient(90deg, #e4a900 22%, #2c3c4e 44%, #4fd37f);
  width: 100%;
  height: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.info_item-number-divider {
  display: none;
}

.developed_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.steps_list-item-divider-2, .check_cta, .parntership_slider {
  display: none;
}

.modal-small {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 480px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto auto 2% 2%;
}

.modal-small.visible {
  opacity: 1;
  visibility: visible;
}

.modal-small_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url("https://cdn.prod.website-files.com/698c7a7426cdaef880a1b0e9/69947dacedf640cc5402124c_Exit%20Pop%20-%20Small.avif");
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  padding: 13px 12px;
  display: flex;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.modal-small_image {
  width: 100%;
  max-width: 190px;
}

.modal-small_info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.modal-small_info-logo {
  width: 100%;
  max-width: 84px;
}

.modal-small-exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 8px 12px auto auto;
}

.modal-small-exit:hover {
  transform: scale3d(1.3, 1.3, 1.3);
}

.hidden_inputs {
  display: none;
}

@media screen and (max-width: 991px) {
  .developed_table-image {
    display: none;
  }

  .cta-main {
    width: max-content;
  }

  .relationships_item-img, .footer_logo-img {
    object-fit: contain;
  }

  .steps_list-item-divider-2 {
    display: none;
  }
}

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

  .padding-global.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.cs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1.white {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .body-large.off-white, .body-large.fz-14, .body-large.off-white, .body-large.fz-14 {
    letter-spacing: -.01em;
    font-size: 14px;
    line-height: 135%;
  }

  .body-regular {
    font-size: 16px;
  }

  .body-regular.off-white.fz-14 {
    letter-spacing: -.01em;
    letter-spacing: -.01em;
  }

  .body-regular.moblie {
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
  }

  .body-regular.fz-14 {
    letter-spacing: -.01em;
    font-size: 14px;
    line-height: 135%;
  }

  .body-regular.fz-14.ls-1 {
    letter-spacing: -.01em;
    letter-spacing: -.01em;
    line-height: 135%;
  }

  .body-caption.desktop {
    display: none;
  }

  .body-caption.mobile {
    display: block;
  }

  .label-large.fw-600.fz-15 {
    font-weight: 500;
  }

  .label-large.fz-15 {
    letter-spacing: -.02em;
    font-size: 15px;
  }

  .label-large.fz-16 {
    letter-spacing: -.02em;
    font-size: 16px;
  }

  .label-medium.white.ls-2 {
    letter-spacing: -.02em;
  }

  .label-medium.ls-2, .label-medium.white.ls-2, .label-medium.white.ls-2 {
    letter-spacing: -.02em;
  }

  .label-medium.fz-14 {
    font-size: 14px;
    font-weight: 400;
  }

  .label-medium.ls-2 {
    letter-spacing: -.02em;
  }

  .label-extra-small.white.capitalize.fz-12 {
    font-size: 12px;
  }

  .label-extra-small.secondary.mobile {
    font-size: 10px;
    display: block;
  }

  .label-extra-small.secondary.desktop {
    display: none;
  }

  .label-extra-small.fz-12.mobile {
    display: block;
  }

  .label-extra-small.fz-12.desktop {
    display: none;
  }

  .label-double-extra-small.mobile {
    display: block;
  }

  .label-triple-extra-small.white.capitalize.desktop {
    display: none;
  }

  .label-triple-extra-small.white.capitalize.mobile {
    display: block;
  }

  .header {
    top: 0;
  }

  .header_wrapper {
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 15px;
  }

  .header_left {
    margin-bottom: 9px;
  }

  .header_logo {
    max-width: 84px;
  }

  .header_logo-2 {
    max-width: 126px;
  }

  .header_right {
    flex-flow: column;
  }

  .header_banner-icons {
    max-width: 249px;
  }

  .hero_wrapper {
    padding-top: 145px;
    padding-bottom: 0;
  }

  .hero_strapline {
    flex-flow: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_strapline-divider {
    display: none;
  }

  .hero_title-wrap {
    margin-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_subtitle-wrap {
    margin-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta {
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta.form, .cta.cta-2, .cta.form, .cta.cta-2 {
    width: 100%;
  }

  .cta-text {
    text-align: center;
    font-size: 18px;
  }

  .cta-text.cta-form {
    font-size: 18px;
  }

  .cta-default_icon-wrap {
    flex: none;
    width: 19px;
    height: 19px;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex.d-none {
    display: none;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex.d-none, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex.d-none, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex.d-none {
    display: none;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-mobile-2 {
    width: 24px;
    height: 24px;
    display: flex;
  }

  .cta-default_icon-inner {
    border-radius: 6px;
  }

  .cta-default_icon.top-arrow, .cta-default_icon.bottom-arrow {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 11px;
  }

  .cta-default_icon.top-arrow, .cta-default_icon.bottom-arrow {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 11px;
  }

  .cta-default_icon.top-arrow {
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
  }

  .cta-default_icon.top-arrow.new {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.top-arrow.new.footer {
    top: 9px;
    left: 4px;
  }

  .cta-default_icon.bottom-arrow {
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
  }

  .cta-default_icon.bottom-arrow.new {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.bottom-arrow.new.footer {
    top: 9px;
    left: 4px;
  }

  .cta-block.form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .steps_list {
    width: 100%;
  }

  .steps_list-item-divider {
    width: 0%;
    max-width: 0;
    display: none;
  }

  .steps_list-item-divider.mobile {
    background-color: #cbcbcb;
    max-width: 17px;
    height: 1.25px;
    display: block;
  }

  .steps_list-item-divider-img {
    display: block;
  }

  .cta_images-text-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_form-block-wrap {
    border-radius: 0;
    max-width: 100%;
    padding-bottom: 6px;
  }

  .hero_form-block-input {
    min-height: 48px;
  }

  .hero_form-block-submit {
    background-color: #0000;
    border-radius: 8px;
    margin-top: 6px;
  }

  .info_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    padding-top: 13px;
  }

  .info_item.full {
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .info_subtitle-wrap {
    margin-bottom: 15px;
  }

  .info_item-title-wrap {
    margin-bottom: 0;
  }

  .info_item-list {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .info_item-number {
    width: 50%;
  }

  .info_item-number.second {
    border-right-style: none;
  }

  .developed_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .strapline-1 {
    border-radius: 12px;
    width: 100%;
  }

  .strapline-1_left-text.strapline-1_left-text-2.flex-1, .strapline-1_left-text.flex, .strapline-1_left-text.strapline-1_left-text-2.flex-1, .strapline-1_left-text.strapline-1_left-text-2.flex-1, .strapline-1_left-text.flex {
    max-width: 131px;
  }

  .info_item-2.mobile {
    display: none;
  }

  .developed_title-wrap {
    margin-bottom: 15px;
  }

  .developed_table-left {
    border-radius: 10px;
    max-width: 260px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .developed_table-image {
    display: none;
  }

  .developed_table-list {
    width: 100%;
  }

  .developed_table-list-item {
    width: 100%;
    min-height: 74px;
  }

  .developed_table-list-item-divider.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .developed_table-list-item-divider.left {
    display: none;
  }

  .operators_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .strapline-2 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .strapline-2_info {
    justify-content: center;
    align-items: center;
  }

  .operators_title-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .operators_subtitle-wrap, .operators_list.swiper-wrapper, .operators_list.swiper-wrapper {
    margin-bottom: 15px;
  }

  .operators_list-item.swiper-slide {
    width: 100%;
    max-width: 288px;
  }

  .operators_title-wrap-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .operators_image-list {
    grid-column-gap: 38px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .operators_image-item {
    max-width: 101px;
  }

  .operators_image-item.item-2 {
    max-width: 68px;
  }

  .operators_image-item.item-3 {
    max-width: 81px;
  }

  .operators_image-item.item-4 {
    max-width: 61px;
  }

  .operators_image-item.item-5 {
    max-width: 114px;
  }

  .operators_image-item.item-6 {
    max-width: 98px;
  }

  .odoo_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .odoo_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .odoo_item.swiper-slide {
    width: 100%;
    max-width: 300px;
  }

  .odoo_item-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .odoo_title-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .odoo_list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .odoo_list-item-2-text {
    letter-spacing: -.01em;
    font-size: 13px;
    line-height: 135%;
  }

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

  .check_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .check_list-col {
    width: 100%;
  }

  .section_partnerships {
    overflow: hidden;
  }

  .partnerships_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partnerships_list.swiper-wrapper {
    justify-content: flex-start;
  }

  .partnerships_list.desktop {
    display: none;
  }

  .partnerships_item.swiper-slide {
    max-width: 284px;
    min-height: 259px;
  }

  .partnerships_item-info {
    padding: 16px 10px;
  }

  .info-steps_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info-steps_list-item {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 8px;
  }

  .info-steps_list-item-info {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5.congrats {
    font-size: 20px;
  }

  .info-steps_list-item-image {
    max-width: 100%;
  }

  .tools_strapline {
    width: 100%;
    min-height: 38px;
  }

  .tools_strapline.footer {
    min-height: 35px;
  }

  .tools_list-item {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .item_faq-content {
    color: #41424d;
    padding-right: 0;
    font-size: 14px;
  }

  .item_faq-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .faq_title-wrap {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq_list-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2-2 {
    font-size: 28px;
    line-height: 120%;
  }

  .item_faq {
    padding: 12px 16px;
  }

  .item_faq-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .plan_wrapper {
    padding-bottom: 30px;
  }

  .section_banner {
    background-color: #f4f4f4;
    margin-top: 0;
  }

  .banner_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .banner_info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .relationships_item {
    max-width: 110px;
    max-height: 60px;
  }

  .relationships_item.footer {
    max-width: 82px;
  }

  .footer_image {
    position: static;
    inset: auto auto 0% 0%;
  }

  .cta-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 15px 17px;
  }

  .cta-main.footer {
    width: max-content;
  }

  .footer_copyright {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .footer_divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer_img.mobile {
    display: block;
  }

  .footer_img.desktop {
    display: none;
  }

  .cta-default_icon-inner-2 {
    border-radius: 6px;
  }

  .footer_text {
    width: 100%;
    padding-right: 5px;
  }

  .cta-main-text-info-text {
    font-size: 18px;
  }

  .footer_top-col-list {
    margin-bottom: 32px;
  }

  .footer_top-col-list.flex {
    margin-bottom: 0;
  }

  .footer_top-col-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-left: 0;
  }

  .relationships_list {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
  }

  .relationships_list.relationships_list-footer {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

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

  .footer_top-wrap {
    flex-flow: column;
    padding-bottom: 0;
  }

  .footer_top-col.first {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer_top-col.second-2 {
    max-width: 200px;
    margin-left: 0;
  }

  .footer_top-col.second-1 {
    max-width: 120px;
  }

  .footer_top-col.second {
    margin-left: 0;
  }

  .footer_wrapper {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .footer_bot-wrap {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .text-small {
    font-size: 14px;
    display: block;
  }

  .footer_bot-col.first {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .reviews_head {
    margin-bottom: 7px;
  }

  .reviews_head-icon {
    width: 100%;
    max-width: 124px;
    margin-bottom: 16px;
  }

  .reviews_text {
    font-size: 16px;
  }

  .reviews_avatar {
    max-width: 40px;
  }

  .reviews_avatar-name {
    font-size: 16px;
  }

  .footer_text-powered-wrap {
    flex-flow: wrap;
  }

  .footer_center-col-item.last {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .hero_form-block-input-placeholder-text {
    font-size: 14px;
  }

  .cs_inner {
    flex-flow: column;
  }

  .cs_left-block {
    max-width: 100%;
  }

  .cs_center-block {
    border-style: none solid;
    border-left-width: 1px;
    border-left-color: #d4d4d4;
    border-right-width: 1px;
    border-right-color: #d4d4d4;
    max-width: 100%;
  }

  .cs_right-block {
    max-width: 100%;
  }

  .cs_item, .cs_item.second {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs_item.bot-right-1, .cs_item.second {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs_item.second.top {
    border-top-right-radius: 10px;
    width: 50%;
  }

  .cs_item.top.left {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs_item.bot-left {
    border-bottom-left-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs_item.right-top {
    border-top-right-radius: 0;
  }

  .cs_item.left-bot-right-item.top-border-none {
    border-bottom-left-radius: 10px;
  }

  .cs_item.bot-right-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs_title-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-vsl_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-vsl_video {
    height: 300px;
  }

  .footer_rgb {
    display: none;
  }

  .info_item-number-divider {
    background-color: #e1dfdfcc;
    width: 100%;
    height: 1px;
    display: block;
  }

  .text-d-none-mobile {
    display: none;
  }

  .steps_list-item-divider-line {
    width: 100%;
    max-width: 17px;
  }

  .steps_list-item-divider-2 {
    background-color: #cbcbcb;
    width: 100%;
    max-width: 17px;
    height: 1.25px;
    display: block;
  }

  .check_cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    background-image: linear-gradient(#3e3e3e, #212126);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 17px;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: ease;
    display: flex;
  }

  .check_cta:hover {
    opacity: .6;
  }

  .check_cta-image {
    width: 100%;
    max-width: 120px;
  }

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

  .check_cta-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
  }

  .check_cta-icon-plus {
    background-color: var(--black);
    width: 1px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .check_cta-icon-minus {
    background-color: #000;
    width: 8px;
    height: 1px;
    transition: all .4s;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .parntership_slider {
    display: block;
  }

  .odoo_cta-block {
    display: none;
  }

  .steps_list-2 {
    flex-flow: column;
    display: none;
  }

  .steps_list-item-1, .steps_list-item-1.right, .steps_list-item-1.right {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .steps_list-item-center {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .booking_timer-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .hero-congrats_tilte-wrap {
    margin-bottom: 15px;
  }

  .hero-congrats_text-wrap {
    margin-bottom: 20px;
  }

  .congrats-steps_list-item {
    padding: 16px;
  }

  .congrats-steps_list-number, .congrats-steps_list-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 28px;
  }

  .heading-2.modify {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    line-height: 120%;
  }

  .body-regular.white {
    letter-spacing: -.01em;
    letter-spacing: -.01em;
    font-size: 14px;
    line-height: 135%;
  }

  .body-caption {
    letter-spacing: -.01em;
  }

  .body-caption.mobile.medium {
    font-weight: 500;
  }

  .label-extra-small.fz-12 {
    font-size: 12px;
  }

  .label-extra-small.fz-12.desktop {
    display: none;
  }

  .cta-default_icon.bottom-arrow.new {
    width: 8px;
    height: 8px;
  }

  .strapline-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-height: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .strapline-1_image {
    max-width: 30px;
  }

  .strapline-1_left, .strapline-1_right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .strapline-1_right-image {
    max-width: 30px;
  }

  .strapline-1_left-text, .strapline-1_left-text.strapline-1_left-text-2 {
    max-width: 117px;
  }

  .strapline-1_left-text.strapline-1_left-text-2 {
    max-width: 117px;
  }

  .strapline-1_left-text.strapline-1_left-text-2.strapline-1_left-text-3 {
    max-width: 150px;
  }

  .strapline-1_left-text.strapline-1_left-text-2.strapline-1_left-text-3.strapline-1_left-text-4 {
    max-width: 165px;
  }

  .strapline-1_right-text-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .strapline-1_right-text-top {
    display: none;
  }

  .developed_table-left {
    padding-left: 9px;
    padding-right: 10px;
  }

  .odoo_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section_price {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .price_wrapper {
    padding-bottom: 30px;
  }

  .price_img.mobile {
    width: 100%;
    max-width: 134px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .price_img.desktop {
    display: none;
  }

  .partnerships_title-wrap {
    margin-bottom: 30px;
  }

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

  .tools_title-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-global-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .cta-main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-d-none-mobile {
    display: none;
  }

  .booking_timer-wrap {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .booking_timer-text {
    text-align: center;
    font-size: 16px;
  }

  .hero_congrats_strapline {
    width: 100%;
  }
}
