:root {
  --color--bg-main: var(--swatch--black);
  --color--text-white: var(--swatch--light);
  --color--text-red: var(--swatch--red);
  --swatch--light: #e4e4e4;
  --swatch--red: #ff4f4f;
  --swatch--black: black;
}

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

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

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

body {
  background-color: var(--color--bg-main);
  color: var(--color--text-white);
  font-family: Jura, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

h1 {
  letter-spacing: -.25rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 94%;
}

h2 {
  letter-spacing: -.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 94%;
}

h3 {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.container.whom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.example {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.news {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 90rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.news.smaller {
  height: 70rem;
}

.container.news.smaller.no-margin {
  margin-top: 0;
}

.container.news.smaller.no-margin.minus-lenght {
  height: 48rem;
}

.container.news.smaller.no-margin.minus-lenght.cybersecurity {
  margin-bottom: 8rem;
}

.container.news.smaller.no-margin.minus-smaller-lenght {
  height: auto;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding {
  margin-bottom: 10rem;
  padding-bottom: 20rem;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding.to-top {
  margin-top: 10rem;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
  margin-top: 0;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
  padding-bottom: 25rem;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding.none {
  height: 61rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container.news.smaller.no-margin.minus-smaller-lenght.padding.none.small {
  height: 46rem;
}

.container.news.smaller.no-margin.minus-smaller-lenght.no-padding {
  padding-bottom: 0;
}

.container.features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#000, #0000), linear-gradient(0deg, #000, #0000 20%), url('../images/server-bg.avif');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  height: 64rem;
}

.image-wrapper {
  z-index: 2;
  position: absolute;
  inset: auto -10% 0% auto;
}

.red-white-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(308deg, #d20707 34%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.red-white-gradient.whom {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(308deg, #d20707 40%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-height: 5rem;
  font-family: Jura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.red-white-gradient.whom.smaller {
  max-height: 3.5rem;
}

.red-white-gradient.examples {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(308deg, #d20707 40%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-height: 3.8rem;
  font-family: Jura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 70%;
}

.red-white-gradient.examples.smaller {
  max-height: 3.5rem;
}

.red-white-gradient.whom-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(308deg, #d20707 40%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-height: 5rem;
  font-family: Jura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.red-white-gradient.whom-copy.smaller {
  max-height: 3.5rem;
}

.red-white-gradient.news {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(308deg, #d20707 40%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  height: 7.5rem;
  font-family: Jura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 90%;
}

.red-white-gradient.news.smaller {
  max-height: 3.5rem;
}

.red-white-gradient.news.bigger {
  height: 9rem;
  font-size: 1.75rem;
}

.red-white-gradient.news.biggest {
  height: 12.7rem;
  font-size: 1.75rem;
}

.red-white-gradient.features {
  background-image: linear-gradient(96deg, #d20707 6%, #fff);
}

.red-white-gradient.padding-left {
  padding-right: .5rem;
}

.red-white-gradient.padding-left.abroad-clients {
  height: 7.4rem;
}

.red-white-gradient.padding-left.requirments {
  height: 14.5rem;
}

.red-white-gradient.padding-left.decision {
  height: 3.9rem;
}

.red-white-gradient.cybersecurity {
  height: 100%;
  padding-bottom: 1rem;
  font-size: 3.6rem;
}

.red-white-gradient.text-link {
  background-image: linear-gradient(308deg, #d20707, #fff);
  font-size: 2rem;
  transition: all .4s;
}

.red-white-gradient.text-link:hover {
  transform: scale(1.1);
}

.red-white-gradient.text-link-additional {
  font-size: 2rem;
}

.hero-text-wrap {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 37rem;
  display: flex;
  position: relative;
}

.paragraph-link {
  color: var(--color--text-red);
  text-decoration: underline;
}

.whom-text-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 59rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.whom-text-wrap.ai-productivity {
  max-width: 64rem;
}

.whom-text-wrap.flexibility {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64rem;
  margin-left: 0;
  margin-right: auto;
}

.whom-text-wrap.effectivivty {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 64rem;
  height: 35rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.whom-text-wrap.guidewell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 64rem;
  height: 35rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.text-1-125rem {
  max-width: 15rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-1-125rem.space-under, .text-1-125rem.bigger-space {
  margin-bottom: 2rem;
}

.card {
  z-index: 4;
  border: .0625rem solid #fff3;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 18.75rem;
  height: 35rem;
  padding-top: 1rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.card.example {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 0 0, 50%, 50%;
  background-size: contain, contain, contain;
  max-width: 25rem;
}

.card.example._1122 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp');
  background-position: 50% -50%;
  background-size: 400px 600px;
}

.card.example.e1150 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.example.e1180 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.news {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 0 0, 50%, 50%;
  background-size: contain, contain, contain;
  max-width: 25rem;
}

.card.news._1122 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp');
  background-position: 50% -50%;
  background-size: 400px 600px;
  height: 32.875rem;
}

.card.news.e1150 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.news.e1180 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.news._25 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_27_34-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.news._50 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_38_10-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.news.safe {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_45_20-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.news.cyber {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_58_47-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.news.update {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-06_06_49-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.productivity {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp'), url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 0 0, 50%, 50%;
  background-size: contain, contain, contain;
  max-width: 25rem;
}

.card.productivity._1122 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp');
  background-position: 50% -50%;
  background-size: 400px 600px;
  height: 32.875rem;
}

.card.productivity.e1150 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_55_14-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.productivity.e1180 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_01_36-PM-1.webp');
  background-position: 50%;
  background-size: contain;
}

.card.productivity._25 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_27_34-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.productivity._50 {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_38_10-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.productivity.small {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 13.75rem;
}

.card.productivity.small._55 {
  padding-top: 2.5rem;
  position: absolute;
  inset: 22% 6% 0% auto;
}

.card.productivity.small._45 {
  padding-top: 2.5rem;
  position: absolute;
  inset: 47.5% 35% 0% auto;
}

.card.productivity.small.instruments {
  position: absolute;
  inset: 40% 0% 0% auto;
}

.card.productivity.cyber {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-05_58_47-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.productivity.update {
  background-image: url('../images/ChatGPT-Image-Nov-19-2025-06_06_49-PM-1.webp');
  background-position: 50%;
  background-size: 400px 526px;
  height: 32.875rem;
}

.card.productivity.big {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 13.75rem;
}

.card.productivity.big._55 {
  position: absolute;
  inset: 22% 5% 0% auto;
}

.card.productivity.big._45 {
  position: absolute;
  inset: 40% 50% 0% auto;
}

.card.productivity.big.instruments {
  height: 16.375rem;
  position: absolute;
  inset: 44% 2% 0% auto;
}

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

.card-wrapper.example, .card-wrapper.news {
  margin-top: 5rem;
}

.card-wrapper.news {
  margin-top: 2rem;
}

.card-wrapper.productivity {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: space-around;
  place-items: end start;
  margin-top: 2rem;
  display: grid;
}

.card-image {
  z-index: 2;
  border-radius: 0 0 1.3rem 1.3rem;
  width: 100%;
  max-width: 18.75rem;
  position: relative;
}

.card-text-wrap {
  margin-left: 1rem;
}

.whom-image-wrap {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(91deg, #000, #0000);
  background-clip: border-box;
  max-width: 35rem;
  position: absolute;
  inset: 0% auto auto -6%;
}

.whom-image-wrap.productivity {
  top: 17%;
}

.whom-image-wrap.flexibility {
  max-width: 53.75rem;
  inset: -5% 0% 0% auto;
}

.whom-image-wrap.effectivity {
  max-width: 53.75rem;
  inset: 0% auto 0% 0%;
}

.whom-image-wrap.cybersecurity {
  max-width: 39rem;
  position: absolute;
  inset: 10% 0% auto auto;
}

.whom-image-wrap.guidewell {
  max-width: 53.75rem;
  inset: 15% 0% 0% auto;
}

.whom-image-wrap.temenos, .whom-image-wrap.in-ukraine, .whom-image-wrap.cyber-defence {
  max-width: 53.75rem;
  inset: 0% auto 0% 0%;
}

.image {
  z-index: 0;
  position: relative;
}

.examples-text-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 59rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-right: auto;
  display: flex;
  position: relative;
}

.examples-model-name {
  font-size: 1rem;
  line-height: 100%;
}

.news-bigger-text {
  font-size: 3.875rem;
  line-height: 100%;
}

.news-text-wrap-copy {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 25rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 68.75rem;
  display: grid;
}

.features-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(270deg, #000, #0000 42%), linear-gradient(0deg, #000, #0003 38%), url('../images/features.webp');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: block;
}

.paragraph-ai-productivity {
  text-align: justify;
  margin-bottom: 0;
}

.paragraph-ai-productivity.effectivity {
  text-align: right;
}

.paragraph-ai-productivity.jasmin {
  text-align: right;
  width: 100%;
  max-width: 45rem;
}

.paragraph-ai-productivity.guidewell.max {
  max-width: 45.9rem;
}

.paragraph-ai-productivity.guidewell {
  text-align: left;
  width: 100%;
  max-width: 45rem;
}

.paragraph-ai-productivity.in-ukraine {
  text-align: right;
  width: 100%;
  max-width: 50.2rem;
}

.paragraph-ai-productivity.link-solidity {
  text-align: left;
  width: 100%;
  max-width: 45rem;
}

.paragraph-ai-productivity.link-solidity.red-white-gradient {
  height: 118%;
}

.paragraph-ai-productivity.link-marketing {
  text-align: left;
  width: 100%;
  max-width: 45rem;
}

.paragraph-ai-productivity.link-marketing.red-white-gradient {
  z-index: 20;
  height: 130%;
  position: relative;
}

.productivity-ai-big-text {
  font-size: 3.875rem;
  line-height: 90%;
}

.list {
  margin-bottom: 0;
}

.list.effectivity {
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 1rem;
}

.list-item.no-margin {
  margin-bottom: 0;
}

.list-item.to-left {
  text-align: justify;
  margin-left: 3.75rem;
  padding-left: 0;
}

.list-item.more-spce {
  margin-bottom: 2rem;
}

.faq {
  color: var(--color--text-white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 45rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.faq.mobile {
  display: none;
}

.faq-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin: -2rem 0 0;
  padding-right: 20px;
  display: flex;
}

.faq-heading.w--open {
  margin-left: 0;
  margin-right: 0;
  bottom: 13.75rem;
}

.faq-heading.guidewell {
  margin-right: auto;
}

.faq-icon {
  color: var(--color--text-white);
  justify-content: space-between;
  align-items: center;
  width: 2.1875rem;
  height: 2.25rem;
  display: flex;
}

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

.faq-open-text {
  background-color: #0000;
  display: block;
  top: -1rem;
}

.faq-open-text.w--open {
  background-color: #0000;
  width: 100%;
  max-width: 45rem;
  height: 15rem;
  display: block;
  overflow: hidden;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.decision-links-wrap {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-navigation {
  white-space: nowrap;
  word-break: keep-all;
  padding: .3125rem;
  font-family: Jura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

.path, .path-2, .black-logo {
  color: var(--color--bg-main);
}

.red-logo {
  color: var(--color--text-red);
}

.navigation-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.navigation-list.is-header {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-nav-cols {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header {
  padding-top: 1.5rem;
}

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

.header-logo {
  z-index: 17;
  width: 9rem;
  position: relative;
}

.container-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.container-header.whom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-header.example {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-header.news {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 90rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-header.news.smaller {
  height: 70rem;
}

.container-header.news.smaller.no-margin {
  margin-top: 0;
}

.container-header.news.smaller.no-margin.minus-lenght {
  height: 48rem;
}

.container-header.news.smaller.no-margin.minus-lenght.cybersecurity {
  margin-bottom: 8rem;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght {
  height: auto;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding {
  margin-bottom: 10rem;
  padding-bottom: 20rem;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding.to-top {
  margin-top: 10rem;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
  margin-top: 0;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
  padding-bottom: 25rem;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding.none {
  height: 61rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.padding.none.small {
  height: 46rem;
}

.container-header.news.smaller.no-margin.minus-smaller-lenght.no-padding {
  padding-bottom: 0;
}

.container-header.features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  background-image: radial-gradient(circle, #b30000, #4d0000);
  border: .0625rem solid #9b0f0680;
  border-radius: .75rem;
  padding: .6875rem .875rem;
  font-size: 1.4rem;
}

.container-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.container-footer.whom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-footer.example {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-footer.news {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 84.5rem;
  height: 90rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-footer.news.smaller {
  height: 70rem;
}

.container-footer.news.smaller.no-margin {
  margin-top: 0;
}

.container-footer.news.smaller.no-margin.minus-lenght {
  height: 48rem;
}

.container-footer.news.smaller.no-margin.minus-lenght.cybersecurity {
  margin-bottom: 8rem;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght {
  height: auto;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding {
  margin-bottom: 10rem;
  padding-bottom: 20rem;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding.to-top {
  margin-top: 10rem;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
  margin-top: 0;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
  padding-bottom: 25rem;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding.none {
  height: 61rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.padding.none.small {
  height: 46rem;
}

.container-footer.news.smaller.no-margin.minus-smaller-lenght.no-padding {
  padding-bottom: 0;
}

.container-footer.features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 84.5rem;
  height: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-navigation-wrap {
  white-space: nowrap;
  word-break: keep-all;
  margin-right: 2rem;
  padding: .3125rem;
  font-family: Jura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

.text-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link-description-wrapper {
  font-size: 1rem;
}

.menu-wrap, .header-bg {
  display: none;
}

.header-navigation {
  white-space: nowrap;
  word-break: keep-all;
  padding: .3125rem;
  font-family: Jura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: center;
    align-items: flex-start;
  }

  .container.whom {
    height: 183rem;
  }

  .container.example {
    height: 123rem;
  }

  .container.news.smaller {
    height: 190rem;
  }

  .container.news.smaller.no-margin.minus-lenght.cybersecurity {
    height: 89rem;
  }

  .container.news.smaller.no-margin.minus-lenght.adaptive {
    height: 71rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding {
    height: 831.979rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
    height: 83rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
    height: 88rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.small.further {
    height: 47rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.adaptive {
    height: 84rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.bank {
    height: 83rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive {
    height: 55rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.ai {
    height: 64rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.bigger {
    height: 74rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.no-padding.adaptive {
    height: 50rem;
  }

  .container.news.smaller.adaptive {
    height: 105rem;
  }

  .container.hero {
    margin-top: 3rem;
  }

  .image-wrapper {
    inset: auto 0% 5% 50%;
    transform: translate(-45%);
  }

  .red-white-gradient {
    text-align: center;
  }

  .red-white-gradient.padding-left.requirments {
    margin-top: 10rem;
  }

  .red-white-gradient.more-space {
    height: 10.9rem;
  }

  .hero-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .whom-text-wrap.ai-productivity {
    justify-content: center;
    align-items: center;
  }

  .whom-text-wrap.flexibility {
    justify-content: flex-start;
    align-items: center;
  }

  .whom-text-wrap.effectivivty {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .whom-text-wrap.effectivivty.adaptive {
    height: 26rem;
  }

  .whom-text-wrap.guidewell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .whom-text-wrap.guidewell.adaptive {
    height: 26rem;
  }

  .whom-text-wrap.adaptive {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .whom-text-wrap.adaptive.max {
    max-width: 34rem;
    margin-right: auto;
  }

  .card.productivity.small._55 {
    justify-content: space-between;
    align-items: center;
    top: 45%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .card.productivity.small._45 {
    justify-content: space-between;
    align-items: center;
    top: 78%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .card.productivity.big.instruments {
    top: 60%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

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

  .card-wrapper.news {
    flex-flow: column-reverse;
  }

  .whom-image-wrap.productivity {
    inset: 20% 0% auto 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.flexibility {
    top: 56%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.effectivity {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.effectivity.adaptive {
    top: 50%;
  }

  .whom-image-wrap.cybersecurity {
    top: 68%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.guidewell {
    top: 58%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.temenos {
    top: 70%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.in-ukraine, .whom-image-wrap.cyber-defence {
    top: 40%;
    left: 50%;
    transform: translate(-50%);
  }

  .whom-image-wrap.none {
    display: none;
  }

  .examples-text-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .news-text-wrap-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    max-width: 34rem;
    font-size: 1.5rem;
  }

  .paragraph-ai-productivity {
    text-align: center;
    font-size: 1.5rem;
  }

  .paragraph-ai-productivity.effectivity, .paragraph-ai-productivity.jasmin, .paragraph-ai-productivity.guidewell, .paragraph-ai-productivity.in-ukraine, .paragraph-ai-productivity.link-solidity.red-white-gradient {
    text-align: center;
  }

  .paragraph-ai-productivity.max {
    max-width: 34rem;
  }

  .list {
    text-align: center;
    font-size: 1.5rem;
  }

  .list.effectivity {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item.to-left {
    margin-left: 0;
  }

  .list-item.more-spce {
    margin-bottom: 1rem;
  }

  .faq-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .decision-links-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer-content-wrap {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .footer-navigation {
    font-size: 1.75rem;
  }

  .navigation-list.is-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-nav-cols {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.75rem;
  }

  .header {
    padding-top: 0;
  }

  .container-header {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
  }

  .header-menu {
    z-index: 10;
    flex-flow: column;
    display: none;
    position: absolute;
    top: 100%;
  }

  .button {
    margin-top: 2rem;
  }

  .text-link-description.red-white-gradient.to-left {
    text-align: left;
  }

  .menu-wrap {
    aspect-ratio: 1;
    background-color: var(--color--bg-main);
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    margin-left: auto;
    display: flex;
  }

  .header-bg {
    z-index: 9;
    background-color: var(--color--bg-main);
    display: none;
    position: fixed;
    inset: 0%;
  }

  .header-navigation {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .container.news.smaller.no-margin.minus-lenght.cybersecurity {
    height: 84rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
    height: 70rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
    height: 81rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.bank {
    height: 65rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.bigger {
    height: 70rem;
  }

  .red-white-gradient {
    font-size: 3rem;
  }

  .red-white-gradient.features {
    font-size: 1.3rem;
  }

  .red-white-gradient.padding-left.requirments {
    padding-bottom: 1rem;
    font-size: 3.1rem;
  }

  .red-white-gradient.cybersecurity {
    font-size: 3rem;
  }

  .hero-text-wrap {
    max-width: 32rem;
    font-size: 1.3rem;
  }

  .whom-text-wrap.flexibility {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }

  .whom-text-wrap.effectivivty, .whom-text-wrap.guidewell, .whom-text-wrap.guidewell.adaptive {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whom-text-wrap.adaptive.max {
    max-width: 32rem;
    font-size: 1.3rem;
  }

  .card.example._1122 {
    background-image: url('../images/ChatGPT-Image-Nov-19-2025-04_49_08-PM-1.webp');
    background-position: 50% 0;
    background-size: 310px;
  }

  .card.news.safe {
    background-position: 50% 100%;
  }

  .card.productivity.small._55 {
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .whom-image-wrap.effectivity {
    top: 68%;
  }

  .whom-image-wrap.cybersecurity {
    top: 73%;
  }

  .whom-image-wrap.guidewell {
    top: 75%;
  }

  .whom-image-wrap.guidewell.certificate {
    top: 71%;
  }

  .whom-image-wrap.guidewell.question {
    top: 68%;
  }

  .whom-image-wrap.in-ukraine {
    top: 53%;
  }

  .whom-image-wrap.cyber-defence {
    top: 60%;
  }

  .div-block {
    max-width: 32rem;
  }

  .paragraph-ai-productivity {
    font-size: 1.3rem;
  }

  .paragraph-ai-productivity.max {
    max-width: 32rem;
    font-size: 1.3rem;
  }

  .list {
    font-size: 1.3rem;
  }

  .faq-open-text {
    background-color: #000;
  }

  .text-link-description.red-white-gradient.to-left {
    font-size: 1rem;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .hero-description-text {
    font-size: 1.3rem;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 1.2rem;
  }

  .adaptive-text-safety {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .container.whom {
    height: 176rem;
  }

  .container.news.smaller.no-margin {
    height: 185rem;
  }

  .container.news.smaller.no-margin.minus-lenght.cybersecurity {
    height: 56rem;
    margin-bottom: 0;
  }

  .container.news.smaller.no-margin.minus-lenght.adaptive {
    height: 45rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.to-top.none {
    max-width: 18rem;
    height: 47rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.plus0size {
    height: 55rem;
    margin-bottom: 0;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.small.further {
    height: 38rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.small.guide {
    height: 31rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.adaptive {
    height: 57rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.none.bank {
    height: 41rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive {
    height: 49rem;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.ai {
    height: 35rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.bigger {
    height: 40rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.padding.adaptive.phone {
    height: 41rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container.news.smaller.no-margin.minus-smaller-lenght.no-padding.adaptive {
    height: 37rem;
  }

  .container.news.smaller.adaptive.no-margin {
    height: 81rem;
  }

  .container.features {
    justify-content: flex-start;
    align-items: center;
    height: 44rem;
  }

  .container.hero {
    height: 48rem;
  }

  .hero-section {
    height: 53rem;
  }

  .image-wrapper {
    min-width: 18rem;
    bottom: 0%;
  }

  .red-white-gradient {
    padding-right: .5rem;
    font-size: 2rem;
  }

  .red-white-gradient.whom {
    text-align: left;
  }

  .red-white-gradient.news {
    text-align: left;
    font-size: 1.4rem;
  }

  .red-white-gradient.news.bigger, .red-white-gradient.news.biggest {
    font-size: 1.4rem;
  }

  .red-white-gradient.features {
    font-size: 1.1rem;
  }

  .red-white-gradient.padding-left.abroad-clients {
    height: 5rem;
  }

  .red-white-gradient.padding-left.requirments {
    height: 9rem;
    margin-top: 0;
    font-size: 2rem;
  }

  .red-white-gradient.cybersecurity {
    font-size: 2rem;
  }

  .red-white-gradient.more-space {
    height: 6rem;
  }

  .hero-text-wrap, .whom-text-wrap.flexibility {
    max-width: 18rem;
    font-size: .9rem;
  }

  .whom-text-wrap.effectivivty {
    max-width: 18.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whom-text-wrap.effectivivty.adaptive {
    max-width: 18rem;
    height: 22rem;
    margin-right: auto;
  }

  .whom-text-wrap.guidewell {
    justify-content: flex-start;
    align-items: center;
    max-width: 18rem;
    height: 34rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whom-text-wrap.guidewell.adaptive {
    max-width: 18.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whom-text-wrap.guidewell.phone {
    height: 23rem;
  }

  .whom-text-wrap.adaptive.max {
    max-width: 18rem;
    font-size: .9rem;
    line-height: 110%;
  }

  .text-1-125rem {
    font-size: .9rem;
    line-height: 110%;
  }

  .text-1-125rem.space-under, .text-1-125rem.bigger-space {
    line-height: 110%;
  }

  .card.example.e1150, .card.example.e1180 {
    background-repeat: no-repeat;
  }

  .card.productivity.small._55 {
    max-width: 18rem;
    top: 35%;
  }

  .card.productivity.small._45 {
    max-width: 18rem;
    top: 75%;
  }

  .card.productivity.big.instruments {
    justify-content: space-around;
    align-items: flex-start;
    max-width: 18rem;
    top: 53%;
  }

  .whom-image-wrap.productivity {
    top: 17%;
  }

  .whom-image-wrap.flexibility {
    top: 70%;
  }

  .whom-image-wrap.effectivity {
    top: 71%;
  }

  .whom-image-wrap.effectivity.adaptive {
    top: 60%;
  }

  .whom-image-wrap.cybersecurity {
    top: 80%;
  }

  .whom-image-wrap.guidewell {
    top: 61%;
  }

  .whom-image-wrap.cyber-defence {
    top: 70%;
  }

  .div-block {
    max-width: 18rem;
  }

  .paragraph-ai-productivity {
    font-size: .9rem;
    line-height: 110%;
  }

  .paragraph-ai-productivity.effectivity {
    line-height: 110%;
  }

  .paragraph-ai-productivity.jasmin {
    -webkit-text-stroke-color: #000;
    font-size: .9rem;
    line-height: 110%;
  }

  .paragraph-ai-productivity.guidewell {
    line-height: 100%;
  }

  .paragraph-ai-productivity.link-solidity.red-white-gradient, .paragraph-ai-productivity.link-marketing.red-white-gradient {
    font-size: 1.2rem;
  }

  .paragraph-ai-productivity.max {
    max-width: 18rem;
    font-size: .9rem;
    line-height: 110%;
  }

  .productivity-ai-big-text {
    font-size: 3rem;
  }

  .list {
    text-align: center;
    padding-left: 0;
    font-size: .9rem;
    list-style-type: none;
  }

  .list.effectivity {
    list-style-type: none;
  }

  .list-item, .list-item.to-left, .list-item.more-spce {
    line-height: 110%;
  }

  .faq, .faq.mobile, .faq.open {
    display: flex;
  }

  .faq-heading {
    margin-top: 0;
  }

  .faq-heading.w--open {
    display: none;
  }

  .faq-heading.guidewell {
    font-size: 1rem;
  }

  .faq-text {
    font-size: .9rem;
  }

  .faq-open-text {
    background-color: #000;
    padding-bottom: .5rem;
    top: 0;
  }

  .faq-open-text.w--open {
    display: flex;
  }

  .footer-logo {
    max-width: 11rem;
  }

  .text-link-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-description-text, .adaptive-text-safety {
    font-size: .9rem;
    line-height: 110%;
  }

  .div-block-3, .header-logo-wrapper {
    max-width: 6.9rem;
  }

  .paragraph-4 {
    line-height: 110%;
  }
}

#w-node-e289da32-f2e5-41a5-6d02-32b1e654a2b3-e44e6722 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_5a5ebe69-65a6-02a8-7a14-13b72a0b943e-e44e6722 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


