@font-face {
  font-family: NeueMontreal;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NeueMontreal-Bold.woff2) format("woff2");
}
@font-face {
  font-family: NeueMontreal;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/NeueMontreal-Italic.woff2) format("woff2");
}
@font-face {
  font-family: NeueMontreal;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NeueMontreal-Medium.woff2) format("woff2");
}
@font-face {
  font-family: NeueMontreal;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NeueMontreal-Regular.woff2) format("woff2");
}
@font-face {
  font-family: NeueMontreal;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NeueMontreal-Light.woff2) format("woff2");
}
.btn {
  color: currentColor;
  font-family: NeueMontreal, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid currentColor;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: currentColor;
}
.btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn:hover {
  color: #4abef0;
}
.btn:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover path {
  fill: #4abef0;
}
.btn--filled {
  background-color: #4abef0;
  color: #fff !important;
  border-color: #4abef0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn--filled:hover {
  background-color: #182035;
  border-color: #182035;
}
.btn--filled:hover path {
  fill: #fff;
}
.btn--filled-v2 {
  background-color: #182035;
  color: #fff !important;
  border-color: #182035;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn--filled-v2 path {
  fill: #fff;
}
.btn--filled-v2:hover {
  background-color: #4abef0;
  border-color: #4abef0;
}
.btn--filled-v2:hover path {
  fill: #fff;
}
.btn--filled-v3 {
  background-color: #fff;
  color: #182035 !important;
  border-color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn--filled-v3 path {
  fill: #182035;
}
.btn--filled-v3:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.btn--filled-v3:hover path {
  fill: #fff;
}
.heding--with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 24px; */
}
.heding--with-button h2,
.heding--with-button h3,
.heding--with-button h4 {
  margin: 0 !important;
  text-align: center;
  width: 100%;
}
.header {
  border-bottom: 1px solid #8a9499;
  background-color: #f5f8fa;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}
.header--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header--logo {
  display: flex;
  align-items: center;
  padding-right: 28px;
  max-height: 72px;
}
.header--logo a {
  line-height: 0;
  display: block;
  height: max-content;
}
.header--logo a img {
  display: block;
}
.header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header--nav li.active-v2 > a,
.header--nav li.active-v2 > span {
  color: #4abef0 !important;
}
.header--nav--menu > li {
  margin: 27px 0;
  line-height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header--nav ul:not(.sub-menu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header--nav .menu-item-has-children {
  position: relative;
}
.header--nav .menu-item-has-children .menu-item-has-children > a {
  font-weight: 500;
}
.header--nav ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f5f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header--nav ul.sub-menu li {
  z-index: 2;
}
.header--nav ul.sub-menu li:first-of-type {
  margin-top: 22px;
}
.header--nav ul.sub-menu li:last-of-type {
  margin-bottom: 22px;
}
.header--nav ul.sub-menu .sub-menu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.header--nav ul.sub-menu .sub-menu li:first-of-type {
  margin-top: 12px;
}
.header--nav a,
.header--nav span {
  cursor: pointer;
  color: #182035;
  font-family: NeueMontreal, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header--nav a:hover,
.header--nav span:hover {
  color: #4abef0;
}
.header--nav span:hover {
  color: #182035;
}
.header--nav .max-width-50px {
  max-width: 50px;
}
.header--nav .max-width-60px {
  max-width: 60px;
}
.header--nav .max-width-76px {
  max-width: 76px;
}
.header--nav #menu-item-288718 {
  max-width: 60px;
}
.header--nav #menu-item-288718 > .sub-menu > li {
  margin-top: 22px;
}
.header--nav #menu-item-288718 > .sub-menu {
  display: -ms-grid;
  display: grid;
  gap: 56px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.header .white {
  fill: #182035;
}
.header .stroke-black {
  stroke: #f5f8fa;
}
.header.color--revers {
  background-color: #182035;
}
.header.color--revers .white {
  fill: #fff;
}
.header.color--revers .stroke-black {
  stroke: #182035;
}
.header.color--revers .header--nav a,
.header.color--revers .header--nav span {
  color: #fff;
}
.header.color--revers .header--nav a:hover,
.header.color--revers .header--nav span:hover {
  color: #4abef0;
}
.header.color--revers .sub-menu {
  background-color: #182035;
}
.header.color--revers .btn:hover {
  color: #4abef0;
}
.header.color--revers .btn--filled:hover {
  background-color: #fff;
  color: #182035 !important;
  border-color: #fff;
}
.header.color--revers .btn--filled:hover path {
  fill: #182035;
}
.header.color--revers .mobile-menu {
  border: 1px solid #fff;
}
.header.color--revers .mobile-menu span.l {
  background-color: #fff;
}
.header .integration-submenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.header .integration-submenu a {
  font-weight: 400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 6px;
}
.header .integration-submenu a svg {
  position: relative;
  top: -1.5px;
}
.header .integration-submenu a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .integration-submenu a:hover path {
  stroke: #4abef0;
}
.header .integration-submenu .sub-menu {
  position: relative;
  margin-top: -62px;
  max-height: 0 !important;
  overflow: hidden;
}
.header .integration-submenu .sub-menu li {
  min-height: 17px;
}
.header .integration-submenu:hover .sub-menu {
  max-height: 222px !important;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.header--nav ul.btn-container {
  padding-top: 13px;
}
.mobile-menu {
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid #182035;
  position: relative;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-menu .burder {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  min-height: 9px;
}
.mobile-menu span.l {
  width: 16px;
  height: 1px;
  background-color: #182035;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu span.l:not(:last-child) {
  margin-bottom: 3px;
}
#burger--non-js-trigger {
  display: none;
}
#burger--non-js-trigger:checked + .mobile-menu span.l-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#burger--non-js-trigger:checked + .mobile-menu span.l-2 {
  opacity: 0;
}
#burger--non-js-trigger:checked + .mobile-menu span.l-3 {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
#burger--non-js-trigger:checked ~ .header--nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.tablet--mobile-buttons {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: 16px;
}
body,
html {
  font-family: NeueMontreal, sans-serif;
  font-size: 18px;
  line-height: 145%;
  color: #182035;
  margin: 0;
  padding: 0;
  background-color: #f5f8fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container.bordered {
  border-left: 1px solid #8a9499;
  border-right: 1px solid #8a9499;
}
.container.bordered-white {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.border-top-bottom {
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.border-top-bottom-white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.border-color-4 {
  border-color: #8a9499 !important;
}
.border-bottom {
  border-bottom: 1px solid #8a9499;
}
.border-top {
  border-top: 1px solid #8a9499;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body {
  padding-top: 113px;
}

.hero_os {
  width: 100%;
}

.hero_os_wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;

  border-bottom: 1px solid #8a9499;
}

.hero_os_wrapper .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 504px;
  background-color: #fff;
  border-right: 1px solid #8a9499;
  padding: 0 76px;
}

.hero_os_wrapper .col-1 h1 {
  margin-top: 0;
  margin-bottom: 0;

  color: var(--dark-blue, #182035);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.48px;

}

.hero_os_wrapper .col-1 p {
  color: var(--dark-blue, #182035);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 16px;
  margin-bottom: 24px;
}


.hero_os_wrapper .col-1 a {
  width: max-content;
}

.hero_os_wrapper .col-2 {
  width: 100%;
  overflow: hidden;
  height: 504px;
}


.color-1 {
  color: #182035;
}
.color-bg-1 {
  background-color: #182035;
}
.color-2 {
  color: #8a9499 !important;
}
.color-6 {
  color: #4abef0;
}
.color-bg-6 {
  background-color: #4abef0;
}
.bg-color-main {
  background-color: #182035;
  color: #fff;
}
.bg-color-5 {
  background-color: #fff;
  color: #fff;
}
.normal-gap {
  gap: 28px;
}
.small-gap {
  gap: 8px;
}
.sub-heading {
  color: #8a9499;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.15px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-80 {
  margin-top: 80px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-65 {
  padding-bottom: 65px;
}
.h1,
h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.52px;
}
.h2,
h2 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.46px;
}
.h3,
h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-top: 24px;
}
.h4,
h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.h5,
h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  color: #182035;
  margin-top: 0;
  margin-bottom: 12px;
}
.sub-h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  color: #182035;
  margin-top: 0;
  margin-bottom: 12px;
}
.h6,
h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.sub-h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
p {
  margin-top: 0;
}
.heading-left {
  padding-left: 40px;
  margin-bottom: 56px;
  padding-right: 40px;
}
.heading-left h2,
.heading-left h3,
.heading-left h4,
.heading-left h5,
.heading-left h6 {
  margin-top: 24px;
}
.heading-left.center * {
  text-align: center;
}
span.gray {
  color: #8a9499;
}
.section-color-5 {
  background-color: #fff;
  color: #182035;
}
.section-color-5 p {
  color: #8a9499;
}
.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #8a9499;
}
.grid-3 > div {
  border-top: 1px solid #8a9499;
}
.grid-3 > div:not(:nth-child(3n)) {
  border-right: 1px solid #8a9499;
}
.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.grid-4 > div {
  border-top: 1px solid #8a9499;
}
.grid-4 > div:not(:nth-child(4n)) {
  border-right: 1px solid #8a9499;
}
.grid-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}
.grid-5 > div {
  border-top: 1px solid #8a9499;
}
.grid-5 > div:not(:nth-child(5n)) {
  border-right: 1px solid #8a9499;
}
.grid-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid #8a9499;
}
.grid-6 > div {
  border-top: 1px solid #8a9499;
}
.grid-6 > div:not(:nth-child(6n)) {
  border-right: 1px solid #8a9499;
}
.ss--wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
}
.ss--side-bar {
  padding-left: 40px;
  border-right: 1px solid #8a9499;
  padding-bottom: 120px;
  padding-top: 160px;
}
.ss--side-bar ul {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
}
.ss--side-bar ul a,
.ss--side-bar ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  color: #8a9499;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ss--side-bar ul a.active,
.ss--side-bar ul li.active {
  color: #fff;
}
.ss--side-bar ul li {
  margin-bottom: 12px;
}
.ss--side-bar--sticky {
  position: sticky;
  top: 120px;
}
.ss-elements {
  padding-top: 160px;
}
.ss--element {
  width: 100%;
  margin-bottom: 120px;
}
.ss--element .ss-element-sticky {
  border-bottom: 1px solid #8a9499;
}
.ss--element img {
  max-width: 100%;
  height: auto;
}
.ss--element h2 {
  color: #fff;
  padding-left: 24px;
  margin-bottom: 32px;
  margin-top: 0;
}
.ss--element .ss-element-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
  grid-template-columns: 1fr 250px;
  gap: 32px;
}
.ss--element .ss-element-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #afbcc2;
}
@-webkit-keyframes scroll-horizontal {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
@keyframes scroll-horizontal {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
.partners {
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  padding: 23px 0;
}
.partners-v2 img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.partners img {
  -o-object-fit: fill;
  object-fit: fill;
  width: auto;
  height: 27px;
}
.partners--wrapper {
  overflow: hidden;
  width: 100%;
}
.partners--track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll-horizontal 50s linear infinite;
  animation: scroll-horizontal 50s linear infinite;
}
.testimonials--elements {
  border-bottom: 1px solid #8a9499;
  display: -ms-grid;
  display: grid;
}
.ts {
  background-color: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ts--header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ts--header img {
  width: auto;
  height: 40px;
}
.ts--body {
  width: 100%;
  margin: 50px 0 24px 0;
}
.ts--body p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #182035;
}
.ts--body p.fz-18 {
  font-size: 18px;
}
.ts--body a {
  font-size: 14px;
  color: #fff;
}
.ts--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: auto;
}
.ts--footer--image img {
  border-radius: 50%;
  border: 1px solid #8a9499;
}
.ts--footer--position span {
  display: block;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.ts--footer--position span.fz-18 {
  font-size: 18px;
}
.ts--footer--position span.position {
  color: #8a9499;
}
.rs {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #8a9499;
}
.rs .post_list--item {
  height: 100%;
}
.rs--header {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
  border-bottom: 1px solid #8a9499;
}
.rs--header img {
  height: 250px;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.rs:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rs--body {
  padding: 32px 24px 36px;
}
.rs--body a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.rs--body a:hover {
  color: #4abef0;
}
.rs--body p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.15px;
  color: #8a9499;
}
.rs--footer {
  padding: 0 24px 24px;
  margin-top: auto;
}
.slider--buttons-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 25px);
  margin-left: auto;
  margin-right: 28px;
  margin-top: 16px;
}
.slider--buttons-navigator .slider-button,
.slider--buttons-navigator .slider-button--reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #182035;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider--buttons-navigator .slider-button--reviews:disabled,
.slider--buttons-navigator .slider-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slider--buttons-navigator .slider-button svg,
.slider--buttons-navigator .slider-button--reviews svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.slider--buttons-navigator .slider-button path,
.slider--buttons-navigator .slider-button--reviews path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider--buttons-navigator .slider-button--reviews:hover,
.slider--buttons-navigator .slider-button:hover {
  border-color: #4abef0;
}
.slider--buttons-navigator .slider-button--reviews:hover path,
.slider--buttons-navigator .slider-button:hover path {
  fill: #4abef0;
}
#new-design {
  padding: 0 !important;
  font-family: NeueMontreal, sans-serif;
}
#new-design * {
  font-family: NeueMontreal, sans-serif !important;
}
#new-design.mobile-design form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#new-design p {
  width: 100%;
}
#new-design p button,
#new-design p input {
  width: 100%;
}
#new-design p.submit {
  min-width: 132px;
}
#new-design p.submit button {
  color: currentColor;
  font-family: NeueMontreal, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15px;
  width: 100%;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid currentColor;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-design p.submit button path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: currentColor;
}
#new-design p.submit button svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-design p.submit button:hover {
  color: #4abef0;
}
#new-design p.submit button:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new-design p.submit button:hover path {
  fill: #4abef0;
}
#new-design p.submit button.filled {
  background-color: #fff;
  color: #182035;
  border-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-design p.submit button.filled:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#new-design p.submit button.filled:hover path {
  fill: #fff;
}
#new-design p.form-field label {
  display: none;
}
#new-design p.form-field input,
#new-design p.form-field textarea {
  border-radius: 50px;
  padding: 13px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--Primary-White, #fff);
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
  height: 46px;
}
#new-design p.form-field input::-webkit-input-placeholder,
#new-design p.form-field textarea::-webkit-input-placeholder {
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
}
#new-design p.form-field input::-moz-placeholder,
#new-design p.form-field textarea::-moz-placeholder {
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
}
#new-design p.form-field input:-ms-input-placeholder,
#new-design p.form-field textarea:-ms-input-placeholder {
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
}
#new-design p.form-field input::-ms-input-placeholder,
#new-design p.form-field textarea::-ms-input-placeholder {
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
}
#new-design p.form-field input::placeholder,
#new-design p.form-field textarea::placeholder {
  font-family: "Neue Montreal";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  background: 0 0;
  color: #fff;
}
#new-design p.form-field textarea {
  height: 100px;
  border-radius: 15px !important;
}
#new-design.black p.submit button.filled {
  background-color: #182035;
  color: #fff;
  border-color: #182035;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-design.black p.submit button.filled:hover {
  background-color: transparent;
  border-color: #182035;
  color: #182035;
}
#new-design.black p.submit button.filled:hover path {
  fill: #182035;
}
#new-design.black p.form-field input,
#new-design.black p.form-field textarea {
  color: #182035;
  border: 1px solid #182035;
  border-color: #182035 !important;
  background-color: #fff;
}
#new-design.black p.form-field input::-webkit-input-placeholder,
#new-design.black p.form-field textarea::-webkit-input-placeholder {
  color: #182035;
}
#new-design.black p.form-field input::-moz-placeholder,
#new-design.black p.form-field textarea::-moz-placeholder {
  color: #182035;
}
#new-design.black p.form-field input:-ms-input-placeholder,
#new-design.black p.form-field textarea:-ms-input-placeholder {
  color: #182035;
}
#new-design.black p.form-field input::-ms-input-placeholder,
#new-design.black p.form-field textarea::-ms-input-placeholder {
  color: #182035;
}
#new-design.black p.form-field input::placeholder,
#new-design.black p.form-field textarea::placeholder {
  color: #182035;
}
.cta--wrapper {
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
  background: #4abef0;
  color: #fff;
  padding: 0 0 0 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 620px;
}
.cta--wrapper .sub-heading {
  color: #fff;
}
.cta--wrapper p {
  margin-bottom: 0;
}
.cta--wrapper .h1,
.cta--wrapper .h2 {
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 590px;
}
.cta--wrapper a,
.cta--wrapper iframe {
  margin-top: 30px;
}
.cta--wrapper iframe {
  max-width: 450px;
}
.cta--wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.cta--wrapper .col:first-child {
  position: relative;
  z-index: 1;
}
.cta--wrapper.color--main-color {
  background-color: var(--main-color, #4abef0);
}
.cta--wrapper.color--text-color--black {
  color: #182035;
}
.what-is--wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 121px;
  padding-right: 9%;
}
.what-is--wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.what-is--wrapper p:last-child {
  margin-bottom: 0;
}

.what-is--wrapper h2 {
  margin: 0;
}


.what-is--wrapper .col--text {
  /* padding-top: 54px; */
}
.what-is--wrapper .col--text ul {
  padding-left: 16px;
}
.what-is--wrapper iframe {
  margin-top: 30px;
}
.f--elements {
  margin-top: 40px;
}
.features--wrapper {
  width: 100%;
}
.f--element {
  background-color: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f--element--header {
  margin-bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f--element--body a,
.f--element--body span {
  display: block;
  margin-bottom: 12px;
}
.f--element--body p {
  font-size: 16px;
  color: #8a9499;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0;
}
.f--element--body ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  padding: 0;
  padding-left: 15px;
  margin: 0;
}
.f--element--body a {
  color: #182035;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.f--element--body a:hover {
  color: #4abef0;
}
.f--element--body a.btn {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 24px;
}
.l--elements,
.logos--wrapper {
  width: 100%;
}
.l--element {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
}
.l--element img {
  height: auto;
  width: 100px;
  max-width: 100%;
}
.sticky-v2--wrapper {
  min-height: 100vh;
  width: 100%;
  /* padding-top: 40px; */
}

.sticky-v2--wrapper .heading-left{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  border-bottom: 1px solid #8a9499;
  border-top: 1px solid #8a9499;
  margin-bottom: 0;
}

.sv2--elements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.sv2--col--texts {
  background-color: #fff;
  border-bottom: 1px solid #8a9499;
}
.sv2--col--texts .sv2--element {
  padding: 32px 0;
  border-top: 1px solid #8a9499;
  border-right: 1px solid #8a9499;
  height: 80vh;
  position: sticky;
  top: 112px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.sv2--col--texts .sv2--element--header {
  padding-right: 40px;
  /* padding-bottom: 32px; */
  margin-left: 40px;
  /* border-bottom: 1px solid #8a9499; */
}
.sv2--col--texts .sv2--element--header h2 {
  margin: 0;
}
.sv2--col--texts .sv2--element--body {
  padding-top: 32px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #182035;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: max-content;
}
.sv2--col--texts .sv2--element--body a.btn {
  margin-top: auto;
  color: #182035;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sv2--col--texts .sv2--element--body a.btn:hover {
  color: #4abef0;
}
.sv2--col--texts .sv2--element--footer {
  width: 100%;
  line-height: 100%;
  border-top: 1px solid #8a9499;
  background-color: #182035;
  border-bottom: 1px solid #8a9499;
}
.sv2--col--texts .sv2--element--footer img {
  max-width: 630px;
  line-height: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sv2--col--images {
  border-top: 1px solid #8a9499;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.sv2--col--images .sv2--col--images--el {
  position: sticky;
  top: 112px;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}
.sv2--col--images .sv2--element {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 800px;
  border-bottom: 1px solid #8a9499;
  /* background-color: var(--sticky-color, var(--secondary-color)); */
}
.sv2--col--images .sv2--element img,
.sv2--col--images .sv2--element picture {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    max-height: 100%;
    object-fit: cover;
    /* margin-right: -1px; */
}
.sv2--col--images .sv2--element:not(:first-child) {
  opacity: 0;
}
.ph {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.ph > img {
  position: absolute;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.ph--wrapper {
  height: 100%;
  min-height: 724px;
  width: 100%;
  z-index: 1;
}
.ph--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.ph--heading h1 {
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 1020px;
  text-align: center;
}
.ph--heading h1 span {
  color: var(--main-color);
}
.ph--heading p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  max-width: 800px;
  text-align: center;
  margin-bottom: 0;
}
.ph--images {
  position: absolute;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ph--images--track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.ph--image img {
  height: 360px;
  width: auto;
}
.n--wrapper {
  width: 100%;
}
.n--wrapper .heading-left {
  max-width: 915px;
}
.n--number {
  background-color: #fff;
  padding: 148px 32px 32px;
  color: #4abef0;
}
.n--number--value {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: var(--main-color, #4abef0);
}
.n--number--text {
  color: #182035;
  margin-top: 12px;
  font-size: 22px;
}
.n--number--text span {
  display: block;
}
.data_entropy .n--number {
  border-top: none;
}
.badges--i--item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
}
.badges--i--item img {
  height: auto;
  width: auto;
  max-height: 105px;
  max-width: 150px;
}
.badges--i.without-borders {
  border-top: 1px solid #8a9499;
}
.badges--i.without-borders .badges--i--item {
  border: none !important;
}
.q--wrapper {
  padding: 60px;
  width: 100%;
}
.q--quote--text {
  /* max-width: 1050px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 0;
  letter-spacing: 1.2px;
  -webkit-text-stroke-color: #182035;
  -webkit-text-stroke-width: 0.5px;

}
.q--quote--author {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.2px;
}
.hv2--wrapper {
  display: block;
  width: 100%;
}
.hv2--wrapper.revers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.hv2--wrapper.revers img {
  margin-top: -200px;
}
.hv2--wrapper.revers .hv2--footer {
  border-top: none;
  border-bottom: 1px solid #8a9499;
}
.hv2--header {
  height: 485px;
  overflow: hidden;
  background-color: #182035;
  position: relative;
}
.hv2--header img {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hv2--footer {
  background-color: #fff;
  padding: 56px 12px;
  text-align: center;
  border-top: 1px solid #8a9499;
}
.hv2--footer a {
  color: #4abef0;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #4abef0;
}
.hv2--footer h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.hv2--footer p {
  color: #8a9499;
  max-width: 830px;
  margin: 0 auto;
}
.hv2--footer .sub-heading {
  margin-bottom: 16px;
}
.data_entropy h1 {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.data_entropy img {
  height: auto;
  margin-top: -62px;
}
.data_entropy .hv2--wrapper {
  border-bottom: 1px solid #8a9499;
}
.hv3--wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #8a9499;
}
.hv3--heading {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hv3--heading--wrapper {
  padding: 40px 40px 48px;
  margin-top: auto;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #8a9499;
}
.hv3--heading--wrapper .sub-heading {
  margin-bottom: 24px;
}
.hv3--heading--wrapper ul {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hv3--heading--wrapper ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: var(--main-color, #4abef0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.hv3--heading--wrapper ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hv3--heading--wrapper h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.hv3--heading--wrapper p {
  margin: 0;
}
.hv3--heading--wrapper a.btn,
.hv3--heading--wrapper iframe {
  width: 100%;
  margin-top: 34px;
}
.hv3--image {
  border-left: 1px solid #8a9499;
}
.hv3--image img {
  max-width: 100%;
  display: block;
}
.hv3--image.image--fixer img {
  max-height: 500px;
  width: auto;
  margin: 40px auto;
}
.hv3--image.image--fixer.image--650 img {
  max-height: 650px;
  width: auto;
  margin: 40px auto;
}
.hv3--image.gradient {
  background-image: url(../img/blog/gradient.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.hv3--image.video {
  padding: 25% 24px;
}
.technology .hv3--image {
  min-height: 728px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technology .hv3--image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.rv {
  overflow: hidden;
}
.rv--wrapper {
  display: block;
  width: 100%;
}
.rv--track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.rv--slide {
  border-top: 1px solid #8a9499;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  background-color: #fff;
  max-width: 442px;
  border-right: 1px solid #8a9499;
}
.rv--slide--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
.rv--slide--header svg {
  display: block;
}
.rv--slide--footer {
  margin-top: auto;
}
.rv--slide--footer span {
  display: block;
  font-size: 14px;
  color: #182035;
}
.rv--slide--footer p {
  font-size: 14px;
  color: #8a9499;
  margin: 0;
  max-width: 265px;
}
.rv--slide--body p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.flex--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.flex--button .slider--buttons-navigator {
  margin: 0 !important;
}
.review--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #182035;
}
.review--meta * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.review--meta .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  margin-left: 13px;
}
.review--meta .stars svg {
  display: block;
}
.review--meta span {
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 19px;
  min-height: 34px;
  background-color: #8a9499;
}
.g2--list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  padding: 15px 0;
}
.g2--list img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cs-list--wrapper {
  width: 100%;
}
.cs-list--elements {
  border-top: 1px solid #8a9499;
}
.cs-list--element {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 225px 155px;
  grid-template-columns: 1fr 225px 155px;
  padding: 20px 40px;
  gap: 80px;
  border-bottom: 1px solid #8a9499;
}
.cs-list--element img {
  width: auto;
  height: 80px;
}
.cs-list--element h3,
.cs-list--element h3 a {
  margin: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #182035;
  text-decoration: none;
}
.cs-list--element h3 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cs-list--element h3 a:hover {
  color: #4abef0;
}
.left_right--elements {
  width: 100%;
}
.left_right--element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #8a9499;
  border-top: 1px solid #8a9499;
}
.left_right--element.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left_right--element:not(:last-child) {
  margin-bottom: 72px;
}
.left_right--element.reverse .left_right--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.left_right--element.reverse .left_right--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-left: none;
  border-right: 1px solid #8a9499;
}
.left_right--text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
  padding: 32px 0 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.left_right--text h2,
.left_right--text p,
.left_right--text ul {
  padding-right: 40px;
}
.left_right--text .sub-heading {
  margin-bottom: 32px;
}
.left_right--text h2 {
  margin-top: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #8a9499;
}
.left_right--text p,
.left_right--text ul {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  margin-top: 0;
  margin-bottom: 0;
}
.left_right--text a,
.left_right--text iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}
.left_right--text iframe {
  padding-right: 40px;
  margin-top: auto;
  width: 100%;
}
.left_right--text ul {
  padding-left: 16px;
}
.left_right--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-left: 1px solid #8a9499;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.left_right--image.bgc-gradient {
  background-image: url(../img/bg-g.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.left_right--image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
.left_right.small-images .left_right--image {
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left_right.small-images .left_right--image img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  padding: 40px;
}
.alp--wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #8a9499;
}
.alp--col:first-child {
  border-right: 1px solid #8a9499;
}
.alp--col .alp--element:not(:last-child)::before,
.alp--col .last::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #8a9499;
  right: 0;
}
.alp--col .last::before {
  width: 100%;
  bottom: 0.39px;
}
.alp--heading {
  padding-top: 120px;
  padding-left: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid #8a9499;
}
.alp--heading h2 {
  margin: 0;
}
.alp--element {
  background-color: #fff;
  padding-top: 37px;
  position: relative;
  padding-left: 40px;
}
.alp--element--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alp--element--header h3,
.alp--element--header h3 a:not(.btn) {
  margin: 0;
  color: 1;
  color: #182035;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.alp--element--header h3 a:not(.btn):hover,
.alp--element--header h3:hover {
  color: #4abef0;
}
.alp--element--body {
  font-size: 18px;
  color: #8a9499;
  padding-bottom: 32px;
  max-width: 400px;
  min-height: 84px;
}
.faq .alp--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq .alp--col .faq--element:last-child {
  border-bottom: none;
  height: 100%;
}
.faq--element {
  background-color: #fff;
  padding: 28px 32px 28px 40px;
  border-bottom: 1px solid #8a9499;
}
.faq--element--header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 57px;
}
.faq--element--header h3 {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq--element--header--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #182035;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq--element--header--button path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq--element--header:hover {
  cursor: pointer;
}
.faq--element--header:hover h3 {
  color: #4abef0;
}
.faq--element--header:hover .faq--element--header--button {
  border-color: #4abef0;
}
.faq--element--header:hover .faq--element--header--button path {
  fill: #4abef0;
}
.faq--element--body {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq--element--body p {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 500px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
}
.faq--element.active .faq--element--body {
  opacity: 1;
  visibility: visible;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq--element.active .faq--element--header--button {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.alp--element--big {
  border-top: 1px solid #8a9499;
  background-color: #fff;
  padding: 40px 40px 40px;
  height: 100%;
}
.alp--element--big--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 40px;
}
.alp--element--big--heading a {
  margin-left: auto;
}
.alp--element--big--heading span.btn:hover {
  color: #182035 !important;
  border-color: #182035 !important;
}
.alp--element--big--body {
  color: #182035;
}
.alp--element--big--body a {
  margin-bottom: 16px;
  display: block;
  color: #182035;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.alp--element--big--body a:hover {
  color: #4abef0;
}
.alp--element--big--body p {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(24, 44, 53, 0.65);
  max-width: 463px;
}
.alp_v2 .alp--element--body {
  min-height: 0;
  padding-bottom: 25px;
}
.alp_v2 .alp--element--header {
  margin-bottom: 0;
}
.alp_v2 .alp--element--header .btn {
  padding: 0;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ps--wrapper {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  background-color: #fff;
}
.ps--problem,
.ps--solution {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-right: 145px;
}
.ps--problem p,
.ps--solution p {
  color: #8a9499;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}
.ps--solution {
  padding-top: 40px;
}
.ps--problem {
  padding-bottom: 64px;
  border-bottom: 1px solid #8a9499;
}
.cert--wrapper {
  width: 100%;
}
.cert--element {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 280px;
  padding: 32px;
  gap: 32px;
}
.cert--element img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  width: 128px;
}
.cert--element span {
  display: block;
}
.cert--element p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #8a9499;
  line-height: 145%;
}
.ph3_col--wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.4fr;
  grid-template-columns: 1fr 1fr 0.4fr;
  padding-right: 40px;
}
.ph3_col--wrapper .heading-left,
.ph3_col--wrapper h2,
.ph3_col--wrapper h3 {
  margin-bottom: 0;
}
.ph3_col--wrapper ul {
  padding-left: 16px;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  margin-top: 54px;
}
.ph3_col--wrapper p {
  color: #8a9499;
  margin-top: 54px;
  margin-bottom: 0;
  max-width: 500px;
}
.ph3_col--wrapper a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 60px;
}
.ph3_col--v2 .ph3_col--wrapper {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 121px;
}
.cust-text--wrapper {
  padding: 50px 0;
  width: 100%;
}
.cust-text--wrapper.pb-40 {
  padding-bottom: 40px;
}
.cust-text--content {
  max-width: 870px;
  padding: 0 20px;
  margin: 0 auto;
}
.cust-text--content h1,
.cust-text--content h2,
.cust-text--content h3 {
  margin-bottom: 40px;
  margin-top: 0;
}
.cust-text--content p {
  color: #afbcc2;
}
.cust-text--content ul {
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding-left: 16px;
}
.cust-text--content--v2 {
  width: 100%;
}
.cust-text--content--v2 h1,
.cust-text--content--v2 h2,
.cust-text--content--v2 h3 {
  max-width: 870px;
  padding: 0 20px;
  margin: 0 auto;
}
.cust-text--content--v2 .grid-2 {
  max-width: 870px;
  padding: 40px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.cust-text--content--v2 .grid-2 div {
  color: #f5f8fa;
}
.cust-text--content--v2 .grid-2 p {
  max-width: 405px;
  margin-top: 0;
  color: #afbcc2;
  font-size: 16px;
}
.cust-text--content--v2:first-child {
  padding-top: 0;
  padding-bottom: 40px;
}
.cust-image--wrapper {
  width: 100%;
  padding: 80px 0;
}
.cust-image--wrapper.full {
  padding: 0;
}
.cust-image--wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cust-image--content.cuted {
  max-width: 1039px;
  margin: 0 auto;
  padding: 0 20px;
}
.cust-image--content.cuted img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cust-image--content.cuted .h5 {
  margin-bottom: 55px;
  display: block;
}
.hero_v4_small .hero_v4--wrapper {
  background-image: url(<?php echo SITE_NAME; ?>/wp-content/themes/divi%20child/front-end/dist/img/why_shelf/hero.webp);
  background-color: #25363d;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero_v4_small .hero_v4--content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_v4--wrapper {
  width: 100%;
  background-color: #25363d;
  background-image: var(--bg-image);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_v4 img {
  max-width: 200px;
  height: auto;
}
.hero_v4 .h3,
.hero_v4 h1 {
  margin-top: 0;
  max-width: 742px;
  margin-bottom: 0;
  text-align: center;
}
.hero_v4 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-align: center;
}
.hero_v4--content {
  height: calc(100vh - 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero_v4--content:last-child .h3,
.hero_v4--content:last-child h1 {
  max-width: 866px;
}
.hero_v4--content--element {
  background-color: #fff;
  width: 100%;
  padding: 48px 24px;
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.hero_v4.km .hero_v4--content:first-child h1 {
  max-width: 900px;
}
.hero_v4.km .hero_v4--content:first-child .hero_v4--content--element {
  position: sticky;
  top: 112px;
  border: none;
  outline: 1px solid #8a9499;
}
.hero_v4.km .hero_v4--content:not(:first-child) {
  height: 200vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero_v4.km .hero_v4--content:not(:first-child) .hero_v4--content--element {
  position: sticky;
  top: 112px;
}
.km--content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50vh;
  height: 100%;
}
.km--content .block {
  position: sticky;
  top: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  gap: 112px;
  background-color: #fff;
  height: 320px;
  outline: 1px solid #8a9499;
}
.km--content .block p {
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #182035;
}
.km--content .block--2 {
  margin-top: 25%;
}
.km--content .block--3 {
  margin-top: 50%;
}
.km--content .block--4 {
  margin-top: 75%;
}
.statistics--wrapper {
  width: 100%;
}
.statistics--elements {
  margin-top: 60px;
}
.statistics--element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 40px 8px 40px;
  margin-top: 40px;
  border-bottom: 1px solid #8a9499;
}
.statistics--element p {
  margin: 0;
}
.statistics--element .h1 {
  color: #4abef0;
}
.jobs--wrapper {
  width: 100%;
}
.jobs .heading-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 195px 250px 150px;
  grid-template-columns: 1fr 195px 250px 150px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 20px;
}
.jobs .heading-left h2 {
  margin: 0;
}
.jobs span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
}
.jobs--item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 195px 250px 150px;
  grid-template-columns: 1fr 195px 250px 150px;
  padding: 20px 40px;
  color: #182035;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #8a9499;
  gap: 30px;
}
.jobs--item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
}
.jobs--item .h5 {
  margin-bottom: 0;
}
.jobs--item a {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jobs--item.last {
  -ms-grid-columns: 1fr 150px;
  grid-template-columns: 1fr 150px;
  border-bottom: 1px solid #8a9499;
}
.legal-header--wrapper {
  width: 100%;
}
.legal-header--head {
  height: 200px;
  background-color: var(--main-color, #4abef0);
  background-image: url("/wp-content/uploads/2026/01/page-bg-scaled.png");
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.legal-header--head.gradient {
  background-image: url("../img/blog/hero (2).svg");
  background-size: 100%;
}
.legal-header--texts {
  padding: 40px;
  outline: 1px solid #8a9499;
  background-color: #fff;
}
.legal-header--texts h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.legal-header--texts p {
  margin: 0;
  max-width: 616px;
  color: #8a9499;
}
.cat-list--wrapper {
  width: 100%;
  position: relative;
}
.custom-category-list {
  display: -ms-grid;
  display: grid;
  list-style: none;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  gap: 0;
  margin: 0;
  width: 100%;
}
.custom-category-list li {
  width: 100%;
  position: relative;
}
.custom-category-list li:not(:nth-child(5n)) {
  border-right: 1px solid #8a9499;
}
.custom-category-list li:nth-child(-n + 5) {
  border-bottom: 1px solid #8a9499;
}
.custom-category-list li a,
.custom-category-list li h2,
.custom-category-list li span {
  display: block;
  padding: 20px 30px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #182035;
  line-height: 120%;
  letter-spacing: 0.15px;
  margin: 0;
  text-decoration: none;
}
.custom-category-list li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-category-list li a:hover {
  background-color: #4abef0;
  color: #fff;
}
.custom-category-list li h2.active,
.custom-category-list li span.active {
  color: #182035;
  background-color: #fff;
}
.screen-categoies-driver {
  width: 100%;
  background-color: #fff;
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-top: 1px solid #8a9499;
  align-items: center;
}
.screen-categoies-driver svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-categoies-driver.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post_list--wrapper {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 80px;
  gap: 32px;
}
.post_list--item {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 1px solid #8a9499;
}
.post_list--item--content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.post_list--item--content--cta {
  margin-top: auto;
}
.post_list--item--content--category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.post_list--item--content--category a {
  padding: 12px 18px;
  background-color: #fff;
  border: 1px solid #8a9499;
  color: #182035;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.24px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_list--item--content--category a:hover {
  background-color: #4abef0;
  color: #fff;
  border-color: #4abef0;
}
.post_list--item--content--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  gap: 24px;
}
.post_list--item--content--date p {
  margin: 0;
}
.post_list--item--content--date a {
  color: #8a9499;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_list--item--content--date a:hover {
  color: #4abef0;
}
.post_list--item--content--title h3 {
  margin: 0;
}
.post_list--item--content--title a {
  color: #182035;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_list--item--content--title a:hover {
  color: #4abef0;
}
.post_list--item--content--excerpt p {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.15px;
  color: #8a9499;
}
.post_list--item--image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: 1px solid #8a9499;
}
.post_list--item--image img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rs .post_list--item,
.rs .post_list--item--content {
  border: none !important;
}
.rs img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.post_list_v2 .post_list--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
  width: 100%;
}
.post_list_v2 .post_list--container.v3 {
  -ms-grid-columns: 350px 1fr;
  grid-template-columns: 350px 1fr;
}
.post_list_v2 .post_list--container.v3 .post_list--sidebar {
  position: relative;
}
.post_list_v2 .post_list--container.v3 .post_list--sidebar--wrapper div {
  margin-bottom: 16px;
}
.post_list_v2
  .post_list--container.v3
  .post_list--sidebar--wrapper
  ul
  li:not(:last-child) {
  margin-bottom: 4px;
}
.post_list_v2 .post_list--sidebar {
  border-right: 1px solid #8a9499;
  padding: 45px 20px;
  height: 100%;
  border-bottom: 1px solid #8a9499;
}
.post_list_v2 .post_list--sidebar--wrapper {
  position: sticky;
  top: 172px;
}
.post_list_v2 .post_list--sidebar--wrapper.v3 {
  top: 112px;
}
.post_list_v2 .post_list--sidebar--wrapper div {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  margin-bottom: 32px;
}
.post_list_v2 .post_list--sidebar--wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post_list_v2 .post_list--sidebar--wrapper ul li a {
  margin: 0;
  color: #8a9499;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_list_v2 .post_list--sidebar--wrapper ul li a:hover {
  color: #4abef0;
}
.post_list_v2 .post_list--sidebar--wrapper ul li h2 {
  color: #182035;
  margin: 0;
}
.post_list_v2 .post_list--sidebar--wrapper ul li:not(:last-child) {
  margin-bottom: 16px;
}
.post_list_v2 .post_list--content .post_list--item--image {
  height: 250px;
}
.post_list_v2 .post_list--content .post_list--item--content--title {
  margin-bottom: 50px;
}
.post_list_v2 .post_list--content .post_list--wrapper {
  row-gap: 32px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.pagination a,
.pagination span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: rgba(24, 44, 53, 0.65);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f5f8fa;
  outline: 1px solid #8a9499;
}
.pagination .next,
.pagination .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  background-color: #fff;
  color: #182035;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pagination .next path,
.pagination .prev path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next.disable,
.pagination .prev.disable {
  opacity: 0.5;
  pointer-events: none;
}
.pagination a:hover {
  color: #fff;
  background-color: #4abef0;
  outline-color: #4abef0;
}
.pagination a:hover path {
  fill: #fff;
}
.pagination .current {
  background-color: #182035;
  color: #fff;
}
.pagi--wrapper {
  width: 100%;
}
.main-content {
  border-bottom: 1px solid #8a9499;
  border-top: 1px solid #8a9499;
  background-color: #fff;
  padding: 80px;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content a {
  color: #182035; /*background-color:#bbe5f7;*/
  padding: 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content a:hover {
  background-color: #fff;
  color: #4abef0;
}
.main-content ol {
  background-color: #bbe5f7;
  list-style: none;
  padding: 40px;
  counter-reset: list-counter;
}
.main-content ol li {
  display: -ms-grid;
  display: grid;
  position: relative;
  padding-left: 42px;
  counter-increment: list-counter;
}
.main-content ol li:not(:last-child) {
  margin-bottom: 16px;
}
.main-content ol li::before {
  position: absolute;
  left: -16px;
  content: counter(list-counter);
  margin-top: 5px;
  color: #fff;
  width: 26px;
  height: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4abef0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}
.main-content ul {
  background-color: #bbe5f7;
  list-style: none;
  padding: 40px;
  counter-reset: list-counter;
}
.main-content ul li {
  position: relative;
  padding-left: 30px;
  counter-increment: list-counter;
}
.main-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.main-content ul li::before {
  position: absolute;
  left: -16px;
  content: url(../img/blog/1.svg);
  margin-top: 10px;
  width: 14px;
  height: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content .single-cta-1,
.main-content .single-cta-2 {
  padding: 40px 80px;
  margin: 20px -80px;
  background-color: var(--secondary-color, #bbe5f7);
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.main-content .single-cta-1 span,
.main-content .single-cta-2 span {
  font-size: 26px;
  font-weight: 500;
  color: #182035;
  line-height: 145%;
  display: block;
  margin-bottom: 16px;
}
.main-content .single-cta-1 span.span-text,
.main-content .single-cta-2 span.span-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #182035;
}
.main-content span[style*="color: #0e58f7;"],
.main-content span[style*="color: #2aa78c;"],
.main-content span[style*="color: #ee7a30;"],
.main-content span[style*="color: #fcd600;"] {
  color: #182035 !important;
  background-color: var(--secondary-color, #bbe5f7);
  padding: 0 3px;
}
.main-content .et_pb_testimonial_content {
  padding: 40px 80px;
  margin: 20px -80px;
  background-color: var(--secondary-color, #bbe5f7);
  color: #182035;
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.main-content .et_pb_testimonial_content p span[style*="color: #ffffff;"] {
  color: #182035 !important;
}
.main-content
  .et_pb_testimonial_content
  p
  span[style*="color: #ffffff;"]
  span[style*="color: #ff7b00;"] {
  color: #182035 !important;
  background-color: #ee7a30;
  padding: 0 3px;
}
.main-content
  .et_pb_testimonial_content
  p
  span[style*="color: #ffffff;"]
  span[style*="color: #fcd600;"],
.main-content
  .et_pb_testimonial_content
  p
  span[style*="color: #ffffff;"]
  span[style*="color: #ff8300;"] {
  color: #182035 !important;
  background-color: #ee7a30;
  padding: 0 3px;
}
#toc a {
  font-size: 15px;
  line-height: 18px;
}
#toc a.active {
  color: #182035;
}
#right-cta {
  padding: 8px 8px 24px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #182035;
  color: #fff;
}
#right-cta span {
  display: block;
  padding: 0 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}
#right-cta iframe {
  padding: 0 12px;
  width: 100%;
}
#right-cta img {
  max-width: 100%;
  height: auto;
}
.badges-r--wrapper {
  width: 100%;
}
.badges-r--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: #fff;
}
.badges-r--item {
  padding: 32px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0.5px solid #8a9499;
}
.badges-r--item img {
  max-height: 83px;
  width: auto;
  max-width: 100%;
}
.badges-r--item.pre-last {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 2/4/3/6;
}
.badges-r--item.last {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 2/6/3/8;
}
.int-hero--wrapper {
  width: 100%;
  padding: 48px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
.int-hero--wrapper h1,
.int-hero--wrapper p {
  margin: 0;
  max-width: 900px;
  text-align: center;
}
.int-hero--wrapper iframe {
  max-width: 500px;
}
.hero_home.offVideo {
  background: url(https://shelf1dev.wpengine.com/wp-content/uploads/2024/10/new-hero.webp)
    no-repeat center center/cover;
}
.hero_home--wrapper {
  width: 100%;
}
.hero_home #video {
  position: relative;
  z-index: 0;
}
.hero_home #videoContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero_home .card {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #8a9499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}
.hero_home .card.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.hero_home .card-body {
  outline: 1px solid #8a9499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  background-color: #fff;
}
.hero_home .card-body h1 {
  font-size: 46px;
}
.hero_home .card-body p {
  font-size: 26px;
  font-weight: 400;
  line-height: 35.434px;
  letter-spacing: -0.266px;
}
.hero_home .card h1,
.hero_home .card p {
  margin: 0;
}
.col_2_row--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.col_2_row--wrapper .col {
  width: 50%;
  height: 100%;
  outline: 1px solid #8a9499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 56px;
  gap: 16px;
}
.col_2_row--wrapper .col h1 {
  margin: 0;
}
.col_2_row--wrapper img {
  max-width: 100%;
}
.col_2_row.p404 .col {
  outline: 0;
}
.col_2_row.p404 .col a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.col_2_row.p404 .col_2_row--wrapper {
  padding: 0 100px;
}
.article_header--wrapper {
  width: 100%;
}
.article_header--head {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.article_header--head img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
}
.article_header--texts {
  padding: 40px 80px 80px 80px;
  background-color: #fff;
  outline: 1px solid #8a9499;
}
.article_header--texts h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.article_header--texts--meta {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article_header--texts--meta .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article_header--texts--meta .categories .btn {
  border-color: #8a9499;
}
.article_header--texts--meta .categories .btn:hover {
  background-color: #182035;
  border-color: #182035;
}
.article_header--texts--meta .meta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
}
.article_header--texts--meta .meta p {
  margin: 0;
}
.article_header--texts--meta .meta a {
  color: #8a9499;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article_header--texts--meta .meta a:hover {
  color: #4abef0;
}
.article_header--texts--meta .meta .spacer {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #8a9499;
}
footer {
  background-color: #182035;
  padding-top: 40px;
  color: #fff;
  padding-bottom: 130px;
}
.footer--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 182px;
}
.footer--wrapper--logo {
  max-width: 174px;
}
.footer--wrapper--logo p {
  margin-top: 32px;
  color: #afbcc2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
}
.footer--wrapper--logo .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 16px 0 0 0;
  list-style: none;
  gap: 26px;
}
.footer--wrapper--logo .socials a img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
}
.footer--wrapper--logo .socials a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.footer--wrapper--nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.footer--wrapper--nav > ul > li {
  width: 100%;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.footer--wrapper--nav > ul .menu-item-has-children > a,
.footer--wrapper--nav > ul .menu-item-has-children > span {
  color: #fff;
}
.footer--wrapper--nav > ul a,
.footer--wrapper--nav > ul span {
  color: #afbcc2;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer--wrapper--nav > ul a:hover,
.footer--wrapper--nav > ul span:hover {
  color: #4abef0;
}
.footer--wrapper--nav > ul span:hover {
  color: #fff;
}
.footer--wrapper--nav > ul ul {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}
.footer--cta-request {
  background-color: #182035;
  color: #fff;
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.52px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer--cta-request span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 56px 8px 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer--cta-request svg {
  border-radius: 50%;
  overflow: hidden;
}
.footer--cta-request path,
.footer--cta-request svg {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer--cta-request:hover svg {
  background-color: #fff;
}
.footer--cta-request:hover path {
  fill: #182035;
}
.footer--cta-request:hover {
  background-color: #4abef0;
}
.footer--copyright {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #8a9499;
  max-width: 174px;
}
.color--main-color {
  background-color: var(--main-color, #4abef0);
}
.color--secondary-color {
  background-color: var(--secondary-color, #4abef0);
}
.color--white-color {
  background-color: #fff;
}
.color--text-color--black {
  color: #182035;
}
.color--text-color--black .sub-heading {
  color: #182035;
}
.color--text-color--white {
  color: #fff;
}
.color--text-color--white .sub-heading {
  color: #fff;
}
.additional-borders {
  overflow: hidden;
}
.additional-borders :is([class*="--wrapper"]) {
  position: relative;
}
.additional-borders :is([class*="--wrapper"])::after,
.additional-borders :is([class*="--wrapper"])::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.additional-borders :is([class*="--wrapper"])::after {
  left: 100%;
}
.additional-borders :is([class*="--wrapper"])::before {
  right: 100%;
}
.additional-borders.bottom-only :is([class*="--wrapper"])::after,
.additional-borders.bottom-only :is([class*="--wrapper"])::before {
  border-top: none;
}
.additional-borders.top-m-0 :is([class*="--wrapper"])::after,
.additional-borders.top-m-0 :is([class*="--wrapper"])::before {
  top: 0;
}
.additional-borders--elements {
  overflow: hidden;
}
.additional-borders--elements :is([class*="--elements"]) {
  position: relative;
}
.additional-borders--elements :is([class*="--elements"])::after,
.additional-borders--elements :is([class*="--elements"])::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.additional-borders--elements :is([class*="--elements"])::after {
  left: 100%;
}
.additional-borders--elements :is([class*="--elements"])::before {
  right: 100%;
}
.additional-borders--elements.bottom-only :is([class*="--elements"])::after,
.additional-borders--elements.bottom-only :is([class*="--elements"])::before {
  border-top: none;
}
.additional-borders--elements.top-m-1 :is([class*="--elements"])::after,
.additional-borders--elements.top-m-1 :is([class*="--elements"])::before {
  top: -1px;
}
.show--mobile {
  display: none !important;
}
.hide--desktop {
  display: none;
}
.tablet-only {
  display: none;
}
.show--tablet {
  display: none;
}
.display--block {
  display: block;
}
.pr-0 {
  padding-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
iframe {
  border: none;
}
.majorImage {
  width: 100%;
  border-bottom: 1px solid #8a9499;
  background-color: #fff;
}
.majorImage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.mt--0,
.mt--0 img {
  margin-top: 0 !important;
}
.ai-glossary ul {
  padding: 0 24px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 24px;
  border-bottom: 1px solid #8a9499;
}
.ai-glossary ul a {
  color: #4abef0;
  text-decoration: none;
}
.ai-glossary .wp-block-group-is-layout-constrained {
  padding: 16px 24px;
  border-left: 1px solid #8a9499;
  background-color: #fff;
}
.ai-glossary .wp-block-group-is-layout-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  margin-top: 50px;
  border-bottom: 1px solid #8a9499;
  border-top: 1px solid #8a9499;
}
.ai-glossary p strong {
  padding: 0 24px;
  margin-top: 44px;
  display: block;
  font-size: 55px;
  margin-bottom: 44px;
  font-weight: 500;
  line-height: 100%;
  position: sticky;
  top: 100px;
}
.author--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.author--img img {
  width: 200px;
  height: 200px;
  outline: 1px solid #8a9499;
}
#breadcrumbs {
  font-size: 14px;
  color: #8a9499;
}
#breadcrumbs a {
  color: #182035;
}
.expo-header {
  position: relative;
}
.expo-image img {
  width: 100%;
  height: auto;
  margin-top: -5%;
  display: block;
  max-width: 1920px;
}
.expo-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.expo-header--wrapper {
  width: 100%;
  text-align: center;
  color: #fff;
}
.d--image--1 {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.d--image--1 img {
  max-width: 200px;
  height: auto;
}
.d--image--2,
.d--image--3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.d--image--2 img {
  width: 300px;
  height: auto;
}
.top-bar {
  background-color: #215892;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 40px;
  gap: 10px;
  width: 100%;
}
.top-bar svg {
  width: 15px;
  height: 15px;
}
.booth-image img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.booth-image_2 img {
  width: 100%;
}
.font-60 {
  font-size: 60px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-60 {
  font-size: 60px !important;
}
.font-22 {
  font-size: 22px !important;
}
.bad_answers--wrapper .text {
  border-right: 1px solid #8a9499;
  padding: 40px;
}
.bad_answers--wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
}
.text-center {
  text-align: center;
}
.our_dna {
  background-color: #25363d;
}
.our_dna--wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 0.4fr;
  grid-template-columns: 0.6fr 0.4fr;
}
.our_dna--wrapper .text--lined {
  padding: 75px 0;
  border-right: 1px solid #8a9499;
}
.our_dna--wrapper .text--lined .text--lined--inner {
  color: #fff;
  background-color: #182035;
  height: 100%;
  display: -ms-grid;
  display: grid;
}
.our_dna--wrapper .text--lined div.h2 div,
.our_dna--wrapper .text--lined div.item div {
  max-width: 550px;
  padding: 0 20px;
  margin: auto auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.our_dna--wrapper .text--lined div.item div::before {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 10px;
}
.our_dna--wrapper .text--lined div.item div {
  padding: 0 20px 0 40px;
  position: relative;
}
.our_dna--wrapper .text--lined div.item {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  border-bottom: 1px solid #8a9499;
}
.our_dna--wrapper .text--lined div.h2 {
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.our_dna--wrapper .image {
  padding: 75px 0;
}
.our_dna--wrapper .image-wrapper {
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
}
.our_dna--wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
}
.our_dna--wrapper .text--lined div.h2,
.our_dna--wrapper .text--lined div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ss--element img {
  display: block;
}
.fz-20 {
  font-size: 20px;
}
.bad_answers_list .bad_answers--wrapper {
  gap: 60px;
}
.bad_answers_list .text {
  background: rgba(255, 255, 255, 0.2);
  padding-top: 61px;
  border-right: none;
  padding-right: 0;
}
.bad_answers_list .text p {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  padding-right: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 56px;
}
.bad_answers_list .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 40px;
}
.bad_answers_list .image img {
  max-width: 100%;
}
.bad_answers_list .sv2--elements {
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-50 {
  width: 50%;
}
.fluid-container {
  width: 100%;
}
.fluid-container--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-solution-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-right: 1px solid #8a9499;
}
.text-solution-section .body {
  padding-top: 73px;
  padding-left: 58px;
  padding-right: 23px;
  margin-bottom: 105px;
}
.text-solution-section .body iframe {
  margin-top: 40px;
  margin-bottom: 55px;
}
.text-solution-section .badges-list {
  margin-top: auto;
}
.text-solution-section .badges-list .item {
  height: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-solution-section .badges-list .item img {
  height: 65px;
  width: auto;
}
.image-solution-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #bee1ff;
  padding: 45px 40px;
}
.image-solution-section p {
  font-size: 25px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.25px;
  margin-top: 105px;
  margin-bottom: 50px;
}
.image-solution-section b {
  font-size: 25px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.25px;
}
.image-solution-section .logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.image-solution-section .logos .item {
  height: 83px;
  border-radius: 6.718px;
  border: 0.672px solid #8a9499;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-solution-section .logos .item img {
  width: auto;
  height: 32px;
}
html .cta-image-title,
html .cta-image-title img {
  position: static;
  max-width: 528px;
  height: auto;
}
.steps-tgs {
  width: 100%;
}
.steps-tgs--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.steps-tgs--wrapper .step-1 {
  width: 33%;
  background:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#a174ff),
      color-stop(33%, #4abef0),
      color-stop(63.75%, #ff6e5a),
      color-stop(94.5%, #ff8750)
    ),
    #182035;
  background:
    linear-gradient(
      180deg,
      #a174ff 0,
      #4abef0 33%,
      #ff6e5a 63.75%,
      #ff8750 94.5%
    ),
    #182035;
}
.steps-tgs--wrapper .step-2 {
  background-color: #6eafff;
}
.steps-tgs--wrapper .step-3 {
  background-color: #ffaf41;
}
.steps-tgs--wrapper .step-2,
.steps-tgs--wrapper .step-3 {
  width: 33%;
}
.steps-tgs--wrapper .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 45px;
}
.steps-tgs--wrapper .step span {
  font-size: 136.416px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.steps-tgs--wrapper .step p {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  color: #fff;
  margin-bottom: 0;
}
.fw-300 {
  font-weight: 300 !important;
}
.idc-cta img {
  max-height: 70%;
}
.hero_home {
  position: relative;
  overflow: hidden;
}
.hero_home .container {
  position: relative;
  z-index: 2;
}
.hero_image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero_image img {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.hero_v4--content--wr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero_v4--content--wr .hero_v4--content--element {
  max-width: 830px;
  border: none;
}
.hero_v4--content--wr .hero_v4--content--element:before {
  margin-top: -100px;
}
.hero_v4--content--wr .hero_v4--content--element:after {
  margin-bottom: -100px;
}
.hero_v4--content--wr .hero_v4--content--element:after,
.hero_v4--content--wr .hero_v4--content--element:before {
  content: " ";
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  max-width: 830px;
}
.col-33 {
  width: 33.3%;
}
.image-istead-of-video {
  padding: 56.25% 0 0 0;
}
.advantages-home {
  width: 100%;
}
.advantages-home--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages-home--wrapper .adv-item {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.advantages-home--wrapper .adv-item:nth-child(1) {
  background-color: #b278e7;
}
.advantages-home--wrapper .adv-item:nth-child(2) {
  background-color: #4abef0;
}
.advantages-home--wrapper .adv-item:nth-child(3) {
  background-color: #ff8750;
}
.advantages-home--wrapper .adv-item img {
  max-width: 100%;
  height: auto;
}
.advantages-home--wrapper .adv-item span {
  display: block;
  margin-top: auto;
  max-width: 335px;
  color: #fff;
  font-size: 25.796px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.advantages-home--wrapper .step-adv {
  padding: 32px;
  background-color: #182035;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
.advantages-home--wrapper .step-adv img {
  max-width: 100%;
  height: auto;
}
.advantages-home--wrapper .step-adv .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 27.809px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.278px;
  color: #fff;
}
.advantages-home--wrapper .step-adv .title span {
  font-size: 155.422px;
  font-style: normal;
  font-weight: 500;
  line-height: 84%;
}
.img-mh-400 img {
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border-ts .ts {
  border-top: none;
}
.fz-22 {
  font-size: 22px;
}
.testimonials--wrapper-text-white p,
.testimonials--wrapper-text-white span {
  color: #fff !important;
}
.step-adv-2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background-color: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 170px;
}
.step-adv-2 span {
  display: block;
  max-width: 310px;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.image--fixer-v2 img {
  width: 100%;
  height: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.inline-cta--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  font-size: 35.712px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  padding: 32px;
  background-color: #ff6e5a;
}
.inline-cta--wrapper iframe {
  max-width: 400px;
}
.e3s {
  width: 100%;
}
.e3s--wrapper {
  width: 100%;
}
.e3s--items {
  border-top: 1px solid #8a9499;
  border-bottom: 1px solid #8a9499;
  height: 600px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}
.e3s--item {
  width: 33.333%;
  outline: 1px solid #8a9499;
  position: sticky;
  top: 112px;
}
.e3s--item:nth-child(1) {
  margin-top: 0;
}
.e3s--item:nth-child(2) {
  margin-top: 80px;
}
.e3s--item:nth-child(3) {
  margin-top: 160px;
}
.hv2--footer-v2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
}
.hv2--footer-v2 .text {
  padding: 40px;
  background: #a174ff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #fff;
}
.hv2--footer-v2 .list .item {
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hv2--footer-v2 .list .item > span {
  color: #a174ff;
  text-align: center;
  font-size: 105.315px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -1.053px;
}
.hv2--footer-v2 .list .item p {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.hv2--footer-v2 .list .item:not(:last-child) {
  border-bottom: 1px solid #8a9499;
}
.statistics-v2 {
  width: 100%;
}
.statistics-v2--wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 1fr;
  grid-template-columns: 55% 1fr;
}
.statistics-v2--wrapper .text {
  padding: 32px;
  background-color: #ff8750;
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.38px;
}
.statistics-v2--wrapper .list .item {
  display: -ms-grid;
  display: grid;
  padding: 48px 24px;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: #fff;
}
.statistics-v2--wrapper .list .item > span {
  color: #ff8750;
  text-align: left;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -0.9px;
}
.statistics-v2--wrapper .list .item p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.statistics-v2--wrapper .list .item p span {
  font-weight: 500;
  display: block;
}
.statistics-v2--wrapper .list .item:not(:last-child) {
  border-bottom: 1px solid #8a9499;
}
.sub-heading {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (min-width: 331px) {
  #new-design form {
    -ms-grid-columns: 1fr 190px;
    grid-template-columns: 1fr 190px;
  }
}
@media (min-width: 1025px) {
  .header--nav .menu-item-has-children:hover {
    margin-bottom: 0;
  }
  .header--nav .menu-item-has-children:hover ul.sub-menu {
    max-height: 265px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .with-icons .sv2--col--images .sv2--element img {
    /* max-width: 444px; */
  }
  .with-icons .sv2--col--images .sv2--col--images--el,
  .with-icons .sv2--col--texts .sv2--element {
    height: calc(100vh - 72px - 120px);
    top: 115px;
    overflow: hidden;
    border-top: none;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .with-icons .sv2--col--images .sv2--col--images--el *,
  .with-icons .sv2--col--texts .sv2--element * {
    border-top: none;
  }
  .with-icons .sv2--col--images {
    border-top: none;
  }
  .with-icons .heading-left.center {
    margin-bottom: 0;
  }
  .with-icons .sv2--col--texts .sv2--element {
    outline: 1px solid #8a9499;
    border-right: 0;
  }
  .icons {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
    /* padding-bottom: 20px; */
    position: sticky;
    top: 113px;
    background: #f5f8fa;
    /* padding-top: 20px; */
    z-index: 2;
    border-bottom: 1px solid #8a9499;
  }
  .icons--borders {
    width: 100%;
    border-bottom: 1px solid #8a9499;
  }
  .icons--wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (104px) [7];
    grid-template-columns: repeat(7, 104px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 31px;
  }
  .icons--wrapper .icon--icon .w {
    width: 64px;
    height: 64px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 1px solid #8a9499;
    cursor: pointer;
  }
  .icons--wrapper .icon--icon .w path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .icons--wrapper .icon--icon.active .w {
    background-color: var(--active-color, #4abef0);
  }
  .icons--wrapper .icon--icon.active .w path {
    fill: #fff;
  }

  /* Icons Wrapper V2 - Horizontal Tabs Style */
  .icons--wrapper.icons--wrapper-v2 {
    display: flex;
    width: 100%;
    gap: 0;
    grid-template-columns: none;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon {
    flex: 1;
    /* border: 1px solid #969fa4; */
    border-left: none;
    overflow: hidden;
    background-color: #fff;
  }

  .icons--wrapper.icons--wrapper-v2 .icon--icon:not(:last-child){
     border-right: 1px solid #969fa4;
  }

  .icons--wrapper.icons--wrapper-v2 .icon--icon:first-child {
    /* border-left: 1px solid #969fa4; */
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon .w {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    outline: none;
    background-color: transparent;
    color: #182035;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon .w svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon .w span {
    font-family: 'NeueMontreal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    color: inherit;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon.active .w {
    background: radial-gradient(ellipse at center bottom, rgba(190,225,255,1) 0%, rgba(150,200,255,1) 50%, rgba(110,175,255,1) 100%);
    color: #fff;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon.active .w path {
    fill: #fff;
  }
  .icons--wrapper.icons--wrapper-v2 .icon--icon:not(.active) .w path {
    fill: #182035;
  }

  .icons--text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (104px) [7];
    grid-template-columns: repeat(7, 104px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 31px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    text-align: center;
    padding-top: 16px;
    color: rgba(24, 44, 53, 0.65);
  }
}
@media (min-width: 1200px) {
  .postid-289247 .article_header--head {
    height: 520px;
  }
  .postid-289247 .article_header--head {
    height: 520px;
  }
}
@media (min-width: 1361px) {
  .hide-if-more-1361 {
    display: none !important;
  }
}
@media (max-width: 1500px) {

  .container {
    max-width: 1327px;
  }
  .top-bar {
    background-position: -290px bottom;
  }
}
@media (max-width: 1400px) {
  .top-bar {
    background-position: -290px bottom;
  }
}
@media (max-width: 1360px) {
  .container {
    max-width: calc(100vw - 60px);
  }
  .rv--slide {
    max-width: calc((100vw - 61px) / 2);
  }
  html .cta-image-title,
  html .cta-image-title img {
    width: 100% !important;
    max-width: 80% !important;
  }
  .steps-tgs--wrapper .step span {
    font-size: 100px;
  }
  .steps-tgs--wrapper .step p {
    font-size: 30px;
  }
  .advantages-home--wrapper .step-adv .title {
    font-size: 24px;
  }
  .advantages-home--wrapper .step-adv .title span {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .grid-5 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #8a9499;
  }
  .grid-5 > div {
    border-top: 0;
    border-bottom: 0;
  }
  .grid-5 > div:not(:nth-child(5n)) {
    border-right: none;
  }
  .grid-5 > div:not(:nth-child(3n)) {
    border-right: 1px solid #8a9499;
  }
  .grid-5 > div:nth-child(1),
  .grid-5 > div:nth-child(2),
  .grid-5 > div:nth-child(3) {
    border-bottom: 1px solid #8a9499;
  }
  .ts--header img {
    height: 25px;
  }
  .rs--header {
    height: 200px;
  }
  .alp--element--big--heading span.hide--mobile {
    display: none;
  }
}
@media (max-width: 1100px) {
  .dreamforce--image {
    display: none;
  }
  .top-bar {
    font-size: 15px;
    background-position: -290px bottom;
  }
  .font-60 {
    font-size: 30px !important;
  }
  .font-22 {
    font-size: 18px !important;
  }
  .font-60 {
    font-size: 30px !important;
  }
  .font-22 {
    font-size: 18px !important;
  }
}
@media (max-width: 1025px) {
  .heding--with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
  .header--wrapper {
    height: 62px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header--logo {
    padding-top: 0;
  }
  .header--nav {
    position: fixed;
    top: 62px;
    height: calc(100% - 62px);
    border-top: 1px solid #8a9499;
    width: 100%;
    right: 0;
    display: -ms-grid;
    display: grid;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0;
    grid-template-rows: 1fr 0;
    background-color: #f5f8fa;
  }
  .header--nav a:not(.btn),
  .header--nav span {
    color: #182035 !important;
  }
  .header--nav a:not(.btn):hover,
  .header--nav span:hover {
    color: #4abef0 !important;
  }
  .header--nav--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 40px !important;
    margin-top: 0 !important;
    height: 100%;
    overflow: auto;
  }
  .header--nav--menu li {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .header--nav--menu > .menu-item-has-children > .sub-menu > li:first-of-type {
    margin-top: 16px !important;
  }
  .header--nav--menu
    > .menu-item-has-children
    .sub-menu
    .menu-item-has-children {
    margin-top: 8px !important;
  }
  .header--nav--menu > .menu-item-has-children.active .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
  }
  .header--nav--menu > .menu-item-has-children.active span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
  }
  .header--nav--menu .sub-menu {
    background-color: #f5f8fa !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header--nav--menu .sub-menu a,
  .header--nav--menu .sub-menu li {
    margin: 0 !important;
  }
  .header--nav--menu .sub-menu a {
    color: #8a9499 !important;
  }
  .header--nav--menu .sub-menu a:hover {
    color: #4abef0 !important;
  }
  .header--nav--menu .sub-menu .sub-menu {
    margin-top: 8px !important;
  }
  .header--nav--menu .sub-menu .menu-item-has-children > a {
    color: #182035 !important;
  }
  .header--nav--menu .sub-menu .menu-item-has-children > a:hover {
    color: #4abef0 !important;
  }
  .header--nav--menu > li {
    margin: 0;
  }
  .header--nav--menu span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }
  .header--nav--menu span::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: url(../img/mobile-arrow.svg);
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: 2px;
  }
  .header--nav--menu a,
  .header--nav--menu span {
    font-size: 18px;
  }
  .header .integration-submenu {
    display: block;
  }
  .header .integration-submenu a svg {
    display: none;
  }
  .header .integration-submenu .sub-menu {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
    margin-top: 12px !important;
    padding-left: 24px;
  }
  .header--nav ul.btn-container {
    padding: 24px 12px;
    background-color: #f5f8fa;
    width: 100%;
    display: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
  }
  .header--nav ul.btn-container .btn {
    width: 100%;
  }
  .header--nav ul.btn-container .btn.color-1 {
    color: #182035;
    border-color: #182035;
  }
  .header--nav ul.btn-container .btn.color-1:hover {
    color: #4abef0;
    border-color: #4abef0;
  }
  .header--nav ul.btn-container .btn--filled:hover {
    background-color: transparent;
    color: #4abef0 !important;
    border-color: #4abef0;
  }
  .header--nav ul.btn-container .btn--filled:hover path {
    fill: #4abef0;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tablet--mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    max-width: calc(100vw - 40px);
  }
  body {
    padding-top: 63px;
  }

  .hero_os_wrapper .col-1{
    padding: 0 25px;
  }

  .hero_os_wrapper .col-1 h1 {
    font-size: 38px;
  }

  .hero_os_wrapper .col-1 p {
    font-size: 18px;
  }

  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
  .h3,
  h3 {
    font-size: 36px;
  }
  .h4,
  h4 {
    font-size: 26px;
  }
  .h5,
  h5 {
    font-size: 21px;
  }
  .sub-h1 {
    font-size: 22px;
  }
  .h6,
  h6 {
    font-size: 18px;
  }
  .sub-h2 {
    font-size: 20px;
  }
  .heading-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .heading-left.center * {
    text-align: left;
  }
  .grid-3 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 > div {
    border-top: 1px solid #8a9499;
  }
  .grid-3 > div:not(:nth-child(3n)) {
    border-right: none;
  }
  .grid-3 > div:not(:nth-child(2n)) {
    border-right: 1px solid #8a9499;
  }
  .grid-4 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 > div {
    border-top: 1px solid #8a9499;
  }
  .grid-4 > div:not(:nth-child(3n)) {
    border-right: none;
  }
  .grid-4 > div:not(:nth-child(2n)) {
    border-right: 1px solid #8a9499;
  }
  .grid-6 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #8a9499;
  }
  .grid-6 > div {
    border-top: 1px solid #8a9499;
  }
  .grid-6 > div:not(:nth-child(6n)) {
    border-right: none;
  }
  .grid-6 > div:not(:nth-child(3n)) {
    border-right: 1px solid #8a9499;
  }
  .ss--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ss--side-bar {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 16px;
  }
  .ss--side-bar ul {
    display: none;
  }
  .ss-elements {
    padding-top: 40px;
  }
  .ss--element {
    margin-bottom: 60px;
  }
  .ss--element h2 {
    padding: 0 16px;
    margin: 0;
    margin-bottom: 14px;
  }
  .ss--element .ss-element-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 14px;
  }
  .ss--element .ss-element-content p {
    padding: 0 16px !important;
    margin: 0;
  }
  .partners img {
    height: 21px;
  }
  .partners--track {
    gap: 40px;
    -webkit-animation: scroll-horizontal 50s linear infinite;
    animation: scroll-horizontal 50s linear infinite;
  }
  .ts {
    padding: 20px;
    position: relative;
  }
  .ts::before {
    content: " ";
    width: 100%;
    border-bottom: 1px solid #8a9499;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .ts--header img {
    height: 35px;
  }
  .ts--body {
    margin-bottom: 20px;
  }
  .ts--body p,
  .ts--body p.fz-18 {
    font-size: 16px;
  }
  .ts--footer--position span {
    font-size: 16px !important;
  }
  .resources {
    overflow: hidden;
  }
  .resources .heading-left {
    margin-bottom: 20px;
  }
  .resources--elements {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: none;
  }
  .rs {
    width: calc((100vw - 41px) / 2) !important;
    border-right: 1px solid #8a9499 !important;
    border-bottom: 1px solid #8a9499 !important;
  }
  .rs--header {
    height: 250px;
  }
  .rs--header img {
    height: 250px;
    min-width: 100%;
  }
  .rs--body {
    padding: 24px 20px 0 20px;
  }
  .rs--body p {
    margin-bottom: 48px;
    font-size: 15px;
  }
  .resources .heading-left {
    max-width: calc(100vw - 40px);
  }
  .cta--wrapper {
    padding: 0 20px;
    min-height: auto;
  }
  .cta--wrapper .sub-heading {
    display: none;
  }
  .cta--wrapper .col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cta--wrapper .col:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cta--wrapper img {
    position: static;
  }
  .cta--wrapper .h1,
  .cta--wrapper .h2 {
    margin-top: 56px;
    margin-bottom: 16px;
  }
  .cta--wrapper a,
  .cta--wrapper iframe {
    margin-top: 28px;
    margin-bottom: 48px;
    max-width: 100%;
  }
  .what-is--wrapper {
    padding: 40px 20px;
    display: block;
  }
  .what-is--wrapper .heading-left {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .what-is--wrapper .heading-left h2,
  .what-is--wrapper .heading-left h3 {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .what-is--wrapper .col--text {
    padding-top: 0;
  }
  .f--element {
    padding: 24px;
  }
  .f--element--header {
    margin-bottom: 41px;
  }
  .sv2--elements {
    display: block;
  }
  .sv2--col--texts {
    border-bottom: none;
  }
  .sv2--col--texts {
    background-color: transparent;
  }
  .sv2--col--texts .sv2--element {
    height: auto;
    border-right: none;
    position: static;
    padding: 24px 0 0 0;
  }
  .sv2--col--texts .sv2--element:not(:last-child) {
    margin-bottom: 40px;
  }
  .sv2--col--texts .sv2--element--header {
    padding-right: 0;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 16px;
  }
  .sv2--col--texts .sv2--element--body {
    font-size: 16px;
    padding: 16px 16px 32px;
    max-width: 570px;
  }
  .sv2--col--images .sv2--element img,
  .sv2--col--images .sv2--element picture {
    border-bottom: none;
  }
  .ph--wrapper {
    padding-top: 20px;
    padding-bottom: 140px;
  }
  .ph--heading {
    padding: 0 10px;
  }
  .ph--heading br {
    display: none;
  }
  .ph--heading h1 {
    max-width: 520px;
  }
  .ph--heading p {
    max-width: 620px;
  }
  .ph--heading {
    margin-bottom: 113px;
  }
  .ph--images {
    position: static;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -12px;
  }
  .ph--images--track {
    gap: 10px;
  }
  .ph--images--track .ph--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ph--images--track .main-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .n--number--text {
    max-width: 272px;
  }
  .n--number--text span {
    display: inline;
  }
  .n--number {
    padding: 72px 24px 24px;
  }
  .n--number--value {
    font-size: 56px;
  }
  .n--number--text {
    font-size: 20px;
  }
  .data_entropy .n--number:first-child,
  .data_entropy .n--number:nth-child(2) {
    border-bottom: 1px solid #8a9499;
  }
  .badges--i.mobile-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .badges--i.mobile-1 .badges--i--item {
    height: 150px;
    width: 100%;
  }
  .badges--i.mobile-1 .badges--i--item img {
    height: 50px;
  }
  .q--wrapper {
    padding: 56px 20px 48px;
  }
  .q--quote--text {
    text-align: left;
  }
  .q--quote--author {
    text-align: left;
  }
  .hv2--footer {
    padding: 32px 16px;
  }
  .hv2--footer h1 {
    margin-bottom: 16px;
  }
  .data_entropy img {
    margin-top: -40px;
  }
  .hv3--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hv3--heading--wrapper ul li {
    font-size: 16px;
  }
  .hv3--heading--wrapper ul {
    margin-bottom: 24px;
  }
  .hv3--heading--wrapper {
    padding: 28px 16px 24px;
  }
  .hv3--image {
    border-left: 0;
  }
  .hv3--image img {
    max-height: 350px;
    margin: auto;
  }
  .hv3--image {
    border-top: 1px solid #8a9499;
  }
  .hv3--image.video {
    padding: 100px 24px;
  }
  .hv3--image.video {
    padding: 50px 16px;
  }
  .technology .hv3--image {
    min-height: auto;
  }
  .technology .hv3--image img {
    width: auto;
    height: auto;
    max-height: 500px;
  }
  .rv--slide {
    max-width: calc((100vw - 41px) / 2);
    padding: 20px;
    border-bottom: 1px solid #8a9499;
    gap: 24px;
  }
  .rv--slide--header {
    font-size: 18px;
    gap: 12px;
  }
  .rv--slide--body p {
    font-size: 16px;
  }
  .g2--list img {
    width: 88px;
    height: auto;
    gap: 8px;
  }
  .g2--list {
    overflow: auto;
  }
  .rv--wrapper .slider-button--reviews {
    margin-bottom: 40px;
  }
  .cs-list--element {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 16px 24px;
    gap: 0;
    row-gap: 30px;
  }
  .cs-list--element img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .cs-list--element h3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    font-size: 20px;
  }
  .cs-list--element h3 a {
    font-size: 20px;
  }
  .cs-list--element .btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    max-width: 150px;
    margin-left: auto;
  }
  .left_right .pt-120 {
    padding-top: 80px;
  }
  .left_right--element {
    display: block;
  }
  .left_right--element:not(:last-child) {
    margin-bottom: 40px;
  }
  .left_right--text {
    padding: 24px 20px 32px;
  }
  .left_right--text h2,
  .left_right--text p,
  .left_right--text ul {
    padding: 0;
  }
  .left_right--text .sub-heading {
    margin-bottom: 16px;
  }
  .left_right--text h2 {
    padding-bottom: 16px;
  }
  .left_right--text p,
  .left_right--text ul {
    margin-top: 0;
  }
  .left_right--text a,
  .left_right--text iframe {
    margin-top: 32px;
  }
  .left_right--text iframe {
    padding-right: 20px;
    margin-top: 32px;
  }
  .left_right--image {
    border-top: 1px solid #8a9499;
    border-left: none !important;
    border-right: none !important;
    background-color: var(--sticky-color, #bbe5f7);
  }
  .left_right--image img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    height: auto;
    width: auto;
    max-width: 100%;
  }
  .left_right.small-images .left_right--image img {
    max-width: 100% !important;
  }
  .left_right.small-images .left_right--image {
    min-height: 500px;
    max-width: 100% !important;
  }
  .alp--wrapper {
    display: block;
  }
  .alp--col:first-child {
    border-right: 0;
  }
  .alp--col .alp--element:not(:last-child)::before,
  .alp--col .last::before {
    display: none;
  }
  .alp--col .alp--element:not(.last) {
    border-bottom: 1px solid #8a9499;
  }
  .alp--col .last::before {
    display: none;
  }
  .alp--heading {
    padding: 80px 16px 40px;
  }
  .alp--element {
    padding-top: 28px;
    position: relative;
    padding-left: 16px;
  }
  .alp--element--body {
    padding-right: 16px;
    padding-bottom: 28px;
    min-height: auto;
  }
  .alp--element--header {
    padding-right: 16px;
    gap: 16px;
  }
  .alp--element--header h3,
  .alp--element--header h3 a:not(.btn) {
    font-size: 22px;
  }
  .alp--element--header .btn {
    font-size: 0 !important;
    padding: 0;
    gap: 0;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .faq .alp--col:first-child .faq--element {
    border-bottom: 1px solid #8a9499 !important;
  }
  .faq--element {
    padding: 24px 16px;
  }
  .faq--element--header {
    min-height: auto;
  }
  .alp--element--big {
    padding: 32px 16px 32px;
    outline: 1px solid #8a9499;
    border: none;
  }
  .alp_v2 .alp--col {
    margin-top: 40px;
  }
  .alp_v2 .alp--element {
    padding-top: 16px;
  }
  .alp_v2 .alp--element--body {
    padding-bottom: 16px;
  }
  .ps--wrapper {
    padding: 28px 16px 24px;
  }
  .ps--problem,
  .ps--solution {
    display: block;
    padding-right: 0;
  }
  .ps--solution {
    padding-top: 24px;
  }
  .ps--problem {
    padding-bottom: 24px;
  }
  .cert--element {
    padding: 24px 16px;
    min-height: auto;
  }
  .cert--element:nth-child(2n) {
    border-bottom: 1px solid #8a9499;
  }
  .cert--element img {
    width: 80px;
    height: auto;
  }
  .cert--element p {
    font-size: 15px;
  }
  .ph3_col--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
  }
  .ph3_col--wrapper ul {
    font-size: 16px;
    margin-top: 24px;
    margin-left: 20px;
  }
  .ph3_col--wrapper p {
    font-size: 16px;
    margin-top: 24px;
    margin-left: 20px;
  }
  .ph3_col--wrapper a {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .ph3_col--v2 .ph3_col--wrapper {
    gap: 0;
  }
  .cust-text--wrapper {
    padding: 40px 0;
  }
  .cust-text--content h1,
  .cust-text--content h2,
  .cust-text--content h3 {
    margin-bottom: 24px;
  }
  .cust-image--wrapper {
    padding: 40px 0;
  }
  .hero_v4--content:not(:first-child) {
    display: none;
  }
  .hero_v4.km .hero_v4--content:first-child .hero_v4--content--element {
    position: static;
    height: auto;
  }
  .hero_v4.km .hero_v4--content:not(:first-child) {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero_v4.km .hero_v4--content:not(:first-child) .hero_v4--content--element {
    position: static;
    height: auto;
  }
  .km--content .block {
    position: static;
    height: auto;
    margin-top: 0;
  }
  .statistics--element {
    padding: 0 20px 8px 20px;
  }
  .jobs .heading-left {
    display: block;
  }
  .jobs .heading-left span {
    display: none;
  }
  .jobs--item {
    padding: 24px 16px;
  }
  .jobs--item:not(.last) {
    -ms-grid-columns: 1fr 34px;
    grid-template-columns: 1fr 34px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 4px;
  }
  .jobs--item:not(.last) .h5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    margin-bottom: 12px;
  }
  .jobs--item:not(.last) span:last-of-type {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .jobs--item:not(.last) span:first-of-type {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .jobs--item:not(.last) a.btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    padding: 0;
    font-size: 0;
    gap: 0;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-color: #182035;
  }
  .jobs--item:not(.last) a.btn path {
    fill: #182035;
  }
  .jobs--item:not(.last) a.btn:hover {
    border-color: #4abef0;
  }
  .jobs--item:not(.last) a.btn:hover path {
    fill: #4abef0;
  }
  .legal-header--texts {
    padding: 32px 16px;
  }
  .legal-header--texts h1 {
    margin-bottom: 16px;
  }
  .custom-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #8a9499;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    border-bottom: 1px solid #8a9499;
  }
  .custom-category-list.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
  }
  .custom-category-list li {
    border: none !important;
    background-color: #f5f8fa;
  }
  .custom-category-list li:not(:last-child) {
    border-bottom: 1px solid #8a9499 !important;
  }
  .custom-category-list li a,
  .custom-category-list li h2,
  .custom-category-list li span {
    padding: 18px 16px;
    text-align: left;
  }
  .post_list--wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .post_list_v2 .post_list--container.v3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .post_list_v2 .post_list--container.v3 .post_list--sidebar {
    display: none;
  }
  .post_list_v2 .post_list--container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .post_list_v2 .post_list--sidebar {
    padding: 24px 16px;
    border-right: 0;
    border-bottom: 0;
  }
  .post_list_v2 .post_list--sidebar--wrapper.v3 {
    display: none;
  }
  .post_list_v2 .post_list--sidebar--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    border-bottom: 1px solid #8a9499;
    padding-bottom: 13px;
  }
  .post_list_v2 .post_list--sidebar--wrapper div {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 18px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul.active {
    max-height: 400px;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul.active li.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .post_list_v2 .post_list--sidebar--wrapper ul li {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul li h2 {
    line-height: 100%;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul li.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post_list_v2 .post_list--sidebar--wrapper ul li.active::after {
    line-height: 100%;
    content: url(../img/mobile-arrow.svg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .post_list_v2 .post_list--content .post_list--item--content--title {
    margin-bottom: 0;
  }
  .post_list_v2 .post_list--content .post_list--wrapper {
    row-gap: 24px;
  }
  .pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .pagination a,
  .pagination span {
    width: 100%;
  }
  .pagination a,
  .pagination span, .pagination .dots {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .pagination .next,
  .pagination .prev {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-content {
    padding: 40px;
  }
  .main-content .single-cta-1,
  .main-content .single-cta-2 {
    margin: 20px -40px;
    padding: 40px;
  }
  .main-content .et_pb_testimonial_content {
    margin: 20px -40px;
    padding: 40px;
  }
  .badges-r--items {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .badges-r--item.pre-last {
    grid-area: auto;
  }
  .badges-r--item.last {
    grid-area: auto;
  }
  .int-hero--wrapper {
    padding: 40px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
  .int-hero--wrapper h1,
  .int-hero--wrapper p {
    text-align: left;
  }
  .int-hero--wrapper iframe {
    max-width: 100%;
  }
  .hero_home .card {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-left: none;
  }
  .hero_home .card-body {
    padding: 24px 32px 32px 24px;
  }
  .hero_home .card-body h1 {
    font-size: 40px;
  }
  .hero_home .card-body p {
    font-size: 22px;
  }
  .col_2_row--wrapper .col {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }
  .col_2_row--wrapper {
    display: block;
  }
  .col_2_row.p404 .col_2_row--wrapper {
    padding: 0;
  }
  .article_header--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article_header--head {
    outline: 1px solid #8a9499;
  }
  .article_header--texts {
    padding: 40px;
  }
  .article_header--texts--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  footer {
    padding: 30px 0;
  }
  .footer--wrapper {
    width: 100%;
    gap: 40px;
  }
  .footer--wrapper--logo {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .footer--wrapper--logo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer--wrapper--logo p {
    display: none;
  }
  .footer--wrapper--logo .socials {
    margin-top: 0;
  }
  .footer--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .footer--wrapper--nav > ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .footer--wrapper--nav br {
    display: none;
  }
  .footer--cta-request {
    font-size: 40px;
    font-weight: 500;
  }
  .footer--cta-request span {
    padding: 12px 0;
  }
  .footer--copyright {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .hide--tablet {
    display: none;
  }
  .tablet-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .show--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body {
    overflow-x: hidden;
  }
  iframe {
    min-height: 110px;
  }
  .ai-glossary p strong {
    font-size: 45px;
  }
  .wp-block-group-is-layout-flex {
    display: block !important;
  }
  .wp-block-group-is-layout-constrained {
    border-left: none !important;
    border-top: 1px solid #8a9499 !important;
  }
  .text-center {
    text-align: left;
  }
  .text-center.h2 {
    text-align: center;
  }
  .our_dna--wrapper .text--lined div.item {
    font-size: 22px;
  }
  .bad_answers_list .text {
    padding-top: 30px;
    padding-right: 30px;
  }
  .bad_answers_list .text p {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .bad_answers_list .image {
    padding: 30px;
  }
  .col-50 {
    width: 100%;
  }
  .fluid-container--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-solution-section {
    border-right: none;
    border-top: 1px solid #8a9499;
  }
  .text-solution-section .body {
    padding: 24px;
    margin-bottom: 40px;
  }
  .text-solution-section .body iframe {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .steps-tgs--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .steps-tgs--wrapper .step {
    padding: 24px;
  }
  .steps-tgs--wrapper .step {
    width: 100%;
  }
  .hero_image {
    padding: 0;
  }
  .col-33 {
    width: 100%;
  }
  .image-istead-of-video {
    padding: 50% 0 0 0;
  }
  .advantages-home--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-mh-400 img {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .border-ts .ts {
    border-top: 1px solid #8a9499;
  }
  .border-ts .ts:nth-child(1),
  .border-ts .ts:nth-child(2) {
    border-top: none;
  }
  .q--quote--text br {
    display: none;
  }
  .inline-cta--wrapper {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
  }
  .e3s--items {
    background-image: none !important;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .e3s--item {
    width: 100%;
    margin-top: 0 !important;
    position: static;
  }
  .hv2--footer-v2 .text {
    font-size: 24px;
    padding: 24px;
  }
  .statistics-v2--wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .statistics-v2--wrapper .text {
    font-size: 26px;
    line-height: 110%;
  }
  .statistics-v2--wrapper .list .item {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .statistics-v2--wrapper .list .item > span {
    font-size: 50px;
  }
  .statistics-v2--wrapper .list .item p {
    font-size: 20px;
  }
  .page-id-289431 .left_right--text ul {
    padding-left: 16px !important;
  }
  .hero_home .card-body p br {
    display: none;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .ts::before {
    display: none;
  }
}
@media (max-width: 990px) {
  .expo-image img {
    margin-top: 0;
  }
}
@media (max-width: 880px) {
  .rs--header {
    height: 200px;
  }
  .rs--header img {
    height: 200px;
  }
}
@media (max-width: 800px) {
  .hero_v4.km .hero_v4--wrapper {
    background-attachment: scroll;
    background-color: #f3f5f9;
    background-position: top center;
    background-size: 160%;
  }
  .hero_v4.km .hero_v4--content:first-child {
    height: auto;
  }
  .hero_v4.km .hero_v4--content:first-child .hero_v4--content--element {
    margin-top: 300px;
    margin-bottom: 80px;
  }
  .km--content .block {
    padding: 16px;
    gap: 52px;
    height: auto;
  }
  .km--content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .our_dna--wrapper {
    display: block;
  }
  .text-center {
    text-align: left !important;
  }
  .our_dna--wrapper .text--lined {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .our_dna--wrapper .image {
    padding-bottom: 25px;
    padding-top: 0;
  }
  .our_dna--wrapper .text--lined div.h2 div,
  .our_dna--wrapper .text--lined div.item div {
    padding: 20px;
    position: relative;
    max-width: 100%;
  }
  .our_dna--wrapper .text--lined div.h2,
  .our_dna--wrapper .text--lined div.item {
    display: block;
  }
  .our_dna--wrapper .text--lined div.item {
    font-size: 20px;
  }
  .our_dna--wrapper .text--lined div.item div::before {
    display: none;
  }

  .hero_os_wrapper .col-1 {
      height: 300px;
      border-right: none;
      border-top: 1px solid #8a9499;
  }

  .hero_os_wrapper .col-1 h1 {
      font-size: 34px;
  }

  .hero_os_wrapper .col-2 {
    width: 100%;
    overflow: hidden;
    height: 250px;
    position: relative;
  }

  .hero_os_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 13px 20px;
    font-size: 13px;
  }
  .heding--with-button {
   
  }
  .heding--with-button a {
    display: none;
  }
  .header--nav {
    -ms-grid-rows: 1fr 90px;
    grid-template-rows: 1fr 90px;
  }
  .header--nav--menu {
    padding: 0 12px 60px 12px !important;
    margin-top: 20px !important;
  }
  .header--nav--menu a,
  .header--nav--menu span {
    font-size: 15px;
  }
  .header--nav .btn--filled-v2 {
    background-color: #4abef0 !important;
    border-color: #4abef0 !important;
  }
  .header--nav ul.btn-container {
    display: -ms-grid;
    display: grid;
    position: fixed;
    bottom: 0;
  }
  body,
  html {
    font-size: 16px;
  }
  .container {
    max-width: calc(100vw - 24px);
  }
  .sub-heading {
    font-size: 15px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 26px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .sub-h1 {
    font-size: 22px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  .sub-h2 {
    font-size: 20px;
  }
  .sub-h1 {
    font-size: 22px;
  }
  .sub-h2 {
    font-size: 20px;
  }
  .heading-left {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
  .heading-left h2,
  .heading-left h3,
  .heading-left h4,
  .heading-left h5,
  .heading-left h6 {
    margin-top: 16px;
  }
  .grid-3 {
    display: block;
  }
  .grid-3 > div {
    width: 100%;
    border-top: 1px solid #8a9499;
  }
  .grid-3 > div:not(:nth-child(2n)) {
    border-right: none;
  }
  .grid-3 > div:not(:nth-child(3n)) {
    border-right: none;
  }
  .grid-4 {
    display: block;
  }
  .grid-4:not(:nth-child(2n)) {
    border-right: none;
  }
  .grid-4 > div:not(:nth-child(4n)) {
    border-right: none;
  }
  .grid-4.grid-mob-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4.grid-mob-2 > div {
    border-top: 1px solid #8a9499;
    border-right: none;
  }
  .grid-4.grid-mob-2 > div:not(:nth-child(2n)) {
    border-right: 1px solid #8a9499;
  }
  .grid-5 {
    display: block;
  }
  .grid-5 > div {
    border-right: none !important;
  }
  .grid-5 > div:not(:last-child) {
    border-bottom: 1px solid #8a9499 !important;
  }
  .grid-6 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-6 > div {
    border-top: 1px solid #8a9499;
  }
  .grid-6 > div:not(:nth-child(6n)) {
    border-right: none;
  }
  .grid-6 > div:not(:nth-child(2n)) {
    border-right: 1px solid #8a9499;
  }
  .ts--header img {
    max-width: 110px;
    height: auto;
    max-height: 35px;
  }
  .mobile--slider--track {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
  }
  .resources {
    overflow: hidden;
  }
  .resources .heading-left {
    max-width: calc(100vw - 25px);
  }
  .resources .container {
    padding-bottom: 40px;
  }
  .rs {
    width: calc(100vw - 25px) !important;
    border-right: 1px solid #8a9499 !important;
    border-bottom: 1px solid #8a9499 !important;
  }
  .rs--header {
    height: auto;
    height: 200px;
  }
  .rs--header img {
    height: 200px;
    min-width: 100%;
  }
  .rs--body {
    padding: 24px 20px 0 20px;
  }
  .rs--body p {
    margin-bottom: 33px;
    font-size: 14px;
  }
  .rs--footer {
    padding: 0 20px 20px;
  }
  .cta--wrapper {
    display: block;
    padding: 40px 16px 24px 16px;
    min-height: auto;
  }
  .cta--wrapper .h1,
  .cta--wrapper .h2 {
    margin-top: 0;
    max-width: 100%;
  }
  .cta--wrapper iframe {
    margin-top: 300px;
    margin-bottom: 0;
  }
  .cta--wrapper a {
    margin-top: 300px;
    width: 100%;
  }
  .cta--wrapper img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    height: 270px;
    bottom: 150px;
  }
  .what-is--wrapper {
    padding: 32px 16px;
    display: block;
  }
  .what-is--wrapper .heading-left {
    padding-left: 0;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .what-is--wrapper .heading-left h2,
  .what-is--wrapper .heading-left h3 {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .f--element {
    padding: 16px;
  }
  .f--element--header {
    margin-bottom: 50px;
  }
  .f--element--body p {
    font-size: 15px;
  }
  .f--element--body a.btn {
    margin-top: 32px;
    width: 100%;
  }
  .mobile-move-button-bottom .f--element {
    position: relative;
    padding-bottom: 100px;
  }
  .mobile-move-button-bottom .f--element .btn {
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    bottom: 24px;
  }
  .sv2--col--texts .sv2--element--body a.btn {
    width: 100%;
  }
  .ph > img {
    display: none;
  }
  .ph--wrapper {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-bottom: 56px;
  }
  .ph--heading h1 {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .ph--heading p {
    max-width: 100%;
  }
  .ph--heading {
    margin-bottom: 40px;
  }
  .ph--image img {
    height: 240px;
  }
  .n--number--text {
    max-width: 100%;
  }
  .n--number--text span {
    display: block;
  }
  .n--number {
    padding: 50px 16px 16px;
  }
  .n--number--value {
    font-size: 46px;
  }
  .n--number--text {
    font-size: 20px;
  }
  .data_entropy .n--number:nth-child(3) {
    border-bottom: 1px solid #8a9499;
  }
  .q--wrapper {
    padding: 56px 16px;
  }
  .q--quote--text {
    text-align: left;
    margin-bottom: 16px;
  }
  .hv2--wrapper.revers img {
    margin-top: -50px;
  }
  .hv2--header img {
    max-height: 400px;
  }
  .hv2--header {
    max-height: 300px;
  }
  .data_entropy img {
    margin-top: 0;
  }
  .data_entropy .hv2--header {
    height: 200px;
  }
  .hv3--heading--wrapper .sub-heading {
    margin-bottom: 16px;
  }
  .hv3--heading--wrapper ul {
    margin-bottom: 16px;
    gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hv3--heading--wrapper {
    padding: 28px 16px 24px;
  }
  .hv3--heading--wrapper h1 {
    margin-bottom: 16px;
  }
  .hv3--heading--wrapper a.btn,
  .hv3--heading--wrapper iframe {
    margin-top: 28px;
  }
  .hv3--image img {
    max-height: 250px;
    margin: auto;
  }
  .hv3--image.image--fixer img {
    max-height: 100%;
    height: auto;
    width: 100%;
  }
  .hv3--image.image--fixer.image--650 img {
    max-height: 100%;
    height: auto;
    width: 100%;
  }
  .technology .hv3--image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .rv--slide {
    max-width: calc(100vw - 25px);
  }
  .review--meta {
    font-size: 13px;
  }
  .review--meta img,
  .review--meta span,
  .review--meta svg {
    max-height: 25px;
    max-width: 70px;
  }
  .review--meta span {
    margin: 0 10px;
  }
  .left_right--text {
    padding: 24px 16px 32px;
  }
  .left_right--text p,
  .left_right--text ul {
    font-size: 15px;
  }
  .left_right--text a,
  .left_right--text iframe {
    margin-top: 32px;
    width: 100%;
  }
  .left_right--text iframe {
    padding-right: 16px;
  }
  .left_right.small-images .left_right--image {
    min-height: 400px;
    max-width: 100% !important;
  }
  .alp--col .alp--element:not(:last-child)::before,
  .alp--col .last::before {
    width: 100%;
  }
  .cert--element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cert--element:nth-child(2n) {
    border-bottom: none;
  }
  .ph3_col--wrapper {
    padding-right: 16px;
  }
  .ph3_col--wrapper a {
    margin-top: 24px;
    width: calc(100% - 24px);
  }
  .cust-text--wrapper.pb-40 {
    padding-bottom: 0;
  }
  .cust-text--wrapper {
    padding: 24px 0;
  }
  .cust-text--content {
    padding: 0 16px;
  }
  .cust-text--content h1,
  .cust-text--content h2,
  .cust-text--content h3 {
    margin-bottom: 16px;
  }
  .cust-text--content a {
    width: 100%;
  }
  .cust-text--content--v2 h1,
  .cust-text--content--v2 h2,
  .cust-text--content--v2 h3 {
    padding: 0 16px;
  }
  .cust-text--content--v2 .grid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 24px 16px;
  }
  .cust-text--content--v2:first-child {
    padding-bottom: 0;
  }
  .cust-image--wrapper {
    padding: 24px 0;
  }
  .cust-image--content.cuted {
    padding: 0 16px;
  }
  .cust-image--content.cuted .h5 {
    margin-bottom: 24px;
  }
  .hero_v4--wrapper {
    background-attachment: scroll;
  }
  .hero_v4--content {
    height: 600px;
  }
  .statistics--elements {
    padding-top: 0;
  }
  .statistics--element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 16px 14px 16px;
    gap: 8px;
  }
  .statistics--element p {
    font-size: 20px;
  }
  .jobs--item.last {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .jobs--item.last a.btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-color: #182035;
    color: #182035 !important;
  }
  .jobs--item.last a.btn path {
    fill: #182035;
  }
  .jobs--item.last a.btn:hover {
    border-color: #4abef0;
    color: #4abef0 !important;
  }
  .jobs--item.last a.btn:hover path {
    fill: #4abef0;
  }
  .legal-header--head.gradient {
    background-size: cover;
  }
  .post_list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .post_list--item--content {
    gap: 16px;
    padding: 24px 16px;
  }
  .post_list--item--content--cta {
    margin-top: 40px;
  }
  .main-content {
    padding: 24px 16px;
  }
  .main-content ol {
    padding: 16px 24px;
  }
  .main-content ol li {
    padding-left: 24px;
  }
  .main-content ul {
    padding: 16px 24px;
  }
  .main-content ul li {
    padding-left: 24px;
  }
  .main-content .single-cta-1,
  .main-content .single-cta-2 {
    margin: 20px -16px;
    padding: 24px 16px;
  }
  .main-content .et_pb_testimonial_content {
    margin: 20px -16px;
    padding: 24px 16px;
  }
  .badges-r--items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .badges-r--item {
    height: 150px;
  }
  .int-hero--wrapper {
    padding: 32px 16px;
  }
  .hero_home .card-body {
    padding: 16px 24px 24px 16px;
  }
  .col_2_row--wrapper .col {
    padding: 24px 16px;
  }
  .article_header--head {
    height: 280px;
  }
  .article_header--texts {
    padding: 40px 16px;
  }
  .footer--wrapper--nav > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .footer--wrapper--nav > ul > li {
    margin-bottom: 16px;
    line-height: 100%;
  }
  .footer--wrapper--nav .menu-item-has-children {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .footer--wrapper--nav .menu-item-has-children::after {
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 1px;
    right: -25px;
    content: url(../img/mobile-arrow-white.svg);
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer--wrapper--nav .menu-item-has-children .sub-menu {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    max-width: 0;
  }
  .footer--wrapper--nav .menu-item-has-children .sub-menu > li:first-of-type {
    margin-top: 8px;
  }
  .footer--wrapper--nav .menu-item-has-children .sub-menu li {
    margin-bottom: 8px;
  }
  .footer--wrapper--nav .menu-item-has-children.active .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .footer--wrapper--nav .menu-item-has-children.active::after {
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .hide--mobile {
    display: none !important;
  }
  .show--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tablet-only {
    display: none;
  }
  .majorImage {
    margin-top: 40px;
    border-top: 1px solid #8a9499;
  }
  .author--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ai-glossary p strong {
    font-size: 40px;
  }
  .text-solution-section .badges-list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .image-solution-section {
    padding: 24px;
  }
  .image-solution-section p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .image-solution-section b {
    font-size: 20px;
  }
  .image-solution-section .logos {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-tgs--wrapper .step span {
    margin-bottom: 30px;
  }
  .grid-5-mobile-b-2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-5-mobile-b-2 .badges--i--item {
    padding: 15px;
  }
  .grid-5-mobile-b-2 .badges--i--item img {
    max-width: 80%;
    height: auto;
    max-height: 95px;
  }
  .hero_image {
    padding: 0;
  }
  .border-ts .ts:nth-child(2) {
    border-top: 1px solid #8a9499;
  }
  .hv2--footer-v2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .hv2--footer-v2 .list .item {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hv2--footer-v2 .list .item > span {
    font-size: 50px;
    line-height: 100%;
  }
  .hero_v4_small .hero_v4--wrapper {
    background-size: cover;
  }
  .statistics-v2--wrapper .text {
    font-size: 24px;
    padding: 24px;
  }
  .statistics-v2--wrapper .list .item {
    padding: 24px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .statistics-v2--wrapper .list .item > span {
    font-size: 50px;
    line-height: 100%;
  }
  .statistics-v2--wrapper .list .item p {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .expo-header {
    padding-top: 200px;
    background-color: #215892;
  }
  .top-bar {
    font-size: 13px;
    line-height: 13px;
    padding: 0 10px;
    background-image: none;
  }
  .font-60 {
    font-size: 22px !important;
  }
  .font-22 {
    font-size: 16px !important;
  }
  .sv2--col--texts .sv2--element--footer img {
    height: auto;
  }
  .font-60 {
    font-size: 22px !important;
  }
  .font-22 {
    font-size: 16px !important;
  }
  .sv2--col--texts .sv2--element--footer img {
    height: auto;
  }
}
@media (max-width: 730px) {
  .iframe1000 {
    height: 1000px;
  }
}
@media (max-width: 550px) {
  .booth-image img {
    max-width: 100%;
  }
}
@media (max-width: 1360px) and (min-width: 1026px) {
  .cta--wrapper img {
    width: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1025px) and (min-width: 767px) {
  .tablet-fixer .n--number:nth-child(2) {
    position: relative;
  }
  .tablet-fixer .n--number:nth-child(2)::before {
    content: " ";
    width: 100%;
    border-bottom: 1px solid #8a9499;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .left_right--image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-height: 767px) {
  .ss--side-bar {
    padding-top: 60px;
  }
}
.no-image,
.hero_v4_small .hero_v4--wrapper.no-image {
  background-image: none;
}
@media (min-width: 767px) {
  .single-cta-1:not(.without-image) {
    padding: 24px;
    display: grid;
    gap: 20px;
    grid-template-columns: 60% 1fr;
    background-color: #bae5f7 !important;
  }
}

.image_cover img {
  height: 100% !important;
  object-fit: cover !important;
}

.sp {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  display: block;
  margin-bottom: 15px;
}

.speaker {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 25px;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.4);
  padding-bottom: 15px;
}

.speaker img {
  display: block;
}

.speaker .title {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.single-cta-1.small-image {
  align-items: center;
}

.single-cta-1.small-image .single-cta-1-image {
  text-align: center;
}

.single-cta-1.small-image .single-cta-1-image img {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  width: auto;
}

.group-b6 {
  padding: 10px 10px;
  background-color: #bae5f7;
  margin: 10px 0;
}

.image-padding-0 img {
  padding: 0 !important;
}

.rv--values .rv--slide--hero {
  position: relative;
  width: 100%;
  gap: 20px;
}

.rv--values .rv--slide--hero .value {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 20px;
}

.rv--values .rv--slide--hero .value i {
  width: 64px;
  height: 64px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv--values .rv--slide--hero .value i svg path {
  fill: #fff;
}

.rv--values .rv--slide--hero .value span {
  width: 100%;
  color: rgba(24, 44, 53, 0.65);

  text-align: center;
  font-size: 18px !important;
  margin-top: 8px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 105%; /* 18.9px */
}

.rv--values .rv--slide--hero .rv--slide--footer p {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.rv--values .rv--slide--hero .rv--slide--footer {
  margin-bottom: auto;
  height: 100%;
}

.rv--values .rv--slide--hero .rv--slide--body span {
  font-size: 32px;
  font-style: normal;
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .rv--values .rv--slide--hero .rv--slide--body span {
    font-size: 22px;
    margin-top: 10px;
  }

  .rv--values .rv--slide--hero {
    width: auto;
  }
}

/* ==========================================
   SHELF HEROES SECTION
   ========================================== */

.shelf-heroes-section {
  width: 100%;
  /* background: #fff; */
  /* border: 1px solid var(--stroke-shelf, #969FA4); */
  /* border-left: none; */
  /* border-right: none; */
}

.shelf-heroes-section .container,
.shelf-heroes-section .row {
  /* max-width: 100%; */
  /* padding: 0; */
  /* margin: 0; */
}

.shelf-heroes-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Row 1: Header + 3 cards */
.shelf-heroes-row-1 {
  display: flex;
  width: 100%;
  /* min-height: 658px; */
}

/* Row 2: 4 cards */
.shelf-heroes-row-2 {
  display: flex;
  width: 100%;
  /* min-height: 605px; */
}

/* Header block (dark background with logo) */
.shelf-heroes-header {
  background: #182035;
  width: 25%;
  /* min-width: 360px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0 67px 60px;
  outline: 1px solid var(--stroke-shelf, #969FA4);
  box-sizing: border-box;
}

.shelf-heroes-logo {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}

.shelf-heroes-logo-bars {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: 8px;
}

.shelf-heroes-logo-bars span {
  display: block;
  width: 42px;
  height: 7px;
  border-radius: 1px;
}

.shelf-heroes-logo-bars span:nth-child(1) {
  background: #EE8B3A;
}

.shelf-heroes-logo-bars span:nth-child(2) {
  background: #48A3F7;
}

.shelf-heroes-logo-bars span:nth-child(3) {
  background: #E93429;
}

.shelf-heroes-logo-text {
  display: flex;
  align-items: baseline;
}

.shelf-heroes-logo-text .shelf-text {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.45px;
  line-height: 1.45;
}

.shelf-heroes-logo-text .os-text {
  font-size: 47px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.47px;
  line-height: 1.45;
}

.shelf-heroes-title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 1.07;
  margin: 0;
  margin-top: -7px;
}

/* Hero Card Styles */
.hero-card {
  background: #fff;
  outline: 1px solid var(--stroke-shelf, #969FA4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.shelf-heroes-row-1 .hero-card {
  width: 25%;
  /* min-width: 360px; */
  /* height: 658px; */
}

.shelf-heroes-row-2 .hero-card {
  width: 25%;
  /* height: 605px; */
}

.hero-card-image {
  width: 100%;
  height: 274px;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 20px;
  flex: 1;
}

.hero-card-name {
  font-size: 18px;
  font-weight: 500;
  color: #182035;
  line-height: 1.45;
  letter-spacing: 0.18px;
  margin: 0;
}

.hero-card-quote {
  font-size: 14px;
  font-weight: 400;
  color: #182035;
  opacity: 0.8;
  line-height: 1.45;
  letter-spacing: 0.14px;
  margin: 0;
}

.hero-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 35px;
  margin: 0 20px 24px 20px;
  width: fit-content;
  align-self: flex-end;
}

.hero-card-badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-card-badge span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

/* Badge Gradient Variants */
.hero-card-badge.badge-quality {
  background: radial-gradient(ellipse at center bottom, rgba(255,135,120,1) 0%, rgba(226,138,154,1) 25%, rgba(198,140,188,1) 50%, rgba(140,145,255,1) 100%);
}

.hero-card-badge.badge-momentum {
  background: radial-gradient(ellipse at center bottom, rgba(255,195,105,1) 0%, rgba(255,153,97,1) 50%, rgba(255,110,90,1) 100%);
}

.hero-card-badge.badge-accountability {
  background: radial-gradient(ellipse at center bottom, rgba(190,225,255,1) 0%, rgba(165,185,255,1) 50%, rgba(140,145,255,1) 100%);
}

.hero-card-badge.badge-hardwork {
  background: radial-gradient(ellipse at center bottom, rgba(196,196,255,1) 0%, rgba(211,175,214,1) 25%, rgba(225,153,173,1) 50%, rgba(240,132,131,1) 75%, rgba(255,110,90,1) 100%);
}

.hero-card-badge.badge-learning {
  background: radial-gradient(ellipse at center bottom, rgba(190,225,255,1) 0%, rgba(165,185,255,1) 50%, rgba(140,145,255,1) 100%);
}

.hero-card-badge.badge-adapt {
  background: radial-gradient(ellipse at center bottom, rgba(255,135,120,1) 0%, rgba(226,138,154,1) 25%, rgba(198,140,188,1) 50%, rgba(140,145,255,1) 100%);
}

.hero-card-badge.badge-win {
  background: radial-gradient(ellipse at center bottom, rgba(255,195,105,1) 0%, rgba(255,153,97,1) 50%, rgba(255,110,90,1) 100%);
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .shelf-heroes-row-1,
  .shelf-heroes-row-2 {
    flex-wrap: wrap;
  }

  .shelf-heroes-header {
    width: 50%;
    min-width: unset;
  }

  .shelf-heroes-row-1 .hero-card {
    width: 50%;
    min-width: unset;
    flex: auto;
  }

  .shelf-heroes-row-2 .hero-card {
    width: 50%;
    flex: auto;
  }

  .hero-card-image {
    height: 350px;
  }

  .icons--wrapper.icons--wrapper-v2 .icon--icon .w span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .sv2--col--texts .sv2--element:first-child {
    border-top: none;
  }
}

@media (max-width: 992px) {
  /* .shelf-heroes-header {
    width: 100%;
    min-height: 200px;
    padding: 40px;
  } */

  .shelf-heroes-header, .shelf-heroes-row-1 .hero-card,
  .shelf-heroes-row-2 .hero-card {
    width: 50%;
    height: auto;
    /* min-height: 500px; */
  }

  .shelf-heroes-logo-text .shelf-text {
    font-size: 36px;
  }

  .shelf-heroes-logo-text .os-text {
    font-size: 38px;
  }

  .shelf-heroes-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .shelf-heroes-header, .shelf-heroes-row-1 .hero-card,
  .shelf-heroes-row-2 .hero-card {
    width: 100%;
    min-height: auto;
  }

  .shelf-heroes-header {
    padding: 30px 20px;
  }

  .shelf-heroes-logo-text .shelf-text {
    font-size: 32px;
  }

  .shelf-heroes-logo-text .os-text {
    font-size: 34px;
  }

  .shelf-heroes-title {
    font-size: 28px;
  }

  .hero-card-image {
    height: 330px;
  }

  .hero-card-content {
    padding: 20px 16px;
  }

  .hero-card-badge {
    margin: 0 16px 20px 16px;
  }
}

@media (max-width: 480px) {
  .shelf-heroes-logo-bars span {
    width: 32px;
    height: 5px;
  }

  .shelf-heroes-logo-text .shelf-text {
    font-size: 28px;
  }

  .shelf-heroes-logo-text .os-text {
    font-size: 30px;
  }

  .shelf-heroes-title {
    font-size: 24px;
  }

  .hero-card-name {
    font-size: 16px;
  }

  .hero-card-quote {
    font-size: 13px;
  }

  .hero-card-badge span {
    font-size: 14px;
  }
}

/* ==========================================
   END SHELF HEROES SECTION
   ========================================== */

.solution_placeholder {
  width: 100%;
  display: block;
}

.solution_placeholder img {
  width: 100%;
  display: block;
  height: auto;
}

.wrapper-video-button {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.wistia_click_to_play {
  position: absolute !important;
  width: max-content;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.play-video-button {
  color: #fff;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px;
  background-color: #ff6e5a;
  border-radius: 50px;
  overflow: hidden;
}

.play-video-button span:first-child {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-video-button span:first-child svg {
  width: 24px;
  height: 24px;
}

.play-video-button div {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  padding-right: 10px;
  justify-content: space-between;
}

.homepage-hero p {
  font-size: 26px;
  font-weight: 400;
  line-height: 35.434px;
  letter-spacing: -0.266px;
}

.partners-section img {
  filter: brightness(0.5);
  max-height: 30px;
  min-width: 130px;
}

.partners-section {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  /* width: 100%; */
  padding: 0 25px;
  /* flex-direction: column; */
  /* column-count: 3; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.features--home a svg {
  width: 30px;
  height: 30px;
  margin-bottom: -2px;
}

/* .link-km {
    color: #FF8750 !important;
    transition: .3s;
}

.link-cc {
    color: #8C91FF !important;
}

.link-rag {
    color: #FFAF41 !important;
    transition: .3s;
} */

.link-km:hover,
.link-cc:hover,
.link-rag:hover {
  color: #4abef0 !important;
}

.link-km svg path,
.link-cc svg path,
.link-rag svg path {
  transition: 0.3s;
}

.link-km:hover svg path,
.link-cc:hover svg path,
.link-rag:hover svg path {
  fill: #4abef0 !important;
}

.btn--filled-v3:hover {
  background-color: #4abef0;
  color: #fff !important;
  border-color: #4abef0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.f--element-home {
  border-top: none !important;
}

.hero_v4--content--element a {
  position: relative;
  z-index: 999;
}

@media (min-width: 1100px) {
  .page-id-47 .rv--wrapper {
    overflow: hidden;
  }
}

@media (max-width: 1025px) {
  .sv2--col--texts .sv2--element--footer img {
    height: auto;
  }

  .sv2--col--texts .sv2--element--footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .f--element-home:nth-child(1) {
    border-bottom: 1px solid #8a9499;
  }

  .f--element-home:nth-child(2) {
    border-bottom: 1px solid #8a9499;
  }

  .video-bg-change-color .cust-image--wrapper {
    padding: 0 !important;
  }
}

.main-content a.btn:hover {
  background-color: #4abef0;
  color: #fff;
}

.secondary_a {
  display: block;
  margin: 10px auto 0;
  width: max-content;
  color: #11b4ff;
  transition: 0.3s;
}

.secondary_a:hover {
  color: #192b35;
  text-decoration: none;
}

.case-studies--n {
  display: flex;
  justify-content: center;
}

.case-studies--n .n--number {
  padding-top: 30px;
  outline: 1px solid #8a9499;
  max-width: 350px;
  width: 100%;
  text-align: center;
}

.ph--wrapper.case-studies {
  min-height: auto;
}

.ph--wrapper.case-studies .ph--heading {
  margin-bottom: 0px;
}

.case-studies .left_right--text p,
.case-studies .left_right--text ul {
  color: #182035;
  font-size: 24px;
}

.case-studies .left_right--image img {
  display: block;
  max-width: 100%;
  max-height: 600px;
}

.case-studiesv2 h2 {
  font-size: 70px;
  line-height: 100%;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.case-studies .n--number--value {
  font-weight: 600;
}

.case-studiesv2 .impact p {
  font-size: 44px;
}

.case-studiesv2 .impact p b {
  font-size: 60px;
}

.tx-a-end {
  text-align: end;
}

.case-studiesv2 .left_right--element {
  grid-template-columns: 60% 40%;
}

.product_hero.case-studiesv2:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--main-color);
  z-index: 0;
}

.case-studiesv2 .left_right--element.reverse {
  grid-template-columns: 40% 60%;
}

@media (max-width: 1026px) {
  .case-studies--n {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 -10px;
  }

  .tx-a-end {
    text-align: left;
  }

  .case-studies--n .n--number {
    max-width: 100%;
  }

  .case-studies--n .n--number--text {
    max-width: 100%;
  }

  .case-studies .left_right--text ul {
    padding-left: 25px;
  }

  .case-studiesv2 h2 {
    font-size: 40px;
  }

  .case-studies .left_right--text p,
  .case-studies .left_right--text ul {
    font-size: 20px;
  }

  .ph--wrapper.case-studies {
    padding-bottom: 80px;
  }

  .case-studiesv2 .left_right--image {
    display: none;
  }

  .case-studiesv2 .impact p b {
    font-size: 25px;
  }

  .post_list_v2 .post_list--sidebar--wrapper {
    grid-template-columns: 100%;
  }
}

.hv3--wrapper-lp {
  grid-template-columns: 60% 40%;
}

@media (min-width: 1200px) {
  .hv3--wrapper-lp h1 {
    margin-top: auto;
    font-size: 60px;
  }

  .hv3--wrapper-lp .image--fixer-v2 img {
    //width: 130%;
    //max-width: fit-content;
    //margin-left: -15%;
  }

  .hv3--wrapper-lp .hv3--image {
    overflow: hidden;
  }
}

.wjs-bg {
  background-image: url("<?php echo SITE_NAME; ?>/wp-content/uploads/2025/10/background_final-01-3-scaled-2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wjs-bg .h2 {
  color: #fff !important;
  padding-bottom: 25px;
}

.wjs-bg0img img {
  filter: brightness(1);
}

@media (max-width: 1025px) {
  .wjs-lp .hv3--image {
    display: none !important;
  }

  .wjs-lp .heading--quote.q--quote--text.h4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wjs-bg {
    background-image: none;
    background-color: #ff8750;
  }

  .wjs-bg0img img {
    filter: brightness(0.5);
  }

  .wjs-bg .h2 {
    padding-bottom: 25px;
    color: #192b35 !important;
  }

  .wjs-bg0img {
    background-color: transparent !important;
  }


}

@media (min-width: 767px) {
  .main-content .single-cta-1.single-cta-1-quote {
    display: block;
    padding: 24px 80px;
  }
}

.wp-block-image.aligncenter {
  margin: 0 auto;
}

/* ================================================
   NEW BLOCKS - Shelf Mission, Solution, Stats
   ================================================ */

/* Block 1: Dark Mission Section */
.shelf-mission-section {
  /* background-color: #182035; */
  position: relative;
}

.shelf-mission-wrapper {
  align-items: center;
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #182035;
}

.shelf-mission-text {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.4px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
  color: #fff;
  margin: 0;
  /* padding: 100px 60px; */
  padding-left: 60px;
  height: 340px;
  display: flex;
  align-items: center;
  padding-right: 0;
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.shelf-mission-image {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}

.shelf-mission-image img {
  max-width: 100%;
  /* object-fit: contain; */
  height: 100%;
}

/* Block 3: End-to-End Solution Section */
.shelf-solution-section {
  /* background-color: #fff; */
}

.shelf-solution-wrapper {
  width: 100%;
  position: relative;
}

.shelf-solution-header {
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.shelf-solution-header .gradient-text {
  font-family: NeueMontreal, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(180deg, #8C91FF 0%, #6EAFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  text-align: center;
}

.shelf-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.shelf-solution-item {
  padding: 24px;
  border-left: 1px solid #969FA4;
  /* border-top: 1px solid #969FA4; */
  border-bottom: 1px solid #969FA4;
  min-height: 448px;
  position: relative;
  background-color: #fff;

  
}

.shelf-solution-item:first-child {
  border-left: none;
}

.shelf-solution-item:last-child {
  border-right: none;
}


.shelf-solution-item p {
  font-family: NeueMontreal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  color: #182035;
  margin: 0;
}

.shelf-solution-wave {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  /* height: 400px; */
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.shelf-solution-wave img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Block 4: Statistics Section */
.shelf-stats-section {
  /* background-color: #fff; */
}

.shelf-stats-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.shelf-stat-item {
  padding: 48px 66px 56px;
  border-right: 1px solid #969FA4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
}

.shelf-stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-family: NeueMontreal, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.stat-number.purple {
  color: #8C91FF;
}

.stat-number.red {
  color: #FF6E5A;
}

.stat-number.orange {
  color: #EE8B3A;
}

.stat-title {
  font-family: NeueMontreal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.24px;
  color: #182035;
}

@media (min-width: 1024px) {
  .stat-title {
    min-height: 60px;
  }
}

.stat-desc {
  font-family: NeueMontreal, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #182035;
  margin: 0;
}

/* Responsive Styles for New Blocks */
@media (max-width: 1200px) {
  .shelf-mission-text {
    font-size: 32px;
    padding: 60px 40px;
  }

  .shelf-solution-header .gradient-text {
    font-size: 32px;
  }

  .shelf-solution-item p {
    font-size: 20px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-title {
    font-size: 20px;
  }

  .stat-desc {
    font-size: 18px;
  }

  .shelf-stat-item {
    padding: 36px 40px 40px;
  }
}

@media (max-width: 1024px) {
  .shelf-mission-wrapper {
    display: block;
    height: auto;
    min-height: fit-content;
  }

  .shelf-mission-text {
    font-size: 28px;
    padding: 60px 40px;
    max-width: 100%;
    height: auto;
  }

  .shelf-mission-image {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    display: none;
    height: 300px;
    justify-content: center;
  }

  .resources--wrapper .heading-left {
    border-right: none;
    margin-left: -1px;
    border-left: 1px solid #8a9499; 
  }

  .shelf-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shelf-solution-item {
    min-height: 200px;
  }

  .shelf-solution-item:nth-child(2) {
    border-right: none;
  }

  .shelf-solution-item:nth-child(3) {
    border-left: none;
  }

  .shelf-solution-item:nth-child(3),
  .shelf-solution-item:nth-child(4) {
    border-top: none;
  }

  .shelf-solution-wave {
    display: none;
  }

  .shelf-stats-wrapper {
    grid-template-columns: 1fr;
  }

  .shelf-stat-item {
    border-right: none;
    border-bottom: 1px solid #969FA4;
  }

  .shelf-stat-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .shelf-mission-text {
    font-size: 24px;
    padding: 40px 24px;
  }

  .shelf-solution-header {
    padding: 30px 24px;
  }

  .shelf-solution-header .gradient-text {
    font-size: 26px;
  }

  .shelf-solution-grid {
    grid-template-columns: 1fr;
  }

  .shelf-solution-item {
    min-height: auto;
    border-right: none;
    border-left: none;
  }

  .shelf-solution-item:last-child {
    border-right: none;
  }

  .shelf-solution-item:nth-child(2) {
    border-right: none;
  }

  .shelf-solution-item p {
    font-size: 18px;
  }

  .stat-number {
    font-size: 36px;
  }

  .stat-title {
    font-size: 18px;
  }

  .stat-desc {
    font-size: 16px;
  }

  .shelf-stat-item {
    padding: 32px 24px;
  }

  .resources .container {
    padding-bottom: 0;
  }
  
}

/* ================================================
   PHASE 2: Enterprise Agents, Industries, Final CTA
   ================================================ */

/* Block 2: Enterprise-grade AI Agents Section */
.enterprise-agents-section {
  /* background-color: #fff; */
}

.enterprise-agents-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.enterprise-agents-left {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  background-color: #fff;
}

.enterprise-agents-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.enterprise-agents-title {
  font-family: NeueMontreal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}

.enterprise-agents-subtitle {
  font-family: NeueMontreal, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}

.enterprise-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.enterprise-badges img {
  max-height: 50px;
  width: auto;
  max-width: 75px;
  filter: grayscale(1);
  opacity: 0.8;
  transition: .3s;
  /* opacity: 0.8; */
}

.enterprise-badges img:hover {
  filter: grayscale(0);
  opacity: 1;
  /* cursor: pointer; */
}

.enterprise-agents-right {
  background-color: #19223c;
  border-left: 1px solid #969FA4;
  /* padding: 40px 60px; */
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 335px;
  position: relative;
  overflow: hidden;
}

.enterprise-agents-right wistia-player {
  height: 100%;
    width: auto;
    /* padding: 0 24px; */
    position: absolute;
}

.agentic-ai-pill {
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.12) 100%);
  background-image:
    radial-gradient(ellipse at 80% 120%, rgba(255,170,101,1) 0%, rgba(238,139,58,0) 50%),
    radial-gradient(ellipse at 10% 120%, rgba(114,188,255,1) 0%, rgba(72,163,247,0) 50%),
    radial-gradient(ellipse at 35% 120%, rgba(140,145,255,1) 0%, rgba(140,145,255,0) 50%),
    radial-gradient(ellipse at 55% 130%, rgba(255,96,86,1) 0%, rgba(233,52,41,0) 50%);
  padding: 20px 68px;
  border-radius: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agentic-ai-pill span {
  font-family: NeueMontreal, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.ai-word-cloud {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.word-pill {
  background: rgba(255,255,255,0.02);
  padding: 20px 39px;
  border-radius: 88px;
  font-family: NeueMontreal, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.word-pill.opacity-40 {
  opacity: 0.4;
  font-size: 16px;
}

.word-pill.opacity-70 {
  opacity: 0.7;
  font-size: 20px;
}

.word-pill.active {
  background-color: #fff;
  color: #182035;
  font-size: 24px;
  opacity: 1;
}

/* Block 4: Shelf OS Industries Section */
.shelf-industries-section {
  /* background-color: #fff; */
}

.shelf-industries-wrapper {
  width: 100%;
}

.shelf-industries-header {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

.shelf-industries-header h2 {
  font-family: NeueMontreal, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}

.shelf-industries-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.industry-card {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 673px;
  border-bottom: 1px solid #969FA4;
  overflow: hidden;
}

.industry-card:first-child {
  border-right: 1px solid #969FA4;
}

.industry-card.purple-gradient {
  background: radial-gradient(ellipse at 50% 17%, rgba(213,232,255,1) 0%, rgba(177,188,255,1) 50%, rgba(140,145,255,1) 100%);
}

.industry-card.blue-gradient {
  background: radial-gradient(ellipse at 50% 20%, rgba(213,232,255,1) 0%, rgba(145,195,255,1) 66%, rgba(128,154,250,1) 100%);
}

.industry-card-image {
  width: 445px;
  height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.industry-card-image img {
  max-width: 100%;
  height: auto;
}

.industry-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  color: #fff;
}

.industry-card-content h3 {
  /* font-family: NeueMontreal, sans-serif; */
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.32px;
  color: #fff;
  margin: 0;
}

.industry-card-content p {
  /* font-family: NeueMontreal, sans-serif; */
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  color: #fff;
  /* opacity: 0.7; */
  margin: 0;
}

/* Block 6: Final CTA Section */
.final-cta-section {
  background: radial-gradient(ellipse at 45% 125%, rgba(49,58,255,1) 2%, rgba(72,80,255,1) 8%, rgba(95,102,255,1) 14%, rgba(140,145,255,1) 26%, rgba(170,170,255,1) 51%, rgba(190,225,255,1) 88%);
  border-top: 1px solid #969FA4;
}

.final-cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.final-cta-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  text-align: center;
}

.final-cta-content h2 {
  font-family: NeueMontreal, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.17;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 3.84px;
  color: #fff;
  margin: 0;
}

.final-cta-content .btn {
  font-weight: normal;
}

/* .final-cta-content .btn {
  background-color: #182035;
  color: #fff !important;
  border-color: #182035;
}

.final-cta-content .btn path {
  fill: #fff;
}

/* .final-cta-content .btn:hover {
  background-color: #fff;
  color: #182035 !important;
  border-color: #fff;
}

.final-cta-content .btn:hover path {
  fill: #182035;
} */ */

/* Responsive styles for Phase 2 blocks */
@media (max-width: 1200px) {
  .enterprise-agents-title {
    font-size: 28px;
  }

  .agentic-ai-pill span {
    font-size: 32px;
  }

  .agentic-ai-pill {
    padding: 16px 40px;
  }

  .shelf-industries-header h2 {
    font-size: 32px;
  }

  .industry-card {
    min-height: 550px;
    padding: 24px 32px;
  }

  .industry-card-image {
    width: 350px;
    height: 350px;
  }

  .industry-card-content h3 {
    font-size: 26px;
  }

  .industry-card-content p {
    font-size: 20px;
  }

  .final-cta-content h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1024px) {
  .enterprise-agents-wrapper {
    grid-template-columns: 1fr;
  }

  .enterprise-agents-left {
    padding: 40px;
  }

  .enterprise-agents-right {
    border-left: none;
    border-top: 1px solid #969FA4;
    flex-direction: column;
    gap: 32px;
    /* padding: 40px; */
  }

  .enterprise-agents-right wistia-player {
    position: relative;
    width: 100%;
    height: auto;
  }

  .ai-word-cloud {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shelf-industries-cards {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: auto;
  }

  .industry-card-image {
    width: 300px;
    height: 300px;
  }

  .final-cta-content h2 {
    font-size: 36px;
    letter-spacing: 1.5px;
  }

  .final-cta-wrapper {
    padding: 60px 20px;
  }

  .industry-card:first-child {
    border-right: 0px;
  }
}

@media (max-width: 768px) {
  .enterprise-agents-left {
    padding: 30px 24px;
  }

  .enterprise-agents-title {
    font-size: 24px;
  }

  .enterprise-agents-right {
      min-height: 230px;
  }

  .enterprise-agents-subtitle {
    font-size: 18px;
  }

  .enterprise-badges {
    gap: 8px;
  }

  .enterprise-badges img {
    max-height: 40px;
  }

  .enterprise-agents-right {
    /* padding: 0px 24px; */
  }

  .enterprise-agents-right {
      min-height: max-content;
  }

  .agentic-ai-pill {
    padding: 14px 30px;
  }

  .agentic-ai-pill span {
    font-size: 24px;
  }

  .word-pill {
    padding: 12px 24px;
  }

  .word-pill.active {
    font-size: 18px;
  }

  .word-pill.opacity-70 {
    font-size: 16px;
  }

  .word-pill.opacity-40 {
    font-size: 14px;
  }

  .shelf-industries-header {
    padding: 30px 24px;
  }

  .shelf-industries-header h2 {
    font-size: 26px;
  }

  .industry-card {
    padding: 24px;
  }

  .industry-card-image {
    width: 250px;
    height: 250px;
  }

  .industry-card-content h3 {
    font-size: 22px;
  }

  .industry-card-content p {
    font-size: 18px;
  }

  .final-cta-content h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .final-cta-content {
    padding: 0 20px;
  }

  .final-cta-wrapper {
    padding: 50px 15px;
  }


  .enterprise-agents-right img {
    height: auto;
    width: 80%;
    position: absolute;
    object-fit: contain;
}
}

/* =============================================
   PRODUCT PAGE - NEW BLOCKS STYLES
   ============================================= */

/* Build Agents Section */
.build-agents-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.build-agents-left {
  background-color: #182035;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.build-agents-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 40px;
  padding: 60px 60px 0 60px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

.build-agents-title p {
  margin-bottom: 0;
}

.build-agents-image {
  width: 100%;
  position: relative;
  height: 400px;
  /* max-width: 600px; */
  /* margin-top: 40px; */
}

.build-agents-image iframe {
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  padding: 20px;
  transform: translateX(-50%);
}


.build-agents-right {
  display: flex;
  flex-direction: column;
}

.build-agents-block {
  flex: 1;
  background-color: #fff;
  border-bottom: 1px solid #969FA4;
  border-top: none;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}

.build-agents-block p {
  margin-bottom: 0;
}

.build-agents-block:first-child {
  border-left: none;
}

.build-agents-block:last-child {
  border-left: none;
}

.gradient-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.32px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-title.purple-blue {
  background-image: linear-gradient(to bottom, #8C91FF, #6EAFFF);
}

.gradient-title.orange-red {
  background-image: linear-gradient(to bottom, #EE8B3A, #FF6E5A);
}

.block-desc {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  max-width: 500px;
}

/* Agents Anywhere Section */
.agents-anywhere-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.agents-anywhere-left {
  background-color: #fff;
  padding: 40px 90px 40px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.agents-anywhere-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #182035;
}

.agents-anywhere-desc {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #182035;
  opacity: 0.8;
  max-width: 505px;
}

.agents-anywhere-right {
  background-color: #182035;
  padding: 75px 140px;
  min-height: 693px;
  position: relative;
  overflow: hidden;
}

.agents-anywhere-right img {
  position: absolute;
}

.agents-anywhere-right .top-left {
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  /* height: 450.789px; */
  /* aspect-ratio: 310.82/450.79; */
}

.agents-anywhere-right .center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  height: auto;
  z-index: 2;
}

.agents-anywhere-right .bottom-right {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 180px;
  /* height: 557.316px; */
  /* aspect-ratio: 424.12/557.32; */
}

.agents-pills-diagram {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.pills-row-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 39px;
  border-radius: 88px;
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.pill-orange {
  background: radial-gradient(ellipse at center bottom, rgba(255,160,95,1) 0%, rgba(255,109,88,1) 100%);
}

.pill-blue {
  background: radial-gradient(ellipse at center bottom, rgba(142,192,255,1) 0%, rgba(129,135,255,1) 100%);
}

/* Omnichannel Section */
.omnichannel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  width: 100%;
  background-color: #fff;
}

.omnichannel-header h2, .omnichannel-header p {
  margin: 0;
}

.omnichannel-header-left h2 {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  max-width: 520px;
  margin: 0;
}

.omnichannel-header-right {
  max-width: 640px;
}

.omnichannel-header-right p {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  opacity: 0.8;
}

.omnichannel-icons-bar {
  background: radial-gradient(160.51% 159.78% at 50% 123.08%, #BEE1FF 12.02%, #AAF 48.56%, #8C91FF 73.56%, #313AFF 98.08%);  padding: 0;
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.omnichannel-icons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  flex-wrap: wrap;
  padding: 20px;
}

.omnichannel-icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 25px;
  background-image: url('/wp-content/uploads/2026/01/background.png');
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
}

.omnichannel-icon-item:last-child {
    background-image: url('/wp-content/uploads/2026/01/background-2.png');
}


.omnichannel-icon-item svg {
  flex-shrink: 0;
}

.omnichannel-icon-item span {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

/* Feature Block - Reusable Structure */
.feature-block-wrapper {
  display: grid;
  grid-template-columns: 46% 1fr;
  width: 100%;
}

.feature-block-left {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.feature-block-header {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 35px;
  font-family: 'NeueMontreal', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  width: fit-content;
}

.pill-velocity {
  background: radial-gradient(ellipse at center bottom, rgba(196,196,255,1) 0%, rgba(211,175,214,1) 25%, rgba(225,153,173,1) 50%, rgba(240,132,131,1) 75%, rgba(255,110,90,1) 100%);
}

.pill-visibility {
  background: radial-gradient(ellipse at center bottom, rgba(190,225,255,1) 0%, rgba(165,185,255,1) 50%, rgba(140,145,255,1) 100%);
}

.pill-performance {
  background: radial-gradient(ellipse at center bottom, rgba(255,195,105,1) 0%, rgba(255,153,97,1) 50%, rgba(255,110,90,1) 100%);
}

.feature-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  max-width: 420px;
  margin: 0;
}

.feature-items {
  display: flex;
  flex-direction: column;
}


.feature-item p {
  margin: 0;
}

.feature-item {
  padding: 24px 60px;
  border-bottom: 1px solid #969FA4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 158px;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 555px;
}

.feature-item-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
}

.feature-item-desc {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  opacity: 0.8;
  max-width: 520px;
}

.feature-block-right {
  min-height: 652px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #969FA4;
}

.feature-block-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* Velocity Block Right Side */
.velocity-bg {
  background-color: #182035;
  /* background-image: url('/wp-content/uploads/2026/01/velocity-bg.png'); */
  background-size: cover;
  background-position: center;
  /* padding: 40px; */
}

.feature-chat-bubble {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 25px;
  max-width: 510px;
  margin-bottom: 20px;
}

.user-bubble {
  background: rgba(255,255,255,0.11);
  position: absolute;
  top: 317px;
  left: 44px;
}

.ai-bubble {
  background: rgba(255,255,255,0.11);
  position: absolute;
  top: 435px;
  left: 126px;
}

.feature-chat-bubble svg {
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-chat-bubble span {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

/* Visibility Block Right Side */
.visibility-bg {
  background: radial-gradient(ellipse at center, rgba(236,245,255,1) 0%, rgba(191,220,255,1) 32%, rgba(145,195,255,1) 64%, rgba(140,167,255,1) 100%);
  /* background-image: url('/wp-content/uploads/2026/01/visibility-bg.png'); */
  background-size: cover;
  background-position: center;
}

.feature-status-bubble {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 25px;
  background: rgba(65,112,214,0.29);
}

.feature-status-bubble svg {
  flex-shrink: 0;
}

.feature-status-bubble span {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

/* Performance Block Right Side */
.performance-bg {
  /* background-image: url('/wp-content/uploads/2026/01/performance-bg.png'); */
  background-size: cover;
  background-position: center;
  background-color: #182035;
}

.performance-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 39%, rgba(0,0,0,0.33) 92%);
  pointer-events: none;
}

.performance-chart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.chart-card {
  background: rgba(255,255,255,0.23);
  border-radius: 21px;
  padding: 31px 46px 31px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}

.chart-content {
  display: flex;
  align-items: center;
  gap: 11px;
}

.chart-label-left {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.13px;
  color: #fff;
  text-align: center;
  width: 93px;
}

.chart-content img {
  width: 295px;
  height: 230px;
  object-fit: contain;
}

.chart-label-bottom {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.13px;
  color: #fff;
  text-align: center;
  width: 295px;
}

.chart-caption {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.04px;
  color: #fff;
  text-align: center;
  max-width: 503px;
}

/* Enterprise Platform Section */
.enterprise-platform-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0 0;
  width: 100%;
  background-color: #fff;
}

.enterprise-platform-wrapper h2 {
  margin: 0;
}

.enterprise-platform-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  text-align: center;
}

.enterprise-platform-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.platform-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.platform-feature-item svg {
  flex-shrink: 0;
}

.platform-feature-item span {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  text-align: center;
}

.enterprise-certificates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #969FA4;
  border-bottom: 1px solid #969FA4;
  width: 100%;
}

.certificate-card {
  background-color: #fff;
  padding: 33px 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ============================================
   SPLINE 3D VIEWER - RESPONSIVE STYLES
   ============================================ */

/* Spline Container - base styles */
.spline-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Spline viewer element */
spline-viewer {
  width: 100%;
  height: 100%;
  display: block;
}

/* Disable interaction on about and product pages */
.page-template-page-about spline-viewer,
.page-template-page-product #canvas3d,
.page-template-page-about #canvas3d,
.page-template-page-product spline-viewer {
  pointer-events: none;
}

/* Hero section spline container */
.hero_os_wrapper .col-2 .spline-container {
  min-height: 500px;
  height: 100%;
}

/* Tablet styles */
@media (max-width: 1024px) {
  .spline-container {
    min-height: 350px;
  }

  .hero_os_wrapper .col-2 .spline-container {
    min-height: 400px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .spline-container {
    min-height: 250px;
  }

  .hero_os_wrapper .col-2 .spline-container {
    min-height: 250px;
    height: 250px;
  }

  .hero_os_wrapper .col-2 .spline-container spline-viewer {
    margin-top: -100px;
    transform: scale(0.9);
  }

  
}

/* Small mobile */
@media (max-width: 480px) {
  .spline-container {
    min-height: 200px;
  }

  .page-template-page-home spline-viewer {
    margin-left: -100px;
  }

  .hero_os_wrapper .col-2 .spline-container {
    min-height: 250px;
    height: 250px;
  }

  .hero_os_wrapper .col-2 .spline-container spline-viewer {
    margin-top: -80px;
    transform: scale(0.8);
  }
}

.certificate-card {
  border-right: 1px solid #969FA4;
}

.certificate-card:first-child {
  border-left: none;
}

.certificate-card:last-child {
  border-right: none;
}

.certificate-logo {
  width: 104px;
  height: 104px;
  object-fit: contain;
  flex-shrink: 0;
}

.certificate-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 254px;
}

.certificate-content h3 {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin: 0;
  color: #182035;
}

.certificate-content p {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.15px;
  color: #182035;
  opacity: 0.7;
  margin-bottom: 0;
}

/* Responsive Styles for Product Page Blocks */
@media (max-width: 1200px) {
  .build-agents-left,
  .build-agents-block {
    padding: 40px;
  }

  .agents-anywhere-left {
    padding: 40px 60px;
  }

  .agents-anywhere-right {
    padding: 60px 80px;
  }

  .omnichannel-header {
    padding: 30px 40px;
  }

  .feature-block-header {
    padding: 30px 40px;
  }

  .feature-item {
    padding: 20px 40px;
  }
}

@media (max-width: 1100px) {
  .build-agents-wrapper,
  .agents-anywhere-wrapper,
  .feature-block-wrapper {
    grid-template-columns: 1fr;
  }

  .agents-anywhere-right .center {
    max-height: 90%;
    max-width: 90%;
  }

  .feature-block-right {
    border-left: 0;
  }

  .build-agents-image iframe {
    left: 0;
    transform: translateX(0);
    width: auto;
  }

  .velocity-bg {
    padding: 0;
  }

  .build-agents-image {
    height: 250px;
  }

  .build-agents-left {
    padding: 40px;
  }

  .build-agents-title {
    font-size: 32px;
    max-width: 100%;
    padding: 0;
  }

  .build-agents-block {
    border-left: none;
    border-right: none;
  }

  .agents-anywhere-left {
    padding: 40px;
  }

  .agents-anywhere-title {
    font-size: 32px;
  }

  .agents-anywhere-desc {
    font-size: 20px;
    max-width: 100%;
  }

  .agents-anywhere-right {
    padding: 40px;
    min-height: 500px;
  }

  .agents-pills-diagram {
    max-width: 100%;
  }

  .omnichannel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
  }

  .omnichannel-header-left h2 {
    font-size: 32px;
  }

  .omnichannel-header-right {
    max-width: 100%;
  }

  .omnichannel-icons-row {
    gap: 15px;
  }

  .omnichannel-icon-item span {
    font-size: 20px;
  }

  .feature-title {
    font-size: 32px;
    max-width: 100%;
  }

  .feature-block-right {
    min-height: 400px;
  }

  .user-bubble,
  .ai-bubble {
    position: relative;
    top: auto;
    left: auto;
  }

  .certificate-card:not(:last-child){
    border-bottom: 1px solid #969FA4;
  }

  .enterprise-certificates {
    grid-template-columns: 1fr;
  }

  .certificate-card {
    border-left: none !important;
    border-right: none !important;
  }

}

@media (max-width: 900px){
  .omnichannel-icon-item {
    background-size: 97%;
  }
}

@media (max-width: 768px) {
  .build-agents-title {
    font-size: 26px;
  }

  .build-agents-left,
  .build-agents-block {
    padding: 24px;
  }

  .gradient-title {
    font-size: 24px;
  }

  .block-desc {
    font-size: 18px;
  }

  .agents-anywhere-left {
    padding: 24px;
  }

  .agents-anywhere-title {
    font-size: 26px;
  }

  .agents-anywhere-desc {
    font-size: 18px;
  }

  .agents-anywhere-right {
    padding: 24px;
    min-height: 400px;
  }

  .pills-row-triple {
    grid-template-columns: 1fr;
  }

  .pill {
    font-size: 16px;
    padding: 14px 24px;
  }

  .omnichannel-header {
    padding: 24px;
  }

  .omnichannel-header-left h2 {
    font-size: 26px;
  }

  .omnichannel-header-right p {
    font-size: 18px;
  }

  .omnichannel-icons-bar {
    min-height: 150px;
  }

  .omnichannel-icons-row {
    gap: 10px;
  }

  .omnichannel-icon-item {
    padding: 10px 14px;
  }

  .omnichannel-icon-item svg {
    width: 24px;
    height: 24px;
  }

  .omnichannel-icon-item span {
    font-size: 16px;
  }

  .feature-block-header {
    padding: 24px;
  }

  .feature-title {
    font-size: 26px;
  }

  .feature-item {
    padding: 20px 24px;
    min-height: auto;
  }

  .feature-item-title {
    font-size: 18px;
  }

  .feature-item-desc {
    font-size: 16px;
  }

  .feature-block-right {
    min-height: 300px;
    /* padding: 24px; */
  }

  .feature-chat-bubble span,
  .feature-status-bubble span {
    font-size: 18px;
  }

  .chart-caption {
    font-size: 18px;
  }

  .enterprise-platform-wrapper {
    gap: 24px;
  }

  .enterprise-platform-title {
    font-size: 26px;
    padding: 0 15px;
  }

  .enterprise-platform-features {
    gap: 12px;
  }

  .platform-feature-item span {
    font-size: 18px;
  }

  .certificate-card {
    background-color: #fff;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    gap: 24px;
  }


}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

/* Block 1: About Shelf Section */
.about-shelf-section {
  /* background-color: #fff; */
}

.about-shelf-wrapper {
  display: grid;
  grid-template-columns: 48% 52%;
  width: 100%;
  /* min-height: 1027px; */
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #8a9499;
}

.about-shelf-left {
  position: relative;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-shelf-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-shelf-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}

.about-shelf-subtitle {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  color: #000;
  margin: 0;
}

.about-shelf-image {
  position: absolute;
  left: 0;
  width: max-content;
  max-width: 1092px;
  height: auto;
  z-index: 1;
  bottom: -7px;
}

.about-shelf-image img {
  width: 100%;
  height: auto;
  transform: rotate(180deg) scaleY(-1);
}

.about-shelf-right {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
  /* background-color: #fff; */
}

.about-shelf-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-shelf-text p {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  opacity: 0.8;
  margin: 0;
}

.about-shelf-subsection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-shelf-subsection-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  color: #000;
  margin: 0;
}

/* Block 3: Stepping Into Agentic Future Section */
.agentic-future-section {
  position: relative;
}

.agentic-future-wrapper {
  position: relative;
  width: 100%;
  min-height: 220px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/wp-content/uploads/2026/01/agentic-future-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.agentic-future-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 1057px;
  color: #fff;
}

.agentic-future-title {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  margin: 0;
}

.agentic-future-desc {
  font-family: 'NeueMontreal', sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.29px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;  
  margin: 0;
}

/* About Page Responsive Styles */
@media (max-width: 1200px) {
  .about-shelf-wrapper {
    grid-template-columns: 45% 55%;
    min-height: auto;
  }

  .about-shelf-image {
    /* top: 180px; */
    /* max-width: 100%; */
  }

  .about-shelf-title {
    font-size: 34px;
  }

  .about-shelf-subtitle,
  .about-shelf-subsection-title {
    font-size: 22px;
  }

  .about-shelf-text p {
    font-size: 18px;
  }

  .agentic-future-desc {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .about-shelf-wrapper {
    grid-template-columns: 1fr;
  }

  .about-shelf-left {
    padding: 40px;
    order: 1;
  }

  .about-shelf-image {
    position: relative;
    top: 0;
    width: 100%;
    display: none;
  }

  .about-shelf-image img {
    /* transform: none; */
    
  }

  .about-shelf-right {
    padding: 40px;
    padding-top: 0;
    order: 2;
  }

  .agentic-future-wrapper {
    padding: 40px 30px;
  }

  .agentic-future-desc {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .about-shelf-left,
  .about-shelf-right {
    padding: 24px;
  }

  .about-shelf-title {
    font-size: 28px;
  }

  .about-shelf-subtitle,
  .about-shelf-subsection-title {
    font-size: 20px;
  }

  .about-shelf-text p {
    font-size: 16px;
  }

  .agentic-future-wrapper {
    padding: 30px 20px;
    min-height: 180px;
  }

  .agentic-future-title {
    font-size: 20px;
  }

  .agentic-future-desc {
    font-size: 20px;
  }
}

/* ==========================================================================
   Get a demo Page Styles
   ========================================================================== */

.demo-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: calc(100vh - 80px);
  /* border-top: 1px solid #969fa4; */
  /* border-bottom: 1px solid #969fa4; */
}

.demo-page-left {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #969fa4;
}

.demo-page-content {
  padding: 80px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 24PX;
}

.demo-page-title {
  font-family: NeueMontreal, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #182035;
  margin: 0;
}

.demo-page-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 568px;
}

.demo-subtitle {
  font-family: NeueMontreal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.24px;
  color: #000;
  margin: 0;
}

.demo-description {
  font-family: NeueMontreal, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  opacity: 0.8;
  margin: 0;
}

.demo-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 529px;
}

.demo-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.demo-feature-icon {
  width: 20px;
  height: 43px;
  flex-shrink: 0;
}

.demo-feature-icon svg {
  width: 20px;
  height: 30px;
}

.demo-feature-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.demo-feature-title {
  font-family: NeueMontreal, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #000;
  margin: 0;
}

.demo-feature-desc {
  font-family: NeueMontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.16px;
  color: #182035;
  opacity: 0.8;
  margin: 0;
}

.demo-logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 80px;
}

.demo-logos img {
  width: 117px;
  height: 67px;
  object-fit: contain;
  filter: brightness(0.5);
  padding: 18px 20px;
}

.demo-page-right {
  background: radial-gradient(circle at 50% 17%, #D5E8FF 0%, #B1BCFF 50%, #8C91FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100%;
}

.demo-form-card {
  background-color: #182035;
  border-radius: 24px;
  padding: 74px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 624px;
  overflow: hidden;
}

.demo-form-title {
  font-family: NeueMontreal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #fff;
  margin: 0;
}

.demo-pardot-iframe {
  width: 100%;
  /* min-height: 400px; */
  border: none;
  background: transparent;
}

@media(min-width: 1300px){
  html body #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }
}


/* Demo Page Responsive Styles */
@media (max-width: 1200px) {
  .demo-page-content {
    padding: 60px 60px 30px 60px;
  }

  .demo-page-title {
    font-size: 42px;
  }

  .demo-subtitle {
    font-size: 22px;
  }

  .demo-description {
    font-size: 18px;
  }

  .demo-feature-title {
    font-size: 18px;
  }

  .demo-feature-desc {
    font-size: 15px;
  }

  .demo-form-card {
    padding: 60px 40px;
  }

  .demo-form-title {
    font-size: 28px;
  }

  .demo-pardot-iframe {
    min-height: 320px;
  }
}

@media (max-width: 1024px) {
  .demo-page-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .demo-page-left {
    border-right: none;
    border-bottom: 1px solid #969fa4;
    order: 1;
  }

  .demo-page-right {
    order: 2;
    min-height: 600px;
  }

  .demo-page-content {
    padding: 50px 40px 30px 40px;
  }

  .demo-page-intro,
  .demo-features {
    max-width: 100%;
  }

  .demo-logos {
    justify-content: center;
    padding: 0px 40px 30px 40px;
  }

  .demo-logos img {
    width: 110px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .demo-page-content {
    padding: 40px 24px 24px 24px;
    gap: 30px;
  }

  .demo-page-title {
    font-size: 36px;
  }

  .demo-subtitle {
    font-size: 20px;
  }

  .demo-description {
    font-size: 16px;
  }

  .demo-logos {
      justify-content: center;
      padding: 0px 15px 30px 15px;
  }

  .demo-features {
    gap: 20px;
  }

  .demo-feature-title {
    font-size: 17px;
  }

  .demo-feature-desc {
    font-size: 14px;
  }

  .demo-page-right {
    padding: 30px 20px;
    min-height: 500px;
  }

  .demo-form-card {
    padding: 40px 24px;
    gap: 30px;
    border-radius: 16px;
  }

  .demo-form-title {
    font-size: 24px;
  }

  .demo-pardot-iframe {
    min-height: 350px;
  }

  .demo-logos img {
    width: 100px;
    height: 55px;
    padding: 12px 15px;
  }

  .agents-anywhere-right .bottom-right {
    width: 90px;
  }
}

@media (max-width: 480px) {
  .demo-page-content {
    padding: 30px 16px 20px 16px;
    gap: 24px;
  }

  .demo-page-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  html body #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }


  .demo-page-title {
    font-size: 28px;
  }

  .demo-subtitle {
    font-size: 18px;
  }

  .demo-description {
    font-size: 15px;
  }

  .demo-feature-item {
    gap: 12px;
  }

  .demo-feature-icon {
    width: 16px;
    height: 35px;
  }

  .demo-feature-icon svg {
    width: 16px;
    height: 35px;
  }

  .demo-feature-title {
    font-size: 16px;
  }

  .demo-feature-desc {
    font-size: 13px;
  }

  .demo-page-right {
    padding: 24px 16px;
    min-height: 450px;
  }

  .demo-form-card {
    padding: 30px 20px;
    gap: 24px;
    border-radius: 12px;
  }

  .demo-form-title {
    font-size: 22px;
  }

  .demo-pardot-iframe {
    min-height: 320px;
  }

  .demo-logos img {
    width: 80px;
    height: 45px;
    padding: 8px 10px;
  }
}




/* ========================================
   Demo Request Custom Form
   ======================================== */

.demo-custom-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.demo-form-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.demo-form-group {
    width: 100%;
    position: relative;
}

.demo-form-row {
    display: flex;
    gap: 10px;
}

.demo-form-row .demo-form-group {
    flex: 1;
    min-width: 0;
}

.demo-custom-form input[type="text"],
.demo-custom-form input[type="email"] {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 14px 20px;
    background: transparent;
    color: #fff;
    font-family: NeueMontreal, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.15px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.demo-custom-form input::placeholder {
    color: #fff;
    opacity: 1;
}

.demo-custom-form input:focus {
    border-color: #8C91FF;
    box-shadow: 0 0 0 2px rgba(140, 145, 255, 0.3);
}

.demo-custom-form input.error {
    border-color: #ff6b6b;
}

.demo-form-error {
    display: none;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
    padding-left: 20px;
}

.demo-form-error.visible {
    display: block;
}

.demo-form-submit {
    width: 100%;
    height: 46px;
    background-color: #8C91FF;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    color: #fff;
    font-family: NeueMontreal, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.15px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    position: relative;
}

.demo-form-submit:hover {
    background-color: #4abef0;
}

.demo-form-submit:active {
    transform: scale(0.98);
}

.demo-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.demo-form-submit-loading {
    display: none;
}

.demo-form-submit.loading .demo-form-submit-text {
    display: none;
}

.demo-form-submit.loading .demo-form-submit-loading {
    display: inline;
}

/* Demo Form Responsive */
@media (max-width: 768px) {
    .demo-form-row {
        flex-direction: column;
        gap: 24px;
    }

    .demo-custom-form input[type="text"],
    .demo-custom-form input[type="email"] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
}

/* ========================================
   Resource Library Page
   ======================================== */

/* Filter Tabs */
.resource-filters--wrapper {
  width: 100%;
  position: relative;
}
.resource-filters--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
  width: 100%;
}
.resource-filters--tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.resource-filters--tabs li:not(:last-child) {
  border-right: 1px solid #8a9499;
}
.resource-tab {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: #182035;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  /* border-bottom: 3px solid transparent; */
}

.resource-tab.active {
  color: #fff;
  background: radial-gradient(88.88% 100% at 50% 0%, #BEE1FF 0%, #6EAFFF 100%);
}

/* Explore More Link */
.explore-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #182035;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 12px 18px;
  border: 1px solid #8a9499;
  border-radius: 50px;
}
.explore-more-link:hover {
  color: #4abef0;
  border-color: #4abef0;
}
.explore-more-link:hover path {
  fill: #4abef0;
}
.explore-more-link svg {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* No Results */
.no-resources-found {
  -ms-grid-column-span: 3;
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 0;
  color: #8a9499;
  font-size: 18px;
}

/* Pagination Dots */
.pagination .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #8a9499;
  background-color: #f5f8fa;
  outline: 1px solid #8a9499;
}

/* Single Resource Page */
.resource-single-type {
  display: inline-block;
  padding: 8px 16px;
  background-color: #4abef0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 16px;
}
.resource-single--wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.resource-single--wrapper p {
  font-size: 17px;
  line-height: 170%;
  color: #182035;
}

/* Resource Library Tablet Responsive */
@media (max-width: 1024px) {
  .resource-filters--tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #8a9499;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    border-bottom: 1px solid #8a9499;
    width: 100%;
    left: 0;
  }
  .resource-filters--tabs.open {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
  }
  .resource-filters--tabs li {
    border: none !important;
    background-color: #f5f8fa;
  }
  .resource-filters--tabs li:not(:last-child) {
    border-bottom: 1px solid #8a9499 !important;
  }
  .resource-tab {
    padding: 18px 16px;
    text-align: left;
  }
}

/* Resource Library Mobile Responsive */
@media (max-width: 768px) {
  .explore-more-link {
    font-size: 14px;
    padding: 10px 16px;
  }
  .resource-single--wrapper {
    padding: 0 8px;
  }
}

/* Resource Hero Image */
.legal-header--hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.page-template-page-resources .legal-header--head {
  height: 256px;
  background-image: none;
  background-color: transparent;
}
.page-template-page-resources .legal-header--texts {
  padding: 40px 76px;
}

/* Resource Cards Content Wrapper */
.post_list--content {
  width: 100%;
  padding-top: 60px;
  /* padding-bottom: 80px; */
}
.post_list--content .post_list--wrapper {
  row-gap: 0;
}
.post_list--content .pagi {
  margin-top: 0;
}


/* ========================================
   Case Study Single Page
   ======================================== */

/* Hero */
.cs-hero--wrapper {
  background-color: #fff;
  border-top: 1px solid #969fa4;
  border-bottom: 1px solid #969fa4;
  text-align: center;
  padding: 80px 200px;
}
.cs-hero--wrapper h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #182035;
  margin: 0;
}
.cs-hero--subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin-top: 24px;
  margin-bottom: 0;
}

/* Spacer */
.cs-spacer {
  height: 100px;
  border-left: 1px solid #969fa4;
  border-right: 1px solid #969fa4;
  background-color: #f5f8fa;
}

/* Two-Column Layout */
.cs-main .container.bordered {
  padding-left: 0;
  padding-right: 0;
}
.cs-main--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #969fa4;
  border-bottom: 1px solid #969fa4;
}

/* Sidebar */
.cs-sidebar {
  width: 292px;
  min-width: 292px;
  border-right: 1px solid #969fa4;
  padding: 40px 34px;
}
.cs-sidebar--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.cs-sidebar--logo {
  margin-bottom: 0;
}
.cs-sidebar--logo img {
  max-width: 150px;
  height: auto;
}
.cs-sidebar--label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #8891aa;
  margin-bottom: 4px;
}
.cs-sidebar--field p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #182035;
  margin: 0;
}
.cs-sidebar--social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.cs-sidebar--social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #182035;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cs-sidebar--social-icons a:hover {
  opacity: 0.6;
}
.cs-sidebar--image {
  margin-top: 24px;
  width: 100%;
}
.cs-sidebar--image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Content Area */
.cs-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}

/* Hide empty p/br from wpautop between sections */
.cs-content > p:empty,
.cs-content > br {
  display: none;
}

/* Content Sections (white blocks with padding) */
.cs-content > .cs-section {
  background-color: #fff;
  /* border: 1px solid #969fa4; */
  padding: 80px 100px;
}
/* Collapse spacing between adjacent sections */
.cs-content > .cs-section + .cs-section {
  padding-top: 0;
}
.cs-content > * + .cs-quote-banner {
  margin-top: -1px;
}

/* Typography inside content */
.cs-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: #182035;
  margin: 0 0 24px 0;
}
.cs-content h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #182035;
  margin: 0 0 24px 0;
}
.cs-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  /* opacity: 0.8; */
  margin: 0 0 20px 0;
}
.cs-content p:last-child {
  margin-bottom: 0;
}
.cs-content strong,
.cs-content b {
  font-weight: 700;
}

/* Fallback styling for non-section divs inside content */
.cs-content > div:not(.cs-quote-banner):not(.cs-section) {
  background-color: #fff;
  border: 1px solid #969fa4;
  padding: 80px 100px;
}

/* Quote Banners (shortcode output) */
.cs-quote-banner {
  width: 100%;
  min-height: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #969fa4;
  border-bottom: 1px solid #969fa4;
  padding: 40px 80px;
}
.cs-quote-banner--text {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.36px;
  color: #fff;
  text-align: center;
  max-width: 1020px;
  margin: 0;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.cs-quote-banner--mark-open,
.cs-quote-banner--mark-close {
  position: absolute;
  font-size: 159px;
  font-weight: 500;
  line-height: 1.29;
  color: #fff;
  opacity: 0.38;
  z-index: 0;
  pointer-events: none;
}
.cs-quote-banner--mark-open {
  top: 30px;
  left: 62px;
}
.cs-quote-banner--mark-close {
  bottom: -40px;
  right: 62px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Gradient Variants */
.cs-quote-banner--blue {
  background: radial-gradient(ellipse at left bottom, #313aff 2%, #3754fd 8%, #3d6ffb 14%, #48a3f7 26%, #6db3fb 39%, #91c3ff 51%, #bee1ff 88%);
}
.cs-quote-banner--orange {
  background: radial-gradient(ellipse at left bottom, #e93429 2%, #ec6032 14%, #ee8b3a 26%, #f7a751 39%, #ffc369 51%, #ffd79b 70%, #ffebcd 88%);
}
.cs-quote-banner--purple {
  background: radial-gradient(ellipse at left bottom, #313aff 2%, #4850ff 8%, #5f66ff 14%, #8c91ff 26%, #aaaaff 51%, #bee1ff 88%);
}

/* Highlighted Quote Boxes (blockquote) */
.cs-content blockquote {
  background-color: rgba(147, 196, 255, 0.21);
  border-radius: 25px;
  padding: 40px 50px;
  margin: 0;
  border: none;
  border-left: none;
  -webkit-box-shadow: inset 0px -6px 21.3px 0px #cae2ff;
  box-shadow: inset 0px -6px 21.3px 0px #cae2ff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cs-content blockquote p {
  font-size: 24px;
  letter-spacing: 0.24px;
  color: #000;
  opacity: 1;
  margin: 0;
}
.cs-content blockquote p strong,
.cs-content blockquote p b {
  font-weight: 700;
}
.cs-content blockquote cite {
  display: block;
  font-size: 16px;
  font-style: italic;
  color: #8891aa;
  margin-top: 16px;
}

/* More Customer Stories */
.cs-more-stories .container.bordered {
  padding-left: 0;
  padding-right: 0;
}
.cs-more-stories--header {
  background-color: #fff;
  border-top: 1px solid #969fa4;
  border-bottom: 1px solid #969fa4;
  text-align: center;
  padding: 40px 60px;
}
.cs-more-stories--header h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0 0 10px 0;
}
.cs-more-stories--header p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}
.cs-more-stories--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #969fa4;
  border-top: none;
}

/* Case Study Story Card */
.cs-story-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-right: 1px solid #969fa4;
}
.cs-story-card:last-child {
  border-right: none;
}
.cs-story-card--image {
  height: 250px;
  overflow: hidden;
}
.cs-story-card--image a {
  display: block;
  height: 100%;
}
.cs-story-card--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs-story-card--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px;
  border-top: 1px solid #969fa4;
}
.cs-story-card--title h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: #182035;
  margin: 0;
}
.cs-story-card--title h3 a {
  color: inherit;
  text-decoration: none;
}
.cs-story-card--title h3 a:hover {
  color: #48a3f7;
}
.cs-story-card--cta {
  margin-top: 24px;
}

.cs-content .cs-quote-banner p {
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%; /* 46.44px */
  letter-spacing: -0.36px;
}

/* Case Study Responsive — Tablet */
@media (max-width: 1024px) {

    .page-template-page-resources .legal-header--texts {
            padding: 32px 16px;
  }

.cs-content .cs-quote-banner p  {
  font-size: 25px;
}

  .cs-hero--wrapper {
    padding: 60px 60px;
  }
  .cs-hero--wrapper h1 {
    font-size: 36px;
  }
  .cs-main--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-sidebar {
    width: 100%;
    min-width: auto;
    border-right: none;
    border-bottom: 1px solid #969fa4;
    padding: 30px 24px;
  }
  .cs-sidebar--sticky {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .cs-sidebar--logo {
    width: 100%;
  }
  .cs-sidebar--image {
    width: 100%;
  }
  .cs-content > .cs-section,
  .cs-content > div:not(.cs-quote-banner):not(.cs-section) {
    padding: 60px 40px;
  }
  .cs-quote-banner {
    min-height: 220px;
    padding: 30px 40px;
  }
  .cs-quote-banner--text {
    font-size: 28px;
  }
  .cs-quote-banner--mark-open,
  .cs-quote-banner--mark-close {
    font-size: 100px;
  }
  .cs-more-stories--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-story-card {
    border-right: none;
    border-bottom: 1px solid #969fa4;
  }
  .cs-story-card:last-child {
    border-bottom: none;
  }

  .cs-more-stories--header {
    padding: 15px;
  }
}

/* Case Study Responsive — Mobile */
@media (max-width: 768px) {

  .cs-content .cs-quote-banner p {
    font-size: 18px;
  }

  .cs-hero--wrapper, .cs-more-stories--header {
    text-align: left;
  }
  
  .cs-hero--wrapper {
    padding: 40px 20px;
  }
  .cs-hero--wrapper h1 {
    font-size: 28px;
  }
  .cs-hero--subtitle {
    font-size: 16px;
  }
  .cs-spacer {
    height: 60px;
  }
  .cs-content > .cs-section,
  .cs-content > div:not(.cs-quote-banner):not(.cs-section) {
    padding: 40px 20px;
  }
  .cs-content h2 {
    font-size: 28px;
  }
  .cs-content h3 {
    font-size: 24px;
  }
  .cs-content p {
    font-size: 17px;
  }
  .cs-quote-banner {
    min-height: 180px;
    padding: 24px 20px;
  }
  .cs-quote-banner--text {
    font-size: 20px;
  }
  .cs-quote-banner--mark-open,
  .cs-quote-banner--mark-close {
    font-size: 70px;
    top: 10px;
  }
  .cs-quote-banner--mark-open {
    left: 15px;
  }
  .cs-quote-banner--mark-close {
    right: 15px;
    top: auto;
    bottom: 0;
  }
  .cs-content blockquote {
    padding: 24px 20px;
    border-radius: 15px;
  }
  .cs-content blockquote p {
    font-size: 18px;
  }
  .cs-more-stories--header h2 {
    font-size: 28px;
  }
  .cs-more-stories--header p {
    font-size: 18px;
  }
  .cs-story-card--image {
    height: 200px;
  }
}

/* ========================================
   GATED RESOURCE LAYOUT (webinar, guide, white-paper)
   ======================================== */

/* Hero Section */
.gr-hero--wrapper {
  display: flex;
  border-top: 1px solid var(--stroke-shelf, #969fa4);
  border-bottom: 1px solid var(--stroke-shelf, #969fa4);
  min-height: 504px;
  width: 100%;
}

.gr-hero--text {
  flex: 1;
  background-color: #fff;
  border-right: 1px solid var(--stroke-shelf, #969fa4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 76px;
  overflow: hidden;
  min-width: 0;
}

.gr-hero--text h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #182035;
  margin: 0 0 16px 0;
  max-width: 524px;
}

.gr-hero--description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
  max-width: 504px;
}

.gr-hero--image {
  width: 50%;
  max-width: 720px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.gr-hero--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content + Form Section */
.gr-main--wrapper {
  display: flex;
  border-top: 1px solid var(--stroke-shelf, #969fa4);
  border-bottom: 1px solid var(--stroke-shelf, #969fa4);

}

.gr-content {
  flex: 1;
  background-color: #fff;
  border-right: 1px solid var(--stroke-shelf, #969fa4);
  min-width: 0;
}

.gr-content--inner {
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gr-content--inner h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #182035;
  margin: 0 0 24px 0;
}

.gr-content--inner h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0 0 16px 0;
}

.gr-content--inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #182035;
  opacity: 0.8;
  margin: 0 0 20px 0;
}

.gr-content--inner p:last-child {
  margin-bottom: 0;
}

.gr-content--inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gr-content--inner ul li {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.16px;
  color: #182035;
  opacity: 0.8;
}

.gr-content--inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.2641 8.26406H14.1907L17.0709 5.38386C17.7488 4.70599 17.7488 3.60697 17.0709 2.9291C16.393 2.25122 15.294 2.25122 14.6161 2.9291L11.7359 5.80929V1.73594C11.7359 0.777506 10.959 0 10 0C9.04156 0 8.26406 0.776895 8.26406 1.73594V5.80929L5.38386 2.9291C4.70599 2.25122 3.60697 2.25122 2.9291 2.9291C2.25122 3.60697 2.25122 4.70599 2.9291 5.38386L5.80929 8.26406H1.73594C0.777506 8.26406 0 9.04095 0 10C0 10.959 0.776895 11.7359 1.73594 11.7359H5.80929L2.9291 14.6161C2.25122 15.294 2.25122 16.393 2.9291 17.0709C3.60697 17.7488 4.70599 17.7488 5.38386 17.0709L8.26406 14.1907V18.2641C8.26406 19.2225 9.04095 20 10 20C10.9584 20 11.7359 19.2231 11.7359 18.2641V14.1907L14.6161 17.0709C15.294 17.7488 16.393 17.7488 17.0709 17.0709C17.7488 16.393 17.7488 15.294 17.0709 14.6161L14.1907 11.7359H18.2641C19.2225 11.7359 20 10.959 20 10C20 9.04156 19.2231 8.26406 18.2641 8.26406Z' fill='url(%23gr_star)'/%3E%3Cdefs%3E%3ClinearGradient id='gr_star' x1='10' y1='0' x2='10' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236EAFFF'/%3E%3Cstop offset='1' stop-color='%238C91FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.gr-content--inner ul li strong,
.gr-content--inner ul li b {
  font-weight: 700;
  opacity: 1;
}

/* Form Column */
.gr-form-column {
  width: 569px;
  flex-shrink: 0;
  background: radial-gradient(circle at 50% 17%, #D5E8FF 0%, #B1BCFF 50%, #8C91FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
}

.gr-form-card {
  background-color: #182035;
  border-radius: 24px;
  padding: 74px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 452px;
  max-width: 100%;
}

.gr-form-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #fff;
  margin: 0;
}

/* Gated Form Styles */
.gr-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.gr-form-group {
  width: 100%;
  position: relative;
}

.gr-form-row {
  display: flex;
  gap: 10px;
}

.gr-form-row .gr-form-group {
  flex: 1;
  min-width: 0;
}

.gr-form input[type="text"],
.gr-form input[type="email"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
  padding: 14px 20px;
  background: transparent;
  color: #fff;
  font-family: NeueMontreal, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gr-form input::placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.gr-form input:focus {
  border-color: #8C91FF;
  box-shadow: 0 0 0 2px rgba(140, 145, 255, 0.3);
}

.gr-form input.error {
  border-color: #ff6b6b;
}

.gr-form-error {
  display: none;
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
  padding-left: 20px;
}

.gr-form-error.visible {
  display: block;
}

.gr-form-submit {
  width: 100%;
  height: 46px;
  background-color: #8C91FF;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  color: #fff;
  font-family: NeueMontreal, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  position: relative;
}

.gr-form-submit:hover {
  background-color: #4abef0;
}

.gr-form-submit:active {
  transform: scale(0.98);
}

.gr-form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.gr-form-submit-loading {
  display: none;
}

.gr-form-submit.loading .gr-form-submit-text {
  display: none;
}

.gr-form-submit.loading .gr-form-submit-loading {
  display: inline;
}

/* More Resources Section */
.gr-more-resources--header {
  background-color: #fff;
  border: 1px solid var(--stroke-shelf, #969fa4);
  text-align: center;
  padding: 40px 60px;
}

.gr-more-resources--header h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0 0 10px 0;
}

.gr-more-resources--header p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #182035;
  margin: 0;
}

.gr-more-resources--grid {
  display: flex;
  border: 1px solid var(--stroke-shelf, #969fa4);
  border-top: none;
}

.gr-more-resources--grid .cs-story-card {
  flex: 1;
  min-width: 0;
}

/* Gated Resource Responsive: Tablet */
@media (max-width: 1200px) {
  .gr-hero--text {
    padding: 60px 50px;
  }
  .gr-hero--text h1 {
    font-size: 40px;
    max-width: 100%;
  }
  .gr-content--inner {
    padding: 60px 50px;
  }
  .gr-form-column {
    width: 480px;
  }
  .gr-form-card {
    width: 100%;
    padding: 50px 36px;
  }
}

@media (max-width: 1024px) {
  .gr-hero--wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .gr-hero--image {
    width: 100%;
    max-width: 100%;
    height: 350px;
  }
  .gr-hero--text {
    padding: 50px 40px;
  }
  .gr-hero--text h1 {
    font-size: 36px;
  }
  .gr-main--wrapper {
    flex-direction: column;
  }
  .gr-content {
    border-right: none;
    border-bottom: 1px solid var(--stroke-shelf, #969fa4);
  }
  .gr-content--inner {
    padding: 50px 40px;
  }
  .gr-form-column {
    width: 100%;
    padding: 50px 40px;
  }
  .gr-form-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .gr-more-resources--grid {
    flex-direction: column;
  }
  .gr-more-resources--grid .cs-story-card {
    border-bottom: 1px solid var(--stroke-shelf, #969fa4);
  }
  .gr-more-resources--grid .cs-story-card:last-child {
    border-bottom: none;
  }
}

/* Gated Resource Responsive: Mobile */
@media (max-width: 768px) {
  .gr-hero--text {
    padding: 40px 20px;
  }
  .gr-hero--text h1 {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
  .gr-hero--description {
    font-size: 16px;
  }
  .gr-hero--image {
    height: 220px;
  }
  .gr-content--inner {
    padding: 40px 20px;
    gap: 32px;
  }
  .gr-content--inner h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .gr-content--inner p {
    font-size: 16px;
  }
  .gr-content--inner ul {
    gap: 16px;
  }
  .gr-content--inner ul li {
    font-size: 14px;
  }
  .gr-form-column {
    padding: 30px 20px;
  }
  .gr-form-card {
    padding: 40px 24px;
    gap: 30px;
  }
  .gr-form-title {
    font-size: 24px;
  }
  .gr-form-row {
    flex-direction: column;
    gap: 24px;
  }
  .gr-form input[type="text"],
  .gr-form input[type="email"] {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  .gr-more-resources--header {
    padding: 30px 20px;
  }
  .gr-more-resources--header h2 {
    font-size: 28px;
  }
  .gr-more-resources--header p {
    font-size: 18px;
  }

  
}

@media (max-width: 576px) {
  .post_list_v2 .post_list--content .post_list--item--image {
    height: 200px;
  }
}
