/* Global Colors */
:root {
  --wb-gc-gc_mo5heifq_k1yd: #1B43ED;
  --wb-gc-gc_mo5het6b_ueua: #0A133B;
  --wb-gc-gc_mo5hh1zv_nmkc: #000000;
  --wb-gc-gc_mo5hh7b3_2zcb: #ffffff;
  --wb-gc-gc_mo5hhjal_b7rp: #1B43ED;
  --wb-gc-gc_mo5higif_j0pv: #F7F7F7;
  --wb-gc-gc_mo6nak0g_wr7b: #F9F9F9;
}

/* Global Font */
:root {
  --wb-global-font-family: inherit;
  --wb-h1-font-family: var(--wb-global-font-family);
  --wb-h1-font-size: 48px;
  --wb-h1-line-height: 1.15;
  --wb-h1-font-weight: 700;
  --wb-h1-text-transform: none;
  --wb-h1-font-style: normal;
  --wb-h1-text-decoration: none;
  --wb-h1-letter-spacing: 0px;
  --wb-h2-font-family: var(--wb-global-font-family);
  --wb-h2-font-size: 40px;
  --wb-h2-line-height: 1.18;
  --wb-h2-font-weight: 700;
  --wb-h2-text-transform: none;
  --wb-h2-font-style: normal;
  --wb-h2-text-decoration: none;
  --wb-h2-letter-spacing: 0px;
  --wb-h3-font-family: var(--wb-global-font-family);
  --wb-h3-font-size: 32px;
  --wb-h3-line-height: 1.22;
  --wb-h3-font-weight: 700;
  --wb-h3-text-transform: none;
  --wb-h3-font-style: normal;
  --wb-h3-text-decoration: none;
  --wb-h3-letter-spacing: 0px;
  --wb-h4-font-family: var(--wb-global-font-family);
  --wb-h4-font-size: 24px;
  --wb-h4-line-height: 1.28;
  --wb-h4-font-weight: 600;
  --wb-h4-text-transform: none;
  --wb-h4-font-style: normal;
  --wb-h4-text-decoration: none;
  --wb-h4-letter-spacing: 0px;
  --wb-h5-font-family: var(--wb-global-font-family);
  --wb-h5-font-size: 20px;
  --wb-h5-line-height: 1.35;
  --wb-h5-font-weight: 600;
  --wb-h5-text-transform: none;
  --wb-h5-font-style: normal;
  --wb-h5-text-decoration: none;
  --wb-h5-letter-spacing: 0px;
  --wb-h6-font-family: var(--wb-global-font-family);
  --wb-h6-font-size: 16px;
  --wb-h6-line-height: 1.4;
  --wb-h6-font-weight: 600;
  --wb-h6-text-transform: none;
  --wb-h6-font-style: normal;
  --wb-h6-text-decoration: none;
  --wb-h6-letter-spacing: 0px;
}
body,
button,
input,
textarea,
select {
  font-family: var(--wb-global-font-family);
}
h1 {
  font-family: var(--wb-h1-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h1-font-size);
  line-height: var(--wb-h1-line-height);
  font-weight: var(--wb-h1-font-weight);
  text-transform: var(--wb-h1-text-transform);
  font-style: var(--wb-h1-font-style);
  text-decoration-line: var(--wb-h1-text-decoration);
  letter-spacing: var(--wb-h1-letter-spacing);
}
h2 {
  font-family: var(--wb-h2-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h2-font-size);
  line-height: var(--wb-h2-line-height);
  font-weight: var(--wb-h2-font-weight);
  text-transform: var(--wb-h2-text-transform);
  font-style: var(--wb-h2-font-style);
  text-decoration-line: var(--wb-h2-text-decoration);
  letter-spacing: var(--wb-h2-letter-spacing);
}
h3 {
  font-family: var(--wb-h3-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h3-font-size);
  line-height: var(--wb-h3-line-height);
  font-weight: var(--wb-h3-font-weight);
  text-transform: var(--wb-h3-text-transform);
  font-style: var(--wb-h3-font-style);
  text-decoration-line: var(--wb-h3-text-decoration);
  letter-spacing: var(--wb-h3-letter-spacing);
}
h4 {
  font-family: var(--wb-h4-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h4-font-size);
  line-height: var(--wb-h4-line-height);
  font-weight: var(--wb-h4-font-weight);
  text-transform: var(--wb-h4-text-transform);
  font-style: var(--wb-h4-font-style);
  text-decoration-line: var(--wb-h4-text-decoration);
  letter-spacing: var(--wb-h4-letter-spacing);
}
h5 {
  font-family: var(--wb-h5-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h5-font-size);
  line-height: var(--wb-h5-line-height);
  font-weight: var(--wb-h5-font-weight);
  text-transform: var(--wb-h5-text-transform);
  font-style: var(--wb-h5-font-style);
  text-decoration-line: var(--wb-h5-text-decoration);
  letter-spacing: var(--wb-h5-letter-spacing);
}
h6 {
  font-family: var(--wb-h6-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h6-font-size);
  line-height: var(--wb-h6-line-height);
  font-weight: var(--wb-h6-font-weight);
  text-transform: var(--wb-h6-text-transform);
  font-style: var(--wb-h6-font-style);
  text-decoration-line: var(--wb-h6-text-decoration);
  letter-spacing: var(--wb-h6-letter-spacing);
}

/* Page Styles */
* { box-sizing: border-box; }
body {margin: 0;}
body{padding-top:0;}
.ecosys-hero{position:relative;min-height:620px;padding:168px 0 120px;color:#fff;overflow:hidden;isolation:isolate;}
.ecosys-hero__bg, .ecosys-hero__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;}
.ecosys-hero__content{max-width:620px;}
.ecosys-hero__title{font-size:56px;font-weight:600;line-height:1.1;margin-bottom:16px;color:#fff;}
.ecosys-hero__desc{max-width:420px;font-size:16px;line-height:1.4;font-weight:300;color:rgba(255,
  255,
  255,
  0.8);}
.ecosys-challenges{background:#fff;padding-top:80px;padding-bottom:80px;}
.ecosys-challenges__header{display:grid;grid-template-columns:minmax(0,
  1fr) minmax(0,
  1fr);gap:60px;align-items:flex-start;margin-bottom:44px;}
.ecosys-challenges__title{font-size:56px;font-weight:700;line-height:1.2;color:var(--dark-blue);}
.ecosys-challenges__desc{font-size:15px;line-height:1.65;color:#585858;}
.ecosys-challenges__grid{display:grid;grid-template-columns:repeat(3,
  minmax(0,
  1fr));gap:22px;}
.ecosys-challenge-card{position:relative;padding:30px;background:#fff;border:1px solid #E9EAEF;border-radius:20px;color:var(--text-dark);transition:transform var(--transition),
  box-shadow var(--transition);}
.ecosys-challenge-card__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--primary-blue);margin-bottom:44px;}
.ecosys-challenge-card__title{font-size:24px;font-weight:600;line-height:1.3;margin-bottom:16px;color:inherit;}
.ecosys-challenge-card__text{font-size:14px;line-height:normal;color:#000;}
.ecosys-challenge-card:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 26px 40px -18px rgba(60,
  83,
  232,
  0.55);transform:translateY(0px);}
.ecosys-challenge-card:hover .ecosys-challenge-card__icon{color:#fff;}
.ecosys-challenge-card:hover .ecosys-challenge-card__text{color:rgba(255,
  255,
  255,
  0.88);}
.ecosys-insights{background:#F5F5F5;padding:100px 0 100px;}
.ecosys-insights__header{margin-bottom:40px;}
.ecosys-insights__title{font-size:clamp(36px,
  4.2vw,
  58px);font-weight:800;color:var(--dark-blue);line-height:1.1;letter-spacing:-0.5px;margin-bottom:10px;}
.ecosys-insights__subtitle{font-size:15px;color:#6F7179;}
.ecosys-insight-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition);}
.ecosys-insight-card__link i{font-size:12px;}
.ecosys-product-card__image img{width:72%;height:auto;object-fit:contain;}
.ecosys-resource-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition);}
.ecosys-resource-card__link i{font-size:12px;}
.ecosys-faq__list .faq-item{border-bottom:1px solid #E5E5E5;border-top:none;}
.ecosys-faq__list .faq-item:first-child{margin-top:0;}
.ecosys-faq__list .faq-item__question{min-height:64px;padding:18px 0;}
.ecosys-faq__list .faq-item__question span{font-size:17px;font-weight:400;color:#242424;}
.ecosys-faq__list .faq-item__answer{max-width:100%;padding-right:40px;font-size:14px;color:#8A8D98;}
.ecosys-cta{position:relative;padding:140px 0 150px;color:#fff;text-align:center;overflow:hidden;isolation:isolate;}
.ecosys-cta__bg, .ecosys-cta__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;}
.ecosys-cta__inner{display:flex;flex-direction:column;align-items:center;}
.ecosys-cta__title{font-size:clamp(34px,
  4.5vw,
  54px);font-weight:800;line-height:1.15;margin-bottom:32px;color:#fff;}
.ecosys-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 38px;background:var(--primary-blue);color:#fff;border-radius:6px;font-size:15px;font-weight:500;transition:background var(--transition),
  transform var(--transition);}
.ecosys-scroller > *{scroll-snap-align:start;}
#iwuv{background-image:url("https://thb-1258024384.cos.ap-hongkong.myqcloud.com/20260430/meng-ban-zu-2-0-4-2-x_1777527507314.webp");background-position:50% 50%;}
.ins-sol-card:hover .ins-sol-card__img{transform:scale(1.05);}
.ins-sol-card:hover .ins-sol-card__title{color:#1B43ED;}
#i3xndg{mix-blend-mode:passthrough;}
.wb-resource-section{width:100%;box-sizing:border-box;padding:80px 0;}
.wb-resource-section__inner{max-width:1280px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.wb-resource-section__header{text-align:left;margin-bottom:40px;}
.wb-resource-section__title{font-size:56px;font-weight:bold;line-height:140%;color:#000;margin:0 0 12px 0;}
.wb-resource-section__subtitle{font-size:16px;font-weight:normal;line-height:24px;color:#0C1029;margin:0;}
.wb-resource-section__slider{position:relative;height:max-content;}
.wb-resource-section__swiper{width:100%;overflow:hidden;}
.wb-resource-section__swiper .swiper-wrapper{align-items:stretch;display:flex;}
.wb-resource-section__swiper .swiper-slide{height:auto;}
.wb-resource-section__card{display:flex;flex-direction:column;gap:16px;}
.wb-resource-section__card-image{width:100%;height:auto;overflow:hidden;}
.wb-resource-section__card-image img{width:100%;height:auto;display:block;object-fit:cover;transition:transform 0.3s ease;}
.wb-resource-section__card:hover .wb-resource-section__card-image img{transform:scale(1.05);}
.wb-resource-section__card-body{display:flex;flex-direction:column;}
.wb-resource-section__card-title{font-size:20px;font-weight:600;line-height:28px;color:#000;margin:0;transition:color 0.3s ease;margin-top:12px;margin-right:0px;margin-bottom:8px;margin-left:0px;}
.wb-resource-section__card:hover .wb-resource-section__card-title{color:var(--resource-primary-color,
  #3C53E8);}
.wb-resource-section__card-text{font-size:14px;font-weight:normal;line-height:20px;color:#111;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wb-resource-section__card-link{display:block;color:inherit;text-decoration:none;transition:opacity 0.3s ease;}
.wb-resource-section__card-view-more{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:normal;line-height:20px;color:var(--resource-primary-color,
  #3C53E8);margin-top:12px;}
.wb-resource-section__card-view-more svg{flex-shrink:0;}
.wb-resource-section__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:23px;height:55px;border:none;background:transparent;cursor:pointer;z-index:10;padding:0;display:flex;align-items:center;justify-content:center;}
.wb-resource-section__nav-btn--prev{left:-52px;}
.wb-resource-section__nav-btn--next{right:-52px;}
.wb-resource-section__nav-btn svg{width:100%;height:100%;}
#i3ii24{--resource-primary-color:#3C53E8;}
#iqxidx{margin-top:0px;margin-right:0px;margin-bottom:8px;margin-left:0px;}
#ijj1v7{display:block;width:auto;max-width:100%;height:auto;margin-left:auto;margin-right:auto;overflow:hidden;}
#ijv6ja{height:420px;}
#ecosysCtaTitle{font-size:56px;font-weight:600;}
#ikjb0l{background-color:#1B43ED;border-style:none;height:48px;padding-top:14px;padding-bottom:14px;padding-left:45px;padding-right:45px;font-size:16px;font-weight:600;margin-left:auto;margin-right:auto;width:auto;}
#is0rtt{width:100%;max-width:none;margin:0;}
.wb-section{width:100%;box-sizing:border-box;}
#is000p{width:100%;box-sizing:border-box;padding-top:70px;padding-right:0px;padding-bottom:70px;padding-left:0px;}
#in87za{width:100%;max-width:none;margin:0;}
#i0xqhc{font-size:56px;font-weight:700;margin-top:0px;margin-right:0px;margin-bottom:4px;margin-left:0px;}
#im6za1{color:#374151;font-size:16px;line-height:1.8;column-count:1;column-gap:32px;margin-top:0px;margin-right:0px;margin-bottom:36px;margin-left:0px;}
.wb-resource-section__card-link:hover{opacity:0.8;}
#iq894d{margin:0 0 56px;color:#000A11;text-align:center;font-size:64px;font-weight:700;line-height:108%;letter-spacing:-0.03em;display:none;}
.wb-faq-section{width:100%;background:#ffffff;box-sizing:border-box;min-height:0;--faq-primary-color:#000a11;--faq-border-color:#d9dde1;--faq-answer-color:#768389;--faq-icon-color:#111827;--faq-question-font-size:24px;--faq-answer-font-size:16px;--faq-padding-vertical:26px;--faq-answer-max-height:320px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}
.wb-faq-section, .wb-faq-section *, .wb-faq-section *::before, .wb-faq-section *::after{box-sizing:border-box;}
.wb-faq-section__inner{width:100%;max-width:100%;margin:0 auto;}
.wb-faq-section__title{margin:0 0 56px;color:var(--faq-primary-color,
  #000a11);text-align:center;font-size:clamp(42px,
  4vw,
  64px);font-weight:700;line-height:1.08;letter-spacing:-0.03em;}
.wb-faq-section__list{width:100%;}
.wb-faq-section__item{border-bottom:1px solid var(--faq-border-color,
  #d9dde1);}
.wb-faq-section__item:first-child{border-top:0;}
.wb-faq-section__summary{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;padding:var(--faq-padding-vertical,
  26px) 0;text-align:left;}
.wb-faq-section__question{font-size:24px;font-weight:400;line-height:140%;color:#292A2B;margin:0;}
.wb-faq-section__icon{flex:0 0 auto;width:18px;height:18px;color:var(--faq-icon-color,
  #111827);display:inline-flex;align-items:center;justify-content:center;transform:rotate(0deg);transition:transform 240ms ease;}
.wb-faq-section__icon svg{width:100%;height:100%;transition:transform 240ms ease;}
.wb-faq-section__item[data-open='true'] .wb-faq-section__icon svg{transform:rotate(180deg);}
.wb-faq-section__icon::before{content:'';width:10px;height:10px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);transform-origin:center;display:none;}
.wb-faq-section__icon:empty::before{display:block;}
.wb-faq-section__answer{max-height:0;overflow:hidden;padding:0 56px 0 0;color:#6E6E6E;font-size:16px;font-weight:300;line-height:22px;letter-spacing:0;opacity:0;transition:max-height 280ms ease,
  opacity 220ms ease,
  padding-bottom 220ms ease;}
.wb-faq-section__item[data-open='true'] .wb-faq-section__answer{max-height:var(--faq-answer-max-height,
  320px);padding-bottom:var(--faq-padding-vertical,
  26px);opacity:1;}
.wb-faq-section__answer > *:first-child{margin-top:0;}
.wb-faq-section__answer > *:last-child{margin-bottom:0;}
.wb-faq-section__answer p{margin:0;}
#ivg125{--faq-primary-color:#000a11;--faq-border-color:#d9dde1;--faq-answer-color:#768389;--faq-icon-color:#111827;}
#wb-layer-mojet7o8-1{display:none;width:auto;max-width:100%;height:auto;margin-left:auto;margin-right:auto;overflow:hidden;}
.wb-cms-product-related{width:100%;padding:92px 0 96px;background:#fafafa;color:#090909;box-sizing:border-box;overflow:hidden;}
.wb-cms-product-related, .wb-cms-product-related *{box-sizing:border-box;}
.wb-cms-product-related__container{width:100%;margin:0 auto;}
.wb-cms-product-related__header{margin-bottom:34px;}
.wb-cms-product-related__title{margin:0;color:#000;font-size:56px;line-height:1.12;font-weight:800;letter-spacing:0;}
.wb-cms-product-related__subtitle{margin:12px 0 0;color:#6f7081;font-size:22px;line-height:1.45;font-weight:400;}
.wb-cms-product-related__carousel{position:relative;}
.wb-cms-product-related__viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}
.wb-cms-product-related__viewport::-webkit-scrollbar{display:none;}
.wb-cms-product-related__track{display:flex;align-items:stretch;gap:24px;padding:0;}
.wb-cms-product-related__card{position:relative;flex:0 0 calc((100% - 48px) / 3);min-width:300px;min-height:600px;padding:20px 36px 36px;display:flex;flex-direction:column;background:#fff;border-radius:14px;scroll-snap-align:start;}
.wb-cms-product-related__card::after{content:'';position:absolute;left:50%;bottom:-20px;width:287px;height:41px;opacity:0;pointer-events:none;background:#E4E3E3;filter:blur(41px);transform:translateX(-50%);transition:opacity 240ms ease;z-index:-1;}
.wb-cms-product-related__card:hover::after{opacity:1;}
.wb-cms-product-related__media{width:100%;height:360px;display:flex;align-items:center;justify-content:center;margin-bottom:34px;}
.wb-cms-product-related__image{width:100%;height:100%;display:block;object-fit:contain;}
.wb-cms-product-related__body{margin-top:auto;}
.wb-cms-product-related__card-title{margin:0;color:#080808;font-size:20px;line-height:1.2;font-weight:600;letter-spacing:0;}
.wb-cms-product-related__desc{margin:10px 0 0;color:#111111;font-size:14px;line-height:20px;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.wb-cms-product-related__link{display:inline-flex;margin-top:24px;color:#3C53E8;font-size:14px;line-height:20px;font-weight:600;text-decoration:underline;text-underline-offset:4px;}
.wb-cms-product-related__nav{position:absolute;top:44%;z-index:2;width:46px;height:88px;padding:0;border:0;background:transparent;color:#777;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.wb-cms-product-related__nav:disabled{opacity:0.35;cursor:default;}
.wb-cms-product-related__nav--prev{left:-78px;}
.wb-cms-product-related__nav--next{right:-78px;}
.wb-cms-product-related__nav svg{display:block;width:27px;height:70px;}
#i64gl{height:155px;}
#ieqrj{transform: translateX(0px) translateY(-2px);}
.wb-cms-product-related__badge{position:absolute;top:40px;right:40px;z-index:2;max-width:calc(100% - 80px);display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#8200DB;color:#fff;font-size:24px;line-height:1.1;font-weight:800;letter-spacing:0;text-align:center;overflow-wrap:anywhere;}
#ibv588{background-color:#8200DB;color:#ffffff;}
#i0kf4j{background-color:#8200DB;color:#ffffff;}
#is4dhd{background-color:#8200DB;color:#ffffff;}
#iy2t1r{background-color:#8200DB;color:#ffffff;}
#idecfx{background-color:#8200DB;color:#ffffff;}
#ijd266{background-color:#8200DB;color:#ffffff;}
.wb-cms-product-related__container:not([data-show-badge="true"]) .wb-cms-product-related__badge{display:none;}
#i73xgvj{width:100%;display:none;}
.thb-main-menu, .thb-main-menu *{box-sizing:border-box;}
.thb-main-menu ul{list-style:none;margin:0;padding:0;}
.thb-main-menu a{color:#202437;text-decoration:none;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list{display:flex;align-items:center;gap:34px;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item{position:relative;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-link{display:flex;align-items:center;min-height:64px;font-size:16px;font-weight:500;white-space:nowrap;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:absolute;top:100%;left:50%;z-index:50;min-width:210px;padding:18px 22px;background:#fff;border-radius:6px;box-shadow:0 18px 40px rgba(18, 24, 40, 0.08);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%, 10px);transition:opacity .18s ease, transform .18s ease, visibility .18s ease;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu, .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.thb-main-menu .wb-menu-tree-submenu .wb-menu-tree-link{display:block;padding:9px 0;font-size:15px;line-height:1.4;white-space:nowrap;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu{left:50%;width:760px;min-width:760px;display:grid;grid-template-columns:minmax(0, 1fr) 260px;column-gap:44px;padding:28px 32px 32px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-link{font-weight:700;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px 42px;padding-top:22px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]){min-height:230px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after{content:"";display:block;height:170px;margin-top:24px;border-radius:6px;background:#f3f4f6 url("替换成轴承图片URL") center / contain no-repeat;}
#i8ruly{width:100%;max-width:1280px;margin:0 auto;}
.wb-post-latest-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px;width:100%;min-height:120px;}
.wb-post-latest__item{position:relative;display:flex;flex-direction:column;min-width:0;}
.wb-post-latest__media{aspect-ratio:42 / 34;overflow:hidden;background:#edf0f2;margin-bottom:16px;}
.wb-post-latest__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.45s ease;}
.wb-post-latest__date{font-size:14px;line-height:1.6;color:#003152;margin-bottom:8px;}
.wb-post-latest__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:Poppins, sans-serif;font-size:22px;line-height:1.2;font-weight:500;color:#000A11;margin-bottom:8px;transition:color 0.25s ease;}
.wb-post-latest__title-link{color:currentColor;text-decoration:none;}
.wb-post-latest__title-link::after{content:"";position:absolute;inset:0;z-index:1;}
.wb-post-latest__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.6;font-weight:400;color:#768389;margin-bottom:20px;}
.wb-post-latest__link{display:inline-flex;align-items:center;gap:14px;align-self:flex-start;font-family:Poppins, sans-serif;font-size:16px;line-height:1.3;font-weight:400;color:#003152;transition:color 0.25s ease, gap 0.25s ease;position:relative;padding-bottom:4px;}
.wb-post-latest__link::after{content:"";position:absolute;left:0;bottom:4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform 0.25s ease;}
.wb-post-latest__link-arrow{width:24px;height:24px;flex-shrink:0;transition:transform 0.25s ease;}
.wb-post-latest__item:hover .wb-post-latest__image{transform:scale(1.04);}
.wb-post-latest__item:hover .wb-post-latest__title{color:#0f4770;}
.wb-post-latest__item:hover .wb-post-latest__link{color:#0f4770;gap:18px;}
.wb-post-latest__item:hover .wb-post-latest__link-arrow{transform:translateX(6px);}
.wb-post-latest__item:hover .wb-post-latest__link::after{transform:scaleX(1);}
.wb-post-latest__item:hover .wb-post-latest__date, .wb-post-latest__item:hover .wb-post-latest__title, .wb-post-latest__item:hover .wb-post-latest__desc, .wb-post-latest__item:hover .wb-post-latest__link{color:#1B43ED;}
#i0uy4{display:none;}
#is51n{display:none;}
#ifd39{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}
#iev4gc{color:rgb(12, 16, 41);}
#i7lk5b{color:rgb(12, 16, 41);}
#ia7xp5{color:rgb(12, 16, 41);}
#ik95gr{display:none;}
#irz783{display:none;}
#ibjxge{display:none;}
#izjjxk{width:100%;height:100%;display:block;object-fit:cover;}
#izeq8e{width:100%;height:100%;display:block;object-fit:cover;}
@media (max-width:1439px){.wb-cms-product-related__container{width:min(100% - 64px,
    1180px);}
.wb-cms-product-related__title{font-size:46px;}
.wb-cms-product-related__subtitle{font-size:18px;}
.wb-cms-product-related__card{padding:20px 36px 36px;min-height:520px;}
.wb-cms-product-related__nav--prev{left:-54px;}
.wb-cms-product-related__nav--next{right:-54px;}
.wb-cms-product-related__badge{top:32px;right:32px;}}
@media (max-width:1024px){.ecosys-hero{min-height:540px;padding:140px 0 100px;}
.ecosys-challenges__header{gap:40px;}
.ecosys-challenge-card{padding:30px 26px 34px;}}
@media (max-width:1023px){.wb-faq-section{padding:72px 0 80px;}
.wb-faq-section__title{margin-bottom:44px;font-size:48px;}
.wb-faq-section__summary{padding:22px 0;}
.wb-faq-section__question{font-size:21px;}
.wb-faq-section__answer{padding:0 40px 22px 0;font-size:15px;}
.wb-cms-product-related__card{flex-basis:calc((100% - 20px) / 2);}
.wb-cms-product-related__track{gap:20px;}
.wb-cms-product-related__nav{display:none;}
.wb-post-latest-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px 16px !important;}}
@media (max-width:900px){.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list{flex-direction:column;align-items:stretch;gap:0;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:static;width:auto;min-width:0;display:block;opacity:1;visibility:visible;pointer-events:auto;transform:none;box-shadow:none;padding:8px 0 12px 18px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after{display:none;}}
@media (min-width:769px){.ecosys-challenge-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px -18px rgba(12,
    16,
    41,
    0.25);}
.ecosys-insight-card:hover .ecosys-insight-card__image img{transform:scale(1.04);}
.ecosys-resource-card:hover .ecosys-resource-card__image img{transform:scale(1.03);}
.ecosys-cta__btn:hover{background:#2a3fc9;transform:translateY(-2px);}}
@media (max-width:768px){.ecosys-hero{min-height:0;padding:110px 0 72px;}
.ecosys-hero__content{max-width:100%;}
.ecosys-hero__title{font-size:34px;line-height:1.15;margin-bottom:16px;}
.ecosys-hero__desc{font-size:13px;max-width:100%;}
.ecosys-challenges{padding-top:56px;padding-bottom:56px;}
.ecosys-challenges__header{grid-template-columns:1fr;gap:20px;margin-bottom:32px;}
.ecosys-challenges__title{font-size:30px;}
.ecosys-challenges__desc{font-size:14px;}
.ecosys-challenges__grid{grid-template-columns:1fr;gap:16px;}
.ecosys-challenge-card{padding:26px 24px 28px;}
.ecosys-challenge-card__icon{margin-bottom:16px;}
.ecosys-challenge-card__title{font-size:19px;margin-bottom:10px;}
.ecosys-challenge-card__text{font-size:13.5px;}
.ecosys-insights{padding:56px 0 64px;}
.ecosys-insights__header{margin-bottom:28px;}
.ecosys-insights__title{font-size:28px;}
.ecosys-faq__list .faq-item__question{min-height:54px;padding:14px 0;}
.ecosys-faq__list .faq-item__question span{font-size:14.5px;padding-right:28px;line-height:1.45;}
.ecosys-faq__list .faq-item__answer{font-size:13px;}
.ecosys-cta{padding:86px 0 92px;}
.ecosys-cta__title{font-size:28px;margin-bottom:22px;}
.ecosys-cta__btn{padding:12px 26px;font-size:14px;}}
@media (max-width:767px){.wb-resource-section__card-title{font-size:16px;line-height:1.2;margin-top:12px;margin-right:0px;margin-bottom:4px;margin-left:0px;}
.wb-resource-section__card-text{font-size:13px;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;}
.wb-resource-section{padding:40px 0;}
.wb-resource-section__inner{padding:0 16px;}
.wb-resource-section__header{margin-bottom:24px;}
.wb-resource-section__title{font-size:28px;margin-bottom:8px;}
.wb-resource-section__subtitle{font-size:13px;margin-bottom:28px;}
.wb-resource-section__card-view-more{font-size:13px;}
.wb-resource-section__nav-btn{display:none;}
.wb-section{padding-top:50px;padding-right:0px;padding-bottom:50px;padding-left:0px;}
#i0xqhc{font-size:028px;font-weight:700;line-height:120%;}
#idolut{font-size:13px;line-height:1.4;}
#im6za1{padding-top:0px;margin-bottom:0px;}
#is000p{padding-top:50px;padding-bottom:50px;}
.ecosys-hero__title{font-size:28px;margin-bottom:8px;}
.wb-faq-section{padding-top:20px;padding-bottom:0px;}
.wb-faq-section__title{margin-bottom:28px;font-size:24px;line-height:1.2;letter-spacing:-0.01em;}
.wb-faq-section__summary{gap:16px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}
.wb-faq-section__question{font-size:16px;line-height:1.45;}
.wb-faq-section__icon{width:16px;height:16px;}
.wb-faq-section__icon::before{width:8px;height:8px;}
.wb-faq-section__answer{font-size:13px;line-height:1.55;padding-top:0px;padding-right:28px;padding-bottom:0px;padding-left:0px;}
#iwuv{min-height:600px;background-image:url("https://thb-1258024384.cos.ap-hongkong.myqcloud.com/20260430/205-2x_1777560265868.webp");background-repeat:no-repeat;background-size:cover;}
.ecosys-challenges__title{font-size:28px;}
.ecosys-challenges__desc{font-size:14px;}
.ecosys-challenges__grid{display:grid;gap:8px;}
.ecosys-challenge-card{padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}
.ecosys-challenge-card__icon{margin-bottom:24px;width:30px;height:30px;}
.ecosys-challenge-card__title{font-size:16px;}
.ecosys-challenge-card__text{font-size:13px;}
.ecosys-insights{padding-top:50px;padding-bottom:50px;}
.ecosys-cta__title{font-style:normal;font-size:28px;}
#ijj1v7{display:none;}
#ecosysCtaTitle{font-style:normal;font-size:28px;}
#ijv6ja{display:flex;flex-direction:column;justify-content:center;}
#ikjb0l{padding-top:0px;padding-bottom:0px;height:34px;padding-left:36px;padding-right:36px;border-top-left-radius:0px;font-size:13px;font-weight:600;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}
#wb-layer-mojet7o8-1{display:block;}
.wb-resource-section__swiper{margin-right:0px;}
.wb-cms-product-related{padding:54px 0 60px;}
.wb-cms-product-related__container{width:100%;}
.wb-cms-product-related__header{margin-bottom:24px;}
.wb-cms-product-related__title{font-size:28px;line-height:1.18;}
.wb-cms-product-related__subtitle{margin-top:8px;font-size:14px;}
.wb-cms-product-related__track{gap:16px;padding-bottom:0;}
.wb-cms-product-related__card{flex-basis:60%;min-width:auto;min-height:auto;padding:10px 16px 16px;border-radius:10px;}
.wb-cms-product-related__media{margin-bottom:26px;height:auto;}
.wb-cms-product-related__card-title{font-size:16px;}
.wb-cms-product-related__desc{font-size:14px;-webkit-line-clamp:2;}
.wb-cms-product-related__link{font-size:14px;margin-top:8px;}
.wb-cms-product-related__badge{top:18px;right:18px;max-width:calc(100% - 36px);border-radius:4px;}
#i64gl{height:70px;}
.services__swiper .swiper-slide{flex:0 0 calc((100% - 12px) / 1.3);width:calc((100% - 12px) / 1.3);}
.services__swiper.swiper{box-sizing:border-box;overflow:hidden;--swiper-pagination-bullet-width:16px;--swiper-pagination-bullet-height:1px;}
.wb-post-latest-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:64%;gap:8px;overflow-x:auto;padding:0 20px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:20px;scroll-padding-right:20px;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:start;}
.wb-post-latest-grid::-webkit-scrollbar{display:none;}
.wb-post-latest__item{width:100%;scroll-snap-align:center;}
.wb-post-latest__item:first-child{scroll-snap-align:start;}
.wb-post-latest__item:last-child{scroll-snap-align:end;}
.wb-post-latest__media{margin-bottom:8px;}
.wb-post-latest__date{font-size:12px;margin-bottom:4px;}
.wb-post-latest__title{-webkit-line-clamp:2;font-size:16px;line-height:1.4;margin-bottom:4px;}
.wb-post-latest__desc{font-size:12px;line-height:1.4;margin-bottom:12px;}
.wb-post-latest__link{font-size:13px;gap:10px;}
.wb-post-latest__link-arrow{width:16px;height:16px;}
#i8ruly{grid-column:1 / -1;}}

/* Global Custom CSS */
.wb-cms-dynamic-html *{
    margin-block: revert;
    font-size: revert;
    font-weight: revert;
}
.wb-cms-dynamic-html strong{
    font-weight: 600;
}
.services__swiper .services__card{
    display: block;
}
:root {
    --primary-blue: #1B43ED;
    --dark-blue: #080E2B;
    --text-dark: #0C1029;
    --text-gray: #666;
    --bg-light: #f8f9fa;
    --transition: 0.3s ease;
 --toolbar-bg: #ffffff;
            --border: #e5e7eb;
            --text: #111827;
            --muted: #6b7280;
            --safe-top: env(safe-area-inset-top, 0px);
            --safe-right: env(safe-area-inset-right, 0px);
            --safe-bottom: env(safe-area-inset-bottom, 0px);
            --safe-left: env(safe-area-inset-left, 0px);
--wb-pdf-viewer-toolbar-bg:#fff;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:not(dialog) {
    margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
#root, #__next {
    isolation: isolate;
}
ul,ol{
    list-style: none;
}
button{
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
}
/* =========================================
   Reset & Base
   ========================================= */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
article{
    position: relative;
}
/* =========================================
   Layout Utilities
   ========================================= */
.page-width {
    --content-max: 1240px;
    --gutter: 20px;

    display: grid;
    grid-template-columns:
        minmax(var(--gutter), 1fr)
        minmax(0, var(--content-max))
        minmax(var(--gutter), 1fr);
}

.page-width > * {
    grid-column: 2;
}

section.page-width {
    overflow-x: hidden;
}
 .wb-loop-grid__grid::-webkit-scrollbar {
        display: none;
    }
    body [data-wb-loop-grid-cards="loop-grid-1"]>* {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

/* =========================================
   Reset & Base
   ========================================= */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

/* =========================================
   Logo
   ========================================= */
.site-header__logo {
    display: flex;
    align-items: center;
    gap: 2px;
}

.site-header__logo a {
    display: flex;
    align-items: center;
    gap: 2px;
}

.logo-circle {
    width: 32px;
    height: 32px;
    border: 2.5px solid var(--primary-blue);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   Header & Navigation
   ========================================= */
.site-header {
    --header-height: 64px;
    --dropdown-menu-offset: 8px;
    --megamenu-offet: 8px;
    --dropdown-menu-radius: 8px;
    --megamenu-radius: 8px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background var(--transition), box-shadow var(--transition);

}

.site-header--scrolled {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(2, 5, 27, 0.09);
}

.site-header__nav {
    display: flex;
    height: var(--header-height);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header__nav-list {
    display: flex;
    gap: 40px;
    list-style: none;
}

.site-header__nav-item--has-dropdown {
    position: relative;
}

.site-header__nav-link {
    font-size: 14px;
    display: block;
    line-height: var(--header-height);
    color: var(--text-dark);
    font-weight: 400;
    transition: color var(--transition);
    white-space: nowrap;
}

@media (min-width: 769px) {
    .site-header__nav-link:hover {
        color: var(--primary-blue);
    }
}

.site-header__nav-link--active {
    color: var(--primary-blue);
    font-weight: 600;
}

/* =========================================
   Header Dropdown / Mega menu (Shared)
   Matches design/menu-*.png
   ========================================= */
.site-header__dropdown-wrap--right {
    left: auto;
    right: 0;
    transform: none;
}

.site-header__nav-item--has-dropdown:hover > .site-header__dropdown-wrap,
.site-header__nav-item--has-dropdown:focus-within > .site-header__dropdown-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.site-header__dropdown {
    min-width: 200px;
    background: #fff;
    border-radius: var(--megamenu-radius);
    padding: 10px;
    box-shadow: 0 8px 30px rgba(12, 16, 41, 0.08);
    display: grid;
    gap: 4px;
}

.site-header__dropdown--right {
    min-width: 180px;
}

.site-header__dropdown-link {
    display: block;
    white-space: nowrap;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.2;
    transition: background var(--transition), color var(--transition);
}

.site-header__dropdown-link--active,
.site-header__dropdown-link:hover {
    background: #F3F3F3;
}

/* Products mega menu */
.site-header__dropdown--mega {
    min-width: 620px;
    padding: 0;
}

.site-header__mega {
    display: grid;
    grid-template-columns: 1fr 1fr 260px;
    gap: 26px;
    padding: 20px 10px;
}

.site-header__mega-col {
    min-width: 0;
}

.site-header__mega-col--right {
    padding-left: 6px;
}

.site-header__mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 12px;
    padding-inline: 10px;
}

.site-header__mega-head--empty {
    height: 18px;
    margin-bottom: 12px;
}

.site-header__mega-head i {
    font-size: 12px;
    color: #1d1d1d;
    opacity: 0.75;
}

.site-header__mega-list {
    display: grid;
    gap: 4px;
}

.site-header__mega-item {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #6F7179;
    transition: background var(--transition), color var(--transition);
}

.site-header__mega-item--active,
.site-header__mega-item:hover {
    background: #F3F3F3;
    color: #1d1d1d;
}

.site-header__mega-media {
    border-radius: 6px;
    background: #F3F4F6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    min-height: 220px;
    margin-inline: 10px;
}

.site-header__mega-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.site-header__search input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    font-family: inherit;
    color: var(--text-dark);
}

.btn--consult {
    background: var(--primary-blue);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

@media (min-width: 769px) {
    .btn--consult:hover {
        background: #2a3fc9;
    }
}

.btn--square {
    border-radius: 0 !important;
}

/* Hamburger */
.site-header__hamburger {
    display: none;
    flex-direction: column;
    gap: 3px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.site-header__hamburger span {
    display: block;
    width: 17px;
    height: 3px;
    transform: scaleY(0.5);
    background: var(--text-dark);
    border-radius: 2px;
    transition: all var(--transition);
    transform-origin: center;
}

.site-header__hamburger--open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) scaleY(0.5);
}

.site-header__hamburger--open span:nth-child(2) {
    opacity: 0;
}

.site-header__hamburger--open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) scaleY(0.5);
}

/* Mobile Menu */
.nav-mobile {
    display: none;
    background: #F7F7F7;
    border-top: 1px solid #e8e8e8;
    flex-direction: column;
}

.nav-mobile--open {
    display: flex;
}

.nav-mobile__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nav-mobile__item .nav-mobile__link {
    font-size: 15px;
    font-weight: 500;
}

.nav-mobile__item .nav-mobile__link.active {
    color: var(--primary-blue);
}

/* =========================================
   Buttons
   ========================================= */
.btn--primary {
    background: var(--primary-blue);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    display: inline-block;
    transition: background var(--transition);
}

@media (min-width: 769px) {
    .btn--primary:hover {
        background: #2a3fc9;
    }
}

.btn--primary.btn--rounded {
    border-radius: 999px;
}

.btn--primary.btn--lg {
    padding: 16px 56px;
    font-size: 16px;
    justify-self: center;
}

.btn--secondary {
    background: #fff;
    color: var(--text-dark);
    padding: 14px 32px;
    font-size: 16px;
    display: inline-block;
    transition: box-shadow var(--transition);
}

@media (min-width: 769px) {
    .btn--secondary:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }
}
.site-header__mobile-search {
    display: none;
}

@media (max-width: 767px) {
    body.nav-mobile-open {
        overflow: hidden;
    }

    .site-header {
        z-index: 1500;
    }

    .site-header__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .site-header__actions {
        order: 1;
        width: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .site-header__logo {
        order: 2;
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }

    .site-header__logo img {
        width: 90px;
        height: auto;
    }

    .site-header__hamburger {
        margin: 0;
    }

    .site-header__mobile-search {
        order: 3;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        background: transparent;
        color: #111827;
        cursor: pointer;
    }

    .site-header__mobile-search svg,
    .nav-mobile__back svg {
        width: 24px;
        height: 24px;
        display: block;
        stroke: currentColor;
    }

    .nav-mobile {
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1400;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    .nav-mobile--open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }


    .nav-mobile__content {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 40px 20px;
    }

    .nav-mobile__panel {
        display: grid;
        gap: 32px;
    }

    .nav-mobile__heading {
        margin: 0;
        color: #0f172a;
        font-size: 24px;
        line-height: 1.17;
        font-weight: 600;
    }

    .nav-mobile__heading-row {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nav-mobile__list {
        display: grid;
        gap: 18px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-mobile__link,
    .nav-mobile__entry,
    .nav-mobile__viewall,
    .nav-mobile__feature-link {
        color: #111827;
        text-decoration: none;
    }

    .nav-mobile__link,
    .nav-mobile__entry {
        min-height: 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        text-align: left;
        font-size: 18px;
        line-height: 1.22;
        font-weight: 400;
        cursor: pointer;
    }

    .nav-mobile__entry-icon {
        flex: 0 0 auto;
        font-size: 20px;
        line-height: 1;
    }

    .nav-mobile__viewall,
    .nav-mobile__feature-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
    }

    .nav-mobile__feature {
        display: grid;
        gap: 14px;
    }

    .nav-mobile__feature-card {
        display: block;
        overflow: hidden;
        border-radius: 14px;
        background: #f3f4f6;
    }

    .nav-mobile__feature-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .nav-mobile__footer .btn--consult {
        display: inline-flex;
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
}
/* =========================================
   Section Header
   ========================================= */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 40px;
}

.section-header__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 50%;
    flex-shrink: 0;
    white-space: pre-line;
}

.section-header__desc {
    max-width: 500px;
    color: var(--text-gray);
    font-size: 16px;
}

/* =========================================
   Partner Banner
   ========================================= */
.partner {
    padding: 120px 0;
    text-align: center;
    background-image: url(/img/pexels-mikebirdy-190574@2x.webp);
    background-size: cover;
    background-position: center;
    background-color: var(--dark-blue);
    color: #fff;
}

.partner__tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 20px;
}

.partner__title {
    font-size: 54px;
    font-weight: 800;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.15;
}

/* =========================================
   Footer
   ========================================= */
footer {
    background: var(--dark-blue);
    color: #fff;
}

.footer__top {
    padding-top: 100px;
}

.footer__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer__links {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__newsletter {
    display: flex;
    overflow: hidden;
}

.footer__newsletter-input {
    padding: 14px 20px;
    width: 280px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    background: rgba(255, 255, 255, 1);
}

.footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer__newsletter .footer__subscribe {
    background: var(--primary-blue);
    color: #fff;
    padding: 14px 24px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    transition: background var(--transition);
    white-space: nowrap;
}

@media (min-width: 769px) {
    .footer__newsletter .footer__subscribe:hover {
        background: #2a3fc9;
    }
}

.footer__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}

.footer__links {
    font-family: 'Roboto', sans-serif;
}

.footer__menus {
    display: flex;
    justify-content: space-between;
}

.footer__menu-title {
    line-height: 2;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.footer__menu-list li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.15;
    position: relative;
}
.footer__menu-link::after{
    content: '';
    position: absolute;
}
.footer__col li i {
    margin-top: 0;
    flex-shrink: 0;
}

.footer__menus .footer__menu {
    max-width: 200px;
}

.footer__col a {
    /*transition: opacity var(--transition);*/
    /*display: block;*/
}

@media (min-width: 769px) {
    .footer__col a:hover {
        opacity: 1;
    }
}

.footer__social {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.footer__social-link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all var(--transition);
    margin-bottom: 0;
    font-size: 24px;
}

@media (min-width: 769px) {
    .footer__social-link:hover {
        transform: translateY(-4px);
    }
}

.footer__bottom {
    background: var(--primary-blue);
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    padding: 14px 20px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .u-desktop-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .u-mobile-hidden {
        display: none;
    }
}

/* =========================================
   Responsive — Tablet (≤ 1024px) — Shared
   ========================================= */
@media (max-width: 1024px) {
    .page-width {
        --gutter: 28px;
    }

    .site-header__nav-list {
        gap: 24px;
    }

    .footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================================
   Responsive — Small Tablet / Large Phone (≤ 768px) — Shared
   ========================================= */
@media (max-width: 767px) {
    .page-width {
        --gutter: 20px;
    }

    section.page-width {
        padding-block: 50px;
    }

    .btn--secondary,
    .btn--primary {
        font-size: 13px;
        padding: 6px 24px;
    }

    .section-header__title {
        max-width: 100%;
        font-size: 24px;
    }

    .site-header__nav {
        height: 60px;
    }

    /* Nav */
    .site-header__nav-list {
        display: none;
    }

    .site-header__search {
        display: none;
    }

    .btn--consult {
        display: none;
    }

    .site-header__hamburger {
        display: flex;
    }

    /* Dropdowns disabled on mobile (use hamburger nav) */
    .site-header__dropdown-wrap {
        display: none;
    }

    /* Section header */
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .section-header__desc {
        text-align: left;
        max-width: 100%;
        font-size: 14px;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__top-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__newsletter-input {
        width: 200px;
    }

    /* Partner */
    .partner__title {
        font-size: 34px;
    }
}

/* =========================================
   Responsive — Footer Mobile
   ========================================= */
@media (max-width: 768px) {
    footer {
        overflow: hidden;
    }

    .footer__top {
        padding-top: 78px;
    }

    .footer__top-inner {
        align-items: stretch;
        gap: 44px;
    }

    .footer__logo img {
        width: 176px;
        /* max-width: 78%; */
        height: auto;
    }

    .footer__newsletter {
        width: 100%;
        min-height: 38px;
    }

    .footer__newsletter-input {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        padding: 0 12px;
    }

    .footer__newsletter .footer__subscribe {
        flex: 0 0 120px;
        justify-content: center;
        padding: 10px 20px;
        font-size: 13px;
    }

    .footer__links {
        padding-top: 58px;
        padding-bottom: 74px;
    }

    .footer__grid {
        display: flex;
        flex-direction: column;
        gap: 58px;
    }

    .footer__menus {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 36px;
        row-gap: 32px;
        order: 1;
    }

    .footer__menus .footer__menu {
        max-width: none;
        min-width: 0;
    }

    .footer__menus .footer__menu:nth-child(1) {
        order: 1;
    }

    .footer__menus .footer__menu:nth-child(2) {
        order: 3;
    }

    .footer__menus .footer__menu:nth-child(3) {
        order: 2;
    }

    .footer__menus .footer__menu:nth-child(4) {
        order: 4;
    }

    .footer__menu-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.25;
    }

    .footer__menu-list li {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.4;
    }

    .footer__col {
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .footer__social {
        order: 1;
        gap: 28px;
        margin-top: 4px;
        margin-bottom: 40px;
    }

    .footer__social-link {
        width: auto;
        height: auto;
        border: 0;
        border-radius: 0;
        font-size: 20px;
        opacity: 1;
    }

    .footer__contact {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .footer__contact-item {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        line-height: 1.45;
    }

    .footer__contact-item:nth-child(1) {
        order: 2;
    }

    .footer__contact-item:nth-child(2) {
        order: 1;
    }

    .footer__contact-item:nth-child(3) {
        order: 3;
    }

    .footer__contact-item i {
        width: 14px;
        margin-top: 5px;
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }

    .footer__bottom {
        padding: 20px;
        font-size: 13px;
        line-height: 1.35;
    }
}


li.footer__contact-item {
    display: flex;
    gap: 7px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    align-items: flex-start;
}

ul.footer__contact {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}

.footer__contact-item .fas {
    margin-top: 4px;
}

body .wb-product-datasheet-list__checkbox input{
    width: 20px;
    height: 20px;
}
body .wb-product-datasheet-filter__range-input input{
    height: 32px;
    padding-right: 20px;
}

.wb-inquiry.contact-quiry#i318ch {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
@media(width <= 768px) {
    .wb-inquiry.contact-quiry#i318ch {
        column-gap: 10px;
    }
}
.contact-quiry .wb-inquiry__field:nth-of-type(3),
.contact-quiry .wb-inquiry__field:nth-of-type(4),
.contact-quiry .wb-inquiry__actions {
    grid-column: 1 /-1;
}

.thb-main-menu,
.thb-main-menu * {
  box-sizing: border-box;
}

.thb-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thb-main-menu a {
  color: #202437;
  text-decoration: none;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list {
  display: flex;
  align-items: center;
  gap: 34px;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item {
  position: relative;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-link {
  display: flex;
  align-items: center;
  min-height: 64px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

/* 默认一级下拉 */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  min-width: 210px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(18, 24, 40, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu,
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.thb-main-menu .wb-menu-tree-submenu .wb-menu-tree-link {
  display: block;
  padding: 9px 0;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

/* Products mega menu */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu {
  left: 50%;
  width: 760px;
  min-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  column-gap: 44px;
  padding: 28px 32px 32px;
}

/* By Bearing Type 标题 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-link {
  font-weight: 700;
}

/* 产品分类两列 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 42px;
  padding-top: 22px;
}

/* Evolution Series 右侧卡片 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) {
  min-height: 230px;
}

.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
  content: "";
  display: block;
  height: 170px;
  margin-top: 24px;
  border-radius: 6px;
  background: #f3f4f6 url("替换成轴承图片URL") center / contain no-repeat;
}

@media (max-width: 900px) {
  .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu {
    position: static;
    width: auto;
    min-width: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    padding: 8px 0 12px 18px;
  }

  .thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
    display: none;
  }
  /* Products 大菜单整体 */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-submenu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px 44px;
  width: 760px;
  min-width: 760px;
  padding: 28px 32px 32px;
}

/* By Bearing Type 标题 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

/* Evolution Series 标题 + 图片卡片 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) > .wb-menu-tree-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  font-weight: 700;
}

/* Evolution Series 标题文字在上 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-text {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Evolution Series 箭头 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-text::after,
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-link > .wb-menu-tree-text::after {
  content: "›";
  font-size: 26px;
  line-height: 1;
}

/* Evolution Series 图片在标题下方 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-icon {
  order: 2;
  display: block;
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 24px;
  border-radius: 6px;
  background: #f3f4f6;
}

/* 关掉之前用 ::after 做的灰色占位，否则会多出一个空块 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
  display: none !important;
}
}
.inset-link::after{
    content: '';
    position: absolute;
    inset: 0;
}
body .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) {
   
     width: 522px;
    padding: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
@media (max-width: 767px){
    body .services__swiper .swiper-pagination{
        display: none;
    }
}
@media (max-width: 767px) {
    body .wb-apps-carousel-thb .mi-apps__mini {
        padding: 0 20px;
    }
}

.wb-product-datasheet-filter__options{
        display: flex;
    flex-direction: column;
    padding: 20px;
}
.wb-product-datasheet-filter__option{
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
body .wb-post-latest__item:hover .wb-post-latest__link,
body .wb-post-latest__item:hover .wb-post-latest__title{
    color: #1B43ED;
}

.types-content::after{
    content: ' Types';
}
body .wb-product-datasheet-list__row,
body .wb-product-datasheet-list__header{
    grid-template-columns: 48px minmax(20px, 1.4fr) repeat(var(--wb-datasheet-field-count), minmax(136px, 1fr));
}

body .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) {
   
     width: 522px;
    padding: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 8px);
    min-width: 200px;
    background: #fff;
    border-radius: var(--megamenu-radius);
    padding: 10px;
    box-shadow: 0 8px 30px rgba(12, 16, 41, 0.08);
    display: grid;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    z-index: 1200;
}

* { box-sizing: border-box; }
body {margin: 0;}
a{text-decoration:none;}
.gjs-navbar--menu-left  .gjs-navbar__center{justify-content:flex-start;}
.gjs-navbar--menu-right .gjs-navbar__center{justify-content:flex-end;}
.gjs-navbar__link.is-active{background:#0A3D60;}
.gjs-navbar__link.is-active::after, .gjs-navbar__link[aria-current="page"]::after{opacity:1;transform:scaleX(1);}
.gjs-navbar.is-scrolled .gjs-navbar__link{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar.is-scrolled .gjs-navbar__link:hover{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar__burger span{display:block;width:18px;height:2px;background-color:#ffffff;transition:transform 0.2s,
  opacity 0.2s;}
.gjs-navbar__burger:hover span{background-color:var(--wb-navbar-current-link-color,
  #ffffff);}
.gjs-navbar.is-scrolled .gjs-navbar__burger span{background-color:#ffffff;}
.gjs-nav-group.is-active > .gjs-nav-group__btn::after, .gjs-nav-group.is-active > .gjs-nav-group__btn[aria-current="page"]::after{opacity:1;transform:scaleX(1);}
.gjs-navbar.is-scrolled .gjs-nav-group__btn{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar.is-scrolled .gjs-nav-group__btn:hover{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-nav-group:hover .gjs-nav-group__btn-chevron{transform:rotate(180deg);}
.gjs-nav-group:hover .gjs-nav-group__dropdown{opacity:1;visibility:visible;}
.gjs-nav-group:hover .gjs-nav-group__dropdown-inner{transform:translateY(0);}
.gjs-nav-group__dropdown-item.is-active, .gjs-nav-group__dropdown-item[aria-current="page"]{color:#003152;background-color:#F7F8FA;font-weight:600;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega, .gjs-nav-group__btn:hover + .gjs-nav-group__mega, .gjs-nav-group.is-open .gjs-nav-group__mega{opacity:1;visibility:visible;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-inner, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-inner, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-inner, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-inner, .gjs-nav-group.is-open .gjs-nav-group__mega-inner{transform:translateY(0);}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-item, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-item, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-item, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-item, .gjs-nav-group.is-open .gjs-nav-group__mega-item{opacity:1;transform:translateY(0);}
.gjs-nav-group__mega-item.is-active{color:#003152;font-weight:500;}
.gjs-nav-group__mega-item:hover .gjs-nav-group__mega-item-label::after, .gjs-nav-group__mega-item.is-active .gjs-nav-group__mega-item-label::after{width:100%;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-footer-link, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-footer-link, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-footer-link, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-footer-link, .gjs-nav-group.is-open .gjs-nav-group__mega-footer-link{opacity:1;transform:translateY(0);}
.site-header--fixed-transparent.site-header--scrolled{background:var(--thb-header-scroll-bg);}
.thb-main-menu, .thb-main-menu *{box-sizing:border-box;}
.thb-main-menu ul{list-style:none;margin:0;padding:0;}
.thb-main-menu a{color:#202437;text-decoration:none;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list{display:flex;align-items:center;gap:34px;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item{position:relative;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-link{display:flex;align-items:center;min-height:64px;font-size:16px;font-weight:500;white-space:nowrap;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:absolute;top:100%;left:50%;z-index:50;min-width:210px;padding:18px 22px;background:#fff;border-radius:6px;box-shadow:0 18px 40px rgba(18, 24, 40, 0.08);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%, 10px);transition:opacity .18s ease, transform .18s ease, visibility .18s ease;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu, .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.thb-main-menu .wb-menu-tree-submenu .wb-menu-tree-link{display:block;padding:9px 0;font-size:15px;line-height:1.4;white-space:nowrap;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu{left:50%;width:760px;min-width:760px;display:grid;grid-template-columns:minmax(0, 1fr) 260px;column-gap:44px;padding:28px 32px 32px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-link{font-weight:700;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px 42px;padding-top:22px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]){min-height:230px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after{content:"";display:block;height:170px;margin-top:24px;border-radius:6px;background:#f3f4f6 url("替换成轴承图片URL") center / contain no-repeat;}
.wb-menu-tree{display:block;width:100%;}
.wb-menu-tree-nav{width:100%;}
.wb-menu-tree-list{list-style:none;margin:0;padding:0;}
.wb-menu-tree-submenu{list-style:none;margin:0;padding:0;}
.wb-menu-tree-link{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none;line-height:1.6;}
.wb-menu-tree-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0;}
.wb-menu-tree-text{min-width:0;}
.wb-menu-tree-item.is-has-children > .wb-menu-tree-link::after{content:'▾';font-size:10px;color:currentColor;opacity:0.65;}
#i889h{display:flex;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;width:auto;}
.site-header{--primary-blue:#3C53E8;--dark-blue:#080E2B;--text-dark:#0C1029;--text-gray:#666;--transition:0.2s ease-in-out;--header-height:64px;--thb-mobile-header-height:60px;--thb-header-bg:transparent;--thb-header-scroll-bg:#fff;--thb-header-link-color:var(--text-dark);--thb-header-scroll-link-color:var(--text-dark);--thb-logo-height:36px;--thb-mobile-logo-height:32px;--thb-gutter:40px;--thb-mobile-gutter:20px;--thb-nav-gap:40px;--dropdown-menu-offset:8px;--megamenu-offset:8px;--dropdown-menu-radius:8px;--megamenu-radius:8px;}
.site-header .page-width{--content-max:1240px;--gutter:var(--thb-gutter);display:grid;grid-template-columns:minmax(var(--gutter), 1fr)
      minmax(0, var(--content-max))
      minmax(var(--gutter), 1fr);}
.site-header .page-width > *{grid-column:2;}
.site-header a{text-decoration:none;}
.site-header input{min-width:0;}
.site-header__logo{display:flex;align-items:center;gap:2px;}
.site-header__logo a{display:flex;align-items:center;}
.site-header__logo img{height:var(--thb-logo-height);width:auto;display:block;}
.site-header--fixed-transparent{background:var(--thb-header-bg);position:fixed;}
.site-header__nav{display:flex;height:var(--header-height);align-items:center;justify-content:space-between;gap:24px;}
.site-header__nav-list{display:flex;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;}
.site-header__nav-list.wb-menu-tree{width:auto;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-nav{width:auto;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list{display:flex;flex-direction:row;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-item{position:relative;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:absolute;left:50%;top:100%;transform:translate(-50%, 8px);min-width:200px;background:#fff;border-radius:var(--megamenu-radius);padding:10px;box-shadow:0 8px 30px rgba(12, 16, 41, 0.08);display:grid;gap:4px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), visibility var(--transition), transform var(--transition);z-index:1200;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu, .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu){width:790px;min-width:0;padding:20px;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item:first-child{grid-column:span 2;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item:first-child > .wb-menu-tree-submenu{grid-template-columns:repeat(2, minmax(0, 1fr));column-gap:28px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-submenu{position:static;display:grid;gap:4px;margin-top:12px;padding:0;background:transparent;box-shadow:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-link{font-size:14px;display:block;line-height:var(--header-height);color:var(--thb-header-link-color);font-weight:400;transition:color var(--transition);white-space:nowrap;text-decoration:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-link{line-height:1.2;padding:10px;border-radius:6px;color:#1d1d1d;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-link:hover{background:#F3F3F3;color:#1d1d1d;opacity:1;}
.site-header--scrolled .site-header__nav-list.wb-menu-tree .wb-menu-tree-link{color:var(--thb-header-scroll-link-color);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-link:hover{color:var(--thb-header-link-color);opacity:0.82;}
.site-header--scrolled .site-header__nav-list.wb-menu-tree .wb-menu-tree-link:hover{color:var(--thb-header-scroll-link-color);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-icon{display:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-inline:16px 4px;margin-bottom:20px;font-size:16px;font-weight:700;line-height:24px;background:transparent;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link::after{content:'›';margin-left:auto;color:#666;font-size:28px;line-height:1;font-weight:300;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon{order:3;display:block;width:100%;height:auto;max-height:448px;aspect-ratio:1 / 1;object-fit:contain;padding:28px;margin-top:18px;background:#F3F3F3;border-radius:10px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon[src=''], .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon:not([src]){display:none;}
.site-header--scrolled .site-header__nav-link{color:var(--thb-header-scroll-link-color);}
.site-header--scrolled .site-header__nav-link:hover{color:var(--thb-header-scroll-link-color);}
.site-header--menu-left .site-header__nav-list{margin-right:auto;}
.site-header--menu-right .site-header__nav-list{margin-left:auto;}
.site-header--scrolled .site-header__nav-link--active{color:var(--thb-header-scroll-link-color);}
.site-header__nav-item--has-dropdown:hover > .site-header__dropdown-wrap, .site-header__nav-item--has-dropdown:focus-within > .site-header__dropdown-wrap{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.site-header__mega-head i{font-size:30px;color:#1d1d1d;opacity:0.75;font-weight:normal;font-style:normal;}
.site-header__mega-media img{width:100%;height:100%;display:block;object-fit:contain;}
.site-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.site-header__search{background:#fff;border-radius:20px;padding:0 14px;display:flex;align-items:center;width:160px;height:36px;box-shadow:0 0 0 1px #CDCDCD inset;gap:8px;color:#999;transition:all var(--transition);}
.site-header__search:has(:focus-within){box-shadow:0 0 0 1px var(--primary-blue) inset;}
.site-header__search svg{flex:0 0 auto;}
.site-header__search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:var(--text-dark);}
.site-header .btn--consult{background:var(--primary-blue);color:#fff;border-radius:999px;font-size:14px;height:36px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:background var(--transition), transform var(--transition);font-family:inherit;font-weight:500;cursor:pointer;border:none;text-decoration:none;}
.site-header .btn--consult:hover{background:#2a3fc9;}
.site-header__hamburger{display:none;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer;padding:4px;}
.site-header__hamburger span{display:block;width:17px;height:3px;transform:scaleY(0.5);background:var(--thb-header-link-color);border-radius:2px;transition:all var(--transition);transform-origin:center;}
.site-header--scrolled .site-header__hamburger span{background:var(--thb-header-scroll-link-color);}
.site-header__hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg) scaleY(0.5);}
.site-header__hamburger--open span:nth-child(2){opacity:0;}
.site-header__hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg) scaleY(0.5);}
.site-header__mobile-search{display:none;}
.site-header .site-search{display:none;}
.site-header .nav-mobile{display:none;}
.site-header .nav-mobile--open{display:flex;}
#iwd4{--primary-blue:#3C53E8;--thb-header-bg:transparent;--thb-header-scroll-bg:#ffffff;--thb-header-link-color:#0C1029;--thb-header-scroll-link-color:#0C1029;--header-height:64px;--thb-mobile-header-height:60px;--thb-gutter:40px;--thb-mobile-gutter:20px;--thb-nav-gap:40px;--thb-logo-height:36px;--thb-mobile-logo-height:32px;}
#iwfu1{width:112px;height:40px;}
#iabil{background-color:var(--wb-gc-gc_mo5heifq_k1yd);}
@media (max-width:1023px){.gjs-navbar__right > .gjs-navbar__link--cta{display:none;}
.gjs-navbar--drawer-left .gjs-navbar__menu{right:auto;left:0;transform:translateX(-105%);box-shadow:8px 0 40px rgba(0,
    0,
    0,
    0.4);}
.gjs-navbar--drawer-left .gjs-navbar__menu.is-open{transform:translateX(0);}
.gjs-nav-group__btn:hover, .gjs-navbar.is-scrolled .gjs-nav-group__btn, .gjs-navbar.is-scrolled .gjs-nav-group__btn:hover{color:#000A11;background-color:#f6f7f8;}
.gjs-nav-group:hover .gjs-nav-group__btn-chevron{transform:none;}
.gjs-nav-group.is-open .gjs-nav-group__btn-chevron{transform:rotate(180deg);}
.gjs-nav-group:hover .gjs-nav-group__dropdown{opacity:1;visibility:visible;transform:none;}
.gjs-nav-group.is-open .gjs-nav-group__dropdown{max-height:500px;padding-top:0;}
.gjs-nav-group.is-open .gjs-nav-group__mega{max-height:800px;}}
@media (max-width:1024px){.site-header .page-width{--gutter:min(28px, var(--thb-gutter));}
.site-header__nav-list{gap:24px;}}
@media (max-width:900px){.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list{flex-direction:column;align-items:stretch;gap:0;}
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:static;width:auto;min-width:0;display:block;opacity:1;visibility:visible;pointer-events:auto;transform:none;box-shadow:none;padding:8px 0 12px 18px;}
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after{display:none;}}
@media (max-width:767px){.gjs-navbar__right > .gjs-search{display:flex;color:var(--wb-navbar-current-link-color,
    #ffffff);}
.gjs-navbar__burger span{width:17px;height:1.5px;border-radius:0;background-color:#ffffff;}
.gjs-navbar__burger:hover span{background-color:var(--wb-navbar-current-link-color,
    #ffffff);}
.gjs-navbar.is-scrolled .gjs-navbar__burger span{background-color:var(--wb-navbar-current-link-color,
    #ffffff);}
.nav-mobile{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}
.services__swiper .swiper-slide{flex:0 0 calc((100% - 12px) / 1.3);width:calc((100% - 12px) / 1.3);}
.site-header .page-width{--gutter:var(--thb-mobile-gutter);}
.site-header{z-index:1500;}
.site-header__nav{height:var(--thb-mobile-header-height);gap:12px;}
.site-header__nav-list{display:none;}
.site-header__nav-list.wb-menu-tree{display:none !important;}
.site-header__search{display:none;}
.site-header .btn--consult{display:none;}
.site-header__actions{order:1;width:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:flex-start;gap:0;}
.site-header__logo{order:2;flex:1 1 auto;display:flex;justify-content:center;}
.site-header__logo img{width:auto;height:var(--thb-mobile-logo-height);}
.site-header__hamburger{display:flex;margin:0;}
.site-header__mobile-search{order:3;width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:var(--thb-header-link-color);cursor:pointer;}
.site-header--scrolled .site-header__mobile-search{color:var(--thb-header-scroll-link-color);}
.site-header__mobile-search svg, .site-header .nav-mobile__back svg{width:24px;height:24px;display:block;stroke:currentColor;}
.site-header .nav-mobile{position:fixed;top:var(--thb-mobile-header-height);right:0;bottom:0;left:0;z-index:1400;background:rgba(255, 255, 255, 0.98);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity 0.26s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.32s;will-change:opacity, transform;flex-direction:column;}
.site-header .nav-mobile--open{display:flex;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 0.26s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;}
.site-header .nav-mobile__content{position:relative;height:100%;overflow:hidden;isolation:isolate;}
.site-header .nav-mobile__panel{position:absolute;inset:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:28px;padding:44px 20px 56px;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(0);transition:transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s linear 0.34s;will-change:transform, opacity;}
.site-header .nav-mobile__panel.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s;}
.site-header .nav-mobile__panel.is-entering-from-right{opacity:0;visibility:visible;pointer-events:none;transform:translateX(44px);}
.site-header .nav-mobile__panel.is-entering-from-left{opacity:0;visibility:visible;pointer-events:none;transform:translateX(-44px);}
.site-header .nav-mobile__panel.is-exiting-to-left{opacity:0;visibility:visible;pointer-events:none;transform:translateX(-36px);}
.site-header .nav-mobile__panel.is-exiting-to-right{opacity:0;visibility:visible;pointer-events:none;transform:translateX(36px);}
.site-header .nav-mobile__heading{margin:0;color:#0f172a;font-size:26px;line-height:1.15;font-weight:700;}
.site-header .nav-mobile__heading-row{display:flex;align-items:center;gap:8px;}
.site-header .nav-mobile__back{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#111827;cursor:pointer;}
.site-header .nav-mobile__list{display:grid;gap:8px;list-style:none;margin:0;padding:0;}
.site-header .nav-mobile__list > li{display:flex;align-items:stretch;gap:8px;}
.site-header .nav-mobile__link, .site-header .nav-mobile__viewall, .site-header .nav-mobile__feature-link{color:#111827;text-decoration:none;}
.site-header .nav-mobile__link{flex:1;min-height:52px;display:flex;align-items:center;gap:16px;padding:0;font-size:18px;line-height:1.35;font-weight:400;}
.site-header .nav-mobile__expand{flex:0 0 44px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#111827;cursor:pointer;}
.site-header .nav-mobile__entry-icon{flex:0 0 auto;font-size:20px;line-height:1;transition:transform 0.22s ease;}
.site-header .nav-mobile img, .site-header .nav-mobile [data-cms-bind-src]{display:none !important;}
.site-header .nav-mobile__expand:hover .nav-mobile__entry-icon, .site-header .nav-mobile__expand:focus-visible .nav-mobile__entry-icon{transform:rotate(90deg);}
.site-header .nav-mobile__viewall, .site-header .nav-mobile__feature-link{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;}
.site-header .nav-mobile__feature{display:grid;gap:14px;}
.site-header .nav-mobile__feature-card{display:block;overflow:hidden;border-radius:14px;background:#f3f4f6;}
.site-header .nav-mobile__feature-card img{width:100%;height:auto;display:block;}
.site-header .site-search{position:fixed;inset:0;z-index:1600;display:flex;flex-direction:column;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;}
.site-header .site-search--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 0.22s ease, transform 0.22s ease, visibility 0s;}
.site-header .site-search__bar{display:flex;align-items:center;gap:8px;height:var(--thb-mobile-header-height);padding:0 12px 0 16px;border-bottom:1px solid #e8e8e8;background:#fff;}
.site-header .site-search__form{flex:1;display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;border-radius:999px;background:#f2f3f5;}
.site-header .site-search__icon{color:#999;font-size:15px;flex:0 0 auto;}
.site-header .site-search__input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:15px;font-family:inherit;color:var(--text-dark);padding:0;height:100%;}
.site-header .site-search__input::placeholder{color:#999;}
.site-header .site-search__clear{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#666;cursor:pointer;}
.site-header .site-search__clear svg{width:20px;height:20px;}
.site-header .site-search__close{flex:0 0 auto;height:40px;padding:0 6px;border:0;background:transparent;color:var(--primary-blue);font:inherit;font-size:15px;cursor:pointer;}
.site-header .site-search__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 40px;}}

.wb-post-card { position: relative; overflow: hidden; }
  .wb-post-card-img-wrap { overflow: hidden; aspect-ratio: 4 / 3; }
  .wb-post-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.2s ease; }
  .wb-post-card:hover .wb-post-card-img { transform: scale(1.1); }
  .wb-post-card-body { transition: all 0.3s; padding-top: 16px; padding-bottom: 16px; }
  .wb-post-card-date { font-size: 14px; margin-bottom: 12px; display: block; color: #264FAA; }
  .wb-post-card-title { font-size: 20px; color: #041038; font-weight: 500; line-height: 1.18; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 8px; }
  .wb-post-card-excerpt { color: #193143; line-height: 1.6; height: 3.2em; font-weight: 300; margin-bottom: 16px; font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
  .wb-post-card-link { color: #041038; cursor: pointer; line-height: 1.5; text-decoration: none; font-size: 14px; }
  .wb-post-card:hover .wb-post-card-date,
  .wb-post-card:hover .wb-post-card-title,
  .wb-post-card:hover .wb-post-card-excerpt,
  .wb-post-card:hover .wb-post-card-link { color: #1B43ED; }
  .wb-post-card-link::after { content:''; position:absolute; inset:0; }
  @media (max-width: 1023px) {
    .wb-post-card-body { padding-top: 14px; padding-bottom: 14px; }
    .wb-post-card-title { font-size: 18px; }
  }
  @media (max-width: 767px) {
    .wb-post-card-body { padding-top: 12px; padding-bottom: 12px; }
    .wb-post-card-date { font-size: 13px; margin-bottom: 10px; }
    .wb-post-card-title {
      font-size: 16px;
      white-space: normal;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .wb-post-card-excerpt { font-size: 13px; margin-bottom: 12px; }
  }

/* Global Colors */
:root {
  --wb-gc-gc_mo5heifq_k1yd: #1B43ED;
  --wb-gc-gc_mo5het6b_ueua: #0A133B;
  --wb-gc-gc_mo5hh1zv_nmkc: #000000;
  --wb-gc-gc_mo5hh7b3_2zcb: #ffffff;
  --wb-gc-gc_mo5hhjal_b7rp: #1B43ED;
  --wb-gc-gc_mo5higif_j0pv: #F7F7F7;
  --wb-gc-gc_mo6nak0g_wr7b: #F9F9F9;
}

/* Global Font */
:root {
  --wb-global-font-family: inherit;
  --wb-h1-font-family: var(--wb-global-font-family);
  --wb-h1-font-size: 48px;
  --wb-h1-line-height: 1.15;
  --wb-h1-font-weight: 700;
  --wb-h1-text-transform: none;
  --wb-h1-font-style: normal;
  --wb-h1-text-decoration: none;
  --wb-h1-letter-spacing: 0px;
  --wb-h2-font-family: var(--wb-global-font-family);
  --wb-h2-font-size: 40px;
  --wb-h2-line-height: 1.18;
  --wb-h2-font-weight: 700;
  --wb-h2-text-transform: none;
  --wb-h2-font-style: normal;
  --wb-h2-text-decoration: none;
  --wb-h2-letter-spacing: 0px;
  --wb-h3-font-family: var(--wb-global-font-family);
  --wb-h3-font-size: 32px;
  --wb-h3-line-height: 1.22;
  --wb-h3-font-weight: 700;
  --wb-h3-text-transform: none;
  --wb-h3-font-style: normal;
  --wb-h3-text-decoration: none;
  --wb-h3-letter-spacing: 0px;
  --wb-h4-font-family: var(--wb-global-font-family);
  --wb-h4-font-size: 24px;
  --wb-h4-line-height: 1.28;
  --wb-h4-font-weight: 600;
  --wb-h4-text-transform: none;
  --wb-h4-font-style: normal;
  --wb-h4-text-decoration: none;
  --wb-h4-letter-spacing: 0px;
  --wb-h5-font-family: var(--wb-global-font-family);
  --wb-h5-font-size: 20px;
  --wb-h5-line-height: 1.35;
  --wb-h5-font-weight: 600;
  --wb-h5-text-transform: none;
  --wb-h5-font-style: normal;
  --wb-h5-text-decoration: none;
  --wb-h5-letter-spacing: 0px;
  --wb-h6-font-family: var(--wb-global-font-family);
  --wb-h6-font-size: 16px;
  --wb-h6-line-height: 1.4;
  --wb-h6-font-weight: 600;
  --wb-h6-text-transform: none;
  --wb-h6-font-style: normal;
  --wb-h6-text-decoration: none;
  --wb-h6-letter-spacing: 0px;
}
body,
button,
input,
textarea,
select {
  font-family: var(--wb-global-font-family);
}
h1 {
  font-family: var(--wb-h1-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h1-font-size);
  line-height: var(--wb-h1-line-height);
  font-weight: var(--wb-h1-font-weight);
  text-transform: var(--wb-h1-text-transform);
  font-style: var(--wb-h1-font-style);
  text-decoration-line: var(--wb-h1-text-decoration);
  letter-spacing: var(--wb-h1-letter-spacing);
}
h2 {
  font-family: var(--wb-h2-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h2-font-size);
  line-height: var(--wb-h2-line-height);
  font-weight: var(--wb-h2-font-weight);
  text-transform: var(--wb-h2-text-transform);
  font-style: var(--wb-h2-font-style);
  text-decoration-line: var(--wb-h2-text-decoration);
  letter-spacing: var(--wb-h2-letter-spacing);
}
h3 {
  font-family: var(--wb-h3-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h3-font-size);
  line-height: var(--wb-h3-line-height);
  font-weight: var(--wb-h3-font-weight);
  text-transform: var(--wb-h3-text-transform);
  font-style: var(--wb-h3-font-style);
  text-decoration-line: var(--wb-h3-text-decoration);
  letter-spacing: var(--wb-h3-letter-spacing);
}
h4 {
  font-family: var(--wb-h4-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h4-font-size);
  line-height: var(--wb-h4-line-height);
  font-weight: var(--wb-h4-font-weight);
  text-transform: var(--wb-h4-text-transform);
  font-style: var(--wb-h4-font-style);
  text-decoration-line: var(--wb-h4-text-decoration);
  letter-spacing: var(--wb-h4-letter-spacing);
}
h5 {
  font-family: var(--wb-h5-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h5-font-size);
  line-height: var(--wb-h5-line-height);
  font-weight: var(--wb-h5-font-weight);
  text-transform: var(--wb-h5-text-transform);
  font-style: var(--wb-h5-font-style);
  text-decoration-line: var(--wb-h5-text-decoration);
  letter-spacing: var(--wb-h5-letter-spacing);
}
h6 {
  font-family: var(--wb-h6-font-family, var(--wb-global-font-family));
  font-size: var(--wb-h6-font-size);
  line-height: var(--wb-h6-line-height);
  font-weight: var(--wb-h6-font-weight);
  text-transform: var(--wb-h6-text-transform);
  font-style: var(--wb-h6-font-style);
  text-decoration-line: var(--wb-h6-text-decoration);
  letter-spacing: var(--wb-h6-letter-spacing);
}

/* Page Styles */
* { box-sizing: border-box; }
body {margin: 0;}
.wb-loop-item-template__title{font-size:20px;line-height:140%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wb-loop-item-template__body{padding-top:12px;}
.wb-loop-item-template__link{color:var(--wb-gc-gc_mo5hhjal_b7rp);}
#i80k{margin-bottom:4px;font-size:20px;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#i2ipj{margin-bottom:16px;font-size:14px;line-height:20px;height:80px;}
#ie5ej{display:block;margin-left:0px;margin-right:auto;overflow:hidden;width:10px;height:10px;}
#i3xy2{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;}
#iqaxh{color:#374151;font-size:16px;line-height:1.8;margin:0;column-count:1;column-gap:32px;}
#i37b1{color:var(--wb-gc-gc_mo5hhjal_b7rp);font-size:16px;}
.wb-loop-item-template__summary{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
#ik1p{aspect-ratio:400 / 280;width:100%;object-fit:cover;}
#i1pwj{width:100%;height:100%;display:block;object-fit:cover;}
@media (max-width:767px){#i37b1{font-size:13px;}
.wb-loop-item-template__title{font-size:16px;}
#i2ipj{font-size:13px;}
#ik1p{aspect-ratio:52/36;}
#i80k{font-size:16px;}
.wb-loop-item-template__summary{-webkit-line-clamp:2;}
.services__swiper .swiper-slide{flex:0 0 calc((100% - 12px) / 1.3);width:calc((100% - 12px) / 1.3);}}

.wb-cms-dynamic-html *{
    margin-block: revert;
    font-size: revert;
    font-weight: revert;
}
.wb-cms-dynamic-html strong{
    font-weight: 600;
}
:root {
    --primary-blue: #3C53E8;
    --dark-blue: #080E2B;
    --text-dark: #0C1029;
    --text-gray: #666;
    --bg-light: #f8f9fa;
    --transition: 0.3s ease;
 --toolbar-bg: #ffffff;
            --border: #e5e7eb;
            --text: #111827;
            --muted: #6b7280;
            --safe-top: env(safe-area-inset-top, 0px);
            --safe-right: env(safe-area-inset-right, 0px);
            --safe-bottom: env(safe-area-inset-bottom, 0px);
            --safe-left: env(safe-area-inset-left, 0px);
--wb-pdf-viewer-toolbar-bg:#fff;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:not(dialog) {
    margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
#root, #__next {
    isolation: isolate;
}
ul,ol{
    list-style: none;
}
button{
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
}
/* =========================================
   Reset & Base
   ========================================= */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
article{
    position: relative;
}
/* =========================================
   Layout Utilities
   ========================================= */
.page-width {
    --content-max: 1240px;
    --gutter: 20px;

    display: grid;
    grid-template-columns:
        minmax(var(--gutter), 1fr)
        minmax(0, var(--content-max))
        minmax(var(--gutter), 1fr);
}

.page-width > * {
    grid-column: 2;
}

section.page-width {
    overflow-x: hidden;
}
 .wb-loop-grid__grid::-webkit-scrollbar {
        display: none;
    }
    body [data-wb-loop-grid-cards="loop-grid-1"]>* {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

/* =========================================
   Reset & Base
   ========================================= */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

/* =========================================
   Logo
   ========================================= */
.site-header__logo {
    display: flex;
    align-items: center;
    gap: 2px;
}

.site-header__logo a {
    display: flex;
    align-items: center;
    gap: 2px;
}

.logo-circle {
    width: 32px;
    height: 32px;
    border: 2.5px solid var(--primary-blue);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   Header & Navigation
   ========================================= */
.site-header {
    --header-height: 64px;
    --dropdown-menu-offset: 8px;
    --megamenu-offet: 8px;
    --dropdown-menu-radius: 8px;
    --megamenu-radius: 8px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background var(--transition), box-shadow var(--transition);

}

.site-header--scrolled {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(2, 5, 27, 0.09);
}

.site-header__nav {
    display: flex;
    height: var(--header-height);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header__nav-list {
    display: flex;
    gap: 40px;
    list-style: none;
}

.site-header__nav-item--has-dropdown {
    position: relative;
}

.site-header__nav-link {
    font-size: 14px;
    display: block;
    line-height: var(--header-height);
    color: var(--text-dark);
    font-weight: 400;
    transition: color var(--transition);
    white-space: nowrap;
}

@media (min-width: 769px) {
    .site-header__nav-link:hover {
        color: var(--primary-blue);
    }
}

.site-header__nav-link--active {
    color: var(--primary-blue);
    font-weight: 600;
}

/* =========================================
   Header Dropdown / Mega menu (Shared)
   Matches design/menu-*.png
   ========================================= */
.site-header__dropdown-wrap--right {
    left: auto;
    right: 0;
    transform: none;
}

.site-header__nav-item--has-dropdown:hover > .site-header__dropdown-wrap,
.site-header__nav-item--has-dropdown:focus-within > .site-header__dropdown-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.site-header__dropdown {
    min-width: 200px;
    background: #fff;
    border-radius: var(--megamenu-radius);
    padding: 10px;
    box-shadow: 0 8px 30px rgba(12, 16, 41, 0.08);
    display: grid;
    gap: 4px;
}

.site-header__dropdown--right {
    min-width: 180px;
}

.site-header__dropdown-link {
    display: block;
    white-space: nowrap;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.2;
    transition: background var(--transition), color var(--transition);
}

.site-header__dropdown-link--active,
.site-header__dropdown-link:hover {
    background: #F3F3F3;
}

/* Products mega menu */
.site-header__dropdown--mega {
    min-width: 620px;
    padding: 0;
}

.site-header__mega {
    display: grid;
    grid-template-columns: 1fr 1fr 260px;
    gap: 26px;
    padding: 20px 10px;
}

.site-header__mega-col {
    min-width: 0;
}

.site-header__mega-col--right {
    padding-left: 6px;
}

.site-header__mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 12px;
    padding-inline: 10px;
}

.site-header__mega-head--empty {
    height: 18px;
    margin-bottom: 12px;
}

.site-header__mega-head i {
    font-size: 12px;
    color: #1d1d1d;
    opacity: 0.75;
}

.site-header__mega-list {
    display: grid;
    gap: 4px;
}

.site-header__mega-item {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #6F7179;
    transition: background var(--transition), color var(--transition);
}

.site-header__mega-item--active,
.site-header__mega-item:hover {
    background: #F3F3F3;
    color: #1d1d1d;
}

.site-header__mega-media {
    border-radius: 6px;
    background: #F3F4F6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    min-height: 220px;
    margin-inline: 10px;
}

.site-header__mega-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.site-header__search input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    font-family: inherit;
    color: var(--text-dark);
}

.btn--consult {
    background: var(--primary-blue);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

@media (min-width: 769px) {
    .btn--consult:hover {
        background: #2a3fc9;
    }
}

.btn--square {
    border-radius: 0 !important;
}

/* Hamburger */
.site-header__hamburger {
    display: none;
    flex-direction: column;
    gap: 3px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.site-header__hamburger span {
    display: block;
    width: 17px;
    height: 3px;
    transform: scaleY(0.5);
    background: var(--text-dark);
    border-radius: 2px;
    transition: all var(--transition);
    transform-origin: center;
}

.site-header__hamburger--open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) scaleY(0.5);
}

.site-header__hamburger--open span:nth-child(2) {
    opacity: 0;
}

.site-header__hamburger--open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) scaleY(0.5);
}

/* Mobile Menu */
.nav-mobile {
    display: none;
    background: #F7F7F7;
    border-top: 1px solid #e8e8e8;
    flex-direction: column;
}

.nav-mobile--open {
    display: flex;
}

.nav-mobile__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nav-mobile__item .nav-mobile__link {
    font-size: 15px;
    font-weight: 500;
}

.nav-mobile__item .nav-mobile__link.active {
    color: var(--primary-blue);
}

/* =========================================
   Buttons
   ========================================= */
.btn--primary {
    background: var(--primary-blue);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    display: inline-block;
    transition: background var(--transition);
}

@media (min-width: 769px) {
    .btn--primary:hover {
        background: #2a3fc9;
    }
}

.btn--primary.btn--rounded {
    border-radius: 999px;
}

.btn--primary.btn--lg {
    padding: 16px 56px;
    font-size: 16px;
    justify-self: center;
}

.btn--secondary {
    background: #fff;
    color: var(--text-dark);
    padding: 14px 32px;
    font-size: 16px;
    display: inline-block;
    transition: box-shadow var(--transition);
}

@media (min-width: 769px) {
    .btn--secondary:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }
}
.site-header__mobile-search {
    display: none;
}

@media (max-width: 767px) {
    body.nav-mobile-open {
        overflow: hidden;
    }

    .site-header {
        z-index: 1500;
    }

    .site-header__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .site-header__actions {
        order: 1;
        width: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .site-header__logo {
        order: 2;
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }

    .site-header__logo img {
        width: 90px;
        height: auto;
    }

    .site-header__hamburger {
        margin: 0;
    }

    .site-header__mobile-search {
        order: 3;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        background: transparent;
        color: #111827;
        cursor: pointer;
    }

    .site-header__mobile-search svg,
    .nav-mobile__back svg {
        width: 24px;
        height: 24px;
        display: block;
        stroke: currentColor;
    }

    .nav-mobile {
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1400;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    .nav-mobile--open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }


    .nav-mobile__content {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 40px 20px;
    }

    .nav-mobile__panel {
        display: grid;
        gap: 32px;
    }

    .nav-mobile__heading {
        margin: 0;
        color: #0f172a;
        font-size: 24px;
        line-height: 1.17;
        font-weight: 600;
    }

    .nav-mobile__heading-row {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nav-mobile__list {
        display: grid;
        gap: 18px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-mobile__link,
    .nav-mobile__entry,
    .nav-mobile__viewall,
    .nav-mobile__feature-link {
        color: #111827;
        text-decoration: none;
    }

    .nav-mobile__link,
    .nav-mobile__entry {
        min-height: 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        text-align: left;
        font-size: 18px;
        line-height: 1.22;
        font-weight: 400;
        cursor: pointer;
    }

    .nav-mobile__entry-icon {
        flex: 0 0 auto;
        font-size: 20px;
        line-height: 1;
    }

    .nav-mobile__viewall,
    .nav-mobile__feature-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
    }

    .nav-mobile__feature {
        display: grid;
        gap: 14px;
    }

    .nav-mobile__feature-card {
        display: block;
        overflow: hidden;
        border-radius: 14px;
        background: #f3f4f6;
    }

    .nav-mobile__feature-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .nav-mobile__footer .btn--consult {
        display: inline-flex;
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
}
/* =========================================
   Section Header
   ========================================= */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 40px;
}

.section-header__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 50%;
    flex-shrink: 0;
    white-space: pre-line;
}

.section-header__desc {
    max-width: 500px;
    color: var(--text-gray);
    font-size: 16px;
}

/* =========================================
   Partner Banner
   ========================================= */
.partner {
    padding: 120px 0;
    text-align: center;
    background-image: url(/img/pexels-mikebirdy-190574@2x.webp);
    background-size: cover;
    background-position: center;
    background-color: var(--dark-blue);
    color: #fff;
}

.partner__tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 20px;
}

.partner__title {
    font-size: 54px;
    font-weight: 800;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.15;
}

/* =========================================
   Footer
   ========================================= */
footer {
    background: var(--dark-blue);
    color: #fff;
}

.footer__top {
    padding-top: 100px;
}

.footer__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer__links {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__newsletter {
    display: flex;
    overflow: hidden;
}

.footer__newsletter-input {
    padding: 14px 20px;
    width: 280px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    background: rgba(255, 255, 255, 1);
}

.footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer__newsletter .footer__subscribe {
    background: var(--primary-blue);
    color: #fff;
    padding: 14px 24px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    transition: background var(--transition);
    white-space: nowrap;
}

@media (min-width: 769px) {
    .footer__newsletter .footer__subscribe:hover {
        background: #2a3fc9;
    }
}

.footer__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}

.footer__links {
    font-family: 'Roboto', sans-serif;
}

.footer__menus {
    display: flex;
    justify-content: space-between;
}

.footer__menu-title {
    line-height: 2;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.footer__menu-list li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.15;
    position: relative;
}
.footer__menu-link::after{
    content: '';
    position: absolute;
}
.footer__col li i {
    margin-top: 0;
    flex-shrink: 0;
}

.footer__menus .footer__menu {
    max-width: 200px;
}

.footer__col a {
    /*transition: opacity var(--transition);*/
    /*display: block;*/
}

@media (min-width: 769px) {
    .footer__col a:hover {
        opacity: 1;
    }
}

.footer__social {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.footer__social-link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all var(--transition);
    margin-bottom: 0;
    font-size: 24px;
}

@media (min-width: 769px) {
    .footer__social-link:hover {
        transform: translateY(-4px);
    }
}

.footer__bottom {
    background: var(--primary-blue);
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    padding: 14px 20px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .u-desktop-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .u-mobile-hidden {
        display: none;
    }
}

/* =========================================
   Responsive — Tablet (≤ 1024px) — Shared
   ========================================= */
@media (max-width: 1024px) {
    .page-width {
        --gutter: 28px;
    }

    .site-header__nav-list {
        gap: 24px;
    }

    .footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================================
   Responsive — Small Tablet / Large Phone (≤ 768px) — Shared
   ========================================= */
@media (max-width: 767px) {
    .page-width {
        --gutter: 20px;
    }

    section.page-width {
        padding-block: 50px;
    }

    .btn--secondary,
    .btn--primary {
        font-size: 13px;
        padding: 6px 24px;
    }

    .section-header__title {
        max-width: 100%;
        font-size: 24px;
    }

    .site-header__nav {
        height: 60px;
    }

    /* Nav */
    .site-header__nav-list {
        display: none;
    }

    .site-header__search {
        display: none;
    }

    .btn--consult {
        display: none;
    }

    .site-header__hamburger {
        display: flex;
    }

    /* Dropdowns disabled on mobile (use hamburger nav) */
    .site-header__dropdown-wrap {
        display: none;
    }

    /* Section header */
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .section-header__desc {
        text-align: left;
        max-width: 100%;
        font-size: 14px;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__top-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__newsletter-input {
        width: 200px;
    }

    /* Partner */
    .partner__title {
        font-size: 34px;
    }
}

/* =========================================
   Responsive — Footer Mobile
   ========================================= */
@media (max-width: 768px) {
    footer {
        overflow: hidden;
    }

    .footer__top {
        padding-top: 78px;
    }

    .footer__top-inner {
        align-items: stretch;
        gap: 44px;
    }

    .footer__logo img {
        width: 176px;
        /* max-width: 78%; */
        height: auto;
    }

    .footer__newsletter {
        width: 100%;
        min-height: 38px;
    }

    .footer__newsletter-input {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        padding: 0 12px;
    }

    .footer__newsletter .footer__subscribe {
        flex: 0 0 120px;
        justify-content: center;
        padding: 10px 20px;
        font-size: 13px;
    }

    .footer__links {
        padding-top: 58px;
        padding-bottom: 74px;
    }

    .footer__grid {
        display: flex;
        flex-direction: column;
        gap: 58px;
    }

    .footer__menus {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 36px;
        row-gap: 32px;
        order: 1;
    }

    .footer__menus .footer__menu {
        max-width: none;
        min-width: 0;
    }

    .footer__menus .footer__menu:nth-child(1) {
        order: 1;
    }

    .footer__menus .footer__menu:nth-child(2) {
        order: 3;
    }

    .footer__menus .footer__menu:nth-child(3) {
        order: 2;
    }

    .footer__menus .footer__menu:nth-child(4) {
        order: 4;
    }

    .footer__menu-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.25;
    }

    .footer__menu-list li {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.4;
    }

    .footer__col {
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .footer__social {
        order: 1;
        gap: 28px;
        margin-top: 4px;
        margin-bottom: 40px;
    }

    .footer__social-link {
        width: auto;
        height: auto;
        border: 0;
        border-radius: 0;
        font-size: 20px;
        opacity: 1;
    }

    .footer__contact {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .footer__contact-item {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        line-height: 1.45;
    }

    .footer__contact-item:nth-child(1) {
        order: 2;
    }

    .footer__contact-item:nth-child(2) {
        order: 1;
    }

    .footer__contact-item:nth-child(3) {
        order: 3;
    }

    .footer__contact-item i {
        width: 14px;
        margin-top: 5px;
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }

    .footer__bottom {
        padding: 20px;
        font-size: 13px;
        line-height: 1.35;
    }
}


li.footer__contact-item {
    display: flex;
    gap: 7px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    align-items: flex-start;
}

ul.footer__contact {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}

.footer__contact-item .fas {
    margin-top: 4px;
}

body .wb-product-datasheet-list__checkbox input{
    width: 20px;
    height: 20px;
}
body .wb-product-datasheet-filter__range-input input{
    height: 32px;
    padding-right: 20px;
}

.wb-inquiry.contact-quiry#i318ch {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
@media(width <= 768px) {
    .wb-inquiry.contact-quiry#i318ch {
        column-gap: 10px;
    }
}
.contact-quiry .wb-inquiry__field:nth-of-type(3),
.contact-quiry .wb-inquiry__field:nth-of-type(4),
.contact-quiry .wb-inquiry__actions {
    grid-column: 1 /-1;
}

.thb-main-menu,
.thb-main-menu * {
  box-sizing: border-box;
}

.thb-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thb-main-menu a {
  color: #202437;
  text-decoration: none;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list {
  display: flex;
  align-items: center;
  gap: 34px;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item {
  position: relative;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-link {
  display: flex;
  align-items: center;
  min-height: 64px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

/* 默认一级下拉 */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  min-width: 210px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(18, 24, 40, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu,
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.thb-main-menu .wb-menu-tree-submenu .wb-menu-tree-link {
  display: block;
  padding: 9px 0;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

/* Products mega menu */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu {
  left: 50%;
  width: 760px;
  min-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  column-gap: 44px;
  padding: 28px 32px 32px;
}

/* By Bearing Type 标题 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-link {
  font-weight: 700;
}

/* 产品分类两列 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href="/en/products/"]) > .wb-menu-tree-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 42px;
  padding-top: 22px;
}

/* Evolution Series 右侧卡片 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) {
  min-height: 230px;
}

.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
  content: "";
  display: block;
  height: 170px;
  margin-top: 24px;
  border-radius: 6px;
  background: #f3f4f6 url("替换成轴承图片URL") center / contain no-repeat;
}

@media (max-width: 900px) {
  .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu {
    position: static;
    width: auto;
    min-width: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    padding: 8px 0 12px 18px;
  }

  .thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
    display: none;
  }
  /* Products 大菜单整体 */
.thb-main-menu > .wb-menu-tree-nav > .wb-menu-tree-list > .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-submenu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px 44px;
  width: 760px;
  min-width: 760px;
  padding: 28px 32px 32px;
}

/* By Bearing Type 标题 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

/* Evolution Series 标题 + 图片卡片 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) > .wb-menu-tree-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  font-weight: 700;
}

/* Evolution Series 标题文字在上 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-text {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Evolution Series 箭头 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-text::after,
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="/products"]) > .wb-menu-tree-link > .wb-menu-tree-text::after {
  content: "›";
  font-size: 26px;
  line-height: 1;
}

/* Evolution Series 图片在标题下方 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"]) .wb-menu-tree-icon {
  order: 2;
  display: block;
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 24px;
  border-radius: 6px;
  background: #f3f4f6;
}

/* 关掉之前用 ::after 做的灰色占位，否则会多出一个空块 */
.thb-main-menu .wb-menu-tree-item:has(> .wb-menu-tree-link[href*="evolution"])::after {
  display: none !important;
}
}

* { box-sizing: border-box; }
body {margin: 0;}
a{text-decoration:none;}
.gjs-navbar--menu-left  .gjs-navbar__center{justify-content:flex-start;}
.gjs-navbar--menu-right .gjs-navbar__center{justify-content:flex-end;}
.gjs-navbar__link.is-active{background:#0A3D60;}
.gjs-navbar__link.is-active::after, .gjs-navbar__link[aria-current="page"]::after{opacity:1;transform:scaleX(1);}
.gjs-navbar.is-scrolled .gjs-navbar__link{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar.is-scrolled .gjs-navbar__link:hover{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar__burger span{display:block;width:18px;height:2px;background-color:#ffffff;transition:transform 0.2s,
  opacity 0.2s;}
.gjs-navbar__burger:hover span{background-color:var(--wb-navbar-current-link-color,
  #ffffff);}
.gjs-navbar.is-scrolled .gjs-navbar__burger span{background-color:#ffffff;}
.gjs-nav-group.is-active > .gjs-nav-group__btn::after, .gjs-nav-group.is-active > .gjs-nav-group__btn[aria-current="page"]::after{opacity:1;transform:scaleX(1);}
.gjs-navbar.is-scrolled .gjs-nav-group__btn{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-navbar.is-scrolled .gjs-nav-group__btn:hover{color:var(--wb-navbar-current-link-color,
  currentColor);}
.gjs-nav-group:hover .gjs-nav-group__btn-chevron{transform:rotate(180deg);}
.gjs-nav-group:hover .gjs-nav-group__dropdown{opacity:1;visibility:visible;}
.gjs-nav-group:hover .gjs-nav-group__dropdown-inner{transform:translateY(0);}
.gjs-nav-group__dropdown-item.is-active, .gjs-nav-group__dropdown-item[aria-current="page"]{color:#003152;background-color:#F7F8FA;font-weight:600;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega, .gjs-nav-group__btn:hover + .gjs-nav-group__mega, .gjs-nav-group.is-open .gjs-nav-group__mega{opacity:1;visibility:visible;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-inner, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-inner, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-inner, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-inner, .gjs-nav-group.is-open .gjs-nav-group__mega-inner{transform:translateY(0);}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-item, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-item, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-item, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-item, .gjs-nav-group.is-open .gjs-nav-group__mega-item{opacity:1;transform:translateY(0);}
.gjs-nav-group__mega-item.is-active{color:#003152;font-weight:500;}
.gjs-nav-group__mega-item:hover .gjs-nav-group__mega-item-label::after, .gjs-nav-group__mega-item.is-active .gjs-nav-group__mega-item-label::after{width:100%;}
.gjs-nav-group--mega:hover .gjs-nav-group__mega-footer-link, .gjs-nav-group--mega.tooto-hovered .gjs-nav-group__mega-footer-link, .gjs-nav-group--mega.tooto-selected .gjs-nav-group__mega-footer-link, .gjs-nav-group__btn:hover + .gjs-nav-group__mega .gjs-nav-group__mega-footer-link, .gjs-nav-group.is-open .gjs-nav-group__mega-footer-link{opacity:1;transform:translateY(0);}
.site-header--fixed-transparent.site-header--scrolled{background-color:var(--thb-header-scroll-bg);}
.wb-menu-tree{display:block;width:100%;}
.wb-menu-tree-nav{width:100%;}
.wb-menu-tree-list{list-style:none;margin:0;padding:0;}
.wb-menu-tree-submenu{list-style:none;margin:0;padding:0;}
.wb-menu-tree-link{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none;line-height:1.6;}
.wb-menu-tree-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0;}
.wb-menu-tree-text{min-width:0;}
.wb-menu-tree-item.is-has-children > .wb-menu-tree-link::after{content:'▾';font-size:10px;color:currentColor;opacity:0.65;}
#i6blv{display:flex;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;width:auto;}
.site-header{--primary-blue:#3C53E8;--dark-blue:#080E2B;--text-dark:#0C1029;--text-gray:#666;--transition:0.2s ease-in-out;--header-height:64px;--thb-mobile-header-height:60px;--thb-header-bg:transparent;--thb-header-scroll-bg:#fff;--thb-header-link-color:var(--text-dark);--thb-header-scroll-link-color:var(--text-dark);--thb-logo-height:36px;--thb-mobile-logo-height:32px;--thb-gutter:40px;--thb-mobile-gutter:20px;--thb-nav-gap:40px;--dropdown-menu-offset:8px;--megamenu-offset:8px;--dropdown-menu-radius:8px;--megamenu-radius:8px;}
.site-header .page-width{--content-max:1240px;--gutter:var(--thb-gutter);display:grid;grid-template-columns:minmax(var(--gutter), 1fr)
      minmax(0, var(--content-max))
      minmax(var(--gutter), 1fr);}
.site-header .page-width > *{grid-column:2;}
.site-header a{text-decoration:none;}
.site-header input{min-width:0;}
.site-header__logo{display:flex;align-items:center;gap:2px;}
.site-header__logo a{display:flex;align-items:center;}
.site-header__logo img{height:var(--thb-logo-height);width:auto;display:block;}
.site-header--fixed-transparent{background:var(--thb-header-bg);position:fixed;}
.site-header__nav{display:flex;height:var(--header-height);align-items:center;justify-content:space-between;gap:24px;}
.site-header__nav-list{display:flex;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;}
.site-header__nav-list.wb-menu-tree{width:auto;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-nav{width:auto;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list{display:flex;flex-direction:row;gap:var(--thb-nav-gap);list-style:none;margin:0;padding:0;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-item{position:relative;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu{position:absolute;left:50%;top:100%;transform:translate(-50%, 8px);min-width:200px;background:#fff;border-radius:var(--megamenu-radius);padding:10px;box-shadow:0 8px 30px rgba(12, 16, 41, 0.08);display:grid;gap:4px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), visibility var(--transition), transform var(--transition);z-index:1200;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item:hover > .wb-menu-tree-submenu, .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item:focus-within > .wb-menu-tree-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu){width:790px;min-width:0;padding:20px;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item:first-child{grid-column:span 2;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item:first-child > .wb-menu-tree-submenu{grid-template-columns:repeat(2, minmax(0, 1fr));column-gap:28px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-submenu{position:static;display:grid;gap:4px;margin-top:12px;padding:0;background:transparent;box-shadow:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-link{font-size:14px;display:block;line-height:var(--header-height);color:var(--thb-header-link-color);font-weight:400;transition:color var(--transition);white-space:nowrap;text-decoration:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-link{line-height:1.2;padding:10px;border-radius:6px;color:#1d1d1d;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-submenu .wb-menu-tree-link:hover{background:#F3F3F3;color:#1d1d1d;opacity:1;}
.site-header--scrolled .site-header__nav-list.wb-menu-tree .wb-menu-tree-link{color:var(--thb-header-scroll-link-color);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-link:hover{color:var(--thb-header-link-color);opacity:0.82;}
.site-header--scrolled .site-header__nav-list.wb-menu-tree .wb-menu-tree-link:hover{color:var(--thb-header-scroll-link-color);}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-icon{display:none;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-inline:16px 4px;margin-bottom:20px;font-size:16px;font-weight:700;line-height:24px;background:transparent;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link::after{content:'›';margin-left:auto;color:#666;font-size:28px;line-height:1;font-weight:300;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon{order:3;display:block;width:100%;height:auto;max-height:448px;aspect-ratio:1 / 1;object-fit:contain;padding:28px;margin-top:18px;background:#F3F3F3;border-radius:10px;}
.site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon[src=''], .site-header__nav-list.wb-menu-tree .wb-menu-tree-list > .wb-menu-tree-item > .wb-menu-tree-submenu:has(.wb-menu-tree-submenu) > .wb-menu-tree-item > .wb-menu-tree-link .wb-menu-tree-icon:not([src]){display:none;}
.site-header--scrolled .site-header__nav-link{color:var(--thb-header-scroll-link-color);}
.site-header--scrolled .site-header__nav-link:hover{color:var(--thb-header-scroll-link-color);}
.site-header--menu-left .site-header__nav-list{margin-right:auto;}
.site-header--menu-right .site-header__nav-list{margin-left:auto;}
.site-header--scrolled .site-header__nav-link--active{color:var(--thb-header-scroll-link-color);}
.site-header__nav-item--has-dropdown:hover > .site-header__dropdown-wrap, .site-header__nav-item--has-dropdown:focus-within > .site-header__dropdown-wrap{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%, 0);}
.site-header__mega-head i{font-size:30px;color:#1d1d1d;opacity:0.75;font-weight:normal;font-style:normal;}
.site-header__mega-media img{width:100%;height:100%;display:block;object-fit:contain;}
.site-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.site-header__search{background:#fff;border-radius:20px;padding:0 14px;display:flex;align-items:center;width:160px;height:36px;box-shadow:0 0 0 1px #CDCDCD inset;gap:8px;color:#999;transition:all var(--transition);}
.site-header__search:has(:focus-within){box-shadow:0 0 0 1px var(--primary-blue) inset;}
.site-header__search svg{flex:0 0 auto;}
.site-header__search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:var(--text-dark);}
.site-header .btn--consult{background:var(--primary-blue);color:#fff;border-radius:999px;font-size:14px;height:36px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:background var(--transition), transform var(--transition);font-family:inherit;font-weight:500;cursor:pointer;border:none;text-decoration:none;}
.site-header .btn--consult:hover{background:#2a3fc9;}
.site-header__hamburger{display:none;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer;padding:4px;}
.site-header__hamburger span{display:block;width:17px;height:3px;transform:scaleY(0.5);background:var(--thb-header-link-color);border-radius:2px;transition:all var(--transition);transform-origin:center;}
.site-header--scrolled .site-header__hamburger span{background:var(--thb-header-scroll-link-color);}
.site-header__hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg) scaleY(0.5);}
.site-header__hamburger--open span:nth-child(2){opacity:0;}
.site-header__hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg) scaleY(0.5);}
.site-header__mobile-search{display:none;}
.site-header .site-search{display:none;}
.site-header .nav-mobile{display:none;}
.site-header .nav-mobile--open{display:flex;}
#i6u5{--primary-blue:#3C53E8;--thb-header-bg:transparent;--thb-header-scroll-bg:#ffffff;--thb-header-link-color:var(--wb-gc-gc_mo5hh7b3_2zcb);--thb-header-scroll-link-color:var(--wb-gc-gc_mo5hh1zv_nmkc);--header-height:64px;--thb-mobile-header-height:60px;--thb-gutter:40px;--thb-mobile-gutter:20px;--thb-nav-gap:40px;--thb-logo-height:36px;--thb-mobile-logo-height:32px;}
#iovnx{background-color:#1B43ED;}
@media (max-width:1023px){.gjs-navbar__right > .gjs-navbar__link--cta{display:none;}
.gjs-navbar--drawer-left .gjs-navbar__menu{right:auto;left:0;transform:translateX(-105%);box-shadow:8px 0 40px rgba(0,
    0,
    0,
    0.4);}
.gjs-navbar--drawer-left .gjs-navbar__menu.is-open{transform:translateX(0);}
.gjs-nav-group__btn:hover, .gjs-navbar.is-scrolled .gjs-nav-group__btn, .gjs-navbar.is-scrolled .gjs-nav-group__btn:hover{color:#000A11;background-color:#f6f7f8;}
.gjs-nav-group:hover .gjs-nav-group__btn-chevron{transform:none;}
.gjs-nav-group.is-open .gjs-nav-group__btn-chevron{transform:rotate(180deg);}
.gjs-nav-group:hover .gjs-nav-group__dropdown{opacity:1;visibility:visible;transform:none;}
.gjs-nav-group.is-open .gjs-nav-group__dropdown{max-height:500px;padding-top:0;}
.gjs-nav-group.is-open .gjs-nav-group__mega{max-height:800px;}}
@media (max-width:1024px){.site-header .page-width{--gutter:min(28px, var(--thb-gutter));}
.site-header__nav-list{gap:24px;}}
@media (max-width:767px){.gjs-navbar__right > .gjs-search{display:flex;color:var(--wb-navbar-current-link-color,
    #ffffff);}
.gjs-navbar__burger span{width:17px;height:1.5px;border-radius:0;background-color:#ffffff;}
.gjs-navbar__burger:hover span{background-color:var(--wb-navbar-current-link-color,
    #ffffff);}
.gjs-navbar.is-scrolled .gjs-navbar__burger span{background-color:var(--wb-navbar-current-link-color,
    #ffffff);}
.services__swiper .swiper-slide{flex:0 0 calc((100% - 12px) / 1.3);width:calc((100% - 12px) / 1.3);}
.site-header .page-width{--gutter:var(--thb-mobile-gutter);}
.site-header{z-index:1500;}
.site-header__nav{height:var(--thb-mobile-header-height);gap:12px;}
.site-header__nav-list{display:none;}
.site-header__nav-list.wb-menu-tree{display:none !important;}
.site-header__search{display:none;}
.site-header .btn--consult{display:none;}
.site-header__actions{order:1;width:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:flex-start;gap:0;}
.site-header__logo{order:2;flex:1 1 auto;display:flex;justify-content:center;}
.site-header__logo img{width:auto;height:var(--thb-mobile-logo-height);}
.site-header__hamburger{display:flex;margin:0;}
.site-header__mobile-search{order:3;width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:var(--thb-header-link-color);cursor:pointer;}
.site-header--scrolled .site-header__mobile-search{color:var(--thb-header-scroll-link-color);}
.site-header__mobile-search svg, .site-header .nav-mobile__back svg{width:24px;height:24px;display:block;stroke:currentColor;}
.site-header .nav-mobile{position:fixed;top:var(--thb-mobile-header-height);right:0;bottom:0;left:0;z-index:1400;background:rgba(255, 255, 255, 0.98);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity 0.26s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.32s;will-change:opacity, transform;flex-direction:column;}
.site-header .nav-mobile--open{display:flex;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 0.26s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;}
.site-header .nav-mobile__content{position:relative;height:100%;overflow:hidden;isolation:isolate;}
.site-header .nav-mobile__panel{position:absolute;inset:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:28px;padding:44px 20px 56px;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(0);transition:transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s linear 0.34s;will-change:transform, opacity;}
.site-header .nav-mobile__panel.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s;}
.site-header .nav-mobile__panel.is-entering-from-right{opacity:0;visibility:visible;pointer-events:none;transform:translateX(44px);}
.site-header .nav-mobile__panel.is-entering-from-left{opacity:0;visibility:visible;pointer-events:none;transform:translateX(-44px);}
.site-header .nav-mobile__panel.is-exiting-to-left{opacity:0;visibility:visible;pointer-events:none;transform:translateX(-36px);}
.site-header .nav-mobile__panel.is-exiting-to-right{opacity:0;visibility:visible;pointer-events:none;transform:translateX(36px);}
.site-header .nav-mobile__heading{margin:0;color:#0f172a;font-size:26px;line-height:1.15;font-weight:700;}
.site-header .nav-mobile__heading-row{display:flex;align-items:center;gap:8px;}
.site-header .nav-mobile__back{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#111827;cursor:pointer;}
.site-header .nav-mobile__list{display:grid;gap:8px;list-style:none;margin:0;padding:0;}
.site-header .nav-mobile__list > li{display:flex;align-items:stretch;gap:8px;}
.site-header .nav-mobile__link, .site-header .nav-mobile__viewall, .site-header .nav-mobile__feature-link{color:#111827;text-decoration:none;}
.site-header .nav-mobile__link{flex:1;min-height:52px;display:flex;align-items:center;gap:16px;padding:0;font-size:18px;line-height:1.35;font-weight:400;}
.site-header .nav-mobile__expand{flex:0 0 44px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#111827;cursor:pointer;}
.site-header .nav-mobile__entry-icon{flex:0 0 auto;font-size:20px;line-height:1;transition:transform 0.22s ease;}
.site-header .nav-mobile img, .site-header .nav-mobile [data-cms-bind-src]{display:none !important;}
.site-header .nav-mobile__expand:hover .nav-mobile__entry-icon, .site-header .nav-mobile__expand:focus-visible .nav-mobile__entry-icon{transform:rotate(90deg);}
.site-header .nav-mobile__viewall, .site-header .nav-mobile__feature-link{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;}
.site-header .nav-mobile__feature{display:grid;gap:14px;}
.site-header .nav-mobile__feature-card{display:block;overflow:hidden;border-radius:14px;background:#f3f4f6;}
.site-header .nav-mobile__feature-card img{width:100%;height:auto;display:block;}
.site-header .site-search{position:fixed;inset:0;z-index:1600;display:flex;flex-direction:column;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;}
.site-header .site-search--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 0.22s ease, transform 0.22s ease, visibility 0s;}
.site-header .site-search__bar{display:flex;align-items:center;gap:8px;height:var(--thb-mobile-header-height);padding:0 12px 0 16px;border-bottom:1px solid #e8e8e8;background:#fff;}
.site-header .site-search__form{flex:1;display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;border-radius:999px;background:#f2f3f5;}
.site-header .site-search__icon{color:#999;font-size:15px;flex:0 0 auto;}
.site-header .site-search__input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:15px;font-family:inherit;color:var(--text-dark);padding:0;height:100%;}
.site-header .site-search__input::placeholder{color:#999;}
.site-header .site-search__clear{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#666;cursor:pointer;}
.site-header .site-search__clear svg{width:20px;height:20px;}
.site-header .site-search__close{flex:0 0 auto;height:40px;padding:0 6px;border:0;background:transparent;color:var(--primary-blue);font:inherit;font-size:15px;cursor:pointer;}
.site-header .site-search__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 40px;}}

* { box-sizing: border-box; }
body {margin: 0;}
.gjs-footer *, .gjs-footer ::before, .gjs-footer ::after{box-sizing:border-box;}
.gjs-footer__logo a{text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}
.gjs-footer__logo img{height:40px;width:auto;display:block;background-image:none;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}
.gjs-footer__contact-info p{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
.gjs-footer__social-link svg{display:block;}
.gjs-footer__nav-list a{color:rgba(255, 255, 255, 0.75);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-size:0.875rem;font-weight:300;line-height:1.5;position:relative;display:inline-block;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:color;}
.gjs-footer__nav-list a::after{content:"";position:absolute;bottom:-1px;left:0px;width:0px;height:1px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.6);transition-behavior:normal;transition-duration:0.25s;transition-timing-function:ease;transition-delay:0s;transition-property:width;}
.gjs-footer__nav-list a:hover{color:rgb(255, 255, 255);}
.gjs-footer__nav-list a:hover::after{width:100%;}
.gjs-footer__copyright a{color:rgba(255, 255, 255, 0.65);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:color;}
.gjs-footer__copyright a:hover{color:rgb(255, 255, 255);}
.gjs-footer__legal a{color:rgba(255, 255, 255, 0.65);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-size:0.875rem;position:relative;display:inline-block;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:color;}
.gjs-footer__legal a::after{content:"";position:absolute;bottom:-1px;left:0px;width:0px;height:1px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.5);transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:width;}
.gjs-footer__legal a:hover{color:rgb(255, 255, 255);}
.gjs-footer__legal a:hover::after{width:100%;}
#ida3tj{display:flex;width:100%;--wb-social-links-icon-size:24px;--wb-social-links-gap:12px;--wb-social-links-color:var(--wb-gc-gc_mo5hh7b3_2zcb);--wb-social-links-justify:flex-start;}
#izc3k{display:flex;flex-direction:column;gap:30px;}
.wb-klaviyo-subscribe{display:inline-flex;gap:8px;align-items:center;box-sizing:border-box;flex-wrap:wrap;}
.wb-klaviyo-subscribe__email{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:250px;box-sizing:border-box;background:#fff;color:#111827;outline:none;transition:border-color 0.18s ease, box-shadow 0.18s ease;}
.wb-klaviyo-subscribe__email:focus{border-color:#111827;box-shadow:0 0 0 2px rgba(17, 24, 39, 0.08);}
.wb-klaviyo-subscribe__email::placeholder{color:#9ca3af;opacity:1;}
.wb-klaviyo-subscribe__submit{padding:8px 20px;background:#000;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;line-height:1.2;transition:background-color 0.18s ease, opacity 0.18s ease;}
.wb-klaviyo-subscribe__submit:hover{background:#1f2937;}
.wb-klaviyo-subscribe__submit[disabled]{cursor:wait;opacity:0.7;}
.wb-klaviyo-subscribe__status{flex-basis:100%;margin-top:8px;font-size:13px;line-height:1.4;min-height:1em;}
.wb-klaviyo-subscribe__status[data-status="success"]{color:#067647;}
.wb-klaviyo-subscribe__status[data-status="error"]{color:#b42318;}
.wb-klaviyo-subscribe__status[data-status="warning"]{color:#b54708;}
#is8eru{height:47px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}
#ix3ddk{height:47px;background-color:var(--wb-gc-gc_mo5heifq_k1yd);border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}
#ifdi5q{display:grid;grid-template-columns:1fr auto;gap:0px;position:relative;}
#ivvvs1{position:absolute;top:100%;}
#i0ih8y{width:100%;max-width:none;margin:0;display:flex;flex-direction:row;gap:6px;}
#i2xgwo{display:block;width:16px;max-width:100%;height:16px;margin-left:0px;margin-right:0px;overflow:hidden;margin-top:4px;margin-bottom:0px;}
#ikkkuf{color:var(--wb-gc-gc_mo5hh7b3_2zcb);font-size:14px;line-height:1.8;margin:0;column-count:1;column-gap:32px;font-family:"Roboto", sans-serif;}
#wb-layer-mody7wld-2{display:block;width:16px;max-width:100%;height:16px;margin-left:0px;margin-right:0px;overflow:hidden;margin-top:4px;margin-bottom:0px;}
#wb-layer-mody7wlf-4{color:var(--wb-gc-gc_mo5hh7b3_2zcb);font-size:14px;line-height:1.8;margin:0;column-count:1;column-gap:32px;font-family:"Roboto", sans-serif;}
#wb-layer-mody7wld-1{width:100%;max-width:none;margin:0;display:flex;flex-direction:row;gap:6px;}
#wb-layer-mody7z1q-8{display:block;width:16px;max-width:100%;height:16px;margin-left:0px;margin-right:0px;overflow:hidden;margin-top:4px;margin-bottom:0px;}
#wb-layer-mody7z1s-a{color:var(--wb-gc-gc_mo5hh7b3_2zcb);font-size:14px;line-height:1.8;margin:0;column-count:1;column-gap:32px;font-family:"Roboto", sans-serif;}
#wb-layer-mody7z1p-7{width:100%;max-width:none;margin:0;display:flex;flex-direction:row;gap:6px;}
#inukj{display:flex;flex-direction:column;gap:4px;}
.wb-footer-menu{display:flex;flex-direction:column;gap:8px;color:#ffffff;max-width:200px;}
.wb-footer-menu__title{margin:0;color:inherit;font-size:24px;line-height:2;font-weight:600;letter-spacing:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:"Poppins", sans-serif;}
.wb-footer-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.wb-footer-menu__item{margin:0;padding:0;display:flex;font-family:"Roboto", sans-serif;}
.wb-footer-menu__link{display:inline-block;color:rgba(255,255,255,0.88);text-decoration:none;font-size:14px;line-height:16px;font-weight:400;transition:color 0.2s ease;}
.wb-footer-menu__link:hover{color:#ffffff;}
.wb-footer-menu__empty{color:rgba(255,255,255,0.62);font-size:14px;line-height:1.5;}
#ihg1l{font-family:"Roboto", sans-serif;}
#i0784{color:var(--wb-gc-gc_mo5higif_j0pv);font-size:12px;line-height:1.8;margin:0;column-count:1;column-gap:32px;transform: translateX(0px) translateY(0px);}
#ilw88{display:none;}
#i9e2m{width:100%;height:100%;display:block;object-fit:cover;}
#idhan{width:100%;height:100%;display:block;object-fit:cover;}
#izg3t{width:100%;height:100%;display:block;object-fit:cover;}
.wb-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--wb-social-links-gap, 12px);
    justify-content: var(--wb-social-links-justify, flex-start);
    color: var(--wb-social-links-color, #111111);
    min-height: 24px;
    width: 100%;
    box-sizing: border-box;
  }
.wb-social-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--wb-social-links-icon-size, 20px);
    height: var(--wb-social-links-icon-size, 20px);
    color: inherit;
    text-decoration: none;
    line-height: 0;
    flex: 0 0 auto;
  }
.wb-social-links__item svg {
    display: block;
    width: 100%;
    height: 100%;
  }
.wb-social-links__item:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
.wb-social-links__placeholder {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: rgba(17, 24, 39, 0.55);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
  }
@media (max-width:767px){.wb-footer-menu{gap:16px;min-width:0;}
.wb-footer-menu__title{font-size:24px;}
.wb-footer-menu__list{gap:12px;}
.wb-footer-menu__link{font-size:16px;}
.services__swiper .swiper-slide{flex:0 0 calc((100% - 12px) / 1.3);width:calc((100% - 12px) / 1.3);}}
@media (max-width:639px){.wb-klaviyo-subscribe{display:flex;width:100%;}
.wb-klaviyo-subscribe__email{width:100%;flex:1;min-width:0;}}

@media (max-width: 767px){[data-wb-grid-id="loop-grid-1"],.wb-loop-grid{contain:layout;overflow-x:visible!important}[data-wb-loop-grid-cards="loop-grid-1"]{--wb-loop-grid-mobile-item-width:260px;grid-template-columns:none !important;grid-auto-flow:column !important;grid-auto-columns:min(var(--wb-loop-grid-mobile-item-width), 86vw) !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:calc((100% - min(var(--wb-loop-grid-mobile-item-width), 86vw)) / 2)}[data-wb-loop-grid-cards="loop-grid-1"]>*{scroll-snap-align:center;scroll-snap-stop:normal}}