@charset "UTF-8";
/* SCSS Compiled */
/* Gilroy – Regular (400) */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Gilroy – Medium (500) */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Gilroy – Semibold (600) */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("../fonts/gilroy-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Gilroy – Bold (700) */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Gilroy – ExtraBold (800) */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* padding */
/* only to be used on homepage modules */
/* updated via Joe, originally 80px */
/* updated via Joe, originally 112px */
/* updated via Joe, originally 160px */
/* border radius */
/* min: 12px, preferred: 14px, max: 14px */
/* min: 16px, preferred: 16px, max: 16px */
/* min: 18px, preferred: 20px, max: 20px */
/* min: 20px, preferred: 22px, max: 24px */
/* min: 22px, preferred: 24px, max: 24px */
/* min: 24px, preferred: 26px, max: 28px */
/* min: 28px, preferred: 30px, max: 32px */
/* min: 32px, preferred: 36px, max: 40px */
/* min: 40px, preferred: 42px, max: 48px */
/* min: 44px, preferred: 50px, max: 64px */
/* min: 44px, preferred: 54px, max: 64px */
/* min: 9px, preferred: 10px, max: 9px */
/* min: 10px, preferred: 10px, max: 10px */
/* min: 12px, preferred: 12px, max: 12px */
/* min: 14px, preferred: 14px, max: 14px */
/* min: 24px, preferred: 28px, max: 28px */
/* min: 30px, preferred: 30px, max: 30px */
/* min: 36px, preferred: 36px, max: 36px */
/* min: 44px, preferred: 44px, max: 44px */
/* min: 48px, preferred: 48px, max: 48px */
/* min: 56px, preferred: 56px, max: 56px */
/*width-desktop-medium*/
/*desktop-small*/
/*width-tablet Large*/
/*width-tablet*/
/*width-tablet*/
/*width-mobile-large*/
/*width-mobile*/
body > .wrapper {
  width: 100%;
}

.npg_row {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0.8rem;
  line-height: 1;
  font-family: "Gilroy", sans-serif;
  color: inherit;
  max-width: 100%;
  /*  1 rem = 20 px  (keep original max-sizes, pick sensible mobile mins)   */
}
.npg_row a {
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
}
.npg_row * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  max-width: 100%;
  color: inherit;
}
.npg_row h1, .npg_row h2, .npg_row h3, .npg_row h4, .npg_row h5, .npg_row h6 {
  font-family: "Gilroy", sans-serif;
}
.npg_row p, .npg_row .p {
  font-family: "Gilroy", sans-serif;
}
.npg_row strong {
  font-weight: 600;
}
.npg_row em {
  font-style: italic;
}
.npg_row a {
  font-family: inherit;
}
.npg_row li {
  font-family: inherit;
}
.npg_row mark {
  all: unset;
}
.npg_row button {
  all: unset;
}
.npg_row ul, .npg_row ol {
  list-style-type: disc; /* Default bullet style (circle, square, none) */
  margin: 2em 0; /* Adds space above and below the list */
  padding-left: 1.5em; /* Indents the bullets */
}
.npg_row ul li, .npg_row ol li {
  line-height: 1.5; /* Improves readability */
  font-size: inherit; /* Adjusts font size */
  color: var(--text_base); /* Text color */
}
.npg_row ul li::marker, .npg_row ol li::marker {
  color: var(--primary_color_1);
  font-size: 1.2em;
}
.npg_row ol {
  list-style-type: decimal; /* Default numbering (can be changed to lower-alpha, upper-roman, etc.) */
}
.npg_row h1, .npg_row .h1 {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  /* 44 px → 70 px */
  font-weight: 700;
  line-height: 1.1;
}
.npg_row h2, .npg_row .h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.1rem);
  /* 32 px → 42 px */
  font-weight: 700;
  line-height: 1.1;
}
.npg_row h3, .npg_row .h3 {
  font-size: clamp(1.2rem, 3.2vw, 1.65rem);
  /* 24 px → 33 px */
  font-weight: 700;
  line-height: 1.18;
}
.npg_row h4, .npg_row .h4 {
  font-size: clamp(1rem, 2.4vw, 1.1rem);
  /* 20 px → 22 px */
  font-weight: 700;
  line-height: 1.18;
}
.npg_row h5, .npg_row .h5 {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  /* 16 px → 18 px */
  font-weight: 700;
  line-height: 1.11;
  text-transform: uppercase;
}
.npg_row h6, .npg_row .h6 {
  font-size: clamp(0.65rem, 1.6vw, 0.7rem);
  /* 13 px → 14 px */
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
}
.npg_row p {
  font-size: 0.8rem; /* 16px */
  font-weight: 400;
  line-height: 1.625em; /* 26 / 16 */
}
.npg_row .p_lg {
  font-size: 1.1rem; /* 22px */
  font-weight: 400;
  line-height: 1.41em; /* 31 / 22 */
}
.npg_row .p_sm {
  font-size: 0.7rem; /* 14px */
  font-weight: 400;
  line-height: 1.57em; /* 22 / 14 */
}
.npg_row .pg_xsm {
  font-size: 0.6rem; /* 12px */
  font-weight: 400;
  line-height: 1.67em; /* 20 / 12 */
}
.npg_row .npg_header_search_button {
  all: unset;
  width: 20px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --bgicon: url(../images/icons/icon_search.svg);
}

header.npg_row {
  position: fixed;
}
header.npg_row a:hover {
  color: inherit;
}
header.npg_row .controls .cta_1, header.npg_row .controls .cta_1:hover {
  color: var(--main-core_navy_100, #191841);
}

.theme.theme_gradient {
  color: white;
  background: linear-gradient(266deg, #101097 8.37%, #191841 52.59%, #13132A 88.77%);
  --var_txt_clr: white;
  --var_txt_hdr: white;
  --var_txt_marker: #88E2D2;
  --var_btn_a_bg: red;
  --var_btn_a_txt: white;
  --var_btn_a_icn: yellow;
  --var_btn_b_bg: linear-gradient(92deg, var(--main-smart_orange_100, #EB5854) 25.31%, var(--main-electric_blue_100, #0708EE) 74.95%, var(--support-quantum_indigo_100, #5741DC) 99.77%);
  --var_btn_b_txt: white;
  --var_btn_b_icn: #88E2D2;
  --var_btn_b_icon_alt_: var(--var_btn_b_txt);
  --var_badge_a_bg: transparent;
  --var_badge_a_txt: white;
  --var_surface_bg_a: white;
  --var_surface_hdr_a: #191841;
  --var_surface_txt_a: #484B58;
  --var_surface_badge_txt_a: #0708EE;
  --var_surface_btn_bg_a: linear-gradient(270deg, #AE4FEC -0.27%, #5741DB 35.83%, #0708ED 100%);
  --featureBackground2: rgba(25, 24, 65, 0.40);
  --featureBackground: rgba(7, 8, 238, 0.20);
  --var_surface_banner_a: #191841;
  --var_feature_icon_color_a: #191841;
}
.theme.theme_gradient h1, .theme.theme_gradient h2, .theme.theme_gradient h3, .theme.theme_gradient h4, .theme.theme_gradient h5 {
  color: var(--var_txt_hdr);
}
.theme.theme_gradient h6 {
  color: var(var_txt_marker);
}
.theme.theme_gradient marker {
  color: var(--var_txt_marker);
}
.theme.theme_gradient.grad_a {
  background: -webkit-gradient(linear, right top, left top, color-stop(-31.1%, rgba(174, 79, 236, 0.95)), to(rgba(7, 8, 237, 0.95)));
  background: linear-gradient(270deg, rgba(174, 79, 236, 0.95) -31.1%, rgba(7, 8, 237, 0.95) 100%);
  backdrop-filter: blur(5px);
}
.theme.theme_gradient.grad_b {
  background: var(--freeform_gradient_1_100, radial-gradient(88.55% 36.89% at 31.73% 18.82%, var(--support-quantum_indigo_100, #5741DC) 0%, rgba(87, 65, 220, 0) 100%), radial-gradient(68.57% 49.75% at 75.75% 0%, var(--specialty-deep_magenta_100, #A1378B) 0%, rgba(161, 55, 139, 0) 100%), radial-gradient(80.04% 74.63% at 0% 100%, var(--support-fusion_gold_100, #F8A456) 0%, var(--main-smart_orange_100, #EB5854) 48.56%, var(--specialty-deep_magenta_100, #A1378B) 75%, rgba(161, 55, 139, 0) 100%), linear-gradient(290deg, #87E1D1 0%, #0708ED 50%, #5741DB 100%));
}
.theme.theme_gradient.grad_c {
  background: linear-gradient(311deg, #101097 -0.4%, #191841 59.53%, #13132A 108.56%);
}
.theme.theme_gradient.grad_d {
  background: linear-gradient(283deg, #AE4FEC 0.11%, #5741DB 36.03%, #0708ED 99.89%);
}
.theme.theme_gradient.grad_d:before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/art/bg_1.png");
}
.theme.theme_gradient.grad_e {
  background: linear-gradient(340deg, #13132A -16.08%, #0708ED 56.09%);
}
.theme.theme_gradient.grad_f {
  background: linear-gradient(93deg, #5741DB 44.96%, #AE4FEC 108.58%);
}
.theme.theme_gradient.grad_g {
  background: -webkit-gradient(linear, right top, left top, color-stop(-31.1%, rgba(174, 79, 236, 0.95)), to(rgba(7, 8, 237, 0.95)));
  background: linear-gradient(270deg, rgba(174, 79, 236, 0.95) -31.1%, rgba(7, 8, 237, 0.95) 100%);
}
.theme.theme_gradient.grad_g:before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/art/bg_1.png");
}
.theme.theme_gradient.grad_h {
  background: linear-gradient(99deg, #5741DB 0%, #AE4FEC 83.38%);
  backdrop-filter: blur(5px);
}
.theme.theme_gradient.grad_i {
  background: -webkit-gradient(linear, left bottom, left top, from(#101097), color-stop(55%, #191841), to(#13132A));
  background: linear-gradient(0deg, #101097 0%, #191841 55%, #13132A 100%);
}
.theme.theme_gradient.grad_j {
  background: linear-gradient(62deg, #AE4FEC 0%, #5741DB 16.78%, #0708ED 46.61%);
}
.theme.theme_gradient.grad_j:before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/art/bg_1.png");
}
.theme.theme_gradient.grad_solid_dark {
  background: rgba(19, 19, 42, 0.9);
}
.theme.theme_white {
  -webkit-transition: background-color 5s ease;
  transition: background-color 5s ease;
  color: #484B58;
  background: white;
  --var_txt_clr: #484B58;
  --var_txt_hdr: #191841;
  --var_txt_marker: #88E2D2;
  --var_btn_a_bg: red;
  --var_btn_a_txt: white;
  --var_btn_a_icn: yellow;
  --var_btn_b_bg: transparent;
  --var_btn_b_txt: #191841;
  --var_btn_b_icn: #88E2D2;
  --var_btn_b_icon_alt_: var(--var_btn_b_txt);
  --var_btn_c_bg: linear-gradient(92deg, var(--main-smart_orange_100, #EB5854) 25.31%, var(--main-electric_blue_100, #0708EE) 74.95%, var(--support-quantum_indigo_100, #5741DC) 99.77%);
  --var_btn_c_txt: white;
  --var_btn_c_icn: #88E2D2;
  --var_badge_a_bg: transparent;
  --var_badge_a_txt: #0708EE;
  --var_surface_bg_a: white;
  --var_surface_hdr_a: #191841;
  --var_surface_txt_a: #484B58;
  --var_surface_btn_bg_a: linear-gradient(270deg, #AE4FEC -0.27%, #5741DB 35.83%, #0708ED 100%);
  --featureBackground2: rgba(25, 24, 65, 0.40);
  --featureBackground: rgba(7, 8, 238, 0.03);
  --var_surface_banner_a: rgba(7, 8, 238, 0.03);
  /* ------- Modules ------- */
}
.theme.theme_white h1, .theme.theme_white h2, .theme.theme_white h3, .theme.theme_white h4, .theme.theme_white h5 {
  color: var(--var_txt_hdr);
}
.theme.theme_white h6 {
  color: var(var_txt_marker);
}
.theme.theme_white marker {
  color: var(--var_txt_marker);
}
.theme.theme_white.grad_a {
  background: var(--subtle_gradient_2_100, linear-gradient(0deg, #36D6AB 0%, #87E1D1 100%));
}
.theme.theme_white.grad_b {
  background: linear-gradient(332deg, #EA5854 -7.82%, #F7A356 98.12%);
}
.theme.theme_white.grad_x {
  background: radial-gradient(49.4% 60.74% at 92.98% 0%, var(--main-eightfold_teal_100, #88E2D2) 0%, rgba(136, 226, 210, 0) 100%), radial-gradient(712.35% 113.19% at 0% 100%, var(--main-smart_orange_100, #EB5854) 0%, var(--specialty-deep_magenta_100, #A1378B) 33%, var(--support-quantum_indigo_100, #5741DC) 100%), var(--support-quantum_indigo_100, #5741DC);
}
.theme.theme_white.grad_y {
  background: radial-gradient(42.66% 29.37% at 68.98% 0%, var(--main-eightfold_teal_100, #88E2D2) 0%, rgba(136, 226, 210, 0) 100%), radial-gradient(712.35% 113.19% at 0% 100%, var(--main-smart_orange_100, #EB5854) 0%, rgba(87, 65, 220, 0) 100%), radial-gradient(200.08% 81.61% at 33.66% 100%, var(--support-digital_magenta_100, #DC3FB6) 0%, var(--main-agentic_purple_100, #AF4FED) 55%, rgba(175, 79, 237, 0) 100%), var(--support-quantum_indigo_100, #5741DC);
}
.theme.theme_white.grad_z {
  background: radial-gradient(50% 26.98% at 65.81% 0%, var(--support-digital_magenta_100, #DC3FB6) 0%, rgba(220, 63, 182, 0) 100%), radial-gradient(129.53% 57.47% at 0% 100%, var(--support-fusion_gold_100, #F8A456) 0%, rgba(248, 164, 86, 0) 100%), radial-gradient(184.78% 57.01% at 42.99% 100%, var(--support-digital_magenta_100, #DC3FB6) 0%, rgba(220, 63, 182, 0) 100%), var(--main-electric_blue_100, #0708EE);
}
.theme.theme_white.deco_wave_a:before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/art/bg_2.jpg");
}
@media (max-width: 950px) {
  .theme.theme_white.deco_wave_a:before {
    background-size: contain;
  }
}
.theme.theme_white .npg_module_hero_a > .content > .item .sec_1 > .con .wrap .title marker {
  background: linear-gradient(279deg, #AE4FEC 0%, #5741DB 36%, #0708ED 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme.theme_white .carousel_a li img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.dev_mode .npg_row {
  margin-bottom: 10px;
}
.dev_mode .npg_row, .dev_mode .npg_container {
  padding: 5px;
  min-height: 10px;
  border: 1px solid red;
  z-index: 2;
}
.dev_mode [class^=box-] {
  padding: 5px;
  min-height: 20px;
  border: 1px solid black;
}
.dev_mode [class^=type-] {
  padding: 5px;
  min-height: 10px;
  background-color: green;
}

.npg_row {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.npg_row.fw {
  padding: 0;
}
.npg_row.fw > .npg_container {
  max-width: 100%;
}
.npg_row .npg_container {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: auto;
  z-index: 2;
}

/*---Modular Grid System --------*/
[class*=type-] .npg_container {
  display: -ms-grid;
  display: grid;
}

.npg_row [class*=box-] {
  width: 100%;
  container-type: inline-size;
  container-name: temp_res_check;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.type-100 .npg_container {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.type-50-50 .npg_container {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1000px) {
  .type-50-50 .npg_container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.type-50-50.fw .npg_container {
  max-width: 1140px;
  overflow: visible;
}
.type-50-50.fw div[class^=box-]:first-child div[class^=module-], .type-50-50.fw div[class^=box-]:first-child div[class*=module-], .type-50-50.fw div[class*=box-]:first-child div[class^=module-], .type-50-50.fw div[class*=box-]:first-child div[class*=module-] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
.type-50-50.fw div[class^=box-]:first-child div[class^=module-]:before, .type-50-50.fw div[class^=box-]:first-child div[class*=module-]:before, .type-50-50.fw div[class*=box-]:first-child div[class^=module-]:before, .type-50-50.fw div[class*=box-]:first-child div[class*=module-]:before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--backgroundColor);
}
.type-50-50.fw div[class^=box-]:last-child div[class^=module-], .type-50-50.fw div[class^=box-]:last-child div[class*=module-], .type-50-50.fw div[class*=box-]:last-child div[class^=module-], .type-50-50.fw div[class*=box-]:last-child div[class*=module-] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
}
.type-50-50.fw div[class^=box-]:last-child div[class^=module-]:before, .type-50-50.fw div[class^=box-]:last-child div[class*=module-]:before, .type-50-50.fw div[class*=box-]:last-child div[class^=module-]:before, .type-50-50.fw div[class*=box-]:last-child div[class*=module-]:before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--backgroundColor);
}

.type-33-33-33 .npg_container {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 775px) {
  .type-33-33-33 .npg_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.type-25-25-25-25 .npg_container {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1032px) {
  .type-25-25-25-25 .npg_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 436px) {
  .type-25-25-25-25 .npg_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.type-67-33 .npg_container {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1032px) {
  .type-67-33 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 436px) {
  .type-67-33 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.type-33-67 .npg_container {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1032px) {
  .type-33-67 .npg_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 436px) {
  .type-33-67 .npg_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*---WIP --------*/
.type-60-40.fw .npg_container, .type-40-60.fw .npg_container {
  max-width: 1140px;
  overflow: visible;
}
.type-60-40.fw div[class^=box-]:first-child div[class^=module-], .type-60-40.fw div[class^=box-]:first-child div[class*=module-], .type-60-40.fw div[class*=box-]:first-child div[class^=module-], .type-60-40.fw div[class*=box-]:first-child div[class*=module-], .type-40-60.fw div[class^=box-]:first-child div[class^=module-], .type-40-60.fw div[class^=box-]:first-child div[class*=module-], .type-40-60.fw div[class*=box-]:first-child div[class^=module-], .type-40-60.fw div[class*=box-]:first-child div[class*=module-] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
.type-60-40.fw div[class^=box-]:first-child div[class^=module-]:before, .type-60-40.fw div[class^=box-]:first-child div[class*=module-]:before, .type-60-40.fw div[class*=box-]:first-child div[class^=module-]:before, .type-60-40.fw div[class*=box-]:first-child div[class*=module-]:before, .type-40-60.fw div[class^=box-]:first-child div[class^=module-]:before, .type-40-60.fw div[class^=box-]:first-child div[class*=module-]:before, .type-40-60.fw div[class*=box-]:first-child div[class^=module-]:before, .type-40-60.fw div[class*=box-]:first-child div[class*=module-]:before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--backgroundColor);
}
.type-60-40.fw div[class^=box-]:last-child div[class^=module-], .type-60-40.fw div[class^=box-]:last-child div[class*=module-], .type-60-40.fw div[class*=box-]:last-child div[class^=module-], .type-60-40.fw div[class*=box-]:last-child div[class*=module-], .type-40-60.fw div[class^=box-]:last-child div[class^=module-], .type-40-60.fw div[class^=box-]:last-child div[class*=module-], .type-40-60.fw div[class*=box-]:last-child div[class^=module-], .type-40-60.fw div[class*=box-]:last-child div[class*=module-] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
}
.type-60-40.fw div[class^=box-]:last-child div[class^=module-]:before, .type-60-40.fw div[class^=box-]:last-child div[class*=module-]:before, .type-60-40.fw div[class*=box-]:last-child div[class^=module-]:before, .type-60-40.fw div[class*=box-]:last-child div[class*=module-]:before, .type-40-60.fw div[class^=box-]:last-child div[class^=module-]:before, .type-40-60.fw div[class^=box-]:last-child div[class*=module-]:before, .type-40-60.fw div[class*=box-]:last-child div[class^=module-]:before, .type-40-60.fw div[class*=box-]:last-child div[class*=module-]:before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--backgroundColor);
}

.part_icn_a {
  width: 45px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --bgicon: url(../images/icons/icon_search.svg);
}
.part_icn_a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.part_icn_a.i_md {
  width: 30px;
}
.part_icn_a.i_sml {
  width: 20px;
}

.part_icn_b {
  margin: auto;
  width: 67px;
}

.i_close {
  --bgicon: url(../images/icons/icon_close.svg);
}

.part_btn_a, .part_btn_c, .part_btn_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.216px;
  border-radius: 112.161px;
  background: var(--main-eightfold_teal_100, #88E2D2);
  text-wrap: nowrap;
  display: inline-block;
  color: var(--main-core_navy_100, #191841);
  font-size: 16px;
  font-weight: 700;
}
.part_btn_a.xl, .xl.part_btn_c, .xl.part_btn_b {
  padding: 14px 52px;
  font-size: 24px;
}
@media (max-width: 775px) {
  .part_btn_a.xl, .xl.part_btn_c, .xl.part_btn_b {
    padding: 9px 40px;
    font-size: 16px;
  }
}

.part_btn_b {
  background-color: transparent;
  color: var(--var_btn_b_txt);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  --bgicon: url(../images/icons/icon_search.svg);
}
.part_btn_b:after {
  padding-top: 5px;
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #88E2D2;
}

.part_btn_c {
  color: white;
  background: linear-gradient(92deg, var(--main-smart_orange_100, #EB5854) 25.31%, var(--main-electric_blue_100, #0708EE) 74.95%, var(--support-quantum_indigo_100, #5741DC) 99.77%);
}

.part_btn_drop {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --bgicon: url(../images/icons/icon_arrow_down.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.part_btn_drop:after {
  content: "";
  width: 45%;
  height: 45%;
  position: absolute;
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #88E2D2;
}

.part_video_bg_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.74;
}
.part_video_bg_a.gradient {
  opacity: 0.3;
}
.part_video_bg_a.gradient video {
  opacity: 0.8;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#191848), to(rgba(25, 24, 72, 0)));
  -webkit-mask-image: linear-gradient(180deg, #191848 0%, rgba(25, 24, 72, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#191848), to(rgba(25, 24, 72, 0)));
          mask-image: linear-gradient(180deg, #191848 0%, rgba(25, 24, 72, 0) 100%);
}
.part_video_bg_a.gradient::after {
  display: none;
}
.part_video_bg_a video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part_video_bg_a:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: linear-gradient(317deg, rgba(16, 16, 151, 0.74) -3.66%, rgba(25, 24, 65, 0.74) 51.28%, rgba(19, 19, 42, 0.74) 96.23%);
}

.part_image_bg_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.74;
}
.part_image_bg_a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part_image_bg_a:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.part_badge_a {
  color: var(--var_badge_a_txt);
  font-family: Gilroy;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
}

.part_badge_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--main-core_navy_100, #191841);
  text-align: center;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: var(--specialty-white_100, #FFF);
  display: inline-block;
}

.part_card_a {
  border-radius: 12px;
  background: var(--specialty-white_100, #FFF);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 31, 32, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(34, 31, 32, 0.1);
  padding: 32px 32px 48px 32px;
}
.part_card_a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.part_card_a .part_badge_a {
  color: var(--var_badge_a_txt) !important;
}
.part_card_a .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.part_card_a .thumb {
  width: 100px;
  height: auto;
}

.part_card_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.part_card_b .content {
  background-color: var(--featureBackground);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  gap: 1.6rem;
  border-radius: 12px;
  padding: 80px 32px 64px 32px;
  aspect-ratio: 1/1;
}
.part_card_b .content .title {
  width: 100%;
  text-align: left;
}
.part_card_b figure {
  margin-bottom: -40px;
  width: 120px;
  height: 120px;
  z-index: 2;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--var_txt_marker);
  border-radius: 200px;
}
.part_card_b figure svg path {
  fill: var(--var_feature_icon_color_a);
}
.part_card_b .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.part_card_b .thumb {
  width: 100px;
  height: auto;
}

.part_icon_a {
  --bgicon: url("../images/icons/icon-arrow.svg");
  width: 24px;
  height: 24px;
  background-color: var(--var_txt_marker);
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.part_card_c {
  width: 100%;
}
.part_card_c .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  gap: 13px;
  margin-bottom: 17px;
}
.part_card_c .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 32px;
  background-color: var(--featureBackground);
}
.part_card_c .content strong {
  font-size: 1.1rem;
  color: var(--var_txt_marker);
}
.part_card_c .content .des {
  font-size: 0.8rem;
}
.part_card_c .content .des b {
  font-weight: 700;
}

.i_arrow {
  --bgicon: url(../images/icons/icon_arrow.svg);
}

.i_arrow_up {
  --bgicon: url(../images/icons/icon_arrow_up.svg);
}

.part_thumb_a {
  width: 100%;
  height: auto;
  aspect-ratio: 367/202;
}
.part_thumb_a img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.part_thumb_a.alt img {
  padding: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.part_thumb_c {
  width: 100%;
  height: auto;
  aspect-ratio: 570/459;
}
.part_thumb_c img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.part_thumb_c.alt img {
  padding: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.deco_jumping_wave {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.deco_jumping_wave .dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  margin-right: 12px;
  background: var(--var_txt_marker);
}
@-webkit-keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial;
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial;
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.block_cta_list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_intro_a {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.block_intro_a mark {
  color: var(--var_txt_marker);
}
.block_intro_a .des {
  max-width: 745px;
  margin: auto;
  text-wrap: pretty;
}
.block_intro_a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin: auto;
  max-width: 946px;
}

.block_list_3_a {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.block_list_3_a .list {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@container (max-width: 800px) {
  .block_list_3_a .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block_list_3_a .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_list_3_b {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.block_list_3_b .list {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_list_3_b .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 48px) / 3);
          flex: 0 1 calc((100% - 48px) / 3);
}
@container (max-width: 800px) {
  .block_list_3_b .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 24px) / 2);
            flex: 0 1 calc((100% - 24px) / 2);
  }
}
@container (max-width: 500px) {
  .block_list_3_b .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.block_list_4_a {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.block_list_4_a .list {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@container (max-width: 800px) {
  .block_list_4_a .list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@container (max-width: 500px) {
  .block_list_4_a .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block_list_4_a .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_list_2_a {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.block_list_2_a .list {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@container (max-width: 500px) {
  .block_list_2_a .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block_list_2_a .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_slide_card_a .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.block_slide_card_a .thumb {
  padding: 24px;
  background: radial-gradient(49.4% 60.74% at 92.98% 0%, var(--main-eightfold_teal_100, #88E2D2) 0%, rgba(136, 226, 210, 0) 100%), radial-gradient(712.35% 113.19% at 0% 100%, var(--main-smart_orange_100, #EB5854) 0%, var(--specialty-deep_magenta_100, #A1378B) 33%, var(--support-quantum_indigo_100, #5741DC) 100%), var(--support-quantum_indigo_100, #5741DC);
  border-radius: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 375px;
}
.block_slide_card_a .thumb img {
  aspect-ratio: 369/319;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  display: inherit;
}
.block_slide_card_a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 2rem;
  border-radius: 24px;
  background: var(--var_surface_bg_a);
}
.block_slide_card_a .info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.block_slide_card_a .info .part_badge_a {
  color: var(--var_surface_badge_txt_a);
}
.block_slide_card_a .info .title {
  color: var(--var_surface_hdr_a);
}
.block_slide_card_a .info .des {
  color: var(--var_surface_txt_a);
}
.block_slide_card_a .info .btn {
  background: var(--var_surface_btn_bg_a);
}
@container (max-width: 775px) {
  .block_slide_card_a {
    max-width: 450px;
    margin: auto;
  }
  .block_slide_card_a .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_slide_card_a .content .thumb {
    width: 100%;
    max-width: 100%;
  }
  .block_slide_card_a .content .thumb img {
    width: 100%;
  }
}

.block_card_c {
  width: 100%;
  -webkit-box-shadow: 9px 9px 12px 0px rgba(35, 31, 32, 0.15);
          box-shadow: 9px 9px 12px 0px rgba(35, 31, 32, 0.15);
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block_card_c .cta:after {
  background-color: var(--var_btn_b_txt);
}
.block_card_c .badge {
  position: absolute;
  left: 32px;
  top: 16px;
}
.block_card_c .title {
  font-size: 24px;
}
.block_card_c .con {
  width: 100%;
  height: auto;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block_card_c .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.block_card_d {
  width: 100%;
  height: auto;
  padding: 1.6rem;
  border-radius: 12px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "a a b" "a a c";
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 0.8rem;
  container-type: inline-size;
}
.block_card_d .part_badge_b {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}
.block_card_d .con {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  padding-top: 2.4rem;
}
.block_card_d .thumb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: b;
}
.block_card_d .cta {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: c;
}
.block_card_d .cta:after {
  background-color: var(--var_btn_b_txt);
}
.block_card_d .title {
  font-size: 24px;
}
@container (max-width: 850px) {
  .block_card_d {
        grid-template-areas: "b" "a" "c";
  }
}

.part_toggle_block .toggle-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1px 0fr;
  grid-template-rows: 1px 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
}
.part_toggle_block .toggle-block div:first-child {
  height: 1px !important;
}
.part_toggle_block input[type=checkbox] {
  display: none;
}
.part_toggle_block label {
  cursor: pointer;
}
.part_toggle_block .content {
  overflow: hidden;
}
.part_toggle_block input[type=checkbox]:checked ~ .badge ~ .toggle-block {
  -ms-grid-rows: 1px 1fr;
  grid-template-rows: 1px 1fr;
}

main [class^=module_] {
  width: 100%;
  overflow: visible;
}
main [class^=module_] .item,
main [class^=module_] .content {
  width: 100%;
  height: 100%;
}
main [class^=module_] .item {
  z-index: 2;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: visible !important;
  padding: 0 1.6rem;
  font-size: 16px;
  --hdr_ml: 1060px;
}
header > .npg_container {
  position: static !important;
  overflow: visible;
}
header > .npg_container > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  overflow: visible;
}
header > .npg_container > .content.has-logo-only {
  padding: 33px 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .part_logo_a {
  min-width: 100px;
}
header .part_logo_a img {
  width: 100%;
  height: auto;
}
header .part_logo_single {
  font-size: 0;
  line-height: 0;
  width: 180px;
  aspect-ratio: 90/25;
}
header .nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  overflow: visible;
}
header .nav > ul {
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: static;
  overflow: visible;
}
header .nav > ul > li {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  position: static;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  border-bottom: 3px solid transparent;
}
header .nav > ul > li .part_btn_drop {
  display: none;
  cursor: pointer;
}
header .nav > ul > li:hover {
  border-bottom: 3px solid #88E2D2;
}
header .nav > ul > li:hover > a {
  color: #88E2D2;
}
header .nav > ul > li:hover .npg_dropdown {
  display: block;
}
header .nav > ul > li > a {
  height: 100%;
  padding: 1.52rem 0.08rem;
}
header .nav > ul > li .npg_dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(34, 31, 32, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(34, 31, 32, 0.1);
  background-color: white;
  color: black;
  background-image: url("../images/art/bg.png");
  background-position: bottom right;
  background-size: cover;
}
header .nav > ul > li .npg_dropdown > .content {
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav > ul > li .npg_dropdown > .content .sec_1 {
  padding: 1.6rem;
  min-width: 350px;
}
header .nav > ul > li .npg_dropdown > .content .sec_1:before {
  width: 600%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background-color: #F8F8F8;
}
header .nav > ul > li .npg_dropdown > .content .sec_1 > ul {
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  position: static;
  overflow: visible;
}
header .nav > ul > li .npg_dropdown > .content .sec_1 > ul > li {
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #191841;
}
header .nav > ul > li .npg_dropdown > .content .sec_1 > ul > li a {
  width: 100%;
  padding: 15px 20px;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  display: inline-block;
}
header .nav > ul > li .npg_dropdown > .content .sec_1 > ul > li a:hover {
  color: #0708EE;
  border-radius: 8px;
  background: var(--specialty-white_100, #FFF);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 31, 32, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(34, 31, 32, 0.1);
}
header .nav > ul > li .npg_dropdown > .content .sec_2 {
  padding: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  width: 100%;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 50%;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info .title {
  color: #191841;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content .thumb {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .nav > ul > li .npg_dropdown > .content .sec_2 .content .thumb img {
  max-width: 100%;
  height: auto;
}
header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
header .controls .search {
  cursor: pointer;
}
header .controls .search:hover .part_icn_a:after {
  background-color: #88E2D2;
}
@media (max-width: 1066px) {
  header {
    padding: 0.8rem 0.8rem !important;
  }
  header > .npg_container > .content.has-logo-only {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .part_logo_a {
    z-index: 5;
    max-width: 140px;
  }
  header .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 100px 0.8rem 8rem 0.8rem;
    background: -webkit-gradient(linear, right top, left top, color-stop(-17.73%, rgba(174, 79, 236, 0.95)), color-stop(24.65%, rgba(87, 65, 219, 0.95)), to(rgba(7, 8, 237, 0.95)));
    background: linear-gradient(270deg, rgba(174, 79, 236, 0.95) -17.73%, rgba(87, 65, 219, 0.95) 24.65%, rgba(7, 8, 237, 0.95) 100%);
    padding-top: 100px;
  }
  header .nav.active {
    display: block;
  }
  header .nav > ul {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  header .nav > ul > li.item {
    padding: 0 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    position: relative;
  }
  header .nav > ul > li.item > a {
    padding: 0.8rem 0;
  }
  header .nav > ul > li.item .part_btn_drop {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav > ul > li.item .part_btn_drop.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .nav > ul > li.item .npg_dropdown {
    display: block;
    position: relative;
    display: none;
    left: 0;
    top: 0;
    background-image: unset;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header .nav > ul > li.item .npg_dropdown.active {
    display: block;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1:before {
    display: none;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 .list {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 .list li {
    color: white;
    padding: 0;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 .list li:hover {
    background: transparent;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 .list li a {
    font-weight: 300;
    padding: 0.8rem 0;
  }
  header .nav > ul > li.item .npg_dropdown .sec_1 .list li a:hover {
    background: transparent;
    color: white;
  }
  header .nav > ul > li.item .npg_dropdown .sec_2 {
    display: none;
  }
  header > .npg_container .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .controls .cta_1 {
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    padding: 15px 40px;
  }
  header .controls .cta_2 {
    padding: 9px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.216px;
    border-radius: 112.161px;
    background: var(--main-eightfold_teal_100, #88E2D2);
    text-wrap: nowrap;
    display: inline-block;
    color: var(--main-core_navy_100, #191841);
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    display: none;
  }
  header .controls .cta_2.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .part_mnu_btn {
    width: 25px;
    height: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 5;
    /* all three bars share these base styles */
    /* ─ Hover (or add .active for toggled state) ─ */
  }
  header .part_mnu_btn div {
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  }
  header .part_mnu_btn div:nth-of-type(1) {
    top: 0;
  }
  header .part_mnu_btn div:nth-of-type(2) {
    top: 9px;
  }
  header .part_mnu_btn div:nth-of-type(3) {
    top: 18px;
  }
  header .part_mnu_btn.active .bar_a {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  header .part_mnu_btn.active .bar_b {
    opacity: 0;
  }
  header .part_mnu_btn.active .bar_c {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

footer {
  width: 100%;
  height: auto;
}
footer .npg_container {
  container-type: inline-size;
}
footer .npg_container > .content {
  padding: 64px 32px;
}
footer .wrap_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  padding-bottom: 4rem;
}
footer .wrap_1 .sec_1 {
  width: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .wrap_1 .sec_1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
footer .wrap_1 .sec_2 {
  width: 40%;
  padding: 5px;
}
footer .wrap_1 .sec_2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
footer .wrap_1 .sec_2 .content .menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
footer .wrap_1 .sec_2 .content .menu .title {
  font-size: 0.8rem;
  color: #88E2D2;
}
footer .wrap_1 .sec_2 .content .menu ul {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  position: static;
  overflow: visible;
  gap: 0.56rem;
}
footer .wrap_1 .sec_2 .content .menu ul a {
  font-size: 0.7rem; /* 14px */
  font-weight: 400;
  line-height: 1.57em; /* 22 / 14 */
}
footer .wrap_1 .sec_2 .content .menu ul a:hover {
  color: #88E2D2;
}
@container (max-width: 850px) {
  footer .wrap_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  footer .wrap_1 .sec_1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  footer .wrap_1 .sec_2 {
    width: 100%;
  }
  footer .wrap_1 .sec_2 .content .menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
footer .wrap_2 {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
footer .wrap_2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
footer .wrap_2 .content .title {
  font-size: 0.8rem;
  line-height: 1rem;
}
footer .wrap_2 .content ul {
  text-decoration: unset;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@container (max-width: 850px) {
  footer .wrap_2 .content {
    gap: 0.8rem;
    padding-bottom: 3.2rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrap_3 {
  width: 100%;
  height: auto;
}
footer .wrap_3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrap_3 .content .title {
  font-weight: 400;
  font-size: 0.72rem;
}
@container (max-width: 850px) {
  footer .wrap_3 .content {
    gap: 0.8rem;
    padding-bottom: 3.2rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.module_search_a {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 101;
  position: fixed;
  background: -webkit-gradient(linear, right top, left top, color-stop(-18.85%, rgba(174, 79, 236, 0.99)), color-stop(23.94%, rgba(87, 65, 219, 0.9)), to(rgba(7, 8, 237, 0.9)));
  background: linear-gradient(270deg, rgba(174, 79, 236, 0.99) -18.85%, rgba(87, 65, 219, 0.9) 23.94%, rgba(7, 8, 237, 0.9) 100%);
  backdrop-filter: blur(9px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.module_search_a.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.module_search_a .npg_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem 1.6rem;
}
.module_search_a .close_btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  background: rgba(7, 8, 238, 0.1);
  padding: 24px;
  position: fixed;
  top: 0;
  right: 0;
}
.module_search_a .close_btn:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(7, 8, 238, 0.5);
}
.module_search_a .close_btn.part_icn_a:after {
  width: 24px;
  height: 24px;
}
.module_search_a form {
  width: 100%;
  max-width: 800px;
}
.module_search_a form label {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.module_search_a form .search_field_wrapper input {
  width: 100%;
  border-radius: 50px;
  padding: 0.8rem 2.4rem;
  text-decoration: unset;
  border: unset;
  border: 1px solid white;
  background: rgba(7, 8, 238, 0.2);
  color: white;
  font-size: 1.6rem;
}
.module_search_a form .search_field_wrapper input::-webkit-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}
.module_search_a form .search_field_wrapper input::-moz-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}
.module_search_a form .search_field_wrapper input:-ms-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}
.module_search_a form .search_field_wrapper input::-ms-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}
.module_search_a form .search_field_wrapper input::placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}
.module_search_a form .search_field_wrapper .clear_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  right: 35px;
  cursor: pointer;
}
.module_search_a form .search_field_wrapper .clear_btn:hover {
  -webkit-transform: translateY(-50%) scale(1.5) rotate(90deg);
          transform: translateY(-50%) scale(1.5) rotate(90deg);
}

.npg_module_hero_a {
  width: 100%;
  min-height: 650px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  container-type: inline-size;
  padding: 0 1.6rem;
}
.npg_module_hero_a > .content {
  width: 100%;
}
.npg_module_hero_a > .content > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.npg_module_hero_a > .content > .item .sec_1 {
  width: 65%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 8rem 0 4rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.npg_module_hero_a > .content > .item .sec_1 > .con {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
}
.npg_module_hero_a > .content > .item .sec_1 > .con .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.76rem;
}
.npg_module_hero_a > .content > .item .sec_1 > .con .wrap .hero_logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.npg_module_hero_a > .content > .item .sec_1 .des {
  max-width: 500px;
  width: 100%;
}
.npg_module_hero_a > .content > .item .sec_2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.npg_module_hero_a > .content > .item .sec_2 .con {
  width: 100%;
  height: auto;
}
.npg_module_hero_a > .content > .item .sec_2 .con .img_primary {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 2;
  display: inherit;
}
.npg_module_hero_a > .content > .item .sec_2 .con .img_secondary {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  display: inherit;
  bottom: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@container (max-width: 765px) {
  .npg_module_hero_a {
    min-height: auto;
  }
  .npg_module_hero_a > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_hero_a > .content > .item .sec_1 {
    width: 100%;
    padding: 6rem 0 1rem 0;
  }
  .npg_module_hero_a > .content > .item .sec_1 > .con {
    gap: 2rem;
  }
  .npg_module_hero_a > .content > .item .sec_1 > .con .wrap {
    gap: 1.5rem;
  }
  .npg_module_hero_a > .content > .item .sec_1 > .con .wrap .hero_logo {
    width: 200px;
  }
  .npg_module_hero_a > .content > .item .sec_1 .des {
    width: 100%;
    max-width: unset;
  }
  .npg_module_hero_a > .content > .item .sec_1 .cta_2 {
    display: none;
  }
  .npg_module_hero_a > .content > .item .sec_2 {
    margin: auto;
  }
  .npg_module_hero_a > .content > .item .sec_2 .con {
    max-width: 66%;
    margin: auto;
  }
}

.npg_module_video_a {
  width: 100%;
  height: auto;
  padding: 3.2rem 1.6rem;
}
.npg_module_video_a .content {
  width: 100%;
  height: auto;
}
.npg_module_video_a .content .item {
  width: 100%;
  height: auto;
}
.npg_module_video_a .content .item .video_wrap {
  width: 100%;
  height: auto;
  padding: 30px;
  display: block;
  border-radius: 12px;
  background: radial-gradient(49.4% 60.74% at 92.98% 0%, var(--main-eightfold_teal_100, #88E2D2) 0%, rgba(136, 226, 210, 0) 100%), radial-gradient(712.35% 113.19% at 0% 100%, var(--main-smart_orange_100, #EB5854) 0%, var(--specialty-deep_magenta_100, #A1378B) 33%, var(--support-quantum_indigo_100, #5741DC) 100%), var(--support-quantum_indigo_100, #5741DC);
}
.npg_module_video_a .content .item .video_wrap:before {
  position: absolute;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100%;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-5%);
          transform: translateY(-50%) translateX(-5%);
  z-index: 2;
  clip-path: polygon(100% 48%, 39% 0, 40% 100%);
}
.npg_module_video_a .content .item .video_wrap:after {
  position: absolute;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(136, 226, 210, 0.8);
  border-radius: 100%;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.npg_module_video_a .content .item .video_wrap .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 948/541;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inherit;
}
@media (max-width: 436px) {
  .npg_module_video_a .content .item .video_wrap {
    padding: 24px;
  }
  .npg_module_video_a .content .item .video_wrap:before {
    width: 24px;
  }
  .npg_module_video_a .content .item .video_wrap:after {
    width: 64px;
  }
}

.npg_module_client_list_a {
  width: 100%;
  height: auto;
}
.npg_module_client_list_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem 100px 1.6rem;
}
.npg_module_client_list_a > .content .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.npg_module_client_list_a .carousel_a {
  width: 100%;
  height: auto;
  overflow: visible;
}
.npg_module_client_list_a .carousel_a .list {
  width: 100%;
  height: auto;
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  overflow: visible;
  gap: 0.8rem;
}
.npg_module_client_list_a .carousel_a .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_client_list_a .carousel_a .list .item:hover img {
  -webkit-filter: invert(14%) sepia(97%) saturate(629%) hue-rotate(106deg) brightness(100%) contrast(54%);
          filter: invert(14%) sepia(97%) saturate(629%) hue-rotate(106deg) brightness(100%) contrast(54%);
}
.npg_module_client_list_a .carousel_a .list .item img {
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%) brightness(100%);
          filter: grayscale(100%) brightness(100%);
}
.npg_module_client_list_a .rating_list_a {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.npg_module_client_list_a .rating_list_a .item {
  max-width: 300px;
}
@media (max-width: 775px) {
  .npg_module_client_list_a .carousel_a .list {
    gap: 0;
  }
  .npg_module_client_list_a .carousel_a .list .item img {
    width: auto;
    max-width: 100px;
    height: 100%;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.npg_module_card_list_a {
  width: 100%;
  height: auto;
}
.npg_module_card_list_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_card_list_a > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}

.npg_module_carousel_a {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.npg_module_carousel_a > .content {
  padding: 100px 0;
}
.npg_module_carousel_a > .content > .item {
  width: 100%;
  margin: auto;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-image: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_carousel_a .carousel_b_prev, .npg_module_carousel_a .module_carousel_b .slide_wrap .carousel_b_next, .module_carousel_b .slide_wrap .npg_module_carousel_a .carousel_b_next, .npg_module_carousel_a .carousel_b_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  background: #88E2D2;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(34, 31, 32, 0.1);
          box-shadow: 0px 4px 15px 0px rgba(34, 31, 32, 0.1);
  --bgicon: url(../images/icons/icon_carat.svg);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-25%);
          transform: translateY(-50%) translateX(-25%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.npg_module_carousel_a .carousel_b_prev:after, .npg_module_carousel_a .module_carousel_b .slide_wrap .carousel_b_next:after, .module_carousel_b .slide_wrap .npg_module_carousel_a .carousel_b_next:after, .npg_module_carousel_a .carousel_b_next:after {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #191841;
}
.npg_module_carousel_a .carousel_b_prev:hover, .npg_module_carousel_a .carousel_b_next:hover {
  -webkit-transform: translateY(-50%) translateX(-25%) scale(0.9);
          transform: translateY(-50%) translateX(-25%) scale(0.9);
}
.npg_module_carousel_a .carousel_b_next {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(25%) rotate(-180deg);
          transform: translateY(-50%) translateX(25%) rotate(-180deg);
}
.npg_module_carousel_a .carousel_b_next:hover {
  -webkit-transform: translateY(-50%) translateX(25%) rotate(-180deg) scale(0.9);
          transform: translateY(-50%) translateX(25%) rotate(-180deg) scale(0.9);
}
.npg_module_carousel_a .carousel_b {
  text-decoration: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 100%;
  max-width: 100%;
}
.npg_module_carousel_a .carousel_b .item {
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  max-width: 946px;
  padding: 0 1.6rem;
}
.npg_module_carousel_a .carousel_b .item:not(.swiper-slide-active) {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(18px);
          filter: blur(18px);
}
@container (max-width: 775px) {
  .npg_module_carousel_a .carousel_b_prev, .npg_module_carousel_a .module_carousel_b .slide_wrap .carousel_b_next, .module_carousel_b .slide_wrap .npg_module_carousel_a .carousel_b_next, .npg_module_carousel_a .carousel_b_next {
    top: 25%;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_a .carousel_b_prev:hover, .npg_module_carousel_a .carousel_b_next:hover {
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_a .carousel_b_next {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
  .npg_module_carousel_a .carousel_b_next:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
}

.npg_module_cta_a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
  container-type: inline-size;
}
.npg_module_cta_a > .content {
  width: 100%;
}
.npg_module_cta_a > .content > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.npg_module_cta_a > .content > .item .margin-bottom-40 {
  margin-bottom: 40px;
}
.npg_module_cta_a > .content > .item .margin-top-40 {
  margin-top: 40px;
}
.npg_module_cta_a > .content > .item .sec_1 {
  width: 65%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 4rem 0 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.npg_module_cta_a > .content > .item .sec_1.padding-large {
  padding: 6rem 0 6rem 0;
}
.npg_module_cta_a > .content > .item .sec_1.gap-24 {
  gap: 24px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_cta_a > .content > .item .sec_1.gap-24 .con {
  gap: 24px;
}
.npg_module_cta_a > .content > .item .sec_1 .con {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-wrap: balance;
  gap: 0.8rem;
}
.npg_module_cta_a > .content > .item .sec_1 .con .des {
  max-width: 400px;
  width: 100%;
}
.npg_module_cta_a > .content > .item .sec_1 ul {
  margin: 0;
}
.npg_module_cta_a > .content > .item .sec_1 ul li {
  margin-bottom: 8px;
}
.npg_module_cta_a > .content > .item .sec_1 ul li::marker {
  font-size: 0.7em;
}
.npg_module_cta_a > .content > .item .sec_1 ul p {
  font-weight: 400;
}
.npg_module_cta_a > .content > .item .sec_1 .w-450 {
  width: min(450px, 100%);
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.npg_module_cta_a > .content > .item .sec_2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.npg_module_cta_a > .content > .item .sec_2 .con {
  width: 100%;
  height: auto;
}
.npg_module_cta_a > .content > .item .sec_2 .con .img_primary {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 2;
  display: inherit;
}
.npg_module_cta_a > .content > .item .sec_2 .con .img_secondary {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  display: inherit;
  bottom: 0;
  left: 10%;
  width: 120%;
  height: 100%;
  max-width: unset;
  z-index: 1;
}
.npg_module_cta_a > .content > .item .sec_2 .con .img_secondary.alt {
  left: 40%;
}
.npg_module_cta_a > .content > .item .sec_2 .con .img_secondary.ghosted {
  opacity: 0.5;
}
@media (max-width: 775px) {
  .npg_module_cta_a > .content > .item .sec_1 .con .des {
    max-width: 100%;
  }
  .npg_module_cta_a > .content > .item .sec_1.padding-large {
    padding: 80px 0;
  }
  .npg_module_cta_a .title br {
    display: none;
  }
}
@container (max-width: 765px) {
  .npg_module_cta_a > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_cta_a > .content > .item .sec_1 {
    width: 100%;
    padding-bottom: 0;
  }
  .npg_module_cta_a > .content > .item .sec_1.padding-large {
    padding: 4rem 0 4rem 0;
  }
  .npg_module_cta_a > .content > .item .sec_1 .des {
    width: 100%;
    max-width: unset;
  }
  .npg_module_cta_a > .content > .item .sec_1 br {
    display: none;
  }
  .npg_module_cta_a > .content > .item .sec_1 .cta_2 {
    display: none;
  }
  .npg_module_cta_a > .content > .item .sec_2 {
    margin: auto;
  }
  .npg_module_cta_a > .content > .item .sec_2 .con {
    max-width: 66%;
    margin: auto;
  }
}

.npg_module_masonry_a {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.npg_module_masonry_a .content {
  width: 100%;
  height: auto;
}
.npg_module_masonry_a .content .item {
  width: 100%;
  height: auto;
}
.npg_module_masonry_a .content .grid {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 0.8rem 32.3% 0.8rem 33%;
  grid-template-columns: 33% 32.3% 33%;
  -ms-grid-rows: auto 0.8rem auto 0.8rem auto 0.8rem auto;
      grid-template-areas: "a d e" "c d e" "c f f" "x o o";
  gap: 0.8rem;
  padding: 4rem 1.6rem;
}
.npg_module_masonry_a .content .grid .cta_wrap {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
@container (max-width: 700px) {
  .npg_module_masonry_a .content .grid .cta_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.npg_module_masonry_a .content .grid .obj_title {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: a;
  display: block;
  text-wrap: balance;
}
@container (max-width: 765px) {
  .npg_module_masonry_a .content .grid .obj_title {
    text-align: center;
  }
}
.npg_module_masonry_a .content .grid .obj_cta {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: b;
  display: block;
}
.npg_module_masonry_a .content .grid .obj_card_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: c;
  display: block;
}
.npg_module_masonry_a .content .grid .obj_card_2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: d;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.npg_module_masonry_a .content .grid .obj_card_3 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  width: 100%;
  grid-area: e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.4rem;
}
@container (max-width: 853px) {
  .npg_module_masonry_a .content .grid .obj_card_3 {
    padding: 0;
  }
}
.npg_module_masonry_a .content .grid .obj_card_4 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: f;
  display: block;
}
@container (max-width: 853px) {
  .npg_module_masonry_a .content .grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
        grid-template-areas: "a d" "c d" "e f";
  }
}
@container (max-width: 700px) {
  .npg_module_masonry_a .content .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "c" "c" "d" "e" "f" "a";
  }
}

.module_carousel_b {
  overflow: hidden;
  container-type: inline-size;
}
@container (max-width: 795px) {
  .module_carousel_b {
    height: auto;
  }
}
.module_carousel_b.is-pinning {
  height: auto !important; /* ← allows it to expand after pin ends */
}
@container (max-width: 795px) {
  .module_carousel_b > .content > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.module_carousel_b .intro {
  padding: 0 1.6rem 3.2rem;
  /*@container (max-width: 795px) {

      order: 2;

      background-color: transparent;

      .title {
          color: white;
      }

      .part_btn_b {
          color: white;
      }


  }*/
}
.module_carousel_b .intro .title {
  color: white;
}
.module_carousel_b .intro .part_btn_b {
  color: white;
}
.module_carousel_b .slide_wrap {
  width: 100%;
  height: auto;
  max-width: 1025px;
  margin: auto;
  padding: 3.2rem 1.6rem;
  /*@container (max-width: 795px) {

      order: 1;

  }*/
}
.module_carousel_b .slide_wrap .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.module_carousel_b .slide_wrap .controls .dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: white;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
}
.module_carousel_b .slide_wrap .controls .dot.active {
  height: 40px;
  background-color: #88E2D2;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
}
@container (max-width: 795px) {
  .module_carousel_b .slide_wrap .controls {
    display: none;
  }
}
.module_carousel_b .slide_wrap .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.module_carousel_b .slide_wrap .carousel_b_prev, .module_carousel_b .slide_wrap .carousel_b_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  background: #88E2D2;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(34, 31, 32, 0.1);
          box-shadow: 0px 4px 15px 0px rgba(34, 31, 32, 0.1);
  --bgicon: url(../images/icons/icon_carat.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 5;
}
.module_carousel_b .slide_wrap .carousel_b_prev:after, .module_carousel_b .slide_wrap .carousel_b_next:after {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #191841;
}
.module_carousel_b .slide_wrap .carousel_b_next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module_carousel_b .slide_wrap .slideshow {
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  position: relative;
  overflow: visible;
}
.module_carousel_b .slide_wrap .slideshow .item {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
@container (max-width: 795px) {
  .module_carousel_b .slide_wrap .slideshow .item {
    position: relative;
    opacity: 1;
  }
}
.module_carousel_b .slide_wrap .slideshow .item.active {
  position: relative;
  opacity: 1;
}
.module_carousel_b .slide_wrap .slideshow .item .slide {
  background-color: var(--var_surface_bg_a);
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info {
  padding: 2.4rem 2.4rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info .wrap .part_badge_a {
  color: #0708EE;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info .wrap .title {
  font-size: 1.2rem;
  text-wrap: pretty;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info .wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.module_carousel_b .slide_wrap .slideshow .item .slide .info .cta {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.27%, #AE4FEC), color-stop(35.83%, #5741DB), to(#0708ED));
  background: linear-gradient(270deg, #AE4FEC -0.27%, #5741DB 35.83%, #0708ED 100%);
}
.module_carousel_b .slide_wrap .slideshow .item .slide .thumb {
  width: 50%;
}
@container (max-width: 795px) {
  .module_carousel_b .slide_wrap .slideshow .item .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 550px;
    margin: auto;
    height: auto;
  }
  .module_carousel_b .slide_wrap .slideshow .item .slide .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .module_carousel_b .slide_wrap .slideshow .item .slide .info .wrap {
    padding-bottom: 1.6rem;
  }
  .module_carousel_b .slide_wrap .slideshow .item .slide .thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    width: 100%;
    background-color: yellow;
  }
}

.module_carousel_b[data-sticky=on] {
  height: auto !important;
}

.npg_module_product_messaging_a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
  container-type: inline-size;
}
.npg_module_product_messaging_a > .content {
  width: 100%;
}
.npg_module_product_messaging_a > .content > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.npg_module_product_messaging_a > .content > .item .sec_1 {
  width: 65%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 4rem 0 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.npg_module_product_messaging_a > .content > .item .sec_1 .con {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-wrap: balance;
  gap: 1rem;
}
.npg_module_product_messaging_a > .content > .item .sec_1 .con .title {
  margin-bottom: 1.25rem;
}
.npg_module_product_messaging_a > .content > .item .sec_1 .con .des {
  max-width: 550px;
  width: 100%;
}
.npg_module_product_messaging_a > .content > .item .sec_2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  position: absolute;
  left: 62%;
  width: 50%;
}
.npg_module_product_messaging_a > .content > .item .sec_2 .con {
  width: 100%;
  height: auto;
}
.npg_module_product_messaging_a > .content > .item .sec_2 .con .img_primary {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 2;
  display: inherit;
}
.npg_module_product_messaging_a > .content > .item .sec_2 .con .img_secondary {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  display: inherit;
  bottom: 0;
  left: 10%;
  width: 120%;
  height: 100%;
  max-width: unset;
  z-index: 1;
}
@container (max-width: 765px) {
  .npg_module_product_messaging_a > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_product_messaging_a > .content > .item .sec_1 {
    width: 100%;
    padding-bottom: 0;
  }
  .npg_module_product_messaging_a > .content > .item .sec_1 .des {
    width: 100%;
    max-width: unset !important;
  }
  .npg_module_product_messaging_a > .content > .item .sec_2 {
    margin: auto;
    position: relative;
    left: auto;
    width: auto;
  }
  .npg_module_product_messaging_a > .content > .item .sec_2 .con {
    max-width: 66%;
    margin: auto;
  }
}

.npg_module_stats_list_a {
  width: 100%;
  height: auto;
}
.npg_module_stats_list_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_stats_list_a > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.npg_module_stats_list_a > .content > .item .block_list_4_a .item {
  min-height: 270px;
  border-radius: 1rem;
  padding: 3rem 1.125rem;
  background-color: rgba(25, 24, 65, 0.15);
  overflow: hidden;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_stats_list_a > .content > .item .block_list_4_a .item .des {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_stats_list_a > .content > .item .block_list_4_a .item .des marker {
  width: 100%;
  height: auto;
  color: var(--var_txt_hdr);
  font-size: clamp(2.5rem, 4.5vw, 5.3125rem);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.npg_module_stats_list_a > .content > .item .block_list_4_a .item .des marker span.small {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-left: 6px;
}
@container (max-width: 800px) {
  .npg_module_stats_list_a > .content > .item .block_list_4_a .item {
    min-height: 240px;
  }
}
@container (max-width: 500px) {
  .npg_module_stats_list_a > .content > .item .block_list_4_a .item {
    min-height: unset;
    padding: 2rem;
  }
}

.npg_module_hero_b {
  padding-block: 240px 3rem;
  min-height: calc(100vh - 116px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.npg_module_hero_b mark {
  color: var(--var_txt_marker);
}
.npg_module_hero_b .txt-color svg path {
  fill: var(--var_txt_hdr);
}
.npg_module_hero_b .mark-color svg path {
  fill: var(--var_txt_marker);
}
.npg_module_hero_b .animate svg {
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  -webkit-animation: scaleFadeIn 2s ease-out forwards;
          animation: scaleFadeIn 2s ease-out forwards;
}
@-webkit-keyframes scaleFadeIn {
  from {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleFadeIn {
  from {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.npg_module_hero_b .svg-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.npg_module_hero_b .svg-logo svg:nth-child(1) {
  margin-right: 13px;
}
.npg_module_hero_b .svg-logo svg:nth-child(2) {
  margin-right: 9px;
}
.npg_module_hero_b .svg-logo svg:nth-child(3) {
  margin-right: 6px;
}
.npg_module_hero_b .item {
  gap: min(80px, 5vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1044px, 100%);
  margin: auto;
  text-align: center;
}
.npg_module_hero_b .p_xlg {
  font-size: clamp(1.5rem, 2.1vw, 1.7rem);
  line-height: 1.32;
}
.npg_module_hero_b .fade-in-first {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.npg_module_hero_b .fade-in-second {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 775px) {
  .npg_module_hero_b {
    min-height: 0;
    padding: 160px 24px 64px;
    padding-inline: 1.6rem;
  }
  .npg_module_hero_b .item {
    gap: min(48px, 5vh);
  }
  .npg_module_hero_b .svg-logo {
    margin-bottom: 0;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .npg_module_hero_b .svg-logo svg:nth-child(1) {
    margin-right: 4px;
  }
  .npg_module_hero_b .svg-logo svg:nth-child(2) {
    margin-right: 4px;
  }
  .npg_module_hero_b .svg-logo svg:nth-child(3) {
    margin-right: 4px;
  }
  .npg_module_hero_b .svg-logo svg {
    max-width: 100%;
    height: 48px;
  }
  .npg_module_hero_b .svg-logo .txt-color,
  .npg_module_hero_b .svg-logo .mark-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 48px;
  }
  .npg_module_hero_b .svg-logo .mark-color svg {
    height: 25px;
  }
  .npg_module_hero_b p.p_xlg {
    font-size: 22px;
    line-height: 1.41em;
  }
  .npg_module_hero_b .block_cta_list_a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.npg_module_text_image_a {
  width: 100%;
  height: auto;
}
.npg_module_text_image_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_text_image_a > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
.npg_module_text_image_a .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.npg_module_text_image_a .box_image {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.npg_module_text_image_a .box_image .thumb {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18px;
  display: block;
  margin: 0 auto;
}
@container (max-width: 800px) {
  .npg_module_text_image_a > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_text_image_a .box_image {
    aspect-ratio: 4/3;
  }
  .npg_module_text_image_a .box_image .thumb {
    aspect-ratio: 4/3;
  }
}
@container (max-width: 800px) {
  .npg_module_text_image_a > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_text_image_a .box_text .part_btn_a, .npg_module_text_image_a .box_text .part_btn_b, .npg_module_text_image_a .box_text .part_btn_c {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.npg_module_about_card_listing {
  width: 100%;
}
.npg_module_about_card_listing .content {
  padding-block: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.npg_module_about_card_listing .features {
  width: min(754px, 100%);
  margin: 0 auto;
}
.npg_module_about_card_listing .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 32px;
  gap: 24px;
  border-radius: 24px;
  font-weight: 700;
  background-color: var(--featureBackground);
}
.npg_module_about_card_listing .feature .feature-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
.npg_module_about_card_listing .feature .feature-title mark {
  color: var(--var_txt_marker);
  font-weight: 700;
}
.npg_module_about_card_listing .feature .big {
  font-size: min(5vw, 4.45rem);
  font-weight: 700;
  line-height: 1;
}
.npg_module_about_card_listing .feature .big mark {
  font-size: min(4vw, 3.4rem);
  color: var(--var_txt_marker);
  font-weight: 600;
}
.npg_module_about_card_listing .feature .big svg path {
  fill: var(--var_txt_marker);
}
@media (max-width: 775px) {
  .npg_module_about_card_listing > .content {
    padding-block: 0 48px;
  }
  .npg_module_about_card_listing .features {
    padding-inline: 24px;
  }
  .npg_module_about_card_listing .features .feature {
    min-height: 225px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .npg_module_about_card_listing .features .feature .big {
    line-height: 93px;
    font-size: 55px;
  }
  .npg_module_about_card_listing .features .feature .big mark {
    font-size: 35px;
  }
  .npg_module_about_card_listing .features .feature .feature-title {
    font-size: 16px;
  }
}
@media (max-width: 436px) {
  .npg_module_about_card_listing .features {
    padding-inline: 24px;
  }
}

.npg_module_logo_list_a .content {
  padding-block: 6rem;
}
@media (max-width: 775px) {
  .npg_module_logo_list_a .content {
    padding-block: 64px;
  }
}
.npg_module_logo_list_a li:hover img {
  -webkit-filter: drop-shadow(0px 1000999px 0 var(--var_txt_marker));
          filter: drop-shadow(0px 1000999px 0 var(--var_txt_marker));
  -webkit-transform: translateY(-1000999px);
          transform: translateY(-1000999px);
}

.npg_module_banner_a {
  width: 100%;
}
.npg_module_banner_a .item {
  width: min(1044px, 100%);
  margin: 0 auto;
  border-radius: 100px;
  padding: 24px;
  border: 1px solid var(--var_txt_clr);
  background: var(--var_surface_banner_a);
  text-align: center;
}
.npg_module_banner_a .item mark {
  color: var(--var_txt_marker);
  font-weight: 700;
}
.npg_module_banner_a .item p {
  font-size: 1.13rem;
}
@media (max-width: 775px) {
  .npg_module_banner_a {
    padding-inline: 24px;
  }
  .npg_module_banner_a .item p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.npg_module_card_list_b {
  width: 100%;
  height: auto;
}
.npg_module_card_list_b > .content {
  width: 100%;
  height: auto;
  padding: 62px 1.6rem;
  gap: 24px;
}
.npg_module_card_list_b > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 775px) {
  .npg_module_card_list_b > .content {
    padding: 32px 24px;
    gap: 30px;
  }
  .npg_module_card_list_b > .content .item {
    padding: 0;
  }
  .npg_module_card_list_b .part_card_b .content {
    aspect-ratio: unset;
  }
  .npg_module_card_list_b .part_card_b figure {
    width: 100px;
    height: 100px;
  }
}

.npg_module_card_list_с {
  width: 100%;
}
.npg_module_card_list_с > .content {
  width: 100%;
  height: auto;
  padding: 124px 1.6rem 62px;
  gap: 24px;
}
.npg_module_card_list_с > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.npg_module_card_list_с .decorative_block_with_title {
  border-radius: 48px;
  padding: 124px 80px 80px;
  border: 1px solid var(--var_txt_clr);
}
.npg_module_card_list_с .decorative_block_with_title .individuality_intro {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: -29px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_card_list_с .decorative_block_with_title .individuality_intro .sec_heading {
  display: inline-block;
  padding: 14px 60px;
  border-radius: 6px;
  margin-bottom: 8px;
  background-color: var(--var_txt_marker);
}
.npg_module_card_list_с .decorative_block_with_title .individuality_intro svg path {
  fill: var(--var_surface_hdr_a);
}
.npg_module_card_list_с .decorative_block_with_title .individuality_intro .des {
  line-height: 1.57;
}
.npg_module_card_list_с .decorative_block_with_title .block_list_2_a .list {
  gap: 48px;
}
@media (max-width: 1032px) {
  .npg_module_card_list_с .decorative_block_with_title {
    padding: 124px 48px 48px;
  }
}
@media (max-width: 775px) {
  .npg_module_card_list_с > .content {
    padding: 80px 24px 32px;
  }
  .npg_module_card_list_с .decorative_block_with_title .block_list_2_a .list {
    gap: 26px;
  }
  .npg_module_card_list_с .decorative_block_with_title {
    padding: 100px 24px 24px;
  }
}

.npg_module_blockquote {
  width: 100%;
}
.npg_module_blockquote .content {
  padding-block: 62px;
}
.npg_module_blockquote .deco_jumping_wave {
  margin-bottom: 60px;
}
.npg_module_blockquote blockquote {
  margin: 0;
  padding: 0;
  text-align: center;
}
.npg_module_blockquote blockquote p {
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 60px;
  font-size: clamp(2rem, 5.5vw, 2.65rem);
}
.npg_module_blockquote blockquote strong {
  color: var(--var_txt_marker);
}
.npg_module_blockquote blockquote footer {
  font-size: 0.9rem;
}
.npg_module_blockquote blockquote footer cite {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: var(--var_txt_marker);
}
.npg_module_blockquote blockquote footer b {
  font-weight: 700;
}
@media (max-width: 775px) {
  .npg_module_blockquote .content {
    padding-block: 32px;
  }
  .npg_module_blockquote blockquote {
    margin: 0;
    padding: 0 24px;
    text-align: center;
  }
  .npg_module_blockquote blockquote p {
    font-size: 33px;
  }
  .npg_module_blockquote .deco_jumping_wave {
    margin-bottom: 32px;
  }
  .npg_module_blockquote .deco_jumping_wave .dot {
    width: 16px;
    height: 16px;
  }
}

.npg_module_packages {
  width: 100%;
  padding-block: 64px 124px;
}
.npg_module_packages > .content {
  padding: 64px 94px;
  border-radius: 48px;
  background-color: var(--featureBackground2);
}
.npg_module_packages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.npg_module_packages .listing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.npg_module_packages .listing > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.npg_module_packages .listing label {
  display: none;
}
.npg_module_packages .listing .badge {
  border-radius: 158px;
  padding: 12px 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.18;
  font-size: 1.1rem;
  margin-bottom: 60px;
}
.npg_module_packages .listing .badge.c-1 {
  color: white;
  background-color: #0708EE;
}
.npg_module_packages .listing .badge.c-2 {
  color: #191841;
  background-color: #88E2D2;
}
.npg_module_packages .listing .badge.c-3 {
  color: white;
  background-color: #AF4FED;
}
.npg_module_packages .part_toggle_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.npg_module_packages .toggle-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.npg_module_packages .toggle-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.npg_module_packages .inner {
  background: #191841;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  border: 1px solid white;
}
.npg_module_packages .inner .subtitle {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 14px;
}
.npg_module_packages .inner ul {
  margin-bottom: 32px;
  margin-top: 0;
  padding-left: 0;
}
.npg_module_packages .inner ul li {
  list-style: none;
  font-size: 0.7rem;
  line-height: 1.57;
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 28px;
}
.npg_module_packages .inner ul.type-1 li:before {
  content: "";
  --bgicon: url("../images/icons/neo/icon_check.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--var_txt_marker);
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.npg_module_packages .inner ul.type-2 li:before {
  content: "";
  --bgicon: url("../images/icons/neo/icon_circle_arrow.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--var_txt_marker);
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.npg_module_packages .inner ul.type-3 li:before {
  content: "";
  --bgicon: url("../images/icons/neo/icon_plus.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--var_txt_marker);
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.npg_module_packages .inner ul.color-1 li:before {
  background-color: #0708EE;
}
.npg_module_packages .inner ul.color-2 li:before {
  background-color: var(--var_txt_marker);
}
.npg_module_packages .inner ul.color-3 li:before {
  background-color: #AF4FED;
}
.npg_module_packages .inner .inner-des {
  border-radius: 8px;
  color: white;
  font-weight: 600;
  line-height: 22px;
  font-size: 0.7rem;
  padding: 10px 16px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
}
.npg_module_packages .bottom-des {
  padding-inline: 24px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.npg_module_packages .bottom-des .part_icon_a {
  width: 40px;
  min-width: 40px;
  height: 42px;
}
.npg_module_packages .bottom-des .subtitle {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.npg_module_packages .bottom-des p {
  font-size: 0.7rem;
  line-height: 16px;
}
.npg_module_packages .tip-box {
  padding-top: 42px;
  text-align: center;
  font-size: 1.2rem;
}
.npg_module_packages .tip-box a {
  color: var(--var_txt_marker);
}
@media (max-width: 775px) {
  .npg_module_packages > .content {
    border-radius: 0;
    padding: 32px 24px;
  }
  .npg_module_packages > .content > .item {
    gap: 48px;
  }
  .npg_module_packages .tip-box {
    font-size: 24px;
    line-height: 28px;
  }
  .npg_module_packages .part_toggle_block {
    position: relative;
  }
  .npg_module_packages .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .npg_module_packages .listing label {
    display: block;
    height: 56px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    font-size: 0;
    line-height: 0;
  }
  .npg_module_packages .listing input[type=checkbox] ~ .badge ~ .toggle-block .inner {
    border: 1px solid white;
    border-radius: 0 0 24px 24px;
    margin-top: -4px;
  }
  .npg_module_packages .listing input[type=checkbox]:checked ~ .badge {
    width: 100%;
    left: 0;
    border-radius: 24px 24px 0 0;
    background: white;
    margin-bottom: 0;
    color: #0708EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .npg_module_packages .listing input[type=checkbox]:checked ~ .badge::after {
    content: "🞡";
    font-size: 22px;
    line-height: 1;
  }
  .npg_module_packages .listing .badge {
    margin-bottom: 0;
    height: 56px;
    padding: 12px 32px;
    z-index: 1;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 22px;
  }
  .npg_module_packages .listing .badge::after {
    content: "—";
    font-size: 22px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    background: rgba(25, 24, 65, 0.1);
    position: absolute;
    right: 14px;
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .npg_module_packages .toggle-block {
    display: -ms-grid;
    display: grid;
  }
  .npg_module_packages .toggle-block .inner {
    border: none;
  }
}

/* Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link styles */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
  top: 7px;
}
