@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;
  vertical-align: baseline;
}
.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, .npg_row .npg_module_quote blockquote p, .npg_module_quote blockquote .npg_row p {
  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_k {
  background: linear-gradient(102deg, #EB5854 0%, #B34479 8%, #3819CC 28%, #0708EE 36%, #0A09ED 37%, #4421ED 46%, #7235ED 54%, #9343ED 61%, #A74BED 67%, #AF4FED 71%, #AA5FEA 76%, #9F89E2 84%, #8DCDD5 96%, #88E2D2 100%);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}
.theme.theme_gradient.grad_k:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  content: "";
  mix-blend-mode: normal;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/art/wave_a.png");
}
.theme.theme_gradient.grad_k #gradient-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  /* Vibrant color stops */
  --gradient-color-1: #120873; /* magenta */
  --gradient-color-2: #ac90ff; /* gold */
  --gradient-color-3: #0708EE; /* electric blue */
  /* Optionally repeat to strengthen presence */
  --gradient-color-4: #00a6ff;
  --gradient-color-5: #F8A456;
  --gradient-color-6: #5807ee;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.theme.theme_gradient.grad-l {
  background: linear-gradient(110.56deg, #EB5854 0%, #0708EE 33%, #AF4FED 66%, #88E2D2 100%);
}
.theme.theme_gradient.grad-m {
  background: -webkit-gradient(linear, left bottom, left top, from(#A0378A), color-stop(54%, #EA5854), to(#F7A356));
  background: linear-gradient(0deg, #A0378A 0%, #EA5854 54%, #F7A356 100%);
}
.theme.theme_gradient.grad_solid_dark {
  background: rgba(19, 19, 42, 0.9);
}
.theme.theme_white, .theme.theme_light {
  -webkit-transition: background-color 5s ease;
  transition: background-color 5s ease;
  color: #484B58;
  background: white;
  --var_bg_alt: rgba(232, 232, 232, 0.3);
  --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_light h1, .theme.theme_white h2, .theme.theme_light h2, .theme.theme_white h3, .theme.theme_light h3, .theme.theme_white h4, .theme.theme_light h4, .theme.theme_white h5, .theme.theme_light h5 {
  color: var(--var_txt_hdr);
}
.theme.theme_white h6, .theme.theme_light h6 {
  color: var(var_txt_marker);
}
.theme.theme_white marker, .theme.theme_light marker {
  color: var(--var_txt_marker);
}
.theme.theme_white.grad_a, .theme.grad_a.theme_light {
  background: var(--subtle_gradient_2_100, linear-gradient(0deg, #36D6AB 0%, #87E1D1 100%));
}
.theme.theme_white.grad_b, .theme.grad_b.theme_light {
  background: linear-gradient(332deg, #EA5854 -7.82%, #F7A356 98.12%);
}
.theme.theme_white.grad_x, .theme.grad_x.theme_light {
  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, .theme.grad_y.theme_light {
  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, .theme.grad_z.theme_light {
  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, .theme.deco_wave_a.theme_light: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, .theme.deco_wave_a.theme_light:before {
    background-size: contain;
  }
}
.theme.theme_white .npg_module_hero_a > .content > .item .sec_1 > .con .wrap marker, .theme.theme_light .npg_module_hero_a > .content > .item .sec_1 > .con .wrap 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, .theme.theme_light .carousel_a li img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.theme.theme_white.sticky_box_select, .theme.sticky_box_select.theme_light,
.theme.theme_white .sticky_box_select,
.theme.theme_light .sticky_box_select {
  --var_opener_a_txt: #0708EE;
  --var_li_bg: white;
  --var_li_txt: #484B58;
  --var_li_current_bg: #0708EE;
  --var_li_current_txt: white;
  --var_main_bg: #F8F8F8;
}
.theme.theme_white .npg_wysiwyg_with_sidebar, .theme.theme_light .npg_wysiwyg_with_sidebar {
  --sidebarBackground: rgba(232, 232, 232, 0.3);
  --var_link_txt: #0708EE;
}
.theme.theme_white .npg_module_faq, .theme.theme_light .npg_module_faq {
  --var_opener_plus: #484B58;
  --var_opener_plus_active: #0708EE;
}
.theme.theme_white .npg_module_table_accordion_a, .theme.theme_light .npg_module_table_accordion_a {
  --var_heading_bg: #EDECED;
  --var_heading_color: #8D8F97;
  --var_val_bg: white;
  --var_val_color: #8D8F97;
  --var_val_color-2: #484B58;
  --var_border_color_heading: white;
  --var_border_color_val: #EDECED;
  --var_icon_Plus_bg:rgba(72, 75, 88, 0.10);
  --var_icon_Plus_color:#484B58;
  --var_icon_Plus_bg_2:rgba(25, 24, 65, 0.10);
  --var_icon_Plus_color_2: white;
}
.theme.theme_white .part_card_e, .theme.theme_light .part_card_e {
  --var_icon_Plus_bg:#E8E8E8;
  --var_icon_Plus_color:#484B58;
  --var_icon_Plus_bg_hover: #5741DC;
  --var_icon_Plus_color_hover:white;
  --var_img_bg: #191841;
  --var_btn_a_bg: rgba(72, 75, 88, 0.10);
  --var_btn_a_color: #484B58;
  --var_hover_txt_color: #0708EE;
}
.theme.theme_light {
  color: #191841;
  background: rgba(232, 232, 232, 0.3);
  --var_bg_alt: white;
}

.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.overflow-visible {
  overflow: visible;
}
.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(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMCAwaDEydjEySDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);
}
.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: #fff;
  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_search {
  --bgicon: url(../images/icons/icon_search.svg);
}

.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.alt, .alt.part_btn_c, .alt.part_btn_b {
  background: white;
}
.part_btn_a.alt:hover, .alt.part_btn_c:hover, .alt.part_btn_b:hover {
  color: white;
  background: var(--main-core_navy_100, #191841);
}
.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: none;
}
.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: inline-block;
  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);
}

.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(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMCAwaDEydjEySDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);
  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);
  }
}

.part_video_img_bg_a {
  width: 1044px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1.43/1;
  min-height: 595px;
  border-radius: 50px;
  overflow: hidden;
}
.part_video_img_bg_a::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 42, 0)), color-stop(73.69%, #13132A));
  background: linear-gradient(180deg, rgba(19, 19, 42, 0) 0%, #13132A 73.69%);
  z-index: 3;
  position: absolute;
  inset: 0;
}
.part_video_img_bg_a video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
}
.part_video_img_bg_a .poster {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
}
.part_video_img_bg_a figcaption {
  position: absolute;
  width: 724px;
  max-width: 90%;
  padding-bottom: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.part_video_img_bg_a .hero_txt {
  width: 100%;
}

.deco_wave_b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  opacity: 0.8;
  mix-blend-mode: normal;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-image: url(../images/art/bg_waves_purple_a.png);
}

.fadeIn {
  opacity: 1;
}

.part_card_e {
  width: 100%;
  border-radius: 16px;
  background: var(--specialty-white_100, #FFF);
  padding: 33px 0 0;
}
.part_card_e .con {
  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;
  padding: 64px 32px 32px 32px;
  text-align: center;
}
.part_card_e .figure .part_icon_a {
  width: 138px;
  height: 70px;
  background-color: var(--var_img_bg);
}
.part_card_e .cta {
  margin: auto auto 0;
}
.part_card_e .block_cta_list_a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part_card_e .subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 8px;
}
.part_card_e .block_cta_list_a {
  gap: 10px;
}
.part_card_e .part_btn_a, .part_card_e .part_btn_b, .part_card_e .part_btn_c {
  border-radius: 8px;
  background-color: transparent;
  padding: 0;
  text-wrap: wrap;
}
.part_card_e .part_btn_a span, .part_card_e .part_btn_b span, .part_card_e .part_btn_c span {
  min-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 400;
  border-radius: 8px;
  background-color: var(--var_btn_a_bg);
  color: var(--var_btn_a_color);
  width: 100%;
  padding: 9px 20px;
}
.part_card_e .part_btn_a .part_icon_a, .part_card_e .part_btn_b .part_icon_a, .part_card_e .part_btn_c .part_icon_a {
  width: 20px;
  height: 16px;
}
.part_card_e .opener-plus {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -33px;
  -webkit-transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (min-width: 1300px) {
  .part_card_e .opener-plus:hover .open_box {
    opacity: 1;
    pointer-events: all;
    min-width: 318px !important;
    height: auto !important;
  }
}
.part_card_e .opener-plus:hover .circle {
  background-color: var(--var_icon_Plus_bg_hover);
}
.part_card_e .opener-plus:hover .circle .part_icon_a {
  background-color: var(--var_icon_Plus_color_hover);
}
.part_card_e .opener-plus .circle {
  z-index: 2;
  border-radius: 100px;
  border: 3px solid var(--var_icon_Plus_color_hover);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--var_icon_Plus_bg);
}
.part_card_e .opener-plus .part_icon_a {
  background-color: var(--var_icon_Plus_color);
}
.part_card_e .opener-plus .open_box {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 0.8rem;
  line-height: 1.6;
  background: var(--var_icon_Plus_bg_hover);
  color: var(--var_icon_Plus_color_hover);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.part_card_e .opener-plus .open_box strong {
  display: block;
  font-weight: 700;
}
.part_card_e .opener-plus .open_box.left {
  left: auto;
  right: 50%;
}
.part_card_e .con:hover .figure .part_icon_a {
  background: linear-gradient(110.56deg, #EB5854 0%, #0708EE 33%, #AF4FED 66%, #88E2D2 100%);
}
.part_card_e .con:hover .des {
  color: var(--var_hover_txt_color);
}
.part_card_e .con:hover .part_btn_a:before, .part_card_e .con:hover .part_btn_b:before, .part_card_e .con:hover .part_btn_c:before {
  content: "";
  position: absolute;
  border-radius: 8px;
  left: -3px;
  top: -3px;
  z-index: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: -webkit-gradient(linear, left top, right top, from(#ff007a), to(#00d4ff));
  background: linear-gradient(90deg, #ff007a, #00d4ff);
}
.part_card_e .con:hover .part_btn_a span, .part_card_e .con:hover .part_btn_b span, .part_card_e .con:hover .part_btn_c span {
  background: white;
}
@media screen and (max-width: 1300px) {
  .part_card_e .opener-plus {
    z-index: 3;
  }
  .part_card_e .opener-plus .open_box.left,
  .part_card_e .opener-plus .open_box {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .part_card_e .opener-plus .circle.opened {
    background-color: var(--var_icon_Plus_bg_hover);
  }
  .part_card_e .opener-plus .circle.opened .part_icon_a {
    background-color: var(--var_icon_Plus_color_hover);
  }
  .part_card_e .opener-plus .circle.opened + .open_box {
    opacity: 1;
    pointer-events: all;
  }
}

.steps-container {
  width: 100%;
}
.steps-container .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
.steps-container .steps > :nth-child(1) {
  z-index: 3;
}
.steps-container .steps > :nth-child(2) {
  z-index: 2;
}
.steps-container .steps > :nth-child(3) {
  z-index: 1;
}
.steps-container .step {
  width: 33.3%;
  padding: 16px 0;
  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;
  height: 57px;
}
.steps-container .step .label {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.41em;
  z-index: 2;
  position: relative;
}
.steps-container .step.first {
  color: #191841;
}
.steps-container .step.first::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  left: 0;
  width: calc(100% + 34px);
  --bgicon: url("../images/art/step1.svg");
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: white;
}
.steps-container .step.middle {
  color: transparent;
}
.steps-container .step.middle::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  --bgicon: url("../images/art/step1.svg");
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #B6B7BA;
}
.steps-container .step.middle::after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 3px;
  height: 100%;
  width: 100%;
  --bgicon: url("../images/art/step1.svg");
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: white;
}
.steps-container .step.last {
  color: white;
}
.steps-container .step.last::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -34px;
  height: 100%;
  width: calc(100% + 34px);
  --bgicon: url("../images/art/step1.svg");
  -webkit-mask: var(--bgicon);
          mask: var(--bgicon);
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: linear-gradient(110.56deg, #88E2D2 0%, #AF4FED 33%, #0708EE 66%, #EB5854 100%);
}
@media (max-width: 1032px) {
  .steps-container .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps-container .step {
    width: 100%;
  }
  .steps-container .step {
    height: 126px;
  }
  .steps-container .step.first .label {
    margin-top: 50px;
  }
  .steps-container .step.first::before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 200px;
    left: 0;
    width: 100%;
    --bgicon: url("../images/art/step1Mobile.svg");
    -webkit-mask: var(--bgicon);
            mask: var(--bgicon);
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: white;
  }
  .steps-container .step.middle {
    color: transparent;
    margin-top: -40px;
  }
  .steps-container .step.middle::before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    height: 200px;
    width: 100%;
    --bgicon: url("../images/art/step1Mobile.svg");
    -webkit-mask: var(--bgicon);
            mask: var(--bgicon);
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: #B6B7BA;
  }
  .steps-container .step.middle::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    height: 200px;
    top: -34px;
    width: 100%;
    --bgicon: url("../images/art/step1Mobile.svg");
    -webkit-mask: var(--bgicon);
            mask: var(--bgicon);
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: white;
  }
  .steps-container .step.last {
    color: white;
    margin-top: -40px;
  }
  .steps-container .step.last .label {
    margin-top: 90px;
  }
  .steps-container .step.last::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    height: 200px;
    width: 100%;
    --bgicon: url("../images/art/step1Mobile.svg");
    -webkit-mask: var(--bgicon);
            mask: var(--bgicon);
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background: linear-gradient(110.56deg, #EB5854 0%, #0708EE 33%, #AF4FED 66%, #88E2D2 100%);
  }
}

.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_cta_list_a.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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_a .part_card_a {
  padding: 32px;
}
.block_list_3_a .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;
}
.block_list_3_a .part_card_a .content .wrap {
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@container (max-width: 800px) {
  .block_list_3_a .part_card_a .content .wrap {
    min-height: auto;
  }
}
.block_list_3_a .part_card_a .content .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 75px;
  text-align: center;
}
.block_list_3_a .part_card_a .content .thumb img {
  height: 100%;
  width: auto;
}
.block_list_3_a .part_card_a .content .des {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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;
  width: 100%;
  height: 100%;
}
.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 {
  margin-bottom: 0.8rem;
  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;
}

.block_open_close .opener * {
  pointer-events: none;
}
.block_open_close.opened .slide {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.block_open_close .slide {
  -webkit-transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}
.block_open_close .slide .text {
  overflow: hidden;
}

.rotating-image {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.rotating-image.transparancy-alt {
  -webkit-transition: opacity 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}

.rotating-image.loaded {
  opacity: 1 !important;
}
.rotating-image.loaded.transparancy-alt {
  opacity: 0.6 !important;
}

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 > .npg_container > .content.has-btn {
  padding: 33px 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .part_logo_a {
  min-width: 100px;
  max-width: 180px;
}
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 #001aff;
}
header .nav > ul > li:hover > a {
  color: #001aff;
}
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 > a > span {
  font-weight: 600;
}
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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}
header .part_icn_a:after {
  background-color: var(--var_txt_clr);
}
header .xpart_mnu_btn.active * {
  background-color: white;
}
@media (max-width: 1066px) {
  header {
    padding: 0.8rem 0.8rem !important;
  }
  header > .npg_container > .content.has-btn {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header > .npg_container > .content.has-btn .part_btn_c {
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    padding: 15px 40px;
  }
  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;
    margin-top: 70px;
  }
  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: 14px;
    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;
    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);
  }
  header li {
    color: white !important;
  }
}

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;
}
footer .wrap_1 .sec_2 .content .menu ul .ca-privacy > a {
  cursor: pointer;
  margin-left: 0;
  left: 38px;
  position: relative;
}
footer .wrap_1 .sec_2 .content .menu ul .ca-privacy > a::before {
  opacity: 1 !important;
  content: url("https://eightfold.ai/wp-content/uploads/privacyoptions.svg");
  margin-left: -38px;
  margin-right: 8px;
  width: 100%;
  max-width: 30px;
  height: auto;
  max-height: 24px;
  top: 0;
  display: inline-block;
  position: relative;
}
@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: 60%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 13rem 0 8rem 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: 42px;
}
.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 .title {
  font-size: clamp(3rem, 4.5vw, 4.5rem);
}
.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;
  width: 100%;
  height: 100%;
}
.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;
}
.npg_module_hero_a > .content > .item .sec_2 .con .img_secondary.transparancy-alt {
  opacity: 0.6;
}
@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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.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_b {
  width: 700px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}
.npg_module_video_a .content .item .video_wrap_b .thumb {
  border-radius: 0;
}
.npg_module_video_a .content .item .video_wrap_b.with_cover::after {
  position: absolute;
  content: "";
  inset: 0;
  left: 0;
  top: 0;
}
.npg_module_video_a .content .item .video_wrap_b.with_cover .play-btn {
  background: #88E2D2;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  -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/play-icon.svg);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.7;
}
.npg_module_video_a .content .item .video_wrap_b.with_cover .play-btn::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: white;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.npg_module_video_a .content .item .video_wrap_b.with_cover .play-btn:hover {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.9);
          transform: translateY(-50%) translateX(-50%) scale(0.9);
  opacity: 0.9;
}
.npg_module_video_a .content .item .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;
  text-align: 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;
  -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;
  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_cta_a > .content > .item .sec_2 .con img {
    height: 100%;
  }
}

.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_2 .des {
  color: #191841;
}
.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_3 .des {
  color: #191841;
}
.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;
  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);
  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_stats_list_b {
  width: 100%;
  height: auto;
}
.npg_module_stats_list_b > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_stats_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;
}
.npg_module_stats_list_b > .content > .item .block_list_3_a .item {
  min-height: 270px;
  border-radius: 1rem;
  padding: 3rem 1.125rem;
  background-color: white;
  overflow: hidden;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_stats_list_b > .content > .item .block_list_3_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;
  color: var(--var_surface_hdr_a);
  gap: 1rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_stats_list_b > .content > .item .block_list_3_a .item .des marker {
  width: 100%;
  height: auto;
  color: var(--var_surface_hdr_a);
  font-size: clamp(2.5rem, 4.5vw, 5.3125rem);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.npg_module_stats_list_b > .content > .item .block_list_3_a .item .des marker span.small {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-left: 6px;
}
@container (max-width: 800px) {
  .npg_module_stats_list_b > .content > .item .block_list_3_a .item {
    min-height: 240px;
  }
}
@container (max-width: 500px) {
  .npg_module_stats_list_b > .content > .item .block_list_3_a .item {
    min-height: unset;
    padding: 2rem;
  }
}

.npg_module_related_list_a {
  width: 100%;
  height: auto;
}
.npg_module_related_list_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_related_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_related_list_a > .content > .item .block_list_3_a .item {
  min-height: 270px;
  border-radius: 1rem;
  background-color: white;
  overflow: hidden;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.npg_module_related_list_a > .content > .item .block_card_c .con {
  -webkit-transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 400ms cubic-bezier(0.87, 0, 0.13, 1);
}
.npg_module_related_list_a > .content > .item .block_card_c:hover .con {
  background: #13132A;
}
.npg_module_related_list_a > .content > .item .block_card_c:hover .part_btn_b {
  color: #88E2D2;
}
.npg_module_related_list_a > .content > .item .block_card_c:hover .part_btn_b:after {
  background-color: #88E2D2;
}
.npg_module_related_list_a > .content > .item .block_card_c:hover .part_badge_b {
  background: #88E2D2;
}

.npg_module_hero_c {
  padding-block: 216px 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.npg_module_hero_c .content {
  width: 100%;
}
.npg_module_hero_c .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 1.6rem;
}
.npg_module_hero_c .hero_txt {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.npg_module_hero_c .hero_txt .title {
  font-size: clamp(2rem, 5.5vw, 4.25rem);
  /* 44 px → 85 px */
}
.npg_module_hero_c .hero_txt .block_cta_list_a {
  width: 100%;
}
.npg_module_hero_c .hero_txt .part_btn_a, .npg_module_hero_c .hero_txt .part_btn_b, .npg_module_hero_c .hero_txt .part_btn_c {
  font-size: 1.1rem;
}
.npg_module_hero_c .hero_txt .part_btn_a:hover, .npg_module_hero_c .hero_txt .part_btn_b:hover, .npg_module_hero_c .hero_txt .part_btn_c:hover {
  background-color: white;
}
@media (max-width: 775px) {
  .npg_module_hero_c {
    padding-block: 114px 32px;
  }
  .npg_module_hero_c .title {
    font-size: 2rem;
  }
  .npg_module_hero_c p {
    line-height: 31px;
  }
  .npg_module_hero_c .part_btn_a, .npg_module_hero_c .part_btn_b, .npg_module_hero_c .part_btn_c,
  .npg_module_hero_c .p_lg {
    font-size: 1.1rem;
  }
  .npg_module_hero_c figcaption {
    padding-bottom: 30px;
  }
}

.sticky_box_select {
  width: 100%;
  z-index: 3;
  position: relative;
  overflow: visible;
  background-color: var(--var_main_bg) !important;
}
.sticky_box_select.sticky {
  position: fixed;
  top: 116px;
  left: 0;
  z-index: 40;
}
.sticky_box_select.sticky + section {
  margin-top: 72px;
}
@media (max-width: 1066px) {
  .sticky_box_select.sticky {
    top: 82px;
  }
}
.sticky_box_select .con {
  padding: 1.2rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sticky_box_select .con #announcement {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.sticky_box_select .con select,
.sticky_box_select .con button,
.sticky_box_select .con ul {
  display: block;
  padding: 0.7rem 0.8rem;
  width: 60%;
  margin: 0 auto;
  text-align: left;
  background: white;
  border: 0;
  font-size: 1rem;
}
.sticky_box_select .con button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  width: 600px;
  background: none;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--var_txt_hdr);
}
.sticky_box_select .con button[aria-expanded=true] {
  color: var(--var_opener_a_txt);
}
.sticky_box_select .con button[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-color: var(--var_opener_a_txt);
}
.sticky_box_select .con button::after {
  content: "";
  vertical-align: middle;
  font-weight: 900;
  width: 21px;
  height: 12px;
  --bgicon: url("../images/icons/icon-arrow-select.svg");
  -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: var(--var_txt_hdr);
}
.sticky_box_select .con button:focus-visible {
  outline: 0;
}
.sticky_box_select .con ul {
  color: var(--var_li_txt);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 32px;
  max-height: 500px;
  overflow-y: auto;
  list-style-type: none;
  background-color: var(--var_main_bg);
  width: 600px;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: none;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sticky_box_select .con ul.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  pointer-events: auto;
}
.sticky_box_select .con ul li {
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 8px;
  color: var(--var_li_txt);
  background: var(--var_li_bg);
  font-size: 0.9rem;
  -webkit-transition: none;
  transition: none;
}
.sticky_box_select .con ul li:hover {
  background: var(--var_li_current_bg);
  color: var(--var_li_current_txt);
}
.sticky_box_select .con ul li.active {
  background: var(--var_li_current_bg);
  color: var(--var_li_current_txt);
}
.sticky_box_select .con ul li.active::before {
  opacity: 1;
}
.sticky_box_select .con ul li a {
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 775px) {
  .sticky_box_select .con {
    padding: 0;
  }
  .sticky_box_select .con button {
    padding-block: 24px;
    font-size: 0.9rem;
  }
  .sticky_box_select .con ul {
    padding: 24px;
    width: 100%;
    min-width: 100vw;
  }
  .sticky_box_select .con ul li {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
}

.npg_wysiwyg {
  width: 100%;
}
.npg_wysiwyg .item {
  padding-block: 100px 80px;
  padding-inline: 24px;
}
.npg_wysiwyg .item::after {
  content: "";
  width: calc(100% - 48px);
  position: absolute;
  bottom: 0;
  left: 24px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#EB5854), color-stop(33%, #0708EE), color-stop(66%, #AF4FED), to(#88E2D2));
  background: linear-gradient(90deg, #EB5854 0%, #0708EE 33%, #AF4FED 66%, #88E2D2 100%);
}
.npg_wysiwyg p {
  font-size: 1.4rem; /* 28px */
  font-weight: 500;
  line-height: 1.7;
  color: var(--var_txt_hdr);
}
@media (max-width: 775px) {
  .npg_wysiwyg p {
    font-size: 1.1rem;
    line-height: 31px;
    font-weight: 400;
  }
}

.npg_wysiwyg_with_sidebar {
  width: 100%;
}
.npg_wysiwyg_with_sidebar .item {
  padding-block: 100px 80px;
  padding-inline: 24px;
}
.npg_wysiwyg_with_sidebar .intro {
  margin-bottom: 64px;
}
.npg_wysiwyg_with_sidebar p {
  max-width: 80%;
  font-size: 1.1rem; /* 21px */
  font-weight: 500;
  line-height: 1.41em;
  color: var(--var_surface_txt_a);
  margin-bottom: 2rem;
}
.npg_wysiwyg_with_sidebar p.fw {
  max-width: 100%;
}
.npg_wysiwyg_with_sidebar p.no-margin {
  margin-bottom: 0;
}
.npg_wysiwyg_with_sidebar .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.npg_wysiwyg_with_sidebar .sidebar {
  float: right;
  width: 318px;
  padding: 48px 32px;
  border-radius: 24px;
  margin-left: 68px;
  margin-bottom: 50px;
  background-color: var(--sidebarBackground);
}
.npg_wysiwyg_with_sidebar .sidebar.skin-2 {
  background: linear-gradient(139.7deg, #0708EE 0.36%, #EB5854 100%);
}
.npg_wysiwyg_with_sidebar .sidebar.skin-2 * {
  color: white;
}
.npg_wysiwyg_with_sidebar .sidebar.skin-3 {
  background: linear-gradient(139.7deg, #0708EE 0.36%, #AF4FED 100%);
}
.npg_wysiwyg_with_sidebar .sidebar.skin-3 * {
  color: white;
}
.npg_wysiwyg_with_sidebar .sidebar.skin-4 {
  background: linear-gradient(139.7deg, #EB5854 0.36%, #A1378B 100%);
}
.npg_wysiwyg_with_sidebar .sidebar.skin-4 * {
  color: white;
}
.npg_wysiwyg_with_sidebar .sidebar.skin-5 {
  background: linear-gradient(139.7deg, #88E2D2 0.36%, #AF4FED 100%);
}
.npg_wysiwyg_with_sidebar .sidebar.skin-5 * {
  color: white;
}
.npg_wysiwyg_with_sidebar .sidebar blockquote p {
  font-size: 1.5rem;
  max-width: 100%;
}
.npg_wysiwyg_with_sidebar .sidebar .subtitle {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  /* 16 px → 18 px */
  font-weight: 700;
  line-height: 1.11;
  text-transform: uppercase;
}
.npg_wysiwyg_with_sidebar .sidebar ol {
  margin-bottom: 0;
}
.npg_wysiwyg_with_sidebar .sidebar ol::marker {
  font-size: 0.7rem;
}
.npg_wysiwyg_with_sidebar .sidebar li {
  font-size: 0.8rem;
  line-height: 1.65;
  padding-left: 10px;
}
.npg_wysiwyg_with_sidebar .sidebar li a {
  color: inherit;
  text-decoration: none;
}
.npg_wysiwyg_with_sidebar .sidebar li a:hover {
  color: var(--var_link_txt);
  text-decoration: underline;
}
@media (max-width: 775px) {
  .npg_wysiwyg_with_sidebar p {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 31px;
    font-weight: 400;
  }
  .npg_wysiwyg_with_sidebar .sidebar {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .npg_wysiwyg_with_sidebar .sidebar blockquote + p {
    font-size: 0.9rem;
  }
  .npg_wysiwyg_with_sidebar .sidebar blockquote p {
    font-size: 1.5rem;
  }
  .npg_wysiwyg_with_sidebar .intro {
    margin-bottom: 32px;
  }
  .npg_wysiwyg_with_sidebar .item {
    padding-block: 32px;
  }
}

.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_text_image_b {
  width: 100%;
  height: auto;
}
.npg_module_text_image_b > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_text_image_b > .content > .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
}
.npg_module_text_image_b .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_b .box_image {
  position: sticky;
  top: 220px;
  width: 50%;
  min-width: 50%;
  height: 100%;
  aspect-ratio: 1/1;
}
.npg_module_text_image_b .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_b > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_text_image_b .box_image {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .npg_module_text_image_b .box_image .thumb {
    aspect-ratio: 4/3;
  }
}
@container (max-width: 800px) {
  .npg_module_text_image_b > .content > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .npg_module_text_image_b .box_text .part_btn_a, .npg_module_text_image_b .box_text .part_btn_b, .npg_module_text_image_b .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_buckets_a {
  width: 100%;
}
.npg_module_buckets_a > .content {
  width: 100%;
  height: auto;
  padding: 124px 1.6rem 62px;
  gap: 24px;
}
.npg_module_buckets_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_buckets_a .block_list_3_a .list .item {
  position: relative;
  z-index: 1;
}
.npg_module_buckets_a .block_list_3_a .list .item:hover {
  z-index: 2;
}
.npg_module_buckets_a .part_card_e .part_btn_a, .npg_module_buckets_a .part_card_e .part_btn_b, .npg_module_buckets_a .part_card_e .part_btn_c {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1032px) {
  .npg_module_buckets_a .block_list_3_a .list {
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.8rem;
  }
}
@container (max-width: 700px) {
  .npg_module_buckets_a .block_list_3_a .list {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 3rem;
  }
}

.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: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--var_txt_marker);
  --bgicon: url("../images/icons/neo/icon_check.svg");
  -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;
  }
}

.npg_module_faq {
  width: 100%;
  height: auto;
}
.npg_module_faq > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_faq > .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_faq .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: 27px;
}
.npg_module_faq .faq-item {
  background: var(--var_bg_alt);
  border-radius: 16px;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.npg_module_faq .faq-item.opened .opener .part_icon_a {
  background-color: var(--var_opener_plus_active);
}
.npg_module_faq .faq-item.opened .opener .title {
  font-weight: 700;
}
.npg_module_faq .faq-item.opened:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#88E2D2), color-stop(#AF4FED), color-stop(#0708EE), to(#EB5854));
  background: linear-gradient(to right, #88E2D2, #AF4FED, #0708EE, #EB5854);
}
.npg_module_faq .faq-item .opener {
  padding: 32px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.npg_module_faq .faq-item .opener .title {
  font-size: clamp(1rem, 2.4vw, 1.1rem);
  font-weight: 400;
}
.npg_module_faq .faq-item .opener .part_icon_a {
  width: 18px;
  height: 18px;
  background-color: var(--var_opener_plus);
}
.npg_module_faq .faq-item .answer .inner {
  padding: 0 32px 32px 130px;
}
@media (max-width: 775px) {
  .npg_module_faq .faq-item {
    border: none;
  }
  .npg_module_faq .faq-item .opener {
    padding: 24px 32px;
    gap: 24px;
  }
  .npg_module_faq .faq-item .answer .inner {
    padding: 0 24px 24px 74px;
  }
  .npg_module_faq .faq-item .answer .inner p {
    font-size: 0.8rem;
  }
}

.counter:not(.is-visible) {
  visibility: hidden;
}

.npg_module_quote {
  width: 100%;
  height: auto;
  text-align: center;
}
.npg_module_quote > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem 300px;
}
.npg_module_quote > .content > .item {
  width: min(946px, 90%);
  margin: 0 auto;
  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_quote blockquote p {
  background: linear-gradient(88.47deg, #AF4FED 0%, #0708EE 50%, #EB5854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.npg_module_quote .p_sm {
  font-size: 1rem;
  font-weight: 700;
}

.npg_module_table_accordion_a {
  width: 100%;
  height: auto;
}
.npg_module_table_accordion_a > .content {
  width: 100%;
  height: auto;
  padding: 100px 1.6rem;
}
.npg_module_table_accordion_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_table_accordion_a .opener {
  pointer-events: none;
}
.npg_module_table_accordion_a .c-table-holder {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  -ms-grid-columns: 126px 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 126px 1fr 1fr 1fr;
}
.npg_module_table_accordion_a .heading {
  background-color: var(--var_heading_bg);
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 81px;
  outline: 1px solid var(--var_border_color_heading);
}
.npg_module_table_accordion_a .heading div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_table_accordion_a .heading .title {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.41em;
  color: var(--var_heading_color);
}
.npg_module_table_accordion_a .heading .icon-holder {
  display: none;
}
.npg_module_table_accordion_a .c-names {
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  text-align: right;
}
.npg_module_table_accordion_a .c-names .t-value {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.npg_module_table_accordion_a .t-value {
  height: 112px;
  padding: 34px 12px;
  background-color: var(--var_val_bg);
  color: var(--var_val_color);
  outline: 1px solid var(--var_border_color_val);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.57em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.npg_module_table_accordion_a .t-value .mobile-tip {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.57em;
  display: none;
}
.npg_module_table_accordion_a .c-tables.featured {
  -webkit-transform: scale(1, 1.06);
          transform: scale(1, 1.06);
  -webkit-box-shadow: 0 9px 12px 0 rgba(35, 31, 32, 0.15);
          box-shadow: 0 9px 12px 0 rgba(35, 31, 32, 0.15);
  border-radius: 24px;
  overflow: hidden;
}
.npg_module_table_accordion_a .c-tables.featured .heading {
  border-radius: 24px 24px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0708EE), to(#AF4FED));
  background: linear-gradient(180deg, #0708EE 0%, #AF4FED 100%);
}
.npg_module_table_accordion_a .c-tables.featured .heading div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_table_accordion_a .c-tables.featured .heading .title {
  width: 100%;
  color: white;
  text-align: center;
}
.npg_module_table_accordion_a .c-tables.featured .t-value {
  text-align: center;
  color: var(--var_val_color-2);
}
@media (max-width: 1032px) {
  .npg_module_table_accordion_a .t-value {
    height: 150px;
  }
}
@media (max-width: 775px) {
  .npg_module_table_accordion_a .c-table-holder {
    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_table_accordion_a .c-names {
    display: none;
  }
  .npg_module_table_accordion_a .c-tables {
    border-radius: 24px;
    overflow: hidden;
  }
  .npg_module_table_accordion_a .c-tables.featured {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .npg_module_table_accordion_a .c-tables.featured .t-value {
    text-align: left;
  }
  .npg_module_table_accordion_a .c-tables.featured .heading .icon-holder {
    background: var(--var_icon_Plus_bg_2);
  }
  .npg_module_table_accordion_a .c-tables.featured .heading .icon-holder i {
    background-color: var(--var_icon_Plus_color_2);
  }
  .npg_module_table_accordion_a .t-value {
    height: auto;
    padding: 18px 24px;
    -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;
    border-inline: 1px solid var(--var_border_color_val);
  }
  .npg_module_table_accordion_a .t-value:last-of-type {
    border-bottom: 1px solid var(--var_border_color_val);
    border-radius: 0 0 24px 24px;
  }
  .npg_module_table_accordion_a .t-value .mobile-tip {
    display: block;
  }
  .npg_module_table_accordion_a .heading {
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .npg_module_table_accordion_a .heading .icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 100px;
    background-color: var(--var_icon_Plus_bg);
  }
  .npg_module_table_accordion_a .heading .icon-holder i {
    max-width: 60%;
    max-height: 60%;
    background-color: var(--var_icon_Plus_color);
  }
  .npg_module_table_accordion_a .heading div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .npg_module_table_accordion_a .opener {
    pointer-events: all;
  }
  .npg_module_table_accordion_a .block_open_close.opened .opener .icon-holder .plus {
    display: none;
  }
  .npg_module_table_accordion_a .block_open_close.opened .opener .icon-holder .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .npg_module_table_accordion_a .block_open_close .opener .icon-holder .minus {
    display: none;
  }
}

.npg_module_carousel_c {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.npg_module_carousel_c > .content {
  padding: 100px 0;
}
.npg_module_carousel_c > .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_c .holder-columns {
  width: 100%;
  gap: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 100px 1fr;
  grid-template-columns: 1.5fr 1fr;
}
@container (max-width: 775px) {
  .npg_module_carousel_c .holder-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.npg_module_carousel_c .holder-columns .lft .video_wrap {
  padding: 15px;
}
.npg_module_carousel_c .carousel_c_prev, .npg_module_carousel_c .carousel_c_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  gap: 10px;
  border-radius: 54px;
  background: transparent;
  --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_c .carousel_c_prev:after, .npg_module_carousel_c .carousel_c_next:after {
  content: "";
  width: 70%;
  height: 70%;
  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;
}
.npg_module_carousel_c .carousel_c_prev:hover, .npg_module_carousel_c .carousel_c_next:hover {
  -webkit-transform: translateY(-50%) translateX(-25%) scale(0.9);
          transform: translateY(-50%) translateX(-25%) scale(0.9);
}
.npg_module_carousel_c .carousel_c_next {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(25%) rotate(-180deg);
          transform: translateY(-50%) translateX(25%) rotate(-180deg);
}
.npg_module_carousel_c .carousel_c_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_c .carousel_c {
  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_c .carousel_c .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;
  padding: 0 5vw;
}
.npg_module_carousel_c .swiper-pagination {
  margin: 0 auto;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npg_module_carousel_c .swiper-pagination .swiper-pagination-bullet {
  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);
}
.npg_module_carousel_c .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 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) {
  .npg_module_carousel_c .swiper-pagination {
    display: none;
  }
}
.npg_module_carousel_c.two-cols .item {
  overflow: hidden;
  padding: 0;
}
.npg_module_carousel_c.two-cols .lft {
  padding-left: 20px;
}
.npg_module_carousel_c.two-cols .rght {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.npg_module_carousel_c.two-cols .carousel_c_prev,
.npg_module_carousel_c.two-cols .carousel_c_next {
  width: 50px;
  height: 50px;
}
.npg_module_carousel_c.two-cols .carousel_c_prev, .npg_module_carousel_c.two-cols .carousel_c_next {
  left: 5px;
}
.npg_module_carousel_c.two-cols .carousel_c_next {
  left: calc(60% - 20px - 50px);
}
.npg_module_carousel_c.two-cols .swiper-pagination {
  width: 60%;
}
.npg_module_carousel_c.two-cols .item.moving .carousel_c_prev,
.npg_module_carousel_c.two-cols .item.moving .carousel_c_next {
  opacity: 0;
}
@container (max-width: 775px) {
  .npg_module_carousel_c.two-cols .item {
    padding: 3vw;
  }
  .npg_module_carousel_c.two-cols .title,
  .npg_module_carousel_c.two-cols .des {
    text-align: center;
  }
  .npg_module_carousel_c.two-cols .carousel_c_prev,
  .npg_module_carousel_c.two-cols .carousel_c_next {
    top: 40%;
  }
  .npg_module_carousel_c.two-cols .carousel_c_next {
    left: auto;
    right: 5px;
  }
}
@container (max-width: 775px) {
  .npg_module_carousel_c > .content {
    padding-block: 2rem;
  }
  .npg_module_carousel_c .carousel_c_prev, .npg_module_carousel_c .carousel_c_next {
    top: 50%;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_c .carousel_c_prev:hover, .npg_module_carousel_c .carousel_c_next:hover {
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_c .carousel_c_next {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
  .npg_module_carousel_c .carousel_c_next:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
}

.npg_module_carousel_d {
  width: 100%;
  height: auto;
  container-type: inline-size;
}
.npg_module_carousel_d > .content {
  padding: 100px 0;
}
.npg_module_carousel_d > .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_d .video_wrap {
  padding: 0 !important;
  background: none !important;
}
.npg_module_carousel_d .block_intro_a {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.npg_module_carousel_d .block_intro_a .des {
  max-width: 100%;
}
.npg_module_carousel_d .carousel_c_prev, .npg_module_carousel_d .carousel_c_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  gap: 10px;
  border-radius: 54px;
  background: transparent;
  --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_d .carousel_c_prev:after, .npg_module_carousel_d .carousel_c_next:after {
  content: "";
  width: 70%;
  height: 70%;
  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;
}
.npg_module_carousel_d .carousel_c_prev:hover, .npg_module_carousel_d .carousel_c_next:hover {
  -webkit-transform: translateY(-50%) translateX(-25%) scale(0.9);
          transform: translateY(-50%) translateX(-25%) scale(0.9);
}
.npg_module_carousel_d .carousel_c_next {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(25%) rotate(-180deg);
          transform: translateY(-50%) translateX(25%) rotate(-180deg);
}
.npg_module_carousel_d .carousel_c_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_d .carousel_c {
  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_d .carousel_c .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;
  padding: 0 5vw;
}
@container (max-width: 775px) {
  .npg_module_carousel_d > .content {
    padding-block: 2rem;
  }
  .npg_module_carousel_d .carousel_c_prev, .npg_module_carousel_d .carousel_c_next {
    top: 50%;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_d .carousel_c_prev:hover, .npg_module_carousel_d .carousel_c_next:hover {
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  .npg_module_carousel_d .carousel_c_next {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
  .npg_module_carousel_d .carousel_c_next:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  }
}

.module_cta_top_banner_a {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.75rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#E4F2FC), color-stop(50%, #D6C3FD), color-stop(75%, #EFB3D9), to(#FFEAE5));
  background: linear-gradient(90deg, #E4F2FC 0%, #D6C3FD 50%, #EFB3D9 75%, #FFEAE5 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.module_cta_top_banner_a a {
  font-weight: 500;
  color: #191841;
  padding-right: 1.25rem;
  line-height: 1.25;
}
.module_cta_top_banner_a a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask: url(../images/icons/icon_arrow_outward.svg);
          mask: url(../images/icons/icon_arrow_outward.svg);
  -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;
}

.t1.alt_cta_a header.site_header {
  position: sticky;
}
.t1.alt_cta_a .module_cta_top_banner_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 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;
}