/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 946:2 Unexpected "<"

**/
<style id="sections-styles">
/* CSS for section section:header */
.header-section {
  position: relative;
  background-color: #000000; /* style_125 */
}


@media (min-width: 1200px) {
    .main-navigation li a {
        padding: 0px 10px 0px;
    }
}

@media (min-width: 992px) {
    .main-navigation li ul li a {
        width:200px!important;
    }
}



.header-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px; /* Difference between 110px (12:676) and 58px (12:677) */
  background-color: #000000; /* style_125 */
  z-index: 1;
}
.header-bg-bottom {
  position: absolute;
  top: 52px; /* Offset by height of top bar */
  left: 0;
  width: 100%;
  height: 58px; /* Height of 12:677 */
  background-color: #000000; /* style_125 */
  z-index: 1;
}
.site-header {
  position: relative;
  z-index: 2;
  padding-top: 10px; /* Approximate */
  padding-bottom: 10px; /* Approximate */
  display: flex;
  flex-direction: column;
}
.header-main-row, .header-sub-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px; /* Approximate for main row */
}
.header-sub-row {
  height: 58px; /* Approximate for sub row */
}
.header-logo img {
  width: 129px; /* From 12:690 */
  height: 38px;
}
.header-nav-main ul, .header-nav-sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px; /* Approximate */
}
.header-nav-main a, .header-nav-sub a {
  text-decoration: none;
  color: #ffffff; /* style_126, style_130 */
  font-family: 'Poppins', sans-serif;
  font-size: 12px; /* style_126 */
  display: flex;
  align-items: center;
}
.header-nav-sub a {
  font-family: 'Inter', sans-serif;
  font-size: 14px; /* style_134, style_136, style_137 */
  font-weight: 700;
  color: #f8fafc;
}
.dropdown-arrow {
  width: 24px; /* From SVG nodes */
  height: 24px;
  margin-left: 4px;
}
.btn-demo-request {
  background-color: #faba00; /* style_138 */
  color: #f8fafc; /* style_139 */
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px; /* Approximate */
  border-radius: 24px; /* style_138 */
  text-decoration: none;
}

@media (max-width: 768px) {
  .header-nav-main, .header-nav-sub {
    display: none; /* Simple hide for mobile, would need a burger menu */
  }
  .header-main-row {
    justify-content: center; /* Center logo if nav is hidden */
  }
   .header-sub-row {
    justify-content: center;
  }
}

/* CSS for section section:hero-slider */
.hero-slider-section {
  position: relative;
  height: 460px; /* From 12:569 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f8fafc; /* style_7 for title */
  overflow: hidden; /* To contain absolutely positioned arrows if they go slightly out */
}
.hero-slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, #000000 0%, #1e3985 108.12%, #1e2d4d 184.66%); /* style_5 */
}
.hero-slider-bg-image {
  position: absolute;
  top: 110px; /* y(-3314) - y(-3424) */
  left: 50%;
  transform: translateX(-50%);
  width: 1024px; /* From 12:570 */
  height: 350px; /* From 12:570 */
  object-fit: cover; /* Or contain, depending on desired effect */
}
.hero-slider-content {
  position: relative;
  z-index: 1;
}
.hero-slider-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 43px; /* style_7 */
  line-height: 1.2;
  margin-bottom: 15px;
}
.hero-slider-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px; /* style_8 */
  color: #ffffff;
  max-width: 654px; /* From 12:572 */
  margin: 0 auto 25px auto;
  line-height: 1.5;
}
.btn-discover {
  background-color: #ffffff; /* style_3 */
  color: #074276; /* style_4 */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 13px 20px; /* (42h-16text)/2, (168w-131text)/2 */
  border-radius: 8px; /* style_3 */
  text-decoration: none;
  display: inline-block;
}

.hero-slider-controls {
  position: absolute;
  bottom: 20px; /* Approximate, based on y of dots */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  bottom: 130px; /* (y(-2989) for dots - y(-3177) for arrows) / 2 + some offset */
  transform: translateY(50%);
}
.slider-arrow-left {
  left: calc(50% - 1024px/2 + 10px); /* (443 - 437 for container start) */
}
.slider-arrow-right {
  right: calc(50% - 1024px/2 + 10px); /* (1461 container end - 1414) */
}
.arrow-icon-wrapper {
  position: relative;
  width: 41px;
  height: 41px;
}
.arrow-icon-wrapper .arrow-bg, .arrow-icon-wrapper .arrow-fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow-icon-wrapper .arrow-fg { /* For 12:576 and 12:580 */
  transform: rotate(-90deg);
}
.slider-arrow-left .arrow-icon-wrapper { /* For 12:578 */
   transform: rotate(180deg);
}

.slider-dots {
  display: flex;
  gap: 8px; /* (965-949-8)/2 */
  margin: 0 80px; /* To make space for arrows */
}
.slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5); /* Default for SVG dots */
}
.slider-dots .dot img {
    width: 100%;
    height: 100%;
}
.slider-dots .active-dot-bg img { /* For 12:587 */
  width: 17px;
  height: 8px;
  border-radius: 4px; /* style_16 */
}
/* Placeholder for 12:587 active dot background */
.active-dot-bg {
  background-color: #ffffff !important; /* style_16 */
  width: 17px !important;
  border-radius: 4px !important;
}


@media (max-width: 768px) {
  .hero-slider-section {
    height: auto;
    padding: 60px 0;
  }
  .hero-slider-content h1 {
    font-size: 32px;
  }
  .hero-slider-content p {
    font-size: 14px;
  }
  .slider-arrow {
    bottom: 10px; /* Adjust for smaller screens */
  }
  .slider-arrow-left { left: 10px; }
  .slider-arrow-right { right: 10px; }
  .hero-slider-controls {
      position: relative;
      bottom: auto;
      margin-top: 30px;
      transform: none;
      left: auto;
      justify-content: center;
  }
}

/* CSS for section section:platform-introduction */
.platform-intro-section {
  padding: 60px 0;
  background-color: #ffffff; /* Assuming default, or specify if different */
}
.platform-intro-container {
  display: flex;
  align-items: center;
  gap: 40px; /* Approximate */
}
.platform-intro-text {
  flex: 1; /* Takes up available space */
  max-width: 495px; /* From 12:595 width */
}
.platform-intro-text h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 35px; /* style_30 */
  line-height: 1.2;
  color: #000000; /* style_30 */
  margin-bottom: 20px; /* (2814-2911-84) */
}
.platform-intro-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px; /* style_31 */
  line-height: 25px; /* style_31 */
  color: #545454; /* style_31 */
  text-align: justify; /* style_31 */
  margin-bottom: 30px; /* (2697-2814-100) */
}
.platform-intro-buttons {
  display: flex;
  gap: 17px; /* 647-470-165 */
}
.btn-explore {
  background-color: #074276; /* style_34 */
  color: #ffffff; /* style_35 */
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px; /* (50h-25text)/2 */
  border-radius: 6px; /* style_34 */
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-explore img {
  width: 21px; height: 21px;
}
.btn-watch-demo {
  border: 1px solid #074276; /* style_37 */
  color: #074276; /* style_38 */
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 6px; /* style_37 */
  text-decoration: none;
}
.platform-intro-image {
  flex-shrink: 0; /* Prevents image from shrinking */
  width: 423px; /* From 12:599 */
}
.platform-intro-image img {
  border-radius: 12px; /* style_33 */
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.39); /* style_33 */
}

@media (max-width: 900px) { /* Adjust breakpoint as needed */
  .platform-intro-container {
    flex-direction: column;
    text-align: center;
  }
  .platform-intro-text {
    max-width: 100%;
  }
  .platform-intro-buttons {
    justify-content: center;
  }
  .platform-intro-image {
    width: 80%;
    margin-top: 30px;
  }
}

/* CSS for section section:why-meshworks */
.why-meshworks-section {
  background-color: #f8fafc; /* style_29 */
  padding: 60px 0;
}
.why-meshworks-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px; /* style_39 */
  color: #000000; /* style_39 */
  text-align: center;
  margin-bottom: 10px; /* (2537-2492-41) */
}
.why-meshworks-container .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px; /* style_32 */
  color: #545454; /* style_32 */
  text-align: center;
  max-width: 495px; /* From 12:597 */
  margin: 0 auto 40px auto; /* (2397-2492-50) */
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); /* 3 columns based on visual, 265px width from 12:604 */
  gap: 20px; /* Approximate */
}
.feature-card {
  background-color: #ffffff; /* style_40 */
  border-radius: 6px; /* style_40 */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); /* style_40 */
  padding: 20px;
  text-align: left; /* Default, but text in figma is justified */
}
.feature-icon {
  width: 45px; /* Approximate from 12:620, 12:606 etc. */
  height: auto;
  margin-bottom: 15px;
    background-color: #eff6ff;
    border-radius: 6px;
    padding: 5px;
}
.feature-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px; /* From textStyle_47 */
  color: #000000;
  margin-bottom: 8px;
}
.feature-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px; /* Approximated from 9-10px in figma text segments */
  line-height: 1.5;
  color: #455469; /* Approximated from textStyle_48 color */
  text-align: justify;
}

/* CSS for section section:key-modules-tabs */
.key-modules-section {
  padding: 60px 0;
  background-color: #ffffff; /* Default */
}
.key-modules-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px; /* style_39 */
  color: #000000;
  text-align: center;
  margin-bottom: 10px; /* (1982-1937-41) */
}
.key-modules-container .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px; /* style_32 */
  color: #545454;
  text-align: center;
  max-width: 417px; /* From 12:598 */
  margin: 0 auto 40px auto; /* (1879-1937-50) */
}
.module-tabs {
  display: flex;
  justify-content: center;
  gap: 20px; /* Approximate */
  margin-bottom: 40px; /* (1774-1879-80) */
  flex-wrap: wrap;
}
.tab-button {
  background-color: #ffffff; /* style_59 */
  border: none; /* Assuming, or 1px light gray */
  border-radius: 10px; /* style_59 */
  padding: 15px 20px; /* Approximate based on 80px height */
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px; /* style_61 */
  color: #374151; /* style_61 */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.05);
}
.tab-button img {
  width: 20px; /* From icon rects */
  height: 20px;
  padding: 8px; /* To mimic the 36x36 box style_60 */
  background-color: #eff6ff; /* style_60 */
  border-radius: 10px; /* style_60 */
}
.tab-button.active {
  background-color: #074276; /* Example active state */
  color: #ffffff;
}

.module-content-area {
  background-color: #ffffff; /* style_77 */
  border-radius: 25px; /* style_77 */
  box-shadow: 0px 14px 18px -2px rgba(0, 0, 0, 0.17); /* style_77 */
  padding: 30px;
}
.module-content {
  display: none; /* Hidden by default */
  align-items: center;
  gap: 30px;
}
.module-content.active {
  display: flex;
}
.module-text {
  flex: 1;
  max-width: 441px; /* From I12:644;910:382 */
}
.module-text h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26px; /* style_79 */
  color: #000000;
  margin-bottom: 15px;
}
.module-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px; /* style_80 */
  line-height: 26px; /* style_80 */
  color: #000000;
  text-align: justify;
  margin-bottom: 20px;
}
.module-text ul {
  list-style: disc; /* Or custom if provided */
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px; /* style_81 */
  line-height: 37px; /* style_81 */
  color: #000000;
}
.learn-more-link {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px; /* style_82 */
  color: #074276; /* style_82 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.learn-more-link img {
  width: 18px; height: auto; /* From I12:644;910:412;910:404 */
}
.module-image {
  flex-shrink: 0;
  width: 570px; /* From I12:644;910:381 */
}
.module-image img {
  border-radius: 10px; /* style_78 */
}

@media (max-width: 900px) {
  .module-tabs {
    justify-content: flex-start; /* Allow scrolling if too many */
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .module-content.active {
    flex-direction: column;
  }
  .module-image {
    width: 100%;
    margin-top: 20px;
  }
}

/* CSS for section section:brochure */
.brochure-section {
  background: linear-gradient(135deg, #074276 0%, #06174b 141.42%); /* style_58 */
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
}
.brochure-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 33px; /* style_67 */
  margin-bottom: 15px; /* (1211-1163-40) */
}
.brochure-container .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px; /* style_68 */
  max-width: 678px; /* From 12:629 */
  margin: 0 auto 30px auto; /* (1120-1163-17) */
}
.brochure-form {
  display: flex;
  justify-content: center;
  gap: 12px; /* (1040-709-319) */
  margin-bottom: 20px; /* (1054-1120-52) */
  flex-wrap: wrap; /* For responsiveness */
}
.email-input {
  background-color: #0e528e; /* style_86 */
  border: 1px solid rgba(255, 255, 255, 0.5); /* style_86 */
  border-radius: 10px; /* style_86 */
  padding: 15px; /* Approximate for 52px height */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #b5ccff; /* style_87 for placeholder */
  width: 319px; /* From I12:647;914:489 */
  box-sizing: border-box;
}
.email-input::placeholder {
  color: #b5ccff; /* style_87 */
  font-weight: 500;
}
.btn-download {
  background-color: #ffffff; /* style_59 */
  color: #074276; /* style_84 */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px; /* style_84 */
  border: none;
  border-radius: 10px; /* style_59 */
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 230px; /* From I12:646;869:566 */
  box-sizing: border-box;
  justify-content: center;
}
.btn-download img {
  width: 19px; height: 19px; /* From I12:646;914:436 */
}
.privacy-note {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px; /* style_69 */
  color: #628db3; /* style_69 */
  max-width: 452px; /* From 12:630 */
  margin: 0 auto;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .brochure-form {
    flex-direction: column;
    align-items: center;
  }
  .email-input, .btn-download {
    width: 100%;
    max-width: 319px; /* Maintain max width of email input */
  }
}

/* CSS for section section:video-overviews */
.video-overviews-section {
  padding: 60px 0;
  background-color: #ffffff; /* Default */
}
.video-overviews-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px; /* style_39 */
  color: #000000;
  text-align: center;
  margin-bottom: 10px; /* (919-867-36) */
}
.video-overviews-container .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 17px; /* style_70 */
  color: #545454;
  text-align: center;
  max-width: 534px; /* From 12:633 */
  margin: 0 auto 40px auto; /* (815-867-21) */
}
.video-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 cards, 312px width from 12:590 */
  gap: 30px; /* (788-455-312) = 21, (1130-788-312)=30. Use 30px */
}
.video-card {
  background-color: #ffffff; /* style_19 */
  border-radius: 15px; /* style_19 */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* style_19 */
  overflow: hidden; /* For border-radius on thumbnail */
}
.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 180px; /* From I12:590;921:576 */
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 48px; /* From I12:590;923:471;921:543 */
  height: 48px;
  padding:0;
}
.play-button .play-icon-bg, .play-button .play-icon-fg {
  position: absolute;
  top:0; left:0;
  width: 100%; height: 100%;
}
.video-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px; /* style_72 */
  color: #000000;
  margin: 20px 20px 10px 20px;
}
.video-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px; /* style_73, style_74 */
  line-height: 23px; /* style_73, style_74 */
  color: #545454; /* style_73 */
  margin: 0 20px 15px 20px;
  min-height: 69px; /* Max height from 12:637 */
}
.watch-video-link {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px; /* style_75 */
  color: #3157aa; /* style_75 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 20px 20px 20px;
}
.play-arrow-polygon {
  width: 0;
  height: 0;
  border-top: 9px solid transparent; /* (18 height)/2 */
  border-bottom: 9px solid transparent;
  border-left: 10px solid #074276; /* (20 width)/2, style_76 border color */
}

/* CSS for section section:technical-docs */
.technical-docs-section {
  background-color: #f8fafc; /* style_29 from 12:594 */
  padding: 60px 0;
}
.technical-docs-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px; /* style_39 */
  color: #000000;
  text-align: center;
  margin-bottom: 10px; /* (362-309-36) */
}
.technical-docs-container .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px; /* style_71 */
  color: #545454;
  text-align: center;
  max-width: 625px; /* From 12:634 */
  margin: 0 auto 40px auto; /* (246-309-19) */
}
.resource-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* 3 columns */
  gap: 30px; /* Approximate */
}
.resource-column .column-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  /* font-size: 18px; */
}
.column-header img {
  width: 23px; /* From SVGs 12:653, 12:656 */
  height: 23px;
}
.column-header h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px; /* style_88 */
  color: #000000;
  margin: 0;
  margin-
}
.resource-card {
  background-color: #ffffff; /* style_92 */
  border: 1px solid #ededed; /* style_92 */
  border-radius: 10px; /* style_92 */
  padding: 15px;
  margin-bottom: 15px; /* (y(-15) - y(-210) - 180) */
}
.card-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.card-icon {
  width: 19px; /* From icon rects/svgs inside cards */
  height: 19px;
  padding: 10px; /* To make the 40x40 box */
  background-color: #eff6ff; /* style_93 */
  border-radius: 7px; /* style_93 */
}
.card-icon-title h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px; /* style_95 */
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.resource-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px; /* style_96 */
  line-height: 16px; /* style_96 */
  color: #000000;
  margin-bottom: 10px;
  min-height: 48px; /* 3 lines of 16px */
}
.view-resource-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px; /* style_97 */
  color: #074276; /* style_97 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.view-resource-link img {
  width: 12px; height: 12px; /* From external link SVGs */
}
.view-all-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px; /* style_121 */
  color: #074276; /* style_121 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px; /* (179 - (-15) - 180) */
}
.view-all-link img {
  width: 22px; height: auto; /* From arrow SVGs */
}

/* CSS for section section:final-cta */
.final-cta-section {
  position: relative;
  background: linear-gradient(315deg, #074276 0%, #1e3985 71.39%, #074276 141.42%); /* style_111 from 12:666 */
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  overflow: hidden; /* For deco icons */
  min-height: 357px; /* From 12:666 */
}
.final-cta-background {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  opacity: 0.5; /* style_112 */
}
.cta-bg-image {
  width:100%; height:100%; object-fit:cover;
}
.final-cta-container {
  position: relative;
  z-index: 1;
}
.final-cta-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 38px; /* style_113 */
  line-height: 1.2;
  margin-bottom: 15px; /* (409-302-91) */
}
.final-cta-container p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px; /* style_114 */
  color: #d7d3d3; /* style_114 */
  max-width: 464px; /* From 12:669 */
  margin: 0 auto 30px auto; /* (474-409-34) */
  line-height: 1.5;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px; /* Approximate */
  flex-wrap: wrap;
}
.btn-request-demo {
  background-color: #ffffff; /* style_3 from I12:670;655:96 */
  color: #2151cc; /* style_117 */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 17px; /* style_117 */
  padding: 15px 25px; /* Approximate for 52px height */
  border-radius: 8px; /* style_3 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-request-demo img {
  width: 26px; height: 26px; /* From I12:670;655:110 */
}
.btn-talk-expert {
  background-color: rgba(10, 29, 90, 0.79); /* style_118 */
  color: #ffffff; /* style_119 */
  border: 1px solid #ffffff; /* style_118 */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 17px; /* style_119 */
  padding: 15px 25px;
  border-radius: 8px; /* style_118 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-talk-expert img {
  width: 28px; height: 26px; /* From I12:671;697:527 */
}
.deco-icon-left { /* 12:664 */
  position: absolute;
  left: 10%; /* Approximate */
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 28px;
  opacity: 0.7;
}
.deco-icon-right { /* 12:665 */
  position: absolute;
  right: 10%; /* Approximate */
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .final-cta-container h2 {
    font-size: 28px;
  }
  .deco-icon-left, .deco-icon-right {
    display: none; /* Hide decorative icons on smaller screens */
  }
}

/* CSS for section section:footer-image */
.footer-image-section img {
  width: 100%; /* It's 1024px wide in a 1024px container */
  height: auto; /* Maintain aspect ratio, original height 576.56px */
}

/* CSS for section section:footer */
.site-footer-section {
  background-color: #000000; /* Common dark footer color, matching header */
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin: 0;
  font-size: 14px;
}


/* c2 */

body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#fff;color:#000}.container{max-width:1024px;margin:0 auto;padding:0 20px;box-sizing:border-box}.section-full-bleed{width:100%}.section-full-bleed .container{position:relative}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin-top:0}.text-center{text-align:center}.text-justify{text-align:justify}.hidden{display:none}
/*# sourceMappingURL=/s/files/1/0245/1138/1585/files/mstd-cs2.css.map */

 
 /* add */
 

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  border-radius: 6px;
}
.tab-button.active {
  background: #cbe9e9;
  color: white;
  font-weight: bold;
}

  .video-overviews-container1 {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
  }

  .video-cards-slider1 {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 10px;
  }

  .video-cards-slider1::-webkit-scrollbar1 {
    display: none;
  }

  .video-card1 {
   
    flex: 0 0 auto;
    background: #fff;
    border-radius: 2px;
    padding: 0px;
    text-align: center;
  }

  .arrow-button1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
  }

  .arrow-left1 {
    left: 10px;
  }

  .arrow-right1 {
    right: 10px;
  }

.btn-watch-demo.bghbgb {
  border: 1px solid #074276;
  color: #074276;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  background-color: white;
}
.btn.btn-explore.bghbgb {
 background-color: #074276;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

a.btn-watch-demo.bghbgb:hover {
  background-color: #dce9f7;
}
a.btn.btn-explore.bghbgb:hover {
  background-color: #1265a8;
}
.feature-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #d0d0d0;
}
.btn-download.vgbhg:hover {
  background-color: #dce9f7;
}
.btn-download.vgbhg {
  background-color: white;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 15px 12px;
  border: none;
  cursor: pointer;
}
.video-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #d0d0d0;
}


.resource-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #716767;
}


a.btn.btn-request-demo.aswed{
	margin-right:20px;
	background-color: #ffffff;
	color: #2151cc;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	}
	a.btn.btn-request-demo.aswed:hover{
	background-color: blue;
	color: white;
	}
	
	
.btn-request-demo .icon-hover {
  display: none;
}

.btn-request-demo:hover .icon-default {
  display: none;
}

.btn-request-demo:hover .icon-hover {
  display: inline;
}
	
	a.btn.btn-talk-expert.aswed:hover{
	box-shadow: 0px 1px 20px 5px rgb(255 255 255 / 99%);
	}
	
	a.btn.btn-talk-expert.aswed
	{
	   background-color: rgba(10, 29, 90, 0.79);
	   color: #ffffff;
	   border: 1px solid #ffffff;
	   font-family: 'Inter', sans-serif;
	   font-weight: 500;
	   font-size: 17px;
	   padding: 15px 25px;
	   border-radius: 8px;
	   text-decoration: none;
	   display: inline-flex;
	   align-items: center;
	   gap: 8px;
	   }

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  border-radius: 6px;
}
.tab-button.active {
  background: #cbe9e9;
  color: white;
  font-weight: bold;
}

.video-overviews-container1 {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  z-index: 1;
}

.video-cards-slider1 {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
}

.video-cards-slider1::-webkit-scrollbar {
  display: none;
}

.video-card1 {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 2px;
  padding: 0px;
  text-align: center;
}

.arrow-button2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; /* ensures it's on top */
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
}

.arrow-left2 {
  left: 0px;
}

.arrow-right2 {
  right: 0px;
}

button.arrow-button1.arrow-right1 {
    margin-right: 60px;
	    background-color: #faba00;
	    width: 45px;
    height: 45px;
}
button.arrow-button1.arrow-left1 {
    margin-left: 60px;
	    background-color: #faba00;
	    width: 45px;
    height: 45px;
}

.tab-button.active {
  border: 2px solid black !important;
}
button.arrow-button1.arrow-left1:hover{
background-color: blue;
}

button.arrow-button1.arrow-right1:hover{
background-color: blue;
}
#leftArrow:hover{
background-color: blue!important;
border:1px solid blue!important;
}

#rightArrow:hover{
background-color: blue!important;
border:1px solid blue!important;
}


  .module-card {
  
  flex: 0 0 auto;
  background: #fff;
  border-radius: 10px;
 /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
 margin-left:10px;
}

  /* CARD STYLING */
  .module-card 1{
    flex: 0 0 30%;
  
    scroll-snap-align: start;
    background: white;
    border: 0px solid #ddd;
   border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
  }

  .module-card:hover {
    transform: translateY(-5px);
  }

  /* HIDE SCROLLBAR BUT KEEP FUNCTIONAL */
  #modulesScroll {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 30px 10px 5px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
  }

  #modulesScroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* ARROW BUTTONS */
  .arrow-btn {
    position: absolute;
    top: 40%;
    z-index: 5;
    background-color: #007bff; /* Blue background */
    color: white;
    border: none;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }

  .arrow-btn:hover {
    background-color: #0056b3;
	border:1px solid #faba00!important;
  }

  #leftArrow { left: 60px; text-decoration: none; top: 350px; background-color: #faba00;width: 48px;height: 48px;}
  #rightArrow { right: 50px; text-decoration: none;top: 350px; background-color: #faba00;width: 48px;height: 48px;}

  /* RESPONSIVE CARD WIDTH */
  @media (max-width: 1024px) {
    .module-card {
      flex: 0 0 50%;
    }
  }

  @media (max-width: 600px) {
    .module-card {
      flex: 0 0 100%;
    }
  }

  .video-overviews-container {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
  }

  .video-cards-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 40px;
  }

  .video-cards-slider::-webkit-scrollbar {
    display: none;
  }

  .video-card {
    min-width: 200px;
	width:340px;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    
  }

  .arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }
  
    .slider {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slide.active {
      opacity: 1;
      z-index: 1;
    }

    .slide-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 2;
	  font-family: 'Inter', sans-serif;
    }

    .slide-content h1 {
      font-size: 40px;
      margin: 0 0 10px;
      font-weight: bold;
    }

    .slide-content p {
      font-size: 18px;
      margin: 0;
    }

    .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      color: white;
      background-color: rgba(0, 0, 0, 0.4);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      z-index: 3;
    }

    .slider-nav:hover {
      background-color: rgba(0, 0, 0, 0.7);
    }

    .slider-nav.left {
      left: 20px;
    }

    .slider-nav.right {
      right: 20px;
    }

    .slider-dots {
      position: absolute;
      bottom: 15px;
      left: 45%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 4;
    }

    .slider-dots span {
      display: block;
      width: 10px;
      height: 10px;
      background: white;
      border-radius: 50%;
      opacity: 0.5;
      cursor: pointer;
      transition: opacity 0.3s;
    }

    .slider-dots span.active {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .slide-content h1 {
        font-size: 24px;
      }
      .slide-content p {
        font-size: 14px;
      }
    }
  
.platform-intro-image1 {
  background-image: url('https://depusa.com/wp-content/uploads/2025/08/mb1-scaled.jpg');
  background-size: contain;  /* or cover */
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.39);
  height: 250px; /* adjust height as needed */
  
}
.subtitle{
font-family: 'Inter', sans-serif;
}
.feature-card{
font-family: 'Inter', sans-serif;
}
.module-tabs{
font-family: 'Inter', sans-serif;
}
.module-text{
font-family: 'Inter', sans-serif;
}
.video-card{
font-family: 'Inter', sans-serif;
}
.card-icon-title{
font-family: 'Inter', sans-serif;
}
.column-header{
font-family: 'Inter', sans-serif;
}
.resource-card{
font-family: 'Inter', sans-serif;
}
</style>
