@charset "UTF-8";
:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-home-hero {
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
  overflow: hidden;
  padding: 64px 0 60px;
}
@media only screen and (min-width: 1025px) {
  .a-home-hero {
    padding: 40px 0 60px;
  }
}
.a-home-hero__content {
  display: grid;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .a-home-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .a-home-hero__content {
    grid-template-columns: 1fr 560px;
    gap: 40px;
  }
}
.a-home-hero__tags, .a-home-hero__buttons, .a-home-hero__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.a-home-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #031d44;
  color: #e9ffff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.a-home-hero__tag img {
  flex: 0 0 24px;
}
.a-home-hero__title {
  max-width: 650px;
  margin: 36px 0 20px;
  color: #363943;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.1125rem;
}
.a-home-hero__title span {
  color: #01a9c1;
}
@media only screen and (min-width: 768px) {
  .a-home-hero__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .a-home-hero__title {
    font-size: 3.375rem;
    line-height: 3.75rem;
    letter-spacing: -0.15rem;
  }
}
.a-home-hero__lead {
  max-width: 680px;
  margin: 0;
  color: #031d44;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .a-home-hero__lead {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.a-home-hero__buttons {
  margin-top: 32px;
}
.a-home-hero__buttons .a-button {
  min-height: 64px;
  padding: 0 40px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: none;
}
.a-home-hero__media {
  background: #eef8fd;
  box-shadow: 0 20px 48px rgba(3, 29, 68, 0.08);
}
.a-home-hero__video {
  display: block;
  width: 100%;
  height: auto;
}

.a-workflow-change {
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
  padding: 60px 0 80px;
}
@media only screen and (min-width: 1025px) {
  .a-workflow-change {
    padding: 60px 0 120px;
  }
}
.a-workflow-change__heading {
  text-align: center;
}
.a-workflow-change__title {
  margin: 0;
  color: #363943;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.08rem;
}
.a-workflow-change__title span {
  color: #01a9c1;
}
@media only screen and (min-width: 768px) {
  .a-workflow-change__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .a-workflow-change__title {
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.a-workflow-change__lead {
  margin: 12px auto 0;
  max-width: 1100px;
  color: #031d44;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .a-workflow-change__lead {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-workflow-change__scheme {
  margin-top: 64px;
}
.a-workflow-change__steps, .a-workflow-change__benefits {
  display: grid;
  gap: 12px;
}
.a-workflow-change__steps {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .a-workflow-change__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.a-workflow-change__step {
  display: flex;
  min-height: 174px;
  flex-direction: column;
  gap: 32px;
  padding: 12px;
  border: 1px solid #01a9c1;
  border-radius: 20px;
}
.a-workflow-change__scheme.is-animation-ready .a-workflow-change__step {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.a-workflow-change__scheme.is-animation-ready .a-workflow-change__step.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.a-workflow-change__step h3,
.a-workflow-change__step p {
  margin: 0;
}
.a-workflow-change__step h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.a-workflow-change__step p {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}
.a-workflow-change__label {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 2px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #031d44;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.a-workflow-change__label_ai {
  border: 1px solid #fff;
  background: linear-gradient(119deg, #43dcff 0%, #4385ff 51%, #5043ff 97%);
  color: #ffffde;
}
.a-workflow-change__label_ai img {
  width: 12px;
  height: 12px;
}
.a-workflow-change__benefits {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .a-workflow-change__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.a-workflow-change__benefit {
  display: flex;
  min-height: 224px;
  flex-direction: column;
  padding: 24px 20px 20px;
  border-radius: 20px;
  background: #01a9c1;
  color: #dfffff;
}
.a-workflow-change__benefit h3,
.a-workflow-change__benefit h4,
.a-workflow-change__benefit p {
  margin: 0;
}
.a-workflow-change__benefit h3 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}
.a-workflow-change__benefit > div {
  margin-top: 48px;
}
.a-workflow-change__benefit h4 {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.a-workflow-change__benefit p {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}

.a-data-faster {
  padding: 80px 0;
  background: #031d44;
  color: #e9ffff;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .a-data-faster {
    padding: 100px 0 120px;
  }
}
.a-data-faster__heading {
  text-align: center;
}
.a-data-faster__heading h2, .a-data-faster__heading p {
  margin: 0;
}
.a-data-faster__heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.08rem;
}
@media only screen and (min-width: 1025px) {
  .a-data-faster__heading h2 {
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.a-data-faster__heading p {
  margin-top: 12px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .a-data-faster__heading p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-data-faster__process {
  display: grid;
  gap: 20px;
  margin-top: 64px;
}
@media only screen and (min-width: 1025px) {
  .a-data-faster__process {
    grid-template-columns: 420px minmax(0, 1fr);
  }
}
.a-data-faster__benchmark {
  display: flex;
  min-height: 368px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: #e9ffff;
  color: #031d44;
  text-align: center;
}
.a-data-faster__benchmark-main h3, .a-data-faster__benchmark-main p {
  margin: 0;
}
.a-data-faster__benchmark-main h3 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.05rem;
}
.a-data-faster__benchmark-main h3 strong {
  font-weight: 800;
}
.a-data-faster__benchmark-main p {
  margin-top: 8px;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.a-data-faster__benchmark-flow {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.a-data-faster__benchmark-flow span:not(:last-child)::after {
  margin-left: 10px;
  content: "→";
}
.a-data-faster__benchmark-note {
  margin: 24px 0 0;
  font-size: 1.25rem;
  line-height: 1.3;
}
.a-data-faster__benchmark-note strong {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.05rem;
}
.a-data-faster__read-more {
  display: inline-flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #031d44;
  border-radius: 999px;
  background: #fff;
  color: #031d44;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.a-data-faster__read-more:hover {
  background: #031d44;
  color: #fff;
}
.a-data-faster__process-steps {
  display: grid;
  gap: 8px;
}
.a-data-faster__process-step {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #e9ffff;
  border-radius: 20px;
}
.a-data-faster__process-step > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}
.a-data-faster__process-step span {
  flex: 0 0 40px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.a-data-faster__process-step h3, .a-data-faster__process-step p {
  margin: 0;
}
.a-data-faster__process-step h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.05rem;
}
@media only screen and (min-width: 768px) {
  .a-data-faster__process-step h3 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.a-data-faster__process-step p {
  margin-left: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
}
.a-data-faster__process.is-animation-ready .a-data-faster__process-step {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.a-data-faster__process.is-animation-ready .a-data-faster__process-step.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.a-data-faster__advantages {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .a-data-faster__advantages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.a-data-faster__advantage {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid #e9ffff;
  border-radius: 20px;
  text-align: center;
}
.a-data-faster__advantage img {
  flex: 0 0 40px;
}
.a-data-faster__advantage h3, .a-data-faster__advantage p {
  margin: 0;
}
.a-data-faster__advantage h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.a-data-faster__advantage p {
  margin-top: 8px;
  color: #cbe1e1;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}

.a-ai-agent {
  padding: 60px 0;
  color: #460000;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .a-ai-agent {
    padding: 120px 0 60px;
  }
}
.a-ai-agent__card {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  border-radius: 40px;
  background: #f09148;
}
@media only screen and (min-width: 768px) {
  .a-ai-agent__card {
    padding: 40px;
  }
}
.a-ai-agent__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (min-width: 768px) {
  .a-ai-agent__icon {
    top: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-ai-agent__icon {
    width: 80px;
    height: 80px;
  }
}
.a-ai-agent__heading {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffe3;
  text-align: center;
}
.a-ai-agent__heading h2, .a-ai-agent__heading p {
  margin: 0;
}
.a-ai-agent__heading h2 {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.08rem;
}
.a-ai-agent__heading h2 strong {
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .a-ai-agent__heading h2 {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
}
.a-ai-agent__heading p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: -0.0125rem;
}
@media only screen and (min-width: 1025px) {
  .a-ai-agent__heading p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-ai-agent__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 58px;
}
.a-ai-agent__robot {
  display: none;
  width: 100px;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .a-ai-agent__robot {
    display: block;
    width: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-ai-agent__robot {
    width: 176px;
  }
}
.a-ai-agent__scheme {
  position: relative;
  max-width: 730px;
  overflow: hidden;
}
.a-ai-agent__scheme img {
  display: block;
  width: 100%;
  height: auto;
}
.a-ai-agent__scheme::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #f09148;
  content: "";
  pointer-events: none;
  visibility: hidden;
}
.a-ai-agent.is-animation-ready .a-ai-agent__scheme::after {
  visibility: visible;
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 1.1s ease-out;
}
.a-ai-agent.is-scheme-visible .a-ai-agent__scheme::after {
  transform: scaleX(0);
}
.a-ai-agent__steps {
  display: grid;
  gap: 20px;
  margin-top: 74px;
}
@media only screen and (min-width: 768px) {
  .a-ai-agent__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.a-ai-agent__steps article {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  background: #f4f1bb;
  color: #460000;
}
.a-ai-agent__steps.is-animation-ready article {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.a-ai-agent__steps.is-animation-ready article.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.a-ai-agent__steps span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.a-ai-agent__steps p {
  margin: 24px 0 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: -0.015rem;
}

.a-solutions-tabs {
  padding: 60px 0;
  color: #363943;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
.a-solutions-tabs__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.08rem;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__title {
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.a-solutions-tabs__lead {
  margin: 8px auto 0;
  max-width: 1100px;
  color: #031d44;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__lead {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-solutions-tabs__tabs {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.a-solutions-tabs__tabs button {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #031d44;
  border-radius: 999px;
  color: #363943;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-solutions-tabs__tabs button.is-active {
  background: #031d44;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__tabs {
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
  }
  .a-solutions-tabs__tabs button {
    font-size: 1.25rem;
  }
}
.a-solutions-tabs__panels {
  margin-top: 32px;
}
.a-solutions-tabs__panel {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  overflow: hidden;
  border-radius: 40px;
  background: #031d44;
  color: #e9ffff;
}
.a-solutions-tabs__panel[hidden] {
  display: none;
}
.a-solutions-tabs__panel > img {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 110px;
  height: 110px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .a-solutions-tabs__panel > img {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__panel > img {
    top: 40px;
    right: 40px;
    width: 200px;
    height: 200px;
  }
}
.a-solutions-tabs__panel h3 {
  max-width: 650px;
  margin: 0;
  padding-right: 88px;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media only screen and (min-width: 768px) {
  .a-solutions-tabs__panel h3 {
    padding-right: 150px;
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__panel h3 {
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.a-solutions-tabs__tasks {
  display: flex;
  max-width: 900px;
  flex-wrap: wrap;
  gap: 12px;
}
.a-solutions-tabs__tasks span {
  padding: 8px 12px;
  border: 1px solid #e9ffff;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 1025px) {
  .a-solutions-tabs__tasks span {
    font-size: 1.25rem;
  }
}
.a-solutions-tabs__link {
  display: inline-flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: #e9ffff;
  color: #031d44;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.a-solutions-tabs__link:hover {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .a-solutions-tabs__panel > img {
    top: 224px;
    right: -50px;
  }
  .a-solutions-tabs__panel h3 {
    padding-right: 0;
  }
}

.a-deployment {
  padding: 60px 0;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
.a-deployment__heading {
  text-align: center;
}
.a-deployment__grid {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .a-deployment__grid {
    grid-template-columns: 3fr 2fr;
  }
}
.a-deployment__primary, .a-deployment__license, .a-deployment__cloud {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
}
.a-deployment__primary {
  min-height: 332px;
  background: #031d44;
  color: #e9ffff;
}
.a-deployment__license {
  min-height: 332px;
  justify-content: space-between;
  background: #01a9c1;
  color: #e9ffff;
}
.a-deployment__cloud {
  min-height: 206px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #01a9c1;
  color: #031d44;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-deployment__cloud {
    grid-column: 1/-1;
  }
}
.a-deployment__eyebrow, .a-deployment__label,
.a-deployment h3, .a-deployment__license > p:not(.a-deployment__eyebrow), .a-deployment__cloud p:not(.a-deployment__eyebrow) {
  margin: 0;
}
.a-deployment__eyebrow {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.015rem;
}
.a-deployment__primary-content {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 160px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.a-deployment__primary-content img {
  width: 140px;
  height: auto;
  flex: 0 0 auto;
}
.a-deployment__label {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0125rem;
}
.a-deployment h3 {
  max-width: 430px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  letter-spacing: -0.05rem;
}
.a-deployment__license > p:not(.a-deployment__eyebrow), .a-deployment__cloud p:not(.a-deployment__eyebrow) {
  max-width: 560px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0125rem;
}
.a-deployment__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.a-deployment__tags span {
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 12px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0125rem;
}
.a-deployment__license .a-deployment__eyebrow, .a-deployment__cloud .a-deployment__eyebrow {
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.a-deployment__cloud p:not(.a-deployment__eyebrow) {
  max-width: none;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}
.a-deployment__link {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #01a9c1;
  border-radius: 999px;
  background: #01a9c1;
  color: #e9ffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.a-deployment__link:hover {
  background: transparent;
  color: #031d44;
}
@media only screen and (min-width: 1025px) {
  .a-deployment__link {
    min-height: 64px;
    padding: 0 40px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .a-deployment__primary-content {
    align-items: flex-start;
  }
  .a-deployment__primary-content img {
    width: 100px;
  }
  .a-deployment h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .a-deployment__tags span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.a-partner-promo {
  padding: 60px 0;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
.a-partner-promo__card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 40px;
  background: #f09148;
  color: #ffffe3;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-partner-promo__card {
    padding: 40px;
  }
}
.a-partner-promo__content {
  max-width: 800px;
}
.a-partner-promo__content h2, .a-partner-promo__content p {
  margin: 0;
}
.a-partner-promo__content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.08rem;
}
@media only screen and (min-width: 1025px) {
  .a-partner-promo__content h2 {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
}
.a-partner-promo__content p {
  margin-top: 32px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .a-partner-promo__content p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-partner-promo__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .a-partner-promo__arrow {
    top: 40px;
    right: 40px;
    width: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-partner-promo__arrow {
    width: 143px;
  }
}
.a-partner-promo__world {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .a-partner-promo__world {
    right: 40px;
    width: 64px;
    height: 64px;
  }
}
.a-partner-promo__footer {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
}
.a-partner-promo__regions {
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  max-width: 300px;
  flex-wrap: wrap;
  gap: 8px;
  text-align: left;
}
.a-partner-promo__regions span {
  padding: 8px 20px;
  border: 1px solid #f4f1bb;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.a-partner-promo__link {
  display: inline-flex;
  width: min(100%, 400px);
  min-height: 64px;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4f1bb;
  color: #460000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.a-partner-promo__link:hover {
  background: #ffffe3;
}
@media (max-width: 1024px) {
  .a-partner-promo__footer {
    align-items: stretch;
    flex-direction: column;
  }
  .a-partner-promo__regions {
    position: static;
    align-self: center;
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }
  .a-partner-promo__world {
    display: none;
  }
}

.a-home-blog {
  padding: 60px 0;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
.a-home-blog__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.a-home-blog__heading h2, .a-home-blog__heading p {
  margin: 0;
}
.a-home-blog__heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.08rem;
}
.a-home-blog__heading h2 span {
  color: #01a9c1;
}
@media only screen and (min-width: 1025px) {
  .a-home-blog__heading h2 {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
}
.a-home-blog__heading p {
  max-width: 560px;
  margin-top: 16px;
  color: #031d44;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .a-home-blog__heading p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-home-blog__all-posts {
  flex: 0 0 auto;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #01a9c1;
  color: #01a9c1;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.a-home-blog__all-posts span {
  margin-left: 6px;
}
.a-home-blog__all-posts:hover {
  border-color: #031d44;
  color: #031d44;
}
@media only screen and (max-width: 767px) {
  .a-home-blog__heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.a-home-cta {
  padding: 102px 0;
  background: #031d44;
  font-family: "Inter", "Montserrat", sans-serif, sans-serif;
}
.a-home-cta__card {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 40px;
  background: #e9ffff;
  color: #031d44;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-home-cta__card {
    padding: 40px;
  }
}
.a-home-cta__content {
  position: relative;
  z-index: 1;
  max-width: 850px;
}
.a-home-cta__content h2, .a-home-cta__content p {
  margin: 0;
}
.a-home-cta__content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.08rem;
}
@media only screen and (min-width: 1025px) {
  .a-home-cta__content h2 {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
}
.a-home-cta__content p {
  margin-top: 32px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .a-home-cta__content p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.a-home-cta__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.a-home-cta__button {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #031d44;
  color: #e9ffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.a-home-cta__button:hover {
  border-color: #031d44;
  background: #fff;
  color: #031d44;
}
.a-home-cta__button_secondary {
  border-color: #031d44;
  background: transparent;
  color: #031d44;
}
.a-home-cta__button_secondary:hover {
  background: #031d44;
  color: #e9ffff;
}
.a-home-cta__decor {
  position: absolute;
  z-index: 0;
  width: 180px;
  height: auto;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .a-home-cta__decor {
    width: 268px;
  }
}
.a-home-cta__decor_top {
  top: -28px;
  left: -38px;
}
.a-home-cta__decor_bottom {
  right: -38px;
  bottom: -28px;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .a-home-cta__decor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a-workflow-change__step,
  .a-data-faster__process-step,
  .a-ai-agent__steps article {
    transition: none;
    transform: none;
  }
}