@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"); }

.button {
  text-decoration: none;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .button:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
    .button:disabled:active {
      -webkit-transform: none !important;
              transform: none !important; }
  .button span {
    margin-left: 8px;
    margin-right: 8px; }
  .button i {
    display: flex;
    align-items: center;
    justify-content: center; }
  .button.button-primary {
    color: #ffffff;
    background-color: #4f46e5;
    border: 1px solid transparent; }
    .button.button-primary:hover {
      background-color: #4338ca; }
    .button.button-primary:focus {
      -webkit-box-shadow: 0px 0px 0px 3px rgba(79, 70, 229, 0.25);
              box-shadow: 0px 0px 0px 3px rgba(79, 70, 229, 0.25); }
    .button.button-primary:active {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .button.button-primary.button-outline {
      background-color: transparent;
      border: 1px solid #4f46e5;
      color: #4f46e5; }
      .button.button-primary.button-outline:hover {
        background-color: #eef2ff; }
    .button.button-primary.button-lighten {
      color: #4f46e5;
      background-color: #e0e7ff;
      border: 1px solid #ffffff; }
      .button.button-primary.button-lighten:hover {
        background-color: #c7d2fe; }
    .button.button-primary.button-ghost {
      color: #4f46e5;
      background-color: transparent;
      border: 1px solid #ffffff; }
      .button.button-primary.button-ghost:hover {
        background-color: #eef2ff; }
  .button.size-md {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px; }
    .button.size-md i {
      width: 20px;
      height: 20px;
      font-size: 14px; }
  .button.size-lg {
    border-radius: 8px;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px; }
    .button.size-lg i {
      width: 20px;
      height: 20px;
      font-size: 14px; }

.form-ft.form-vertical {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.form-ft .form-row {
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .form-ft .form-row.checkbox {
    flex-direction: row;
    gap: 12px; }
    .form-ft .form-row.checkbox label {
      font-weight: 400; }
    .form-ft .form-row.checkbox .form-check-input[type=checkbox] {
      margin-top: 2px; }

.form-ft label {
  font-size: 14px;
  font-weight: 500; }

.form-ft input[type="text"],
.form-ft input[type="email"],
.form-ft input[type="password"],
.form-ft input[type="tel"],
.form-ft textarea {
  padding: 10px 14px;
  border-radius: 8px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border: 2px solid transparent;
  outline: none; }
  .form-ft input[type="text"]:focus,
  .form-ft input[type="email"]:focus,
  .form-ft input[type="password"]:focus,
  .form-ft input[type="tel"]:focus,
  .form-ft textarea:focus {
    border-color: #a5b4fc; }

.form-ft ::-webkit-input-placeholder {
  color: #d4d4d8; }

.form-ft ::-moz-placeholder {
  color: #d4d4d8; }

.form-ft :-ms-input-placeholder {
  color: #d4d4d8; }

.form-ft ::-ms-input-placeholder {
  color: #d4d4d8; }

.form-ft ::placeholder {
  color: #d4d4d8; }

.form-ft .form-check-input:checked {
  background-color: #4f46e5;
  border-color: #4f46e5; }

.alert {
  border: none;
  border-radius: 8px;
  margin-bottom: 0; }
  .alert i {
    margin-right: 8px; }

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff; }

section {
  padding: 80px 0; }
  section h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0; }

footer {
  padding: 24px;
  color: #3f3f46;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.076px; }

.only-mobile {
  display: none !important; }

.accent {
  color: #4f46e5; }

.section-header {
  text-align: center; }
  .section-header.padded {
    padding: 0 80px; }
    .ru .section-header.padded {
      padding: 0 160px; }
  .section-header h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.22px;
    margin-bottom: 20px; }
  .section-header h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.217px;
    margin-bottom: 20px; }
  .section-header h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.217px; }
  .section-header h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.217px; }
    .section-header h6.dimmed {
      color: #71717a; }
  .section-header p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin-bottom: 0; }

.hero {
  padding-top: 48px; }
  .hero > .container-xl {
    gap: 48px;
    display: flex;
    flex-direction: column; }
  .hero .benefits .benefits-item-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px;
    width: 100%; }
  .hero .benefits a {
    text-decoration: none;
    color: #18181b; }
  .hero .benefits .benefits-item {
    padding: 24px;
    border-radius: 24px;
    background-color: #f4f4f5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .hero .benefits .benefits-item:hover {
      background-color: #e0e7ff; }
      .hero .benefits .benefits-item:hover .benefits-item-icon img {
        -webkit-transform: scale(1.025);
                transform: scale(1.025);
        -webkit-box-shadow: 0px 90px 74px 0px rgba(0, 0, 0, 0.02), 0px 34px 27px 0px rgba(0, 0, 0, 0.02), 0px 16px 13px 0px rgba(0, 0, 0, 0.02), 0px 8px 6px 0px rgba(0, 0, 0, 0.01), 0px 3px 2.5px 0px rgba(0, 0, 0, 0.01);
                box-shadow: 0px 90px 74px 0px rgba(0, 0, 0, 0.02), 0px 34px 27px 0px rgba(0, 0, 0, 0.02), 0px 16px 13px 0px rgba(0, 0, 0, 0.02), 0px 8px 6px 0px rgba(0, 0, 0, 0.01), 0px 3px 2.5px 0px rgba(0, 0, 0, 0.01); }
    .hero .benefits .benefits-item .benefits-item-icon img {
      border-radius: 16px;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .hero .benefits .benefits-item .benefits-item-text {
      text-align: left; }
    .hero .benefits .benefits-item h3 {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 8px; }
    .hero .benefits .benefits-item p {
      color: #52525b;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 0; }

.scheme {
  background-image: url("../images/shape-dotted-light.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 260px; }
  .scheme .section-header {
    margin-bottom: 96px; }
  .scheme .column-right {
    padding-left: 56px;
    display: flex;
    align-items: center; }
  .scheme .list-item-holder {
    gap: 48px; }
    .scheme .list-item-holder .list-item {
      gap: 32px; }
  .scheme.scheme-row {
    text-align: center;
    padding: 60px 0 0px;
    background-position-y: 40px; }

.list-item-holder {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .list-item-holder.align-left {
    align-items: flex-start;
    text-align: left;
    gap: 20px; }
    .list-item-holder.align-left .list-item {
      align-items: flex-start;
      gap: 16px; }
  .list-item-holder .list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px; }
    .list-item-holder .list-item .circle-digit {
      display: flex;
      width: 60px;
      height: 60px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 48px;
      border: 2px solid #d4d4d8;
      background: #ffffff;
      color: #71717a;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px; }
    .list-item-holder .list-item .list-item-text {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .list-item-holder .list-item .list-item-text h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0; }
      .list-item-holder .list-item .list-item-text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 0; }
      .list-item-holder .list-item .list-item-text .text-link, .list-item-holder .list-item .list-item-text .lang-selector a, .lang-selector .list-item-holder .list-item .list-item-text a {
        border-bottom: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 0; }
    .list-item-holder .list-item .list-item-icon {
      background: #ffffff;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 32px;
      border-radius: 8px;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
      .list-item-holder .list-item .list-item-icon i {
        color: #4f46e5; }
    .list-item-holder .list-item.nested {
      padding-left: 40px; }

.double-list {
  display: flex;
  padding: 40px 60px;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 24px;
  border: 1px solid #e4e4e7; }
  .double-list.form-cta {
    background: #eef2ff;
    border: none;
    padding: 60px 80px; }
    .double-list.form-cta.gray {
      background: #f4f4f5; }
    .double-list.form-cta .section-header {
      text-align: left; }
    .double-list.form-cta .left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 60%;
      gap: 32px; }
    .double-list.form-cta .right {
      width: 40%; }
    .double-list.form-cta h2 {
      font-size: 48px;
      line-height: 1.2; }
  .double-list .list-item-holder {
    flex: 1 0 0; }

.teaser.right .row {
  flex-direction: row-reverse; }

.teaser.right .list-item-holder {
  padding-left: 0;
  padding-right: 96px; }

.teaser h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.217px;
  margin-bottom: 16px; }

.teaser p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.22px;
  margin-bottom: 40px; }

.teaser .row {
  align-items: center; }

.teaser .list-item-holder {
  padding-left: 80px; }

.brands {
  padding: 80px 0;
  border: none; }
  .brands .logos-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .brands .logos-holder img {
      width: calc(100% / 7);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.text-link, .lang-selector a {
  color: #4f46e5;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: rgba(79, 70, 229, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .text-link:hover, .lang-selector a:hover {
    color: #4338ca;
    border-color: transparent; }

.lang-selector {
  color: #52525b;
  font-size: 14px;
  line-height: 20px;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 32px; }
  .lang-selector span {
    pointer-events: none;
    border-radius: 4px;
    border: 1px solid;
    padding: 2px 6px; }

.resource-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0; }
  .resource-items-list .resource-item a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    background-color: #f4f4f5;
    padding: 16px;
    border-radius: 12px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #18181b; }
    .resource-items-list .resource-item a:hover {
      background-color: #eef2ff; }
      .resource-items-list .resource-item a:hover .item-image {
        color: #c026d3; }
    .resource-items-list .resource-item a .item-image {
      display: flex;
      width: 64px;
      height: 64px;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border-radius: 8px;
      background-color: #ffffff;
      font-size: 24px;
      color: #4f46e5; }
    .resource-items-list .resource-item a .item-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .resource-items-list .resource-item a .item-name {
      font-size: 16px;
      line-height: 32px;
      font-weight: 700; }
    .resource-items-list .resource-item a .item-description {
      font-size: 14px;
      line-height: 24px; }

.deal-example .double-list {
  margin: 60px 0; }

.ui-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 80px; }
  .ui-tabs h3 {
    margin-bottom: 24px; }
  .ui-tabs .ui-tabs-list {
    display: flex;
    width: 520px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1 0 0; }
  .ui-tabs .tab-content {
    flex: 1 0 0; }
    .ui-tabs .tab-content img {
      width: 100%;
      height: auto; }
  .ui-tabs .ui-tabs-item {
    display: flex;
    padding: 20px 12px 20px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    border-bottom: 1px solid #e4e4e7; }
    .ui-tabs .ui-tabs-item.active .title {
      color: #4f46e5; }
      .ui-tabs .ui-tabs-item.active .title i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .ui-tabs .ui-tabs-item.active .description {
      display: flex;
      flex-direction: row;
      gap: 16px;
      border-radius: 8px;
      padding: 12px 16px;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      align-items: center; }
      .ui-tabs .ui-tabs-item.active .description.info {
        background-color: #eef2ff; }
        .ui-tabs .ui-tabs-item.active .description.info i {
          color: #4f46e5; }
      .ui-tabs .ui-tabs-item.active .description.business-value {
        background-color: #fdf4ff; }
        .ui-tabs .ui-tabs-item.active .description.business-value i {
          color: #c026d3; }
    .ui-tabs .ui-tabs-item .title {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: -0.224px;
      padding-right: 12px; }
      .ui-tabs .ui-tabs-item .title i {
        font-size: 14px;
        line-height: 20px;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
    .ui-tabs .ui-tabs-item .description {
      display: none; }
    .ui-tabs .ui-tabs-item .icon {
      background: #ffffff;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 32px;
      border-radius: 8px;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }

.steps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 80px;
  justify-items: center;
  padding: 80px 0;
  counter-reset: steps; }
  .steps-grid .step {
    display: flex;
    width: 360px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #fafafa;
    position: relative; }
    .steps-grid .step:before {
      counter-increment: steps;
      content: counter(steps, decimal-leading-zero);
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #71717a;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      border: 2px solid #d4d4d8; }
    .steps-grid .step .step-image {
      display: flex;
      justify-content: center; }
    .steps-grid .step .step-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }

.mobile-nav-trigger {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #f4f4f5;
  border-radius: 8px;
  color: #18181b;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .mobile-nav-trigger.active {
    background: #4f46e5;
    color: #ffffff; }

.mobile-nav {
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-top: 1px solid #e4e4e7; }
  .mobile-nav.hidden {
    opacity: 0;
    visibility: hidden; }
  .mobile-nav .nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 24px;
    font-weight: 700; }
    .mobile-nav .nav-list a {
      height: 50px;
      text-decoration: none;
      color: #18181b; }
      .mobile-nav .nav-list a.current {
        color: #4f46e5; }
  .mobile-nav .buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 16px; }

body.fixed {
  position: fixed; }

.connect-to-platform.double-list .list-item-holder {
  flex-grow: 0; }
  .connect-to-platform.double-list .list-item-holder.align-left .list-item {
    gap: 12px; }

.features {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center; }
  .features .features-left,
  .features .features-right {
    width: 50%; }
  .features .features-right .feature-image img {
    max-width: 100%;
    height: auto; }

.features-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .features-list .features-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 20px;
    padding: 12px 16px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    align-items: center;
    background-color: #fafafa; }
    .features-list .features-item i {
      color: #4f46e5; }
  .features-list .icon {
    background: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }

.ipad-screen {
  text-align: center; }
  .ipad-screen img {
    max-width: 960px; }

.hero-new {
  background-image: url("../images/home-hero-bg.svg");
  background-color: #fdf4ff;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  border-radius: 24px;
  min-height: 480px;
  display: flex;
  flex-direction: row; }
  .hero-new h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.22px;
    margin-bottom: 12px; }
  .hero-new p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px; }
  .hero-new .column-left {
    width: 560px;
    padding-left: 80px;
    text-align: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center; }
    .hero-new .column-left .actions {
      padding-top: 12px; }
  .hero-new .column-right {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    flex: 1; }

.before-md-hidden {
  display: none; }

.md-hidden.blocks {
  width: 707px; }

.before-md-hidden.blocks {
  max-width: 400px; }

.form-ft.contact-form {
  align-items: stretch;
  max-width: 480px;
  border-radius: 20px;
  padding: 32px;
  background-color: #f4f4f5;
  margin: 20px auto 0; }

.header {
  height: 80px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  border-bottom: 1px solid transparent; }
  .header.fade-in {
    border-bottom: 1px solid #e4e4e7; }

nav {
  color: #ffffff;
  display: flex;
  justify-content: space-between; }
  nav .nav-left,
  nav .nav-right {
    display: flex;
    vertical-align: middle; }
  nav .nav-left {
    gap: 64px; }
  nav .nav-right {
    gap: 16px; }
  nav .brand-logo {
    display: flex;
    align-items: center; }
    nav .brand-logo svg {
      height: 32px; }
  nav .nav-items {
    display: flex;
    vertical-align: middle; }
    nav .nav-items .dropdown {
      display: flex;
      vertical-align: middle; }
    nav .nav-items > a,
    nav .nav-items .ext-menu-caption {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #18181b;
      font-size: 14px;
      font-weight: 500;
      padding: 4px 16px;
      -webkit-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      nav .nav-items > a:hover,
      nav .nav-items .ext-menu-caption:hover {
        color: #4f46e5; }
    nav .nav-items .ext-menu-caption {
      cursor: pointer; }
      nav .nav-items .ext-menu-caption.show {
        color: #4f46e5; }
        nav .nav-items .ext-menu-caption.show i {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        nav .nav-items .ext-menu-caption.show:hover:after {
          display: none; }
      nav .nav-items .ext-menu-caption i {
        margin-left: 6px;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  nav .ext-menu {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #f4f4f5;
    padding: 20px 16px;
    color: #18181b;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
    nav .ext-menu.show {
      display: flex;
      flex-direction: row;
      gap: 32px; }
  nav .ext-menu-col {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  nav .ext-menu-item {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 8px 12px;
    border-radius: 8px;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    gap: 4px; }
    nav .ext-menu-item:hover, nav .ext-menu-item.current {
      background: #fdf4ff; }
    nav .ext-menu-item .ext-menu-item-name {
      color: #18181b;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: -0.217px; }
    nav .ext-menu-item .ext-menu-item-desc {
      color: #52525b;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.217px; }

.mobile-nav .smaller {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  gap: 20px; }
  .mobile-nav .smaller a {
    height: auto;
    font-size: 18px; }

@media (max-width: 1399px) {
  .container-xl {
    width: 100%;
    max-width: 100%;
    padding: 0 32px; }
  .image-container img {
    width: 100%;
    height: auto; } }

@media (max-width: 1199px) {
  .md-hidden {
    display: none !important; }
  .before-md-hidden {
    display: block; }
  .hero .benefits .benefits-item {
    flex-direction: column; }
  .hero .benefits .benefits-item-holder {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
    .hero .benefits .benefits-item-holder .benefits-item-text {
      text-align: center; }
  .hero .section-header {
    padding: 0 5%; }
  .list-item-holder {
    flex-direction: row;
    padding: 64px 24px !important;
    gap: 48px; }
    .list-item-holder .list-item {
      flex-direction: column;
      width: 33%;
      text-align: center; }
      .list-item-holder .list-item .list-item-text h3 {
        font-size: 20px; }
  .scheme {
    flex-direction: row;
    padding-bottom: 0; }
    .scheme .column-right {
      padding-left: calc(var(--bs-gutter-x)* .5); }
    .scheme .column-left img {
      display: block;
      margin: 0 auto 32px; }
  .teaser {
    position: relative;
    padding-bottom: 128px; }
    .teaser .column-left {
      padding: 0 10%;
      text-align: center; }
      .teaser .column-left p {
        margin-bottom: 0; }
    .teaser .button {
      position: absolute;
      bottom: 60px;
      left: 40px;
      right: 40px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
  .brands .logos-holder {
    flex-wrap: wrap; }
  .brands img {
    width: 15%;
    height: auto; }
  .steps-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    .steps-grid .step {
      width: 100%; }
  .double-list {
    flex-direction: column; }
    .double-list .list-item-holder {
      flex-direction: column;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      padding: 0 !important; }
      .double-list .list-item-holder.align-left .list-item {
        flex-direction: row;
        width: 100%; }
  .double-list.form-cta .left,
  .double-list.form-cta .right {
    width: 100%; }
  .double-list.form-cta h2 {
    font-size: 40px; }
  .double-list .list-item-holder.align-left .list-item {
    text-align: left; }
  .features {
    flex-direction: column;
    gap: 32px; }
    .features .features-left,
    .features .features-right {
      width: 100%; }
  .section-header h2 {
    font-size: 28px;
    padding-left: 5%; } }

@media (max-width: 992px) {
  .hero-new h1 {
    font-size: 36px; }
  .before-md-hidden.blocks {
    max-width: 100%; }
  .hero-new {
    flex-direction: column; }
    .hero-new .column-left {
      width: 100%;
      padding: 20px 20px 0; }
    .hero-new .column-right {
      padding-bottom: 40px; }
  .hidden-mobile {
    display: none !important; }
  .only-mobile {
    display: flex !important; }
  .lang-selector {
    padding-right: 0; }
  section {
    padding: 64px 0; }
  .button {
    width: 100%; }
  .container-xl {
    padding-left: 40px;
    padding-right: 40px; }
  .list-item-holder {
    flex-direction: column;
    padding: 0 !important;
    gap: 48px; }
    .list-item-holder .list-item {
      flex-direction: column;
      width: 100%;
      text-align: left; }
      .list-item-holder .list-item .list-item-text h3 {
        font-size: 20px; }
  .section-header {
    text-align: left;
    padding: 0; }
    .ru .section-header {
      padding-left: 0;
      padding-right: 0; }
      .ru .section-header.padded {
        padding-left: 0;
        padding-right: 0; }
    .section-header h1 {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -1.22px;
      margin-bottom: 24px; }
    .section-header p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: -0.22px; }
  .scheme {
    padding: 64px 0; }
    .scheme .section-header {
      margin-bottom: 0; }
    .scheme .column-left img {
      width: 100%;
      max-width: 680px;
      height: auto;
      margin: 64px auto 64px; }
    .scheme .column-right {
      padding: 0 12px; }
    .scheme .list-item-holder {
      width: 100%;
      gap: 40px; }
      .scheme .list-item-holder .list-item {
        gap: 0;
        align-items: flex-start; }
        .scheme .list-item-holder .list-item .circle-digit {
          display: none; }
        .scheme .list-item-holder .list-item .list-item-text h3 {
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px; }
  .teaser {
    position: relative;
    padding-bottom: 160px; }
    .teaser h2 {
      font-size: 38px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -1.22px;
      margin-bottom: 16px; }
    .teaser p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: -0.22px; }
    .teaser .column-left {
      padding-right: calc(var(--bs-gutter-x)* .5);
      padding-left: calc(var(--bs-gutter-x)* .5);
      margin-bottom: 64px;
      text-align: left; }
    .teaser .list-item-holder {
      padding-left: 0;
      gap: 64px; }
      .teaser .list-item-holder .list-item {
        flex-direction: column;
        gap: 20px; }
        .teaser .list-item-holder .list-item .list-item-text {
          text-align: center; }
          .teaser .list-item-holder .list-item .list-item-text h3 {
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 32px; }
    .teaser .button {
      position: absolute;
      bottom: 40px;
      left: 40px;
      right: 40px;
      width: calc(100% - 80px); }
    .teaser.right .list-item-holder {
      padding-right: 0; }
  .brands .logos-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center; }
  .brands img {
    width: 50%;
    min-width: 200px;
    height: auto; }
  footer {
    padding-top: 64px;
    padding-bottom: 64px; }
  .ui-tabs {
    flex-direction: column; }
    .ui-tabs .ui-tabs-list {
      width: 100%; }
  .tab-content {
    display: none; }
  .double-list {
    padding: 24px;
    gap: 40px; }
  .steps-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
    .steps-grid .step-image img {
      width: 100%; } }

@media (max-width: 576px) {
  .container-xl {
    padding-left: 28px;
    padding-right: 28px; }
  .brands img {
    min-width: 100%; }
  .ui-tabs .ui-tabs-item {
    padding-right: 0; }
  .double-list.form-cta {
    padding: 32px 28px; }
    .double-list.form-cta h2 {
      font-size: 32px; }
  .alert i {
    display: none; } }
