@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary--main-green: #68c95f;
  --primary--light-green: #76e26c;
  --primary--dark-green: #60b858;
  --primary--main-blue: #062138;
  --primary--light-blue: #093153;
  --primary--dark-blue: #041828;
  --secondary--main-blue: #1791d8;
  --secondary--light-blue: #5bc3ff;
  --secondary--dark-blue: #0a85cd;
  --secondary--main-white: #f3f3f6;
  --secondary--light-white: #fafafc;
  --secondary--dark-white: #dedee5;
  --system--main-red: #ff5c5c;
  --system--light-red: #ff8080;
  --system--dark-red: #ff3b3b;
  --system--main-green: #39d98a;
  --system--light-green: #57eba1;
  --system--dark-green: #06c270;
  --system--main-blue: #5b8def;
  --system--light-blue: #9dbff9;
  --system--dark-blue: #0063f7;
  --system--main-orange: #fdac42;
  --system--light-orange: #fccc75;
  --system--dark-orange: #f80;
  --system--white: white;
  --other--light-green: #41f2001a;
  --system--black: black;
}

body {
  color: #333;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.div-block {
  background-color: var(--primary--main-green);
}

.div-block-2 {
  background-color: var(--primary--light-green);
}

.div-block-4 {
  background-color: var(--primary--dark-green);
}

.div-block-5 {
  background-color: var(--primary--main-blue);
}

.div-block-6 {
  background-color: var(--primary--light-blue);
}

.div-block-7 {
  background-color: var(--primary--dark-blue);
}

.div-block-8 {
  background-color: var(--secondary--main-blue);
}

.div-block-9 {
  background-color: var(--secondary--light-blue);
}

.div-block-10 {
  background-color: var(--secondary--dark-blue);
}

.div-block-11 {
  background-color: var(--secondary--main-white);
}

.div-block-12 {
  background-color: var(--secondary--light-white);
}

.div-block-13 {
  background-color: var(--secondary--dark-white);
}

.div-block-14 {
  background-color: var(--system--main-red);
}

.div-block-15 {
  background-color: var(--system--light-red);
}

.div-block-16 {
  background-color: var(--system--dark-red);
}

.div-block-17 {
  background-color: var(--system--main-green);
}

.div-block-18 {
  background-color: var(--system--light-green);
}

.div-block-19 {
  background-color: var(--system--dark-green);
}

.div-block-20 {
  background-color: var(--system--main-blue);
}

.div-block-21 {
  background-color: var(--system--light-blue);
}

.div-block-22 {
  background-color: var(--system--dark-blue);
}

.div-block-23 {
  background-color: var(--system--main-orange);
}

.div-block-24 {
  background-color: var(--system--light-orange);
}

.div-block-25 {
  background-color: var(--system--dark-orange);
}

.headings, .other {
  flex: 1;
}

.section {
  justify-content: space-between;
}

.section.ds-typography {
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.ds-caption {
  color: #8f90a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.lead {
  font-weight: 700;
  line-height: 24px;
}

.body-16pt {
  font-size: 16px;
  line-height: 30px;
}

.body-14pt {
  line-height: 24px;
}

.blockquote {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
}

.capitalized {
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
}

.tiny {
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
}

.h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.h2 {
  font-weight: 700;
  line-height: 44px;
}

.h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.header {
  z-index: 10;
  color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 124px;
  padding: 30px 40px;
  display: flex;
  position: fixed;
}

.hero.homepage-hero {
  background-color: var(--primary--main-blue);
  height: 1024px;
  padding-top: 124px;
  position: relative;
  overflow: hidden;
}

.header-logo {
  z-index: 1;
  position: relative;
}

.header-logo.w--current, .primary-nav {
  flex: none;
}

.primary-nav__imenu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.primary-nav__menu-item {
  color: var(--secondary--light-white);
  margin-right: 15px;
}

.primary-nav__menu-item-link {
  color: var(--secondary--light-white);
  text-decoration: none;
}

.primary-nav__menu-item-link.h6 {
  color: var(--system--white);
  font-size: 16px;
  transition: color .15s;
}

.primary-nav__menu-item-link.h6:hover {
  color: var(--primary--main-green);
}

.ds-elements {
  padding: 32px;
}

.btn {
  background-color: var(--secondary--light-blue);
  color: var(--primary--main-blue);
  text-transform: uppercase;
  border-radius: 4px;
  max-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .15s, background-color .15s;
}

.btn:focus {
  box-shadow: 0 0 0 2px var(--system--dark-blue);
}

.btn.btn--primary:hover {
  background-color: var(--secondary--main-blue);
}

.btn.btn--primary:active {
  background-color: var(--secondary--dark-blue);
  color: var(--primary--light-blue);
}

.btn.btn--primary.btn--primary-inverted {
  color: var(--secondary--light-blue);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn--primary.btn--primary-inverted:hover {
  color: var(--secondary--main-blue);
}

.btn.btn--primary.email-form__submit {
  text-transform: uppercase;
  min-height: 52px;
  max-height: 0;
}

.btn.btn--primary.process-steps__action-button {
  margin-left: -110px;
}

.btn.btn--primary.btn--uppercase {
  text-transform: uppercase;
}

.btn.btn--primary.btn--uppercase.contact-button {
  margin-top: 70px;
}

.btn.btn--primary.form__button {
  margin-top: 80px;
}

.btn.btn--secondary {
  background-color: var(--primary--main-green);
}

.btn.btn--secondary:hover {
  background-color: var(--primary--dark-green);
}

.btn.btn--secondary:active {
  background-color: var(--primary--main-green);
  color: var(--primary--light-blue);
}

.btn.btn--secondary.btn--secondary-inverted {
  color: var(--primary--main-green);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn--secondary.btn--secondary-inverted:hover {
  color: var(--primary--dark-green);
}

.btn.btn--secondary.btn--lowercase {
  text-transform: capitalize;
}

.btn.btn--icon {
  background-image: url('../images/Chat.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 54px;
}

.btn.btn--icon.btn--primary.btn--primary-inverted, .btn.btn--icon.btn--secondary.btn--secondary-inverted {
  padding-left: 54px;
}

.btn.btn--tertiary {
  border: 1px solid var(--secondary--dark-white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 52px;
  max-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn.btn--tertiary.btn--uppercase {
  text-transform: uppercase;
}

.btn.btn--quaternary {
  background-color: var(--system--main-green);
  color: var(--primary--light-blue);
}

.btn.btn--quaternary.btn--uppercase {
  background-color: var(--primary--main-green);
  text-transform: uppercase;
}

.ds-elements__container {
  justify-content: space-between;
  display: block;
}

.ds-elements__container-group {
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

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

.container.homepage-hero__container {
  z-index: 2;
  height: 100%;
  padding-top: 94px;
  display: flex;
  position: relative;
}

.container.its-magic-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.case-study-list-container {
  z-index: 2;
  position: relative;
}

.container.container--bia-methodology {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.hero-container {
  z-index: 2;
  position: relative;
}

.container.unification-team-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.container-our-credentials {
  background-image: url('../images/Group-2204.svg');
  background-position: 50% 60px;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: center;
}

.container.plan-options-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.homepage-hero__masthead {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage-hero__image {
  flex: 1;
}

.hero__masthead-title {
  color: var(--system--white);
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.hero__masthead-title-highlight {
  color: var(--primary--main-green);
}

.hero__masthead-text {
  color: var(--secondary--main-white);
  font-size: 26px;
  line-height: 40px;
}

.hero__masthead-text.hero__masthead-text--spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero__masthead-text.hero__masthead-text--spacing-small {
  margin-top: 20px;
  margin-bottom: 30px;
}

.email-form {
  background-color: #04182880;
}

.email-form__input {
  color: var(--system--white);
  background-color: #0000;
  border: 0 solid #000;
  min-height: 52px;
  margin-bottom: 0;
}

.email-form__input::placeholder {
  color: var(--system--white);
  font-size: 16px;
}

.email-form__inner {
  border-radius: 8px;
  align-items: center;
  max-width: 580px;
  padding: 10px;
  display: flex;
}

.featured-case-studies {
  z-index: 4;
  margin-top: -148px;
  position: relative;
}

.featured-case-studies__tabs {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.featured-case-studies__tabs-menu {
  max-width: 804px;
  display: flex;
}

.featured-case-studies__tabs-menu-link {
  background-color: #68c95f1a;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 148px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.featured-case-studies__tabs-menu-link.w--current {
  background-color: var(--primary--main-green);
}

.featured-case-studies__tabs-menu-link.featured-case-studies__tabs-menu-link--rounded {
  border-top-left-radius: 40px;
}

.featured-case-studies__tabs-content {
  width: 100%;
  display: flex;
}

.featured-case-studies__tabs-content-inner {
  background-color: var(--primary--light-blue);
  flex: 1;
}

.featured-case-studies__tabs-content-inner-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured-case-studies__tabs-content-inner-layout-details {
  flex: 1;
  justify-content: center;
  display: flex;
}

.featured-case-studies__tabs-content-inner-layout-details-preview {
  background-color: var(--primary--main-green);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 804px;
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
}

.tag {
  background-color: var(--primary--main-blue);
  color: var(--primary--main-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.featured-case-studies__tabs-content-inner-layout-details-text {
  color: var(--secondary--light-white);
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.featured-case-studies__tabs-content-inner-layout-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.section-block {
  z-index: 2;
  background-color: var(--primary--light-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-block.section-block--alternative-bg {
  background-color: #092b48;
}

.section-block.section-how-we-do-it {
  background-color: #68c95f1a;
  background-image: url('../images/how-we-do-it-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-block.section-block--white-bg {
  background-color: var(--system--white);
}

.section-block.section-block--white-bg.section-block--bia-methodology {
  background-image: url('../images/Mask-Group.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-block.section-block--white-bg.why-partner-section {
  background-image: url('../images/Mask-Group.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 60px;
}

.section-block.section-block--white-bg.section-initial-challenges {
  background-image: url('../images/vertical-circle-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-block.section-block--white-bg.section-solution-journey {
  background-color: var(--other--light-green);
}

.section-block.section-co-sell-partner {
  background-color: #062138;
  background-image: url('../images/co-sell-partner-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-block.section-ai-driven, .section-block.section-block--plight-blue {
  background-color: var(--primary--light-blue);
}

.section-block.customer-comments-section {
  overflow: hidden;
}

.section-block.section-block--pdark-blue {
  background-color: var(--primary--dark-blue);
}

.section-block.section-block-maximize, .section-block.section-block-global-mission, .section-block.section-block-meet-the-team, .section-block.section-plan-options, .section-block.section-signal-analysis, .section-block.section-unification-of-teams {
  background-color: var(--primary--main-blue);
}

.section-block.section-block-case-study-testimonial {
  background-color: var(--primary--dark-blue);
  background-image: url('../images/Group-2204.svg');
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-block.modal-form {
  background-color: var(--primary--dark-blue);
}

.section-title {
  color: #6f95b4;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 44px;
}

.section-title.section-title--ornament {
  background-image: url('../images/section-ornament.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-width: 104px;
  padding-top: 88px;
}

.section-title.section-title--ornament.section-title--alternate.bia-methodologhy-title {
  margin-bottom: 100px;
}

.section-title.section-title--ornament.section-title--alternate.why-partner-title {
  margin-bottom: 0;
}

.section-title.section-title--ornament.section-title--white {
  color: var(--secondary--light-white);
}

.section-title.section-title--ornament.section-title--ornament-green {
  background-image: url('../images/section-ornament-green.svg');
}

.section-title.section-title--alternate {
  color: var(--primary--light-blue);
}

.section-text {
  color: var(--secondary--dark-white);
  text-align: center;
  max-width: 642px;
  font-size: 20px;
  line-height: 32px;
}

.section-text.section-text--alternate {
  color: var(--primary--main-blue);
}

.section-text.section-text--big {
  font-size: 28px;
  line-height: 40px;
}

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

.section-text.ai-driven-text {
  max-width: 810px;
  margin-bottom: 100px;
  font-size: 28px;
  line-height: 40px;
}

.section-block__container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1168px;
  display: flex;
}

.section-image {
  margin-top: 80px;
  margin-bottom: 80px;
}

.trusted-companies-logos {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.trusted-companies-logos.logos-slider {
  width: 100%;
  display: block;
}

.trusted-companies-logos__item {
  display: inline-block;
}

.section-compare {
  position: relative;
}

.beer-slider {
  width: 100%;
  position: relative;
}

.beer-reveal.now {
  width: 100%;
  height: 100%;
  display: block;
}

.section-compare__layer {
  background-color: var(--primary--dark-blue);
  padding-top: 370px;
  padding-bottom: 244px;
}

.section-compare__layer.section-compare--after {
  background-color: var(--primary--light-blue);
  width: 100%;
}

.section-compare__layer.section-compare--before {
  position: relative;
  overflow: hidden;
}

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

.section-compare__layer-content-list.custom-list {
  width: 520px;
  margin-top: 32px;
  margin-left: 86px;
}

.section-compare__layer-title {
  color: var(--system--white);
  text-align: center;
  margin-bottom: 80px;
  font-size: 26px;
  line-height: 54px;
}

.section-compare__layer-title-highlight {
  color: var(--primary--light-green);
  font-size: 40px;
}

.section-compare__layer-title-highlight.section-compare__layer-title-highlight--after {
  color: var(--secondary--light-blue);
}

.section-compare__layer-content-text-heading {
  color: var(--system--light-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 120px;
  font-weight: 200;
  line-height: 138px;
}

.section-compare__layer-content-text-heading.section-compare__layer-content-text-heading--after {
  color: var(--primary--light-green);
  font-weight: 700;
}

.section-compare__layer-content-text-description {
  color: var(--system--light-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.section-compare__layer-content-text-description.section-compare__layer-content-text-description--after {
  color: var(--primary--main-green);
}

.then__content-title-text-highlight {
  color: var(--system--white);
}

.section-compare__layer-content-list-item {
  color: var(--system--white);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.section-compare__cta {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.ds-dark-bg {
  background-color: var(--primary--light-blue);
}

.ds-light-bg {
  background-color: #68c95f1a;
}

.process-steps {
  max-width: 1170px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.process-steps__row {
  justify-content: space-between;
  margin-bottom: 180px;
  display: flex;
}

.process-steps__row-details {
  flex: 1;
  margin-left: 74px;
  display: flex;
}

.process-steps__row-details-number {
  margin-right: 74px;
  padding-top: 0;
  padding-bottom: 160px;
}

.process-steps__row-details-content {
  flex: 1;
}

.process-steps__row-details-content-title.h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.process-steps__row-details-content-duration {
  background-image: url('../images/Clock.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 56px;
}

.process-steps__row-details-content-duration.h4 {
  min-height: 38px;
}

.process-steps__row-details-content-text {
  padding-left: 56px;
}

.process-steps__row-details-number-text {
  background-color: var(--primary--dark-blue);
  color: var(--secondary--light-white);
  text-align: center;
  border-radius: 100px;
  min-width: 84px;
  padding: 56px 16px;
  font-size: 56px;
  font-weight: 600;
  box-shadow: 0 0 0 20px #68c95f1a;
}

.process-steps__action {
  text-align: center;
  margin-top: 100px;
}

.tooltip {
  position: relative;
}

.tooltip.hero-tooltip1 {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 172px;
  right: 569px;
}

.tooltip.hero-tooltip2 {
  z-index: 9;
  position: absolute;
  top: 732px;
  right: 129px;
}

.tooltip.bia-hero-tooltip1 {
  position: absolute;
  top: 128px;
  right: 920px;
}

.tooltip.bia-hero-tooltip2 {
  position: absolute;
  top: 321px;
  right: 173px;
}

.tooltip.bia-hero-tooltip3 {
  position: absolute;
  top: 341px;
  right: 417px;
}

.tooltip.bia-hero-tooltip4 {
  position: absolute;
  top: 572px;
  right: 185px;
}

.tooltip.bia-hero-tooltip5 {
  position: absolute;
  top: 589px;
  right: 542px;
}

.tooltip-box {
  background-color: #8cd685;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.tooltip-text {
  opacity: 1;
  white-space: nowrap;
  background-color: #8cd685;
  width: auto;
  padding: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(0%, -6px);
}

.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.its-magic-image {
  margin: 70px auto 30px;
  display: block;
}

.its-magic-list {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.its-magic-list-item {
  width: 100%;
}

.its-magic-list-item-text {
  color: var(--secondary--light-white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.primary-card {
  background-color: var(--system--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 62px 60px 60px;
  display: flex;
}

.primary-card-icon {
  background-color: #092b48;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  display: flex;
}

.primary-card-title {
  color: var(--primary--light-blue);
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
}

.primary-card-content {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.its-magic-cards {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.its-magic-cards-item {
  width: 100%;
  margin-right: 30px;
}

.its-magic-cards-item.its-magic-cards-item--last {
  margin-right: 0;
}

.its-magic-result-title {
  color: #6f95b4;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 44px;
}

.co-sell-partner-list {
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 100px;
  display: flex;
}

.co-sell-partner-list-item {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: var(--secondary--light-white);
  text-align: center;
  background-color: #09315333;
  border: 1px solid #7879f121;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.co-sell-partner-list-item.co-sell-partner-list-item--last {
  margin-right: 0;
}

.footer {
  background-color: var(--primary--light-blue);
  padding-top: 130px;
  padding-bottom: 60px;
}

.footer-top {
  border-bottom: 1px solid var(--primary--main-blue);
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 50px;
  display: flex;
}

.footer-top-left {
  margin-right: auto;
}

.footer-top-left-logo {
  margin-bottom: 30px;
}

.footer-top-left-text {
  color: var(--secondary--light-white);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
}

.footer-top-list {
  margin-right: 100px;
}

.footer-top-list.footer-top-list--last {
  margin-right: 0;
}

.footer-top-list-item {
  margin-bottom: 50px;
}

.footer-top-list-item.footer-top-list-item--last {
  margin-bottom: 0;
}

.footer-top-list-item-link {
  color: var(--secondary--main-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.footer-bottom {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-text {
  color: var(--secondary--light-white);
  margin-right: auto;
  font-size: 16px;
  line-height: 30px;
}

.footer-bottom-list {
  align-items: center;
  display: flex;
}

.footer-bottom-list-item {
  margin-right: 30px;
}

.footer-bottom-list-item.footer-bottom-list-item--last {
  margin-right: 0;
}

.radar-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.radar-container.radar-container--hero {
  width: 2405px;
  height: 2405px;
  top: -1300px;
  left: auto;
  right: -1100px;
  overflow: visible;
}

.radar-center {
  border: 3px solid #8cd685b3;
  border-radius: 50%;
  width: 750px;
  height: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radar-center.radar-center--section1 {
  width: 320px;
  height: 320px;
  top: 0%;
}

.radar-center.radar-center--section2 {
  background-image: url('../images/aptivio-only-symbol-green.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 20px;
  width: 320px;
  height: 320px;
  top: 0%;
  box-shadow: 0 0 224px #92d685cc;
}

.radar-pulse {
  opacity: 0;
  border: 2px solid #8cd685b3;
  border-radius: 50%;
  width: 750px;
  height: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radar-pulse.radar-pulse--xsmall {
  height: 750px;
}

.radar-pulse.radar-pulse--xsmall.radar-pulse--section1, .radar-pulse.radar-pulse--xsmall.radar-pulse--section2, .radar-pulse.radar-pulse--small.radar-pulse--section1, .radar-pulse.radar-pulse--small.radar-pulse--section2, .radar-pulse.radar-pulse--medium.radar-pulse--section2, .radar-pulse.radar-pulse--large.radar-pulse--section2, .radar-pulse.radar-pulse--xlarge.radar-pulse--section2, .radar-pulse.radar-pulse--xxlarge.radar-pulse--section2 {
  width: 320px;
  height: 320px;
  top: 0%;
}

.case-study-list {
  padding-top: 50px;
  position: relative;
}

.case-study-list-overlay {
  background-color: var(--primary--main-blue);
  width: 100%;
  height: 634px;
  position: absolute;
  top: 0;
  left: 0;
}

.case-study-list-tab {
  margin-top: 30px;
}

.case-study-list-tab-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 53px;
  display: flex;
}

.case-study-list-tab-menu-item {
  background-color: var(--system--white);
  color: var(--primary--light-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 8px;
  margin-right: 30px;
  padding: 20px 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.case-study-list-tab-menu-item.w--current {
  background-color: var(--secondary--light-blue);
  color: var(--primary--main-blue);
}

.case-study-list-tab-menu-item.case-study-list-tab-menu-item--last {
  margin-right: 0;
}

.case-study-cards-wrapper {
  column-count: 3;
  column-rule-style: none;
  column-gap: 30px;
}

.case-study-cards-wrapper-item {
  margin-bottom: 50px;
  display: inline-block;
}

.case-study-card {
  background-color: var(--system--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 60px 40px 30px;
  display: flex;
}

.case-study-card-logo {
  margin-bottom: 30px;
}

.case-study-card-summary {
  color: var(--primary--light-blue);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.case-study-card-summary:hover {
  color: var(--secondary--light-blue);
}

.case-study-card-see-more {
  color: var(--secondary--light-blue);
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.case-study-card-see-more:hover {
  text-decoration: underline;
}

.case-study-card-bottom {
  border-top: 1px solid var(--secondary--dark-white);
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.case-study-card-bottom-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.case-study-card-bottom-link-text {
  color: var(--primary--light-blue);
  margin-left: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.subpage-hero {
  background-color: var(--primary--main-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-page-hero-inner {
  max-width: 764px;
}

.buyer-intent-al-list {
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.buyer-intent-al-list-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  padding: 0;
  display: flex;
}

.buyer-intent-al-list-item-title {
  color: var(--secondary--light-white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.buyer-intent-al-list-item-content {
  color: var(--system--white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 26px;
}

.bi-ai-methodology-image {
  display: block;
}

.bi-ai-methodology-image.bi-ai-methodology-image--active {
  display: block;
  position: absolute;
}

.image {
  width: 100%;
  max-width: 1008px;
  margin-bottom: 100px;
}

.bia-case-study-cards {
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.bia-case-study-cards-item {
  width: 100%;
  margin-right: 30px;
}

.bia-case-study-cards-item.bia-case-study-cards-item--last {
  margin-right: 0;
}

.case-study-second-card {
  background-color: #093153;
  background-image: url('../images/aptivio-amblem-soft.svg');
  background-position: 50% 70px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
}

.case-study-second-card-text {
  color: var(--secondary--light-white);
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: 24px;
}

.case-study-second-card-logo {
  margin-bottom: 90px;
}

.image-2, .image-3 {
  margin-top: 70px;
  margin-bottom: 80px;
}

.play-button {
  color: var(--secondary--light-white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.play-button-text {
  text-align: left;
  max-width: 151px;
  margin-left: 16px;
  font-weight: 700;
  line-height: 18px;
}

.unifications-teams {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 156px;
  margin-bottom: 80px;
  display: flex;
}

.unifications-teams-item {
  background-color: #093153;
  width: 100%;
  margin-bottom: 30px;
}

.unifications-teams-item.unifications-teams-item--last {
  margin-bottom: 0;
}

.unifications-teams-item-block {
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding: 30px 100px 30px 50px;
  text-decoration: none;
  display: flex;
}

.unifications-teams-item-block-text {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
}

.unifications-teams-item-block-text-title {
  color: var(--secondary--light-white);
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 48px;
  line-height: 60px;
}

.unifications-teams-item-block-text-subtitle {
  color: var(--secondary--light-white);
  max-width: 370px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.unifications-teams-item-inner {
  margin-top: 30px;
  margin-left: 210px;
  position: relative;
}

.unifications-teams-item-block-close {
  display: none;
}

.image-4 {
  margin-top: 60px;
  margin-bottom: 0;
}

.image-5 {
  width: 64px;
  margin-top: -20px;
  margin-bottom: 50px;
}

.logos-slider {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.image-slider-item-picture {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.customer-comments {
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: block;
}

.customer-comments-item {
  width: 100%;
  transition: opacity .2s ease-in-out;
}

.customer-comment-card {
  background-color: var(--system--white);
  align-items: stretch;
  width: 100%;
  min-height: 580px;
  display: flex;
}

.customer-comment-card-image {
  align-self: stretch;
  width: 100%;
  max-width: 370px;
}

.customer-comment-card-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.customer-comment-card-inner-wrapper {
  align-items: center;
  display: flex;
}

.customer-comment-card-inner-name {
  border-right: 2px solid #c4c4c4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 54px;
  margin-right: 30px;
  padding-right: 30px;
  display: flex;
}

.customer-comment-card-inner-text {
  color: var(--system--black);
  letter-spacing: .05em;
  margin-bottom: 46px;
  font-size: 22px;
  line-height: 40px;
}

.customer-comment-card-inner-name-base {
  color: var(--system--black);
  letter-spacing: .05em;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.customer-comment-card-inner-name-job {
  color: var(--system--black);
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 26px;
}

.customer-comment-card-image-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 227px;
  margin-bottom: 10px;
}

.who-we-are-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-bottom: 90px;
  display: grid;
}

.who-we-are-list-item {
  align-items: center;
  display: flex;
}

.who-we-are-list-item.who-we-are-list-item--reverse {
  padding-left: 50px;
  padding-right: 50px;
}

.who-we-are-list-item-inner.who-we-are-list-item-inner--reverse {
  order: 1;
}

.who-we-are-list-item-image {
  margin-right: 130px;
}

.who-we-are-list-item-image.who-we-are-list-item-image--reverse {
  order: 2;
  margin-left: 130px;
  margin-right: 0;
}

.who-we-are-list-item-inner-title {
  color: var(--system--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 44px;
}

.who-we-are-list-item-inner-text {
  color: var(--system--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.what-we-do {
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.what-we-do-inner {
  width: 100%;
  max-width: 370px;
  margin-left: 130px;
}

.what-we-do-inner-text {
  color: var(--secondary--light-white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.our-values {
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.our-values-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-values-item-text {
  color: var(--secondary--light-white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.our-results {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.our-results-item {
  background-color: #062138;
  background-image: url('../images/aptivio-amblem-soft.svg');
  background-position: 50% 70px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 520px;
  padding-top: 130px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.our-results-item-text {
  color: var(--system--white);
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 30px;
}

.our-results-item-case-study {
  color: var(--secondary--main-white);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: auto;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  bottom: 70px;
}

.our-credentials-slider {
  margin-top: 70px;
  display: block;
}

.our-credentials-slider-item-picture {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.news-events {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.news-events-item-block {
  background-color: var(--primary--main-blue);
  width: 100%;
  padding: 40px 40px 60px;
  text-decoration: none;
}

.news-events-item-block-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.news-events-item-block-title {
  color: var(--secondary--light-white);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
}

.news-events-item-block-writer {
  color: var(--secondary--light-white);
  font-weight: 700;
  line-height: 24px;
}

.offices {
  width: 100%;
  margin-top: 70px;
}

.offices-menu {
  align-items: flex-start;
  width: 100%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.offices-menu-item {
  background-color: #0000;
  border-bottom: 1px solid #093153;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.offices-menu-item.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--secondary--light-blue);
  background-color: #fff0;
}

.offices-menu-item-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 30px;
  position: relative;
}

.offices-menu-item-icon-picture {
  position: absolute;
  top: 0;
  left: 0;
}

.offices-menu-item-icon-picture.offices-menu-item-icon-picture--last {
  opacity: 0;
}

.offices-menu-item-text {
  color: var(--system--light-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.offices-content-block-image {
  mix-blend-mode: color-dodge;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.offices-content-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.offices-content-block-wrapper-title {
  color: var(--secondary--light-white);
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.offices-content-block-wrapper-list {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.offices-content-block-wrapper-list-item {
  margin-right: 50px;
}

.offices-content-block-wrapper-list-item.offices-content-block-wrapper-list-item--last {
  margin-right: 0;
}

.offices-content-block-wrapper-list-item-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.offices-content-block-wrapper-list-item-text {
  color: var(--primary--light-green);
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.offices-content-block-wrapper-content {
  color: var(--system--white);
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.offices-content-block-wrapper-content.offices-content-block-wrapper-content--hong-kong {
  margin-top: 20px;
}

.testimonials {
  background-image: url('../images/Group-2204.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 70px;
  padding-top: 30px;
}

.testimonials.custom-slider {
  background-image: none;
}

.testimonials-item-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-item-block-text {
  color: var(--secondary--light-white);
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 44px;
}

.testimonials-item-block-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.testimonials-item-block-name {
  color: var(--secondary--light-white);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.testimonials-item-block-job {
  color: var(--secondary--light-white);
  line-height: 23px;
}

.team-entry {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.team-card {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 269px;
  height: 360px;
  max-height: 360px;
  margin-right: 44px;
  display: flex;
  position: relative;
}

.team-card.team-card--last {
  margin-right: 120px;
}

.team-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-card-name {
  z-index: 2;
  color: var(--system--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.team-card-job {
  z-index: 2;
  color: var(--system--white);
  line-height: 24px;
  position: relative;
}

.team-entry-text {
  color: var(--secondary--light-white);
  max-width: 370px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.join-our-team-image {
  min-height: 320px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.heading-3 {
  color: var(--secondary--light-white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 44px;
}

.paragraph {
  color: var(--secondary--dark-white);
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 32px;
}

.job-list-item {
  background-color: #082b49;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding: 40px 50px 40px 60px;
  display: flex;
}

.job-list-item-left {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  margin-right: 10px;
  display: flex;
}

.job-list-item-left-title {
  color: var(--secondary--light-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.job-list-item-left-time {
  color: var(--secondary--light-white);
  font-size: 20px;
  line-height: 32px;
}

.job-list-item-job {
  color: var(--secondary--light-white);
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
}

.job-list-item-view-job {
  color: var(--secondary--light-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.body {
  background-color: var(--secondary--light-white);
}

.pricing-hero {
  background-color: var(--primary--main-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 680px;
  max-height: 680px;
  padding-bottom: 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan-options-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.plan-options-list-item {
  text-align: center;
  background-color: #093153;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.plan-options-list-item-icon {
  background-color: #092b48;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
  display: flex;
}

.plan-options-list-item-title {
  color: var(--secondary--light-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.plan-options-list-item-sub-title {
  color: var(--secondary--light-white);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
}

.plan-options-list-item-price {
  color: var(--secondary--light-white);
  font-size: 38px;
  font-weight: 600;
  line-height: 80px;
}

.plan-options-list-item-month {
  color: #6f95b4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 700;
  line-height: 28px;
}

.plan-options-list-item-info {
  color: var(--system--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.why-partner-list {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.why-partner-list-item {
  flex-direction: column;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.why-partner-list-item.why-partner-list-item--two-column {
  width: 50%;
}

.why-partner-list-item.why-partner-list-item--second {
  margin-top: 178px;
  margin-bottom: 25px;
}

.why-partner-list-item-icon {
  color: #0621380d;
  background-color: #0621380d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: 50px;
  display: flex;
}

.why-partner-list-item-text {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.why-partner-list-item-text.why-partner-list-item-text--small {
  max-width: 370px;
}

.types-co-sell-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  display: grid;
}

.types-co-sell-list-item {
  background-color: #093153;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.types-co-sell-list-item-text {
  color: var(--secondary--light-white);
  margin-top: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.types-co-sell-list-item-image {
  height: 98px;
  margin-bottom: 65px;
}

.certification-list {
  width: 100%;
  margin-top: 146px;
  margin-bottom: 80px;
}

.certification-list-item {
  width: 100%;
  margin-bottom: 30px;
}

.certification-list-item.certification-list-item--last {
  margin-bottom: 0;
}

.certification-list-item-block {
  background-color: var(--primary--main-blue);
  align-items: center;
  width: 100%;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.certification-list-item-block-icon {
  background-color: var(--secondary--main-blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.certification-list-item-block-text {
  color: var(--secondary--light-white);
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.certification-list-item-inner {
  background-color: var(--primary--main-blue);
  align-items: center;
  width: 100%;
  padding: 0 100px 100px 50px;
  display: flex;
}

.certification-list-item-inner-block {
  margin-right: 32px;
}

.certification-list-item-inner-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.certification-list-item-inner-right-text {
  color: var(--secondary--light-white);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.certification-list-item-inner-right-list {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.certification-list-item-inner-right-list-item {
  color: var(--secondary--light-white);
  padding-left: 12px;
  font-size: 16px;
  line-height: 30px;
}

.co-sell-commissions {
  width: 100%;
}

.co-sell-commissions-inner {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
}

.co-sell-commissions-inner-title {
  color: var(--secondary--light-blue);
  background-color: #082b49;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.co-sell-commissions-inner-pricingco-sell-commissions-inner-pricing {
  color: var(--secondary--light-white);
  background-color: #0a3559;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.co-sell-commissions-inner-pricingco-sell-commissions-inner-text {
  color: var(--secondary--light-white);
  background-color: #093153;
  padding: 30px 50px 30px 30px;
  font-size: 16px;
  line-height: 30px;
}

.pipeline-growth {
  width: 100%;
}

.pipeline-growth-inner {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
}

.pipeline-growth-inner-title {
  border-bottom: 1px solid var(--primary--main-blue);
  color: var(--secondary--light-white);
  background-color: #082b49;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.pipeline-growth-inner-title-sub {
  color: var(--secondary--light-blue);
  font-size: 20px;
  font-weight: 400;
}

.pipeline-growth-inner-title-sub.pipeline-growth-inner-title-sub--green {
  color: var(--primary--main-green);
}

.pipeline-growth-inner-sub-title {
  color: var(--secondary--light-white);
  background-color: #0a3559;
  align-items: center;
  padding: 34px 30px 34px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.pipeline-growth-inner-content {
  background-color: #093153;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px;
  display: flex;
}

.pipeline-growth-inner-content-list-item {
  color: var(--secondary--dark-white);
  font-size: 16px;
  line-height: 30px;
}

.pipeline-growth-inner-bottom {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--primary--main-blue) black black;
  color: var(--system--light-blue);
  text-align: center;
  background-color: #082b49;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 30px;
}

.image-9 {
  width: 64px;
}

.text-block {
  color: var(--secondary--light-white);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 28px;
  line-height: 40px;
}

.plan-options-table {
  width: 100%;
  margin-bottom: 60px;
  display: none;
}

.plan-options-table-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: minmax(450px, 1fr) minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan-options-table-inner-title {
  background-color: var(--system--white);
  color: var(--primary--light-blue);
  text-align: center;
  border-bottom: 1px solid #ebebf0;
  justify-content: center;
  align-items: center;
  height: 121px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.plan-options-table-inner-sub-title {
  background-color: var(--system--white);
  border-bottom: 1px solid #ebebf0;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.plan-options-table-inner-sub-title-text {
  color: var(--primary--light-blue);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.plan-options-table-inner-content {
  background-color: var(--system--white);
  color: var(--primary--light-blue);
  text-align: center;
  border-bottom: 1px solid #ebebf0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.case-study-hero {
  background-color: var(--primary--main-blue);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-hero-inner {
  flex-direction: column;
  align-items: flex-start;
}

.case-study-hero-inner-logo {
  margin-bottom: 140px;
  display: flex;
}

.case-study-hero-inner-logo-aptivio {
  margin-left: 30px;
}

.case-study-hero-inner-ticket {
  background-color: var(--secondary--light-white);
  color: var(--primary--light-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  align-self: flex-start;
  margin-top: -14px;
  margin-left: 120px;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.modal {
  background-color: #062138;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.modal.mfp-hide.modal-lead-gen-firms {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-inner-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.co-sell-partner-modal-block {
  background-color: #093153;
  width: 100%;
  max-width: 854px;
  margin-top: 80px;
  padding: 60px;
}

.co-sell-partner-modal-block-inner {
  align-items: flex-start;
  margin-bottom: 34px;
  display: flex;
}

.co-sell-partner-modal-block-inner-list {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  display: flex;
}

.co-sell-partner-modal-block-inner-list-item {
  color: var(--system--white);
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.co-sell-partner-modal-block-inner-list-item.co-sell-partner-modal-block-inner-list-item--last {
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  top: 50px;
  right: 70px;
}

.types-co-sell-list-item-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.case-study-hero-inner__summary {
  display: flex;
}

.case-study-hero-inner__summary-text {
  color: var(--secondary--light-white);
  max-width: 470px;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.case-study-hero-inner-logo-images {
  flex-direction: column;
  display: flex;
}

.case-study-hero-inner__summary-image-frame {
  flex: 1;
  align-self: flex-end;
  margin-right: -100px;
}

.case-study-hero-inner__summary-image-frame-top {
  background-color: var(--secondary--light-white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-height: 54px;
  padding-left: 30px;
  display: flex;
}

.case-study-hero-inner__summary-text-frame {
  margin-right: 100px;
  padding-bottom: 100px;
}

.featured-card {
  background-color: var(--primary--light-blue);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-right: 30px;
  padding: 60px;
  display: flex;
}

.featured-card.featured-card--last {
  margin-right: 0;
}

.initial-challenges-cards {
  justify-content: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.featured-card__icon {
  background-color: var(--primary--main-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  display: flex;
}

.featured-card__text {
  color: var(--secondary--light-white);
}

.featured-card__text.h5 {
  max-width: 200px;
  margin-top: 15px;
  margin-bottom: 0;
}

.section-solution-journey__image {
  max-width: 280px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.section-solution-journey__text.h5 {
  text-align: left;
  column-count: 2;
}

.results-values {
  margin-top: 80px;
}

.results-values__badge {
  flex-direction: column;
  align-items: center;
  width: 350px;
  max-width: 350px;
  display: flex;
}

.results-values__badge-image {
  width: 145px;
}

.results-values__badge-title.h4 {
  color: var(--secondary--light-white);
  width: 100%;
}

.results-values__badge-end {
  margin-top: 10px;
}

.results-badge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  margin-top: 10px;
  display: flex;
}

.results-badge__rate-circle {
  border: 10px solid var(--primary--light-blue);
  background-color: var(--primary--dark-blue);
  color: var(--secondary--light-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  box-shadow: 0 0 0 10px #11395b;
}

.results-badge__rate-circle-inner {
  align-items: baseline;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.results-badge__rate-circle-inner-number {
  font-size: 32px;
  line-height: 44px;
}

.result-badges {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.results-badge__text {
  color: var(--secondary--light-white);
  margin-top: 30px;
  font-size: 20px;
  line-height: 32px;
}

.results__action {
  text-align: center;
  margin-top: 80px;
}

.featured-testimonial__text {
  color: var(--secondary--light-white);
  border: 0 solid #000;
  max-width: 880px;
  font-size: 20px;
  line-height: 44px;
}

.featured-testimonial {
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.featured-testimonial__person {
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.featured-testimonial__person-name {
  color: var(--secondary--light-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.featured-testimonial__person-role {
  color: var(--secondary--light-white);
  line-height: 24px;
}

.section-block__cta {
  justify-content: center;
  display: flex;
}

.section-block__cta.section-block__cta-privacy-and-security-logos {
  margin-top: 60px;
}

.section-block__cta.section-customer-comments {
  margin-top: 100px;
}

.section-block__cta.section-co-seller-testimonials-cta {
  margin-top: 30px;
}

.buyer-intent-image-switcher {
  margin-bottom: 120px;
  position: relative;
}

.bi-ai-methodology-image__toggle {
  z-index: 1;
  width: 44px;
  margin-bottom: -22px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.secondary-nav {
  flex: none;
  margin-left: 0;
}

.secondary-nav__menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.secondary-nav__menu-item.secondary-nav__imenu-item--cta {
  margin-left: 38px;
}

.navigations {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.toggle-mobile-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  display: none;
  position: relative;
}

.toggle-mobile-menu__line {
  background-image: linear-gradient(to right, #ffc01d, #ef1161);
  border-radius: 100px;
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
}

.toggle-mobile-menu__line.toggle-mobile-menu__line-2 {
  width: 60%;
  top: 11px;
}

.toggle-mobile-menu__line.toggle-mobile-menu__line-3 {
  top: 22px;
}

.its-magic-image--mobile {
  display: none;
}

.case-study-second-card__link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-second-card__link:hover {
  transform: scale(1.1);
}

.unifications-teams-item-inner-slider {
  display: none;
}

.team-card-image-details {
  flex-direction: column;
  align-items: center;
  padding-bottom: 36px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.job-posting-wrapper {
  width: 100%;
}

.job-list-item-left-details {
  display: flex;
}

.open-video-modal {
  background-color: var(--primary--light-blue);
  background-image: url('../images/play-icon.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 24px 40px 24px 100px;
  text-decoration: none;
}

.open-video-modal__text, .open-video-modal__duration {
  color: var(--secondary--main-white);
  font-weight: 700;
  text-decoration: none;
}

.section-its-magic__mobile-seperator {
  display: none;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
}

.form__row.form__row--split {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.form__item {
  width: 100%;
  margin-right: 30px;
  position: relative;
}

.form__item.form__item--last {
  margin-right: 0;
}

.form__input {
  background-color: #082b49;
  border: 1px solid #0000;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
}

.form__input:focus {
  border-width: 1px;
  border-color: var(--secondary--main-blue);
  color: var(--system--white);
}

.form__input.form__input--multiline {
  height: 200px;
  padding-top: 40px;
}

.form__label {
  color: #9dbbd4;
  align-items: center;
  height: 100%;
  max-height: 60px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 30px;
}

.form-block {
  width: 100%;
  max-width: 630px;
  margin-top: 80px;
}

.success-message {
  background-color: var(--primary--main-green);
}

.form__success-message {
  font-weight: 700;
}

.error-message {
  background-color: var(--system--dark-red);
}

.form__error-message {
  color: var(--secondary--main-white);
  font-weight: 700;
}

.form__select {
  color: #9dbbd4;
  background-color: #082b49;
  background-image: url('../images/selectbox-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.form__select:focus {
  border-color: var(--secondary--main-blue);
}

.empty-state {
  background-color: var(--primary--light-blue);
  color: var(--system--white);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .header {
    padding-left: 80px;
    padding-right: 80px;
  }

  .primary-nav__menu-item-link.h6 {
    font-size: 18px;
  }

  .secondary-nav {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .primary-nav__menu-item {
    margin-right: 30px;
  }

  .featured-case-studies__tabs-content-inner-layout-details-wrapper {
    padding-left: 135px;
    padding-right: 135px;
  }

  .secondary-nav {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .secondary-nav {
    margin-left: 80px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    max-height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.homepage-hero {
    height: auto;
    padding-top: 90px;
  }

  .header-logo {
    max-width: 140px;
    position: relative;
    top: 8px;
  }

  .header-logo.w--current {
    position: relative;
  }

  .primary-nav {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    width: 100%;
    padding-top: 90px;
    display: flex;
  }

  .primary-nav__imenu {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .primary-nav__menu-item {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-nav__menu-item-link.h6 {
    font-size: 24px;
  }

  .btn.btn--primary.process-steps__action-button {
    margin-left: 0;
  }

  .btn.btn--icon.btn--primary.email-form__submit {
    align-self: stretch;
  }

  .container.homepage-hero__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .container.container--bia-methodology {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .container.container-our-credentials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage-hero__masthead {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage-hero__image {
    flex: 0 auto;
    order: -1;
    width: 70%;
  }

  .hero__masthead-title {
    margin-top: 0;
  }

  .hero__masthead-text.hero__masthead-text--spacing {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 32px;
  }

  .email-form__inner {
    flex-direction: column;
    max-width: 100%;
  }

  .featured-case-studies {
    margin-top: 0;
  }

  .featured-case-studies__tabs-menu-link {
    background-color: #10323c;
  }

  .featured-case-studies__tabs-menu-link.featured-case-studies__tabs-menu-link--rounded, .featured-case-studies__tabs-menu-link.featured-case-studies__tabs-menu-link--rounded.w--current {
    border-radius: 0;
  }

  .featured-case-studies__tabs-content-inner-layout {
    flex-direction: column;
  }

  .featured-case-studies__tabs-content-inner-layout-details {
    order: 1;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-block, .section-block.section-block--white-bg.section-block--bia-methodology {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-block.section-block--white-bg.why-partner-section {
    background-position: 50% -190px;
  }

  .section-block.section-ai-driven {
    padding-bottom: 60px;
  }

  .section-block.customer-comments-section.section-block--alternative-bg {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-block.section-its-magic {
    padding-bottom: 40px;
  }

  .section-block.section-block-case-study-testimonial {
    background-image: none;
  }

  .section-text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-block__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-compare__layer.section-compare--after {
    padding-top: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-compare__layer.section-compare--before {
    padding-top: 185px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-compare__layer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-compare__layer-content-list.custom-list {
    width: 100%;
    margin-left: 0;
  }

  .section-compare__layer-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-compare__layer-title-highlight {
    font-size: 24px;
    line-height: 36px;
  }

  .section-compare__layer-content-text-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .section-compare__cta {
    margin-top: 44px;
  }

  .process-steps__row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .process-steps__row-image {
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .process-steps__row-details {
    justify-content: space-between;
    margin-left: 0;
  }

  .process-steps__row-details-number {
    position: relative;
    left: 20px;
  }

  .process-steps__row-details-content {
    margin-right: 20px;
  }

  .process-steps__row-details-content-title.h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 44px;
  }

  .process-steps__row-details-content-duration.h4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .process-steps__row-details-content-text.h5 {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .process-steps__row-details-number-text {
    min-width: 64px;
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 40px;
    line-height: 24px;
  }

  .process-steps__action {
    margin-top: 0;
  }

  .tooltip.hero-tooltip1 {
    z-index: 0;
  }

  .its-magic-image {
    display: none;
  }

  .its-magic-list {
    flex-direction: column;
  }

  .its-magic-list-item {
    text-align: center;
    margin-bottom: 20px;
  }

  .its-magic-cards {
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .its-magic-cards-item {
    margin-bottom: 20px;
  }

  .co-sell-partner-list {
    flex-direction: column;
  }

  .co-sell-partner-list-item {
    margin-bottom: 24px;
  }

  .footer-top-left {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .footer-top-left-logo {
    max-width: 64px;
  }

  .footer-top-left-text {
    text-align: center;
  }

  .footer-top-list {
    display: none;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-bottom-text {
    margin-top: 20px;
    margin-right: 0;
  }

  .radar-container.radar-container--hero {
    transform: scale(.5)translate(130px, 30px);
  }

  .case-study-list {
    padding-top: 0;
  }

  .case-study-cards-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .case-study-cards-wrapper-item {
    width: 100%;
  }

  .subpage-hero {
    justify-content: center;
    padding-bottom: 0;
  }

  .sub-page-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buyer-intent-al-list {
    flex-direction: column;
    margin-top: 50px;
  }

  .buyer-intent-al-list-item {
    margin-bottom: 60px;
  }

  .image {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bia-case-study-cards {
    flex-direction: column;
  }

  .bia-case-study-cards-item {
    margin-bottom: 24px;
  }

  .unifications-teams {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-comments {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .customer-comment-card {
    flex-direction: column;
  }

  .customer-comment-card-image {
    max-width: none;
  }

  .customer-comment-card-inner {
    padding: 24px;
  }

  .customer-comment-card-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .customer-comment-card-inner-name {
    border-right-width: 0;
    max-height: none;
    margin-bottom: 16px;
  }

  .customer-comment-card-inner-text {
    margin-bottom: 30px;
  }

  .who-we-are-list {
    flex-direction: column;
    display: flex;
  }

  .who-we-are-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-we-are-list-item.who-we-are-list-item--reverse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-we-are-list-item-image {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .who-we-are-list-item-image.who-we-are-list-item-image--reverse {
    order: -1;
    margin-left: 0;
  }

  .who-we-are-list-item-inner-title {
    font-size: 24px;
    line-height: 32px;
  }

  .what-we-do {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-do-inner {
    max-width: 100%;
    margin-left: 0;
  }

  .our-values {
    flex-direction: column;
  }

  .our-values-item {
    margin-bottom: 60px;
  }

  .our-results {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .our-credentials-slider.custom-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-events {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .offices-menu {
    overflow: scroll;
  }

  .offices-menu-item-text {
    white-space: nowrap;
  }

  .testimonials-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-item-block-text {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 32px;
  }

  .team-entry {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-card {
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 24px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .team-card.team-card--last {
    margin-right: 0;
  }

  .team-entry-text {
    max-width: none;
    margin-top: 36px;
  }

  .join-our-team-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .job-list-item-job {
    display: none;
  }

  .plan-options-list {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .why-partner-list {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .why-partner-list-item {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-partner-list-item.why-partner-list-item--two-column {
    width: 100%;
  }

  .why-partner-list-item.why-partner-list-item--second {
    margin-top: 0;
  }

  .why-partner-list-item-text {
    width: 100%;
  }

  .why-partner-list-item-text.why-partner-list-item-text--small {
    max-width: 100%;
  }

  .types-co-sell-list {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .certification-list {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .certification-list-item-inner {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .certification-list-item-inner-block {
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .co-sell-commissions {
    overflow: auto;
  }

  .co-sell-commissions-inner {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .pipeline-growth {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .pipeline-growth-inner {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    width: auto;
  }

  .plan-options-table {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .plan-options-table-inner {
    grid-template-columns: minmax(450px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .plan-options-table-inner-title.plan-options-table-inner-title-top-left-edge {
    border-top-left-radius: 8px;
  }

  .case-study-hero {
    padding-top: 200px;
  }

  .case-study-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-hero-inner-logo {
    margin-bottom: 60px;
  }

  .case-study-hero-inner__summary {
    flex-direction: column;
  }

  .case-study-hero-inner__summary-text {
    max-width: none;
    font-size: 18px;
    line-height: 32px;
  }

  .case-study-hero-inner__summary-text-frame {
    margin-right: 0;
  }

  .featured-card {
    max-width: none;
    margin-bottom: 24px;
  }

  .initial-challenges-cards {
    flex-direction: column;
  }

  .section-solution-journey__text.h5 {
    text-align: left;
    column-count: 1;
  }

  .results-values__badge-end {
    display: none;
  }

  .results-badge {
    margin-top: 50px;
  }

  .result-badges {
    flex-direction: column;
    align-items: center;
  }

  .featured-testimonial__text {
    width: 100%;
    max-width: none;
  }

  .featured-testimonial {
    margin-top: 0;
  }

  .buyer-intent-image-switcher {
    margin-bottom: 50px;
  }

  .secondary-nav {
    background-color: var(--primary--light-blue);
    justify-content: center;
    width: 100%;
    padding: 30px 50px;
    display: flex;
  }

  .navigations {
    background-color: var(--primary--main-blue);
    opacity: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    position: absolute;
    inset: 0;
    transform: translate(0, -100%);
  }

  .toggle-mobile-menu {
    display: flex;
  }

  .toggle-mobile-menu__line {
    display: block;
  }

  .image-11 {
    width: 100%;
    max-width: 230px;
  }

  .its-magic-image--mobile {
    margin-top: 50px;
    display: block;
  }

  .image-15 {
    width: 100%;
    margin-bottom: 50px;
  }

  .benefits-info {
    display: none;
  }

  .job-posting-wrapper {
    width: 100%;
  }

  .job-list-item-left-details {
    margin-bottom: 10px;
  }

  .section-its-magic__mobile-seperator {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn--primary.form__button {
    margin-top: 50px;
  }

  .hero__masthead-title {
    font-size: 32px;
    line-height: 44px;
  }

  .hero__masthead-text.hero__masthead-text--spacing-small {
    font-size: 18px;
    line-height: 32px;
  }

  .section-block.section-block-global-mission {
    padding-bottom: 60px;
  }

  .process-steps__action {
    margin-top: 32px;
  }

  .primary-card {
    padding: 30px;
  }

  .case-study-list-tab-menu-item {
    margin-right: 12px;
  }

  .subpage-hero {
    height: 540px;
  }

  .unifications-teams-item-block {
    padding: 10px 16px;
  }

  .unifications-teams-item-block-text-title {
    font-size: 20px;
    line-height: 44px;
  }

  .unifications-teams-item-block-text-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .unifications-teams-item-inner {
    margin: 10px 0 24px;
  }

  .customer-comments {
    margin-bottom: 0;
  }

  .customer-comment-card-image {
    max-width: none;
    display: flex;
  }

  .customer-comment-card-image-picture {
    object-position: 50% 0%;
  }

  .offices-menu-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .offices-menu-item-text {
    font-size: 20px;
  }

  .offices-content-block {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .offices-content-block-wrapper-list {
    flex-direction: column;
  }

  .offices-content-block-wrapper-content {
    text-align: center;
    max-width: 200px;
    margin-bottom: 50px;
  }

  .join-our-team-image {
    min-height: 190px;
  }

  .modal-close {
    right: 24px;
  }

  .section-block__cta.section-customer-comments {
    margin-top: 50px;
  }

  .unifications-teams-item-block-image {
    width: 80px;
  }

  .form__row.form__row--split {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .form__item {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .featured-case-studies__tabs-menu-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .featured-case-studies__tabs-content-inner-layout-details-preview {
    padding-top: 40px;
    padding-left: 40px;
  }

  .process-steps__row-details-number {
    margin-right: 48px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}