@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #fff;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h2 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #222222;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #222222;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 24px !important;
  }
}

h4 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 10px !important;
  }
}
h4.heading-purple {
  color: #958fff;
}

p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #555;
}
@media (max-width: 1000px) {
  p {
    font-size: 13px !important;
  }
}

.btn {
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.btn.btn-white {
  background: #fff;
  border: none;
  color: #8079ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  border-radius: 0px !important;
  border: 2px solid #fff;
}
.btn.btn-purple {
  background: #8079ff;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #8079ff;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple:hover {
  background: transparent;
  color: #fff;
}
.btn.btn-purple-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-purple-outline:hover {
  background: #8079ff;
  color: #fff;
}
.btn.btn-white-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-white-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-white-outline:hover {
  background: #fff;
  color: #292929;
}
.btn.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: transparent;
}
.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.btn.btn-outline-primary {
  border: 2px solid #8079ff;
  color: #8079ff;
  background: transparent;
}
.btn.btn-outline-primary:hover {
  background: #8079ff;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn.btn-link {
  color: #8079ff;
  padding: 0;
}
.btn.btn-link:hover {
  color: #8079ff;
}

section {
  padding: 50px 0px;
}
@media handheld, only screen and (max-width: 1000px) {
  section {
    overflow: hidden;
  }
}

@media handheld, only screen and (max-width: 1000px) {
  .desk {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .mob {
    display: none;
  }
}
@media (min-width: 1400px) {
  section:not(.section-testimonials) .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.is-lottie {
  width: 100%;
  display: block;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #8079ff !important;
  border-color: #8079ff !important;
  color: #ffffff;
}

.masonry-grid {
  column-count: 2; /* Number of columns */
  column-gap: 15px; /* Space between items */
}
.masonry-grid .sub_nav_col {
  break-inside: avoid;
  margin-bottom: 15px !important;
  background: #fff;
  border-radius: 5px;
  width: 100% !important;
}

.who_serve_info_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-vertical-boxes {
  padding: 65px 0px;
  background: url(../images/steel_purple1_l.png) left 160px no-repeat, url(../images/steel_purple1_r.png) right 160px no-repeat;
}
@media (max-width: 1000px) {
  .section-vertical-boxes {
    padding: 32px 0px;
  }
}
@media (max-width: 1000px) {
  .section-vertical-boxes {
    background-size: 50% auto, 50% auto;
  }
}
@media (min-width: 1400px) {
  .section-vertical-boxes .container {
    max-width: 1398px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-vertical-boxes h4 {
  margin-bottom: 27px;
}
.section-vertical-boxes h2 {
  margin-bottom: 25px;
}
.section-vertical-boxes p {
  max-width: 670px;
  display: block;
  margin: 0px auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.01em;
  color: #555555;
}
.section-vertical-boxes .module-inner {
  padding: 0px 7px;
}
.section-vertical-boxes .beige-boxes {
  margin-top: 70px;
}
.section-vertical-boxes .beige-box {
  margin-top: 30px;
  display: flex;
  background: #f6f6f6;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  padding: 30px;
}
.section-vertical-boxes .beige-box .box-img {
  width: calc(54% - 10px);
}
.section-vertical-boxes .beige-box .box-info {
  width: calc(50% - 20px);
  margin-left: 10px;
  max-width: 440px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-vertical-boxes .beige-box .box-info .lear-more {
  margin-bottom: 30px;
}
.section-vertical-boxes .beige-box .box-info .lear-more a:hover {
  color: #292929;
}
.section-vertical-boxes .beige-box .box-info .box-main-text {
  height: 100%;
  padding-top: 41px;
}
.section-vertical-boxes .beige-box .box-info .box-main-text h2 {
  letter-spacing: 0px;
}
.section-vertical-boxes .beige-box .box-info .box-main-text p {
  text-align: left;
  max-width: 439px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #555555;
}
@media (max-width: 1000px) {
  .section-vertical-boxes .beige-box {
    flex-wrap: wrap;
    padding: 20px;
  }
  .section-vertical-boxes .beige-box .box-img {
    width: 100%;
  }
  .section-vertical-boxes .beige-box .box-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
  }
  .section-vertical-boxes .beige-box .lear-more {
    justify-content: center;
    display: flex;
    margin-top: 40px;
  }
  .section-vertical-boxes .beige-box .box-main-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .section-vertical-boxes .beige-box .box-main-text h2 {
    font-size: 24px;
  }
  .section-vertical-boxes .beige-box .box-main-text p {
    text-align: center !important;
    font-size: 13px !important;
  }
}
.section-vertical-boxes .box-img {
  overflow: hidden;
  position: relative;
}
.section-vertical-boxes .box-img .video-wrapper {
  width: 100%;
  aspect-ratio: 688/468;
}
.section-vertical-boxes .box-img .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain */
}
.section-vertical-boxes .small-box {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 348px;
  min-height: 146px;
  background: url(../images/small_box_bg.jpg) top left no-repeat;
  background-color: #ffffff;
  border: 1px solid rgba(97, 81, 228, 0.4);
  box-shadow: 10px 10px 44.6px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  transform: translateY(-120px);
  opacity: 0;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .section-vertical-boxes .small-box {
    display: none !important;
  }
}
.section-vertical-boxes .small-box.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.section-vertical-boxes .small-box .small-box-inner {
  padding: 24px;
}
.section-vertical-boxes .small-box .small-box-inner .small-box-icon {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.section-vertical-boxes .small-box .small-box-inner .small-box-text {
  max-width: 300px;
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.01em;
  color: #555555;
}
@media (prefers-reduced-motion: reduce) {
  .section-vertical-boxes .small-box {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.section-partners {
  padding: 73px 0px;
}
@media (max-width: 767px) {
  .section-partners {
    padding: 32px 0px;
  }
}
.section-partners h2 {
  padding-bottom: 17px;
}
.section-partners p {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.02em;
  color: #555555;
}
.section-partners .partners-logos {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.section-partners .news-ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  margin-top: 0px;
}
.section-partners .news-ticker .ticker-track {
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.section-partners .news-ticker .ticker-track > div {
  flex: 0 0 auto; /* critical: prevent shrinking */
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.section-partners .news-ticker img {
  width: auto;
  display: block;
  object-fit: contain;
}

.stack-wrapper {
  padding: 100px 0px;
  background-color: #fafafa;
  position: relative;
  /* STACK TABS */
  /* STACK POSITIONS */
  /* CARD WRAPPER */
  /* MAIN CARD */
  /* ZOOM */
  /* CONTENT */
  /* RESPONSIVE */
}
.stack-wrapper .is-lottie {
  background: url(../images/pattern.webp?v=2) center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .stack-wrapper {
    padding: 50px 0px;
  }
}
.stack-wrapper:after {
  width: 100%;
  height: 346px;
  background: url(../images/platform_bg.png) bottom center no-repeat;
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
.stack-wrapper .tabs-spacer {
  padding-top: 200px;
}
.stack-wrapper .container {
  position: relative;
  z-index: 2;
}
.stack-wrapper h4 {
  margin-bottom: 27px;
}
.stack-wrapper p {
  /* By partnering with consultants, fund administrators, and other service providers with the same vision, we set ourselves and our shared clients up for even greater success. */
  max-width: 790px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.02em;
  color: #555555;
}
.stack-wrapper .stack-tabs {
  position: relative;
  width: 95%;
  margin: 0 auto 8px;
  height: 107px;
}
.stack-wrapper .tab-layer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(180deg, #ebeafe, #d5d8ec);
  color: #a9a7c3;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.02);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.stack-wrapper .tab-layer.active {
  background-color: #fff;
  font-weight: 600;
  color: #000;
  font-size: 22px;
  box-shadow: none;
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 50%, rgb(248, 248, 248) 100%);
}
.stack-wrapper .tab-pos-0 {
  transform: translateY(60px);
  z-index: 5;
  width: 100%;
}
.stack-wrapper .tab-pos-1 {
  transform: translateY(7px);
  z-index: 4;
  width: calc(100% - 60px);
}
.stack-wrapper .tab-pos-2 {
  transform: translateY(-44px);
  z-index: 3;
  width: calc(100% - 120px);
}
.stack-wrapper .tab-pos-3 {
  transform: translateY(-96px);
  z-index: 2;
  width: calc(100% - 180px);
}
.stack-wrapper .tab-pos-4 {
  transform: translateY(-148px);
  z-index: 1;
  width: calc(100% - 240px);
}
.stack-wrapper .cards-wrapper {
  position: relative;
  min-height: 420px;
}
.stack-wrapper .main-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.stack-wrapper .main-card.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.stack-wrapper .zoom-in {
  transform: scale(1);
  opacity: 1;
}
.stack-wrapper .zoom-out {
  transform: scale(0.94);
  opacity: 0.5;
}
.stack-wrapper .stack-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  align-items: stretch;
}
.stack-wrapper .stack-left {
  width: 30%;
}
.stack-wrapper .stack-left h5 {
  font-size: 28px;
  margin: 0 0 34px;
  font-family: "Roboto";
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #000000;
}
.stack-wrapper .stack-left p {
  text-align: left;
  max-width: 196px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #464646;
}
.stack-wrapper .stack-right {
  width: 60%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 43px;
}
.stack-wrapper .stack-right .menu-item {
  font-family: "Instrument Sans";
  color: #cccccc;
  font-size: 20px;
  padding-bottom: 17px;
  transition: all 0.5s ease;
}
.stack-wrapper .stack-right .menu-item h6 {
  cursor: pointer;
}
.stack-wrapper .stack-right .menu-item a {
  color: #000;
  text-decoration: none;
}
.stack-wrapper .stack-right .menu-item p {
  text-align: left;
  font-size: 14px;
}
.stack-wrapper .stack-right .menu-item ul li {
  padding: 0px;
  padding-left: 10px;
  list-style: disc;
  font-size: 14px;
}
.stack-wrapper .stack-right .menu-item:not(.active) a {
  color: #ccc;
}
.stack-wrapper .stack-right .menu-item:not(.active) .menu-details {
  display: none;
}
.stack-wrapper .stack-right h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  color: #292929;
}
.stack-wrapper .stack-right ol,
.stack-wrapper .stack-right p {
  font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #292929;
  font-weight: 500;
}
.stack-wrapper .stack-right ol,
.stack-wrapper .stack-right ul {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}
.stack-wrapper .stack-right ol li,
.stack-wrapper .stack-right ul li {
  margin-bottom: 5px;
}
.stack-wrapper .stack-right .menu-item.active {
  color: #000;
}
.stack-wrapper .preview-box img {
  width: 100%;
}
.stack-wrapper .preview-box .video-wrapper {
  width: 100%;
  aspect-ratio: 610/588;
}
.stack-wrapper .preview-box .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain */
}
@media (max-width: 992px) {
  .stack-wrapper .tab-pos-1 {
    width: calc(100% - 15px);
  }
  .stack-wrapper .tab-pos-2 {
    width: calc(100% - 48px);
  }
  .stack-wrapper .tab-pos-3 {
    width: calc(100% - 86px);
  }
  .stack-wrapper .stack-tabs {
    width: 100%;
  }
  .stack-wrapper .left-menu {
    border-right: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .stack-wrapper .main-card {
    padding: 30px 20px;
  }
  .stack-wrapper .stack-left {
    width: 100%;
    margin-bottom: 24px;
  }
  .stack-wrapper .stack-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .stack-wrapper .stack-left h5 {
    margin: 0 0 16px;
  }
  .stack-wrapper .tab-layer.active {
    font-size: 18px;
  }
}

.platform_widget_mobile {
  font-family: "Roboto", sans-serif;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
}
.platform_widget_mobile .pwm-content {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.platform_widget_mobile .pwm-content__left {
  flex: 0 0 auto;
  max-width: 130px;
  width: 40%;
}
.platform_widget_mobile .pwm-content__left h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.15;
  margin: 0 0 8px;
}
.platform_widget_mobile .pwm-content__left p {
  font-size: 10.5px;
  color: #4a4a6a;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}
.platform_widget_mobile .pwm-content__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 4px;
}
.platform_widget_mobile .pwm-feature-list {
  transition: all 0.5s ease;
}
.platform_widget_mobile .pwm-feature-list li {
  list-style: none;
  font-size: 10px;
  color: #a0a0bf;
  line-height: 1.7;
}
.platform_widget_mobile .pwm-feature-list li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.platform_widget_mobile .pwm-feature-list li h6 {
  transition: all 0.5s ease;
  cursor: pointer;
}
.platform_widget_mobile .pwm-feature-list li:not(.active) .pwm-details {
  display: none;
}
.platform_widget_mobile .pwm-feature-list li:not(.active) h6 {
  cursor: pointer;
}
.platform_widget_mobile .pwm-feature-list li:not(.active) a {
  color: #cccccc;
}
.platform_widget_mobile .pwm-feature-list li .pwm-details p {
  font-size: 12px;
  color: #000;
  text-align: left;
}
.platform_widget_mobile .pwm-feature-list li .pwm-details ul {
  padding: 0px;
  padding-left: 10px;
}
.platform_widget_mobile .pwm-feature-list li .pwm-details ul li {
  list-style: disc;
  font-size: 12px;
  color: #000;
}
.platform_widget_mobile .pwm-media {
  margin: 0 -20px;
  background: #2b2280;
  overflow: hidden;
  aspect-ratio: 650/550;
}
.platform_widget_mobile .pwm-media .video-wrapper {
  width: 100%;
  height: 100%;
}
.platform_widget_mobile .pwm-media .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.platform_widget_mobile .pwm-header-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  opacity: 0.55;
  transition: opacity 0.2s;
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}
.platform_widget_mobile .pwm-header-close:hover {
  opacity: 1;
}
.platform_widget_mobile .pwm-accordion-wrap {
  padding: 0;
  background: linear-gradient(180deg, #edeeff 0%, #dee1ff 50%);
}
.platform_widget_mobile .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 20px;
  --bs-accordion-btn-padding-y: 14px;
  --bs-accordion-body-padding-x: 20px;
  --bs-accordion-body-padding-y: 10px;
}
.platform_widget_mobile .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(160, 160, 210, 0.28) !important;
}
.platform_widget_mobile .accordion-item:last-child {
  border-bottom: none !important;
}
.platform_widget_mobile .accordion-item.pwm-open {
  background: linear-gradient(180deg, #ffffff 50%, #f8f8f8 100%);
}
.platform_widget_mobile .accordion-item--onevue .accordion-button {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e !important;
}
.platform_widget_mobile .accordion-item--onevue .accordion-body {
  padding-bottom: 0;
  overflow: hidden;
}
.platform_widget_mobile .accordion-button {
  font-size: 13px;
  font-weight: 500;
  color: #7070a0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.platform_widget_mobile .accordion-button::after {
  display: none !important;
}
.platform_widget_mobile .accordion-button:not(.collapsed) .icon-plus {
  display: none;
}
.platform_widget_mobile .accordion-button:not(.collapsed) .icon-x {
  display: block;
}
.platform_widget_mobile .pwm-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform_widget_mobile .pwm-icon .icon-plus {
  display: block;
}
.platform_widget_mobile .pwm-icon .icon-x {
  display: none;
}
.platform_widget_mobile .accordion-body {
  font-size: 12px;
  color: #5a5a8a;
  line-height: 1.6;
  padding-top: 2px;
  background: transparent !important;
}

.section-news {
  padding: 100px 0px 100px 0px;
}
@media (max-width: 767px) {
  .section-news {
    padding: 50px 0px;
  }
}
.section-news .news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  padding: 0px 7px;
}
.section-news .news-head h2 {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-news .news-head {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-news .news-head .news-head-btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .section-news .news-head h2 {
    text-align: center;
    font-size: 24px !important;
    line-height: 110% !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 30px;
  }
  .section-news .news-head p {
    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: 0.01em !important;
  }
}
.section-news .module-inner {
  padding: 0px 7px;
}
.section-news .big-box {
  padding: 30px;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.section-news .big-box .big-box-img {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 550px;
  width: 50%;
}
.section-news .big-box .big-box-img img {
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .section-news .big-box .big-box-img {
    max-width: 100%;
    width: 100%;
  }
}
.section-news .big-box .big-box-img img {
  width: 100%;
  height: auto;
}
.section-news .big-box .big-box-info {
  width: calc(50% - 10px);
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 600px;
  padding: 17px 19px;
}
.section-news .big-box .big-box-info .big-box-details {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.section-news .big-box .big-box-info .big-box-details h2 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #1f1f1f;
}
.section-news .big-box .big-box-info .big-box-details .date {
  display: flex;
  align-items: center;
}
.section-news .big-box .big-box-info .big-box-details .date big {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #1f1f1f;
  margin-right: 10px;
}
.section-news .big-box .big-box-info .big-box-details .date span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #464646;
}
.section-news .big-box .big-box-info .big-box-details .big-box-text {
  margin-top: 9px;
}
.section-news .big-box .big-box-info .big-box-details .big-box-text h2 {
  margin-bottom: 20px;
}
.section-news .big-box .big-box-info .big-box-details .big-box-text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #464646;
}
@media (max-width: 1200px) {
  .section-news .big-box .big-box-info .big-box-details h2 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .section-news .big-box {
    padding: 20px;
    flex-wrap: wrap;
  }
  .section-news .big-box .big-box-info {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .section-news .big-box .big-box-info .big-box-details h2 {
    text-align: center;
    font-size: 24px !important;
    line-height: 110% !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 35px !important;
    text-align: left;
  }
  .section-news .big-box .big-box-info .big-box-details p {
    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 20px !important;
  }
}
.section-news .half-boxes {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
.section-news .half-boxes .half-box {
  width: calc(50% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 22px;
  padding: 20px;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.section-news .half-boxes .half-box .half-box-img {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 295px;
  max-width: 295px;
  width: 50%;
  aspect-ratio: 1/1;
  background: #dee1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-news .half-boxes .half-box .half-box-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
@media handheld, only screen and (max-width: 1200px) {
  .section-news .half-boxes .half-box .half-box-img {
    max-width: 300px;
    width: 100%;
  }
}
.section-news .half-boxes .half-box .half-box-img img {
  width: 100%;
  height: auto;
}
.section-news .half-boxes .half-box .half-box-info {
  width: calc(50% - 35px);
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 24px;
  margin-right: auto;
}
.section-news .half-boxes .half-box .half-box-info .half-box-details {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.section-news .half-boxes .half-box .half-box-info .half-box-details .half-box-text {
  height: 100%;
  margin-top: 35px;
}
.section-news .half-boxes .half-box .half-box-info .half-box-details h2 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: capitalize;
  color: #1f1f1f;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .section-news .half-boxes .half-box .half-box-info .half-box-details h2 {
    margin-bottom: 30px;
  }
}
.section-news .half-boxes .half-box .half-box-info .half-box-details .date {
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.section-news .half-boxes .half-box .half-box-info .half-box-details .date big {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #1f1f1f;
  margin-right: 10px;
}
.section-news .half-boxes .half-box .half-box-info .half-box-details .date span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #464646;
}
@media handheld, only screen and (max-width: 1200px) {
  .section-news .half-boxes {
    flex-wrap: wrap;
    width: 100%;
  }
  .section-news .half-boxes .half-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-news .half-boxes {
    flex-wrap: wrap;
    width: 100%;
  }
  .section-news .half-boxes .half-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .section-news .half-boxes .half-box .half-box-info {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.section-hero {
  color: #fff;
  padding: 80px 0px 0px 0px;
}
@media handheld, only screen and (max-width: 767px) {
  .section-hero {
    overflow: unset;
  }
}
@media (min-width: 1400px) {
  .section-hero .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero h1 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  max-width: 762px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 21.5px;
}
.section-hero p {
  color: #fff;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
}
.section-hero .hero-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.section-hero .hero-cta a {
  font-weight: 700;
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .section-hero h1 {
    font-size: 30px;
  }
  .section-hero p {
    font-size: 13px;
  }
}

.tabbed-details-box {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 70px;
}
.tabbed-details-box .tabbed-details-box-nav {
  background: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
}
.tabbed-details-box .tabbed-details-box-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabbed-details-box .tabbed-details-box-nav ul li {
  width: 100%;
}
@media (min-width: 1250px) and (max-width: 1399px) {
  .tabbed-details-box .tabbed-details-box-nav ul li {
    width: fit-content;
  }
}
.tabbed-details-box .tabbed-details-box-nav ul li a {
  padding: 30px 0px;
  padding: 35px 45px;
  width: 100%;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  color: #888888;
  justify-content: center;
}
@media (min-width: 1250px) and (max-width: 1399px) {
  .tabbed-details-box .tabbed-details-box-nav ul li a {
    padding: 20px 10px;
  }
}
.tabbed-details-box .tabbed-details-box-nav ul li:hover a {
  color: #8079ff;
  border-bottom: 4px solid #8079ff;
}
.tabbed-details-box .tabbed-details-box-nav ul li.active a {
  color: #8079ff;
  border-bottom: 4px solid #8079ff;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 {
  width: calc(33.33333% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 .box {
  text-align: left;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 .box.beige {
  padding: 30px;
  background: #f6f6f6;
  height: 100%;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 .box.beige h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  padding-top: 8px;
  margin-bottom: 27px;
  color: #000000;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 .box.beige p {
  max-width: 350px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  letter-spacing: 0.01em;
  margin-left: 0px;
  color: #555555;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-2 {
  width: 66.66666%;
  background-color: #dde1f9;
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-2 .is-lottie {
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-2 .is-lottie {
    padding: 0px 20px;
  }
}
.tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab:not(.active) {
  display: none;
}
.tabbed-details-box .video-wrapper {
  width: 100%;
  aspect-ratio: 880/620;
}
.tabbed-details-box .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain */
}

.slider-dots {
  display: none;
}

@media (max-width: 768px) {
  .tabbed-details-box {
    margin-top: 30px;
    overflow: visible;
    position: relative;
  }
  .tabbed-details-box .tabbed-details-box-nav {
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tabbed-details-box .tabbed-details-box-nav::-webkit-scrollbar {
    display: none;
  }
  .tabbed-details-box .tabbed-details-box-nav ul {
    flex-wrap: nowrap;
    width: max-content;
  }
  .tabbed-details-box .tabbed-details-box-nav ul li {
    flex-shrink: 0;
    width: fit-content;
  }
  .tabbed-details-box .tabbed-details-box-nav ul li a {
    padding: 18px 24px;
    font-size: 14px;
    white-space: nowrap;
  }
  .tabbed-details-box .tabbed-details-box-content {
    position: relative;
    overflow: hidden;
  }
  .tabbed-details-box .tabbed-details-box-content-inner {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab {
    display: flex !important;
    flex-direction: column-reverse;
    min-width: 100%;
    padding: 20px 16px;
    gap: 16px;
  }
  .tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-1 {
    width: 100%;
    flex-direction: column;
  }
  .tabbed-details-box .tabbed-details-box-content .tabbed-details-box-tab .tdb-col-2 {
    width: 100%;
    order: -1;
  }
  .tabbed-details-box .video-wrapper {
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
  }
  .tabbed-details-box .box.beige {
    padding: 20px;
  }
  .tabbed-details-box .box.beige h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .slider-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    padding: 16px 0 24px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
  }
  .slider-dots .slider-dot {
    height: 3px;
    width: 48px;
    border-radius: 2px;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
  }
  .slider-dots .slider-dot.active {
    background: #8079ff;
  }
}
.video-square {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}

/* Video fill */
.video-square .video-js,
.video-square video {
  width: 100% !important;
  height: 100% !important;
}

.video-square .vjs-tech {
  object-fit: cover;
}

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.25s ease;
}

/* Circle background */
.video-overlay::before {
  content: "";
  position: absolute;
  width: clamp(55px, 7vw, 80px);
  height: clamp(55px, 7vw, 80px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

/* Icons */
.video-overlay i {
  position: relative;
  color: #fff;
  font-size: clamp(20px, 3vw, 28px);
}

/* Default state */
.pause-icon {
  display: none;
}

/* When playing → hide overlay */
.video-square.playing .video-overlay {
  opacity: 0;
}

/* When playing + hover → show pause */
.video-square.playing.hovering .video-overlay {
  opacity: 1;
}

.video-square.playing.hovering .play-icon {
  display: none;
}

.video-square.playing.hovering .pause-icon {
  display: block;
}

footer {
  background-color: #3d3d3d;
  color: #ffffff;
  padding: 60px 0 0;
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
}
footer .footer-container {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
  background: url(../images/footer-bg.png) top center no-repeat;
}
footer .footer-top {
  display: flex;
  gap: 80px;
  padding-bottom: 78px;
  margin-top: 22px;
}
@media (max-width: 1250px) {
  footer .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-top .footer-brand {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-tagline {
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 25px;
  }
}
@media (min-width: 1250px) {
  footer .footer-brand {
    flex: 0 0 308px;
  }
}
@media (max-width: 800px) {
  footer .footer-brand {
    flex: 1 1 auto;
    text-align: center;
  }
}
footer .footer-tagline {
  margin-top: 10px;
}
footer .footer-logo {
  margin-bottom: 24px;
}
footer .footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
  margin-top: 10px;
}
footer .footer-nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 7px;
}
@media (max-width: 800px) {
  footer .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  footer .footer-nav {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
footer .footer-column {
  display: flex;
  flex-direction: column;
}
footer .footer-column .footer-heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-column .footer-heading:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-column .footer-heading {
    margin-top: 40px;
  }
}
footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 21px;
}
footer .footer-column .footer-links li {
  margin-bottom: 0px;
  line-height: 1.42;
}
footer .footer-column .footer-links li:last-child {
  margin-bottom: 0;
}
footer .footer-column .footer-links a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #aaaaaa;
}
footer .footer-column .footer-links a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  border-bottom: 1px solid #333333;
  padding: 0px 0px 28px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-copy {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.03em;
  padding: 26px 0px;
  color: #aaaaaa;
}
footer .footer-wordmark {
  font-size: 180px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -4px;
  line-height: 1;
}
@media (max-width: 991px) {
  footer .footer-wordmark {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  footer .footer-wordmark {
    font-size: 80px;
  }
}

.section-testimonials {
  padding: 100px 0px 100px 0px;
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 32px 0px;
  }
}
.section-testimonials .module-inner {
  padding: 0px 7px;
}
.section-testimonials h4 {
  margin-bottom: 28px;
}
.section-testimonials .carousel_nav {
  display: flex;
  position: relative;
}
.section-testimonials .carousel_nav a {
  display: block;
  margin-right: 6px;
}
.section-testimonials .testimonial-box {
  background: url(../images/testimonial_bg.png) #f6f6f6 bottom right no-repeat;
  padding: 20px 20px 20px 20px;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-box {
    margin-top: 30px;
    background-size: auto 50%;
  }
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-img {
  width: calc(50% - 20px);
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-img img {
  margin: 0px;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info {
  width: calc(50% - 29px);
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonial-wboxes {
  display: flex;
  align-items: stretch;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonial-wboxes .wbox {
  background-color: #fff;
  padding: 20px 28px 20px 28px;
  text-align: center;
  margin-right: 12px;
  min-width: 182px;
  text-align: center;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonial-wboxes .wbox .number {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  /* or 37px */
  display: block;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #000000;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonial-wboxes .wbox .details {
  /* Efficiency Gain */
  margin-top: 17px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  display: block;
  color: #464646;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonail-info .quote {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 140%;
  max-width: 530px;
  margin-top: 56px;
  letter-spacing: 0.02em;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonail-info .testimonial-author .name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-top: 27px;
  color: #000;
}
.section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info .testimonial-details .testimonail-info .testimonial-author .position {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #aaaaaa;
}
@media (max-width: 1200px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-img {
    width: 100%;
  }
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .carousel-info {
    width: 100%;
  }
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonial-wboxes {
    display: none !important;
  }
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .quote {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
@media (max-width: 1200px) and (max-width: 800px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .quote {
    font-size: 14px !important;
  }
}
@media (max-width: 1200px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .testimonial-author .name {
    text-align: center !important;
  }
}
@media (max-width: 1200px) and (max-width: 800px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .testimonial-author .name {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .testimonial-author .position {
    text-align: center !important;
  }
}
@media (max-width: 1200px) and (max-width: 800px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel-slide-inner .testimonail-info .testimonial-author .position {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .section-testimonials .testimonial-box .carousel-slide .carousel_nav {
    width: 100%;
    justify-content: center !important;
  }
}

.section-impact-numbers {
  color: #fff;
  background-color: #201f41;
  padding-top: 117px;
  background: transparent;
}
.section-impact-numbers h4 {
  margin-bottom: 27px;
}
.section-impact-numbers h2 {
  color: #fff;
  margin-bottom: 24px;
}
.section-impact-numbers p {
  color: #fff;
  letter-spacing: 0.4px;
}
.section-impact-numbers .cols1p3 {
  margin-top: 74px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.section-impact-numbers .cols1p3 .ccol-1 {
  width: 37.5%;
  flex-shrink: 0;
  flex-grow: 0;
}
.section-impact-numbers .cols1p3 .ccol-2 {
  width: calc(62.5% - 20px);
}
.section-impact-numbers .cols1p3 .globe-block {
  background: url(../images/globe_box.png) bottom right;
  background-color: #4d4d9d;
  position: relative;
}
.section-impact-numbers .cols1p3 .globe-block img {
  width: 100%;
}
.section-impact-numbers .cols1p3 .globe-block .globe-details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 420px;
  color: #fff;
}
.section-impact-numbers .cols1p3 .globe-block .globe-details .globe-value {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 140px;
  line-height: 120%;
  letter-spacing: -0.06em;
  margin-bottom: 30px;
  color: #ffffff;
}
.section-impact-numbers .cols1p3 .globe-block .globe-details h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  letter-spacing: -0.02em;
  color: #fff;
  padding-bottom: 5px;
}
.section-impact-numbers .cols1p3 .globe-block .globe-details p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0px;
  max-width: 420px;
  padding-bottom: 0px;
  /* or 20px */
  letter-spacing: -0.02em;
  color: #fff;
}
.section-impact-numbers .cols1p3 .white-box {
  width: 100%;
  background-color: #fafafa;
  padding: 27px 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s {
  min-height: 250px;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  letter-spacing: -0.02em;
  color: #1f1f1f;
  padding-bottom: 5px;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0px;
  max-width: 330px;
  padding-bottom: 0px;
  /* or 20px */
  letter-spacing: -0.02em;
  color: #3e3e3e;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s .big-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 120%;
  color: #8078ff;
  padding-bottom: 18px;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s.nd {
  padding-top: 5px;
}
.section-impact-numbers .cols1p3 .white-box .white-box-s.nd .big-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding-bottom: 36px;
}
.section-impact-numbers .cols1p3 .white-box hr {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border: 0px;
  margin: 22px 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .section-impact-numbers .cols1p3 {
    flex-wrap: wrap;
  }
  .section-impact-numbers .cols1p3 .ccol-1 {
    width: 100%;
  }
  .section-impact-numbers .cols1p3 .ccol-2 {
    width: 100%;
  }
  .section-impact-numbers .cols1p3 .white-box .white-box-s .big-value {
    font-size: 48px !important;
  }
  .section-impact-numbers .cols1p3 .globe-block {
    margin-top: 30px;
    aspect-ratio: 1340/1031;
  }
  .section-impact-numbers .cols1p3 .globe-block .globe-value {
    font-size: 60px !important;
  }
}
.section-impact-numbers .news-ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  margin-top: 50px;
}
.section-impact-numbers .news-ticker .ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.section-impact-numbers .news-ticker .ticker-track > div {
  flex: 0 0 auto; /* critical: prevent shrinking */
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.section-impact-numbers .news-ticker img {
  width: auto;
  display: block;
  object-fit: contain;
}

.section-demo {
  background: #f6f5fa;
  position: relative;
  overflow: hidden;
  padding: 0px 0px;
  background-color: #f6f6f6;
}
.section-demo:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.section-demo .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .section-demo .container:before {
    width: 53%;
    right: 50%;
    height: 100%;
    content: "";
    background: url(../images/demo-background.webp) #f6f6f6 bottom right no-repeat;
    background-size: auto;
    top: 0px;
    position: absolute;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .section-demo .container:before {
    width: 53%;
    right: 50%;
    height: 100%;
    content: "";
    background: url(../images/demo-background.webp) #f6f6f6 bottom right no-repeat;
    background-size: cover;
  }
}
.section-demo .container .row {
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.section-demo .container .request-demo-block {
  position: relative;
}
.section-demo .container .request-demo-block h4 {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  /* or 15px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.section-demo .container .request-demo-block h2 {
  font-family: "Instrument Sans";
  font-style: normal;
  max-width: 515px;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  /* or 51px */
  letter-spacing: -0.02em;
  color: #ffffff;
}
.section-demo .container .request-demo-block p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  max-width: 440px;
  color: #ffffff;
}
.section-demo .container .request-demo-block p .btn {
  margin-top: 35px;
  padding: 10px 12px;
}
.section-demo .container .request-demo-block .request-demo-block-inner {
  position: relative;
  z-index: 3;
}
.section-demo .container .network_widget {
  position: relative;
  margin: 0px auto;
}
.section-demo .container .network_widget .network-outer {
  background: #f6f6f6;
  max-width: 720px;
  margin: 0 auto;
  margin: 0px auto;
}
.section-demo .container .network_widget .network-user {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  padding: 78px 0;
}
.section-demo .container .network_widget .network-title {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-demo .container .network_widget .network-title h2 {
  color: #8078ff;
  font-size: 140px;
  font-weight: 700;
  line-height: 129px;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.section-demo .container .network_widget .network-title span {
  display: block;
  color: #8078ff;
  font-size: 30px;
  letter-spacing: -2%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.section-demo .container .network_widget .network-card {
  position: absolute;
}
.section-demo .container .network_widget .network-card img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.section-demo .container .network_widget .network-card:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-demo .container .network_widget .net-card1 {
  top: 48px;
  right: 203px;
}
.section-demo .container .network_widget .net-card2 {
  top: 92px;
  left: 162px;
}
.section-demo .container .network_widget .net-card3 {
  top: 125px;
  left: 36px;
}
.section-demo .container .network_widget .net-card4 {
  top: 214px;
  left: -31px;
}
.section-demo .container .network_widget .net-card5 {
  top: 52%;
  left: 30px;
}
.section-demo .container .network_widget .net-card6 {
  bottom: 17%;
  left: 11px;
}
.section-demo .container .network_widget .net-card7 {
  bottom: 16%;
  left: 157px;
}
.section-demo .container .network_widget .net-card8 {
  bottom: 6%;
  right: 176px;
}
.section-demo .container .network_widget .net-card9 {
  bottom: 12%;
  right: 67px;
}
.section-demo .container .network_widget .net-card10 {
  bottom: 27%;
  right: 25px;
}
.section-demo .container .network_widget .net-card11 {
  bottom: 52%;
  right: 34px;
}
.section-demo .container .network_widget .net-card12 {
  top: 109px;
  right: 84px;
}
.section-demo .container .network_widget .net-card13 {
  top: 150px;
  right: 211px;
}
@media (max-width: 1200px) {
  .section-demo .container .network_widget .network-user {
    max-width: 360px;
  }
  .section-demo .container .network_widget .network-user img {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    display: inherit;
  }
  .section-demo .container .network_widget .network-title h2 {
    font-size: 60px !important;
    line-height: 54px !important;
  }
  .section-demo .container .network_widget .network-title span {
    font-size: 16px;
  }
  .section-demo .container .network_widget .net-card1 {
    top: 53px;
    right: 105px;
    width: 50px;
  }
  .section-demo .container .network_widget .net-card2 {
    top: 81px;
    left: 120px;
    width: 35px;
  }
  .section-demo .container .network_widget .net-card3 {
    top: 114px;
    left: 47px;
    width: 60px;
  }
  .section-demo .container .network_widget .net-card4 {
    top: 166px;
    left: 7px;
    width: 40px;
  }
  .section-demo .container .network_widget .net-card5 {
    top: 52%;
    left: 30px;
    width: 50px;
  }
  .section-demo .container .network_widget .net-card6 {
    bottom: 20%;
    left: 20px;
    width: 35px;
  }
  .section-demo .container .network_widget .net-card7 {
    bottom: 20%;
    left: 108px;
    width: 55px;
  }
  .section-demo .container .network_widget .net-card8 {
    bottom: 14%;
    right: 87px;
    width: 50px;
  }
  .section-demo .container .network_widget .net-card9 {
    bottom: 17%;
    right: 23px;
    width: 35px;
  }
  .section-demo .container .network_widget .net-card10 {
    bottom: 34%;
    right: 6px;
    width: 60px;
  }
  .section-demo .container .network_widget .net-card11 {
    bottom: 52%;
    right: 8px;
    width: 35px;
  }
  .section-demo .container .network_widget .net-card12 {
    top: 93px;
    right: 37px;
    width: 50px;
  }
  .section-demo .container .network_widget .net-card13 {
    top: 115px;
    right: 99px;
  }
}
@media (max-width: 1200px) {
  .section-demo {
    background: #f6f6f6;
  }
  .section-demo .request-demo-block {
    background-size: cover;
    padding: 20px;
    width: 100%;
    width: 100%;
    aspect-ratio: 688/468;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 100%;
  }
  .section-demo .request-demo-block h2 {
    font-size: 24px !important;
  }
  .section-demo .request-demo-block p {
    font-size: 10px !important;
  }
  .section-demo .request-demo-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * var(--bs-gutter-x) / 2);
    right: calc(-1 * var(--bs-gutter-x) / 2);
    background: url(../images/demo-bg.jpg) #f6f6f6 top center no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

.section-newsletter {
  background: url(../images/steel_purple_tl.png) #f6f6f6 top left no-repeat;
  padding: 120px 0px 100px 0px;
}
.section-newsletter h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-newsletter {
    padding: 50px 0px;
    background-size: auto 50%;
  }
}
.section-newsletter .news-form {
  margin-top: 45px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.section-newsletter .news-form .hbspt-form {
  margin-top: 20px;
}
.section-newsletter .news-form .hbspt-form fieldset {
  max-width: 640px;
}
.section-newsletter .news-form .hbspt-form label {
  display: none;
}
.section-newsletter .news-form .hbspt-form .input input,
.section-newsletter .news-form .hbspt-form .input select {
  border: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  height: 51px;
  border: 1px solid #fff;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px;
  text-indent: 0px;
  padding-left: 10px;
}
.section-newsletter .news-form .hbspt-form .input textarea {
  height: 100px;
  border: 1px solid #fff;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
}
.section-newsletter .news-form .hbspt-form .input input::-webkit-input-placeholder,
.section-newsletter .news-form .hbspt-form .input input::placeholder {
  color: black; /*Change the placeholder color*/
  opacity: 1; /*Change the opacity between 0 and 1*/
}
.section-newsletter .news-form .hbspt-form .input textarea::-webkit-input-placeholder,
.section-newsletter .news-form .hbspt-form .input textarea::placeholder {
  color: black; /*Change the placeholder color*/
  opacity: 1; /*Change the opacity between 0 and 1*/
}
.section-newsletter .news-form .hbspt-form .hs_recaptcha .input {
  background: transparent;
  height: auto;
  border: 0px;
}
.section-newsletter .news-form .hbspt-form .hs-richtext p {
  font-size: 12px !important;
}
.section-newsletter .news-form .hbspt-form .hs-richtext p span {
  color: #292929 !important;
}
.section-newsletter .news-form .hbspt-form .hs-richtext {
  text-align: left;
}
.section-newsletter .news-form .hbspt-form .hs-richtext a {
  color: #8079ff;
}
.section-newsletter .news-form .hbspt-form .hs-button {
  display: block;
  max-width: 240px;
  border: 0px;
  background: #8079ff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section-newsletter .news-form .hbspt-form .hs-error-msgs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.section-newsletter .news-form .hbspt-form .hs-error-msgs li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
.section-newsletter .news-form .hbspt-form .hs-error-msgs li label {
  display: block;
  color: red !important;
  font-size: 12px;
}

.hbspt-form .hs-fieldtype-checkbox ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox label input {
  width: 20px !important;
  height: 24px !important;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
}

.hbspt-form .hs-fieldtype-checkbox label {
  display: block;
}

.hbspt-form .hs-fieldtype-checkbox ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #222 !important;
}

.hbspt-form .hs-fieldtype-checkbox ul li.hs-form-checkbox label input {
  width: 20px !important;
  height: 24px !important;
  margin: 0px !important;
  margin-right: 10px !important;
  padding: 0px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

header {
  color: #fff;
  background-color: #201f41;
}

header {
  padding: 0px;
  padding-top: 60px;
  background: url(../images/bg1.png) top right no-repeat, url(../images/bg2.png) right 1130px no-repeat;
  background-color: #24184e;
}
@media (max-width: 1000px) {
  header {
    background-size: 100% auto, 100% auto;
  }
}
header.main-header {
  position: relative;
}
header.main-header:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/steel_overlay_l.png) top left no-repeat, url(../images/steel_overlay_r.png) top right no-repeat;
}
@media (max-width: 1000px) {
  header.main-header:after {
    background-size: 50% auto, 50% auto;
  }
}
header.main-header .header-inner {
  position: relative;
  z-index: 3;
}

.section-top-bar {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1400px) {
  .section-top-bar .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-top-bar .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-top-bar .top-bar .top-bar-logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 190px;
}
.section-top-bar .top-bar .top-bar-btn {
  flex-shrink: 0;
  flex-grow: 0;
  width: 190px;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}
.section-top-bar .top-bar .top-bar-nav {
  width: 100%;
  position: relative;
}
.section-top-bar .top-bar .top-bar-nav nav ul {
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.section-top-bar .top-bar .top-bar-nav nav ul li a {
  color: #fff;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  padding: 25px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.section-top-bar .top-bar .top-bar-nav nav ul li.active a {
  color: #8079ff;
}
.section-top-bar .top-bar .top-bar-nav nav ul li:active {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar .top-bar .top-bar-nav nav ul li:active a {
  color: #8079ff;
}
.section-top-bar:not(.scrolled) .dark {
  display: none;
}
.section-top-bar.scrolled {
  background: #ffffff;
}
.section-top-bar.scrolled .white {
  display: none;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li a {
  color: #292929;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li.active {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li.active a {
  font-weight: 700;
}
.section-top-bar.scrolled .top-bar .top-bar-nav nav ul li:hover a {
  border-bottom: 2px solid #8079ff;
}
.section-top-bar.scrolled .top_bar_c {
  background-color: #fff;
}

header {
  color: #fff;
  background-color: #201f41;
}

header {
  padding: 0px;
  padding-top: 60px;
  background: url(../images/bg1.png) top right no-repeat, url(../images/bg2.png) right 1130px no-repeat;
  background-color: #24184e;
}
@media (max-width: 1000px) {
  header {
    background-size: 100% auto, 100% auto;
  }
}
header.main-header {
  position: relative;
}
header.main-header:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/steel_overlay_l.png) top left no-repeat, url(../images/steel_overlay_r.png) top right no-repeat;
}
@media (max-width: 1000px) {
  header.main-header:after {
    background-size: 50% auto, 50% auto;
  }
}
header.main-header .header-inner {
  position: relative;
  z-index: 3;
}

.header_new {
  /*
   total 1440
   width 575 39%
   width 2 865 61%

   rgba(237, 232, 229, 0.50);


  */
}
.header_new .top_bar {
  border-bottom: 1px solid transparent;
}
.header_new .top_bar .container {
  max-width: 1300px !important;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 1400px) {
  .header_new .top_bar .container {
    max-width: 1385px !important;
  }
}
.header_new .top_bar .navbar-brand {
  position: relative;
  max-width: 183px;
  top: -5px;
}
.header_new .top_bar .navbar-brand img {
  width: 217px;
  height: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .header_new .top_bar .navbar-brand {
    position: relative;
    left: unset;
  }
}
.header_new .sub_nav_items {
  overflow: hidden;
}
.header_new .subnav_info_box_img {
  position: relative;
  top: 10px;
  left: -10%;
  width: 110%;
}
.header_new .navbar-nav {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_new .navbar-nav li {
  margin-left: 0px;
}
.header_new .navbar-nav li .nav-link {
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  padding: 25px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.header_new .navbar-nav li.active .nav-link {
  color: #8079ff;
}
.header_new .navbar-nav li:hover .nav-link {
  color: #8079ff;
}
.header_new .btn-purple-sm {
  border-color: #8079ff;
  background: #8079ff;
  color: #fff;
  border-radius: 0px;
  padding: 10px 25px;
  font-family: "Instrument Sans", sans-serif;
}
.header_new .subnav {
  position: relative;
  width: 100%;
}
.header_new .subnav_container {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.header_new .bg-dark-tan {
  background-color: #e2ddda;
}
.header_new .subnav_container {
  display: flex;
}
.header_new .sub_nav_items {
  width: 39%;
}
.header_new .sub_nav_content {
  width: 61%;
}
.header_new .subnav_container {
  width: 100%;
  border-bottom: 1px solid #ede8e5;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0px;
}
.header_new .subnav_container.sub2 {
  border-bottom: 0px;
}
.header_new .sub_nav_items ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 100%;
}
.header_new .sub_nav_items ul li {
  width: 100%;
  margin: 0px;
  padding: 10px 39px;
  list-style: none;
  background: #f5f2f0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 33.33%;
}
.header_new .sub_nav_items ul li:hover {
  background: rgb(237, 232, 229);
}
.header_new .sub_nav_items ul li.active {
  background: rgb(237, 232, 229);
}
.header_new .sub_nav_items h3 {
  position: relative;
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.header_new .sub_nav_items h3 span.icon_con {
  position: absolute;
  display: block;
  left: -33px;
  top: calc(50% - 8px);
}
.header_new .sub_nav_items h3 span.icon_con img {
  width: 20px;
  position: relative;
  display: block;
}
.header_new .sub_nav_items p {
  margin: 0px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}
.header_new .sub_nav_col {
  margin: 0px 0px 40px 0px;
}
.header_new .sub_nav_col h3 {
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.header_new .sub_nav_col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header_new .sub_nav_col ul li {
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
.header_new .sub_nav_col ul li a {
  text-decoration: none;
  color: #292929;
}
.header_new .sub_nav_col ul li a:hover {
  font-weight: 700;
}
.header_new .col_con {
  padding-left: 50px;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 61px;
}
.header_new .sub_nav_col {
  width: 49%;
}
.header_new .sub_nav_col.w44 {
  width: 44%;
}
.header_new .sub_nav_col.w100 {
  width: 100%;
}
.header_new .subnav {
  top: -750px;
  transition: top 0.5s ease;
}
.header_new .subnav.vis {
  top: 0px;
}
.header_new .top_bar .top_bar_c {
  width: 100%;
  position: relative;
  z-index: 444;
}
.header_new .hid {
  display: none !important;
}
.header_new .s_item {
  position: relative;
}
.header_new .sub1 .s_item {
  padding-left: 100px;
  padding-right: 50px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .sub1 .s_item {
    padding: 10px;
  }
}
.header_new .sub_nav_items {
  background: rgba(237, 232, 229, 0.5);
  min-height: 450px;
  height: auto;
}
.header_new .subnav_info_box {
  padding-top: 40px;
}
.header_new .subnav_info_box h2 {
  margin: 20px auto;
  width: 90%;
  font-size: 35px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .subnav_info_box h2 {
    font-size: 28px;
  }
}
.header_new .sub4 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.header_new .sub5 .sub_nav_items {
  background-color: rgba(237, 232, 229, 0.5);
  background-size: 50% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.header_new .sub_nav_items {
  position: relative;
}
.header_new .sub_nav_items .s_item {
  height: 100%;
  position: relative;
}
.header_new .sub_nav_items .sub_bg {
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: 100% auto;
  max-width: 230px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.header_new .subnav_news_box {
  margin: 0px 0px 0px auto;
  padding-top: 58px;
  max-width: 285px;
  position: relative;
  display: block;
}
.header_new .subnav_news_box p {
  line-height: 1.2;
  font-size: 16px;
  color: #191c1c;
  padding-bottom: 28px;
}
.header_new .subnav_news_box h2 {
  margin-bottom: 16px;
}
@media handheld, only screen and (max-width: 1399px) {
  .header_new .subnav_news_box h2 {
    font-size: 28px;
  }
}
.header_new .subnav-fh {
  height: 100%;
  width: 100%;
}
.header_new .subnav-23 {
  width: 57%;
  background: #fff;
}
.header_new .subnav-13 {
  width: 43%;
  background: #dfe1ff;
  width: calc(43% - 20px);
  margin-left: 20px;
}
.header_new .pl50 {
  padding-left: 50px;
}
.header_new .pl60 {
  padding-left: 60px !important;
}
.header_new .pl70 {
  padding-left: 70px;
}
.header_new .mob_ham img {
  padding: 5px 0px 5px 5px;
  width: 32px;
}
.header_new .col_con2 {
  height: 100%;
}
.header_new .sub_nav_cols {
  display: flex;
}
.header_new .sub_nav_col_p {
  padding: 61px 0px 0px 50px;
  width: 100%;
}
.header_new .sub_nav_col_p.hasIcon h3 {
  background-position: 0px 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.header_new .sub_nav_col_p.hasIcon ul {
  padding-left: 30px;
}
.header_new .sub_nav_tab {
  height: 100%;
}
.header_new .sub_nav_tab.s_1.s_1_1 {
  max-height: 450px;
}
.header_new .sub_nav_tab .sub_nav_col {
  width: 44%;
}
.header_new .sub_nav_tab .sub_nav_col.w100 {
  width: 100%;
}
.header_new .white-text {
  color: #fff !important;
}
.header_new .sub_nav_cols .sub_nav_col.sub_nav_col_p:nth-child(2) {
  padding: 61px 25px 0px 25px;
}
.header_new .bg-beige {
  background-color: #f6f6f6;
}
.header_new .bg-light-beige {
  background-color: #f6f6f6;
}
.header_new .bg-beige-light {
  background-color: #f6f6f6;
}
@media only screen and (min-width: 1250px) {
  .header_new .mob.mob_ham {
    display: none !important;
  }
  .header_new #navbarNav {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .header_new #navbarNav.desk {
    display: none !important;
  }
  .header_new .mob.mob_ham {
    display: block !important;
  }
}
.header_new .green-badge {
  background: #4affbe;
  color: #292929;
  padding: 7px 10px 7px 10px;
  width: fit-content;
  border-radius: 0px;
  margin-top: 10px;
  font-size: 9px;
}
.header_new .green-badge.f20 {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_new .badge {
  background: #8179ff;
  color: #fff;
  padding: 5px 10px 7px 10px;
  width: fit-content;
  border-radius: 0px;
  margin-top: 10px;
  padding-bottom: 7px;
  font-size: 9px;
}
.header_new .item.hvs {
  padding-left: 0px;
}
.header_new .no-shrink {
  flex-shrink: 0;
  padding: 0px;
}
.header_new .no-grow {
  flex-grow: 0;
}
.header_new.scrolled .navbar-nav li .nav-link {
  color: #292929;
}
.header_new a.btn-purple:hover {
  color: #8079ff;
}
.header_new .mob_menu {
  background-color: #f6f6f6;
  width: 100%;
  position: fixed;
  top: 57px;
  left: 0px;
  max-height: calc(100% - 57px);
  min-height: 100px;
  overflow: auto;
}
.header_new .mob_menu.hid {
  display: none;
}
.header_new .mob_menu .mob_sub_menu .m-back-container {
  border: 0px !important;
  padding-top: 20px;
  padding-bottom: 0px;
}
.header_new .mob_menu .mob_sub_menu .m-back-container a.m-back {
  color: #8079ff !important;
  font-size: 16px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.header_new .mob_menu .mob_sub_menu .m-back-container a.m-back:before {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../../images/menu_arrow_l.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.header_new .mob_menu .mob_sub_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header_new .mob_menu .mob_sub_menu ul li {
  padding: 26px 25px;
  line-height: 1.2;
  border-bottom: 1px solid #8079ff;
}
.header_new .mob_menu .mob_sub_menu ul li a:not(.btn) {
  font-size: 18px;
  color: #292929;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.header_new .mob_menu .mob_sub_menu ul li a.btn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub {
  margin-top: 30px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li {
  padding: 0px 0px 30px 0px;
  border: 0px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li:last-child {
  padding-bottom: 0px;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li a {
  font-size: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu {
  position: relative;
}
.header_new .mob_menu .mob_sub_menu ul li .mob_sub li.hasMenu a:after {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../../images/menu_arrow.png) center no-repeat;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.header_new .mob_menu .m-custom-content {
  text-align: center;
}
.header_new .mob_menu .m-custom-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
.header_new .mob_menu .m-custom-content h3 {
  font-size: 30px;
}
.header_new .mob_menu .m-custom-content .subnav_news_box {
  margin: 0px auto;
}
@media (max-width: 1400px) {
  .header_new .top_bar_c {
    width: 100%;
  }
}
@media (min-width: 1380px) {
  .header_new .left-spacer,
  .header_new .right-spacer {
    width: 120px;
  }
}

.subnav_col_with_bl {
  width: 100%;
  flex-wrap: nowrap;
  height: 100%;
}
.subnav_col_with_bl .col_con {
  width: 100%;
}
.subnav_col_with_bl .sub_nav_col_bl {
  background-color: #dfe1ff;
  color: #fff;
  flex-shrink: 0;
  background: #dfe1ff;
  width: calc(43% - 20px);
  margin-left: 20px;
  padding: 60px 0px 0px 50px;
  margin-bottom: 0px;
}
@media handheld, only screen and (max-width: 1440px) {
  .subnav_col_with_bl .sub_nav_col_bl {
    width: calc(50% - 50px);
    right: 100px;
    position: relative;
  }
}
.subnav_col_with_bl .sub_nav_col_bl.hasIcon h3 {
  background-position: 0px 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.subnav_col_with_bl .sub_nav_col_bl.hasIcon ul {
  padding-left: 30px;
}
.subnav_col_with_bl .sub_nav_col_bl.w50 {
  width: calc(50% - 20px);
}

.section_benefits {
  padding: 100px 0px;
  background: url(../images/client_bg.png) top center no-repeat;
  color: #fff;
  background-color: #24184e;
}
@media (max-width: 767px) {
  .section_benefits {
    padding: 40px 0px;
  }
}
.section_benefits h2 {
  max-width: 358px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.section_benefits p {
  max-width: 600px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.section_benefits .client_boxes {
  margin-top: 100px;
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
}
.section_benefits .client_boxes .client_box {
  background: url(../images/client_box_bg.png) #fafafa top right no-repeat;
  padding: 30px;
  width: calc(25% - 15px);
}
.section_benefits .client_boxes .client_box p {
  max-width: 265px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  letter-spacing: -0.02em;
  color: #464646;
}
.section_benefits .client_boxes .client_box h4 {
  max-width: 265px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: initial;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #292929;
}
.section_benefits .client_boxes .client_box .client_box_icon {
  max-width: 60px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section_benefits .client_boxes {
    flex-wrap: wrap;
  }
  .section_benefits .client_boxes .client_box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1200px) {
  .section_benefits .client_boxes {
    margin-top: 30px;
  }
  .section_benefits .client_boxes .client_box {
    width: 100%;
  }
  .section_benefits .client_boxes .client_box h4 {
    font-size: 18px !important;
  }
  .section_benefits .client_boxes .client_box .client_box_icon {
    margin-bottom: 30px;
    max-width: 75px;
  }
  .section_benefits .client_boxes .client_box .client_box_icon img {
    width: 75px;
  }
}

/*# sourceMappingURL=main26.css.map */
