@font-face {
  font-family: "OPL MiSans";
  src: url("/upload/opl/fonts/misans-regular/0.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OPL MiSans Semibold";
  src: url("/upload/opl/fonts/misans-semibold/0.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OPL MiSans";
  src: url("/upload/opl/fonts/misans-medium/0.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "OPL MiSans";
  src: url("/upload/opl/fonts/misans-semibold/0.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "OPL MiSans";
  src: url("/upload/opl/fonts/misans-bold/0.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

body,
button,
input,
textarea,
select {
  font-family: "OPL MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  color: #14243a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.opl-container {
  width: min(1370px, calc(100% - 40px));
  margin: 0 auto;
}

.opl-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(20, 36, 58, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.opl-nav .opl-container {
  width: min(1468px, calc(100% - 40px));
}

.opl-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 74px;
}

.opl-nav__brand {
  flex: 0 0 auto;
  margin-right: 198px;
}

.opl-logo {
  display: inline-flex;
  align-items: center;
}

.opl-logo img,
.opl-footer__brand img {
  display: block;
  width: 184px;
  height: auto;
}

.opl-nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 9px;
}

.opl-nav__toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #14243a;
}

.opl-nav__collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0;
}

.opl-nav__links,
.opl-footer__nav {
  display: flex;
  align-items: center;
  gap: 53px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.opl-nav__links a,
.opl-footer__nav a,
.opl-lang a,
.opl-footer__lang a {
  color: #26364c;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease;
}

.opl-nav__links a:hover,
.opl-nav__links a.active,
.opl-nav__links > li:first-child > a,
.opl-footer__nav a:hover,
.opl-lang a:hover {
  color: #0075c9;
}

.opl-nav__links a {
  display: inline-block;
  transform: translateY(0);
  text-shadow: 0 0 0 rgba(0, 117, 201, 0);
  transition: color .24s ease, transform .24s ease, text-shadow .24s ease;
}

.opl-nav__links a:hover {
  transform: translateY(-1px);
  text-shadow: .25px 0 currentColor, -.25px 0 currentColor;
}

.opl-nav__links a.active,
.opl-nav__links > li:first-child > a {
  font-weight: 400;
}

.opl-nav__links > li:first-child > a:after,
.opl-nav__company-toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 5px solid #0075c9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: 3px;
}

.opl-nav__item {
  position: relative;
}

.opl-nav__submenu {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  min-width: 184px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(20, 36, 58, .06);
  box-shadow: 0 16px 34px rgba(20, 36, 58, .12);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.opl-nav__item:hover .opl-nav__submenu,
.opl-nav__item:focus-within .opl-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.opl-nav__submenu a {
  display: block;
  padding: 9px 22px;
  color: #44546a;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  transform: none;
  text-shadow: none;
}

.opl-nav__submenu a:hover,
.opl-nav__submenu a.active {
  color: #0075c9;
  background: #f5f9ff;
  transform: none;
  text-shadow: none;
}

.opl-nav__tools {
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 64px;
}

.opl-head .opl-lang {
  display: none;
}

.opl-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 36px;
  color: #fff;
  background: #0075c9;
  border-radius: 18px;
  text-decoration: none;
  font-size: 17px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.opl-search:hover {
  color: #fff;
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, .1);
}

.opl-home {
  overflow: hidden;
  padding-top: 74px;
}

#opl-about,
#opl-team,
#opl-locations,
#opl-products,
#opl-capability,
#opl-technology,
#opl-pipeline,
#opl-partner,
#opl-contact {
  scroll-margin-top: 74px;
}

.opl-hero {
  position: relative;
  height: 676px;
  overflow: hidden;
  background: #eef6fd;
}

.opl-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: oplHeroImage 1.2s ease both;
}

.opl-hero__content {
  position: absolute;
  left: 0;
  top: 123px;
  z-index: 1;
  width: 1220px;
  height: 362px;
  margin: 0;
  padding: 139px 0 0 148px;
  animation: oplHeroContent .9s ease .15s both;
}

.opl-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: #0d9582;
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0;
  white-space: nowrap;
}

.opl-hero h1 span {
  display: inline;
}

.opl-hero__blue {
  color: #003a8c;
}

.opl-hero__red {
  color: #0d9582;
}

.opl-section {
  padding: 108px 0;
}

.opl-section__rule {
  display: block;
  width: 56px;
  height: 4px;
  margin-bottom: 20px;
  background: #1878d8;
  transform-origin: left center;
}

.opl-section h2,
.opl-section__heading h2 {
  margin: 0 0 24px;
  color: #14243a;
  font-size: clamp(36px, 2.9vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.opl-section p,
.opl-card-editor {
  color: #647286;
  font-size: 18px;
  line-height: 1.55;
}

.opl-richtext p,
.opl-card-editor p {
  margin: 0 0 28px;
}

.opl-about,
.opl-team,
.opl-products {
  background: #f2f7fd;
}

.opl-about {
  --opl-about-card-height: 370px;
  padding-top: 108px;
  padding-bottom: 116px;
}

.opl-about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 28px;
  align-items: stretch;
}

.opl-section__intro {
  padding-right: 0;
}

.opl-about .opl-section__intro {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.opl-section__intro .opl-section__rule {
  margin-bottom: 18px;
}

.opl-section__intro h2 {
  margin-bottom: 62px;
}

.opl-about .opl-section__intro h2 {
  margin-bottom: 42px;
}

.opl-section__intro .opl-richtext {
  max-width: none;
  margin-left: 0;
  padding: 0 !important;
  color: #627286;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.52;
}

.opl-section__intro .opl-richtext.met-editor {
  padding: 0 !important;
}

.opl-section__intro .opl-richtext p {
  margin-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
}

.opl-about .opl-section__intro .opl-richtext p:last-child {
  margin-bottom: 0;
}

.opl-feature-stack {
  display: grid;
  gap: 22px;
}

.opl-about .opl-feature-stack {
  display: contents;
}

.opl-about .opl-feature-stack--primary > :first-child {
  order: 1;
}

.opl-about .opl-feature-stack--secondary > :first-child {
  order: 2;
}

.opl-about .opl-feature-stack--primary > :last-child {
  order: 3;
}

.opl-about .opl-feature-stack--secondary > :last-child {
  order: 4;
}

.opl-feature-card,
.opl-insights {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
}

.opl-about .opl-feature-card,
.opl-about .opl-insights {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: start;
  height: var(--opl-about-card-height);
  min-height: 0;
  box-shadow: 0 18px 42px rgba(35, 84, 126, .1);
  transition: height .48s cubic-bezier(.22, .82, .18, 1), transform .28s ease, box-shadow .28s ease;
}

.opl-about .opl-card-editor {
  flex: 1;
  min-height: 0;
  padding: 26px 20px 74px;
  overflow: hidden;
  font-size: 16px;
}

.opl-about .opl-feature-card:not(.has-overflow) .opl-card-editor,
.opl-about .opl-insights:not(.has-overflow) .opl-card-editor {
  padding-bottom: 30px;
}

.opl-about .opl-feature-card.is-expanded .opl-card-editor,
.opl-about .opl-insights.is-expanded .opl-card-editor {
  flex: 0 0 auto;
  padding-bottom: 14px;
  overflow: visible;
}

.opl-about .is-expanded .opl-about-card__toggle {
  position: static;
  flex: 0 0 50px;
  height: 50px;
  padding: 0 20px;
  align-items: center;
  border-top: 1px solid rgba(20, 68, 106, .08);
  background: #fff;
}

.opl-about-card__toggle {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 78px;
  padding: 0 20px 20px;
  border: 0;
  color: #0872c9;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 48%);
  cursor: pointer;
}

.opl-about-card__toggle[hidden] {
  display: none;
}

.opl-about-card__toggle:focus {
  outline: none;
  box-shadow: none;
}

.opl-about-card__toggle:focus-visible {
  outline: none;
  background-color: #f7fbff;
}

.opl-about-card__toggle i {
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .25s ease;
}

.opl-about-card__toggle[aria-expanded="true"] i {
  margin-bottom: -2px;
  transform: rotate(225deg);
}

.opl-about .opl-card-editor p,
.opl-about .opl-card-editor li {
  text-wrap: pretty;
}

.opl-about .opl-card-editor strong {
  text-wrap: balance;
}

.opl-about .opl-feature-card a,
.opl-about .opl-insights__media {
  flex: 0 0 136px;
  height: 136px;
}

.opl-about .opl-feature-card h3,
.opl-about .opl-insights h3 {
  left: 22px;
  bottom: 46px;
  font-size: 24px;
  line-height: 1.12;
}

.opl-feature-card a,
.opl-insights__media {
  position: relative;
  display: block;
  height: 164px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  color: #14243a;
  text-decoration: none;
}

.opl-feature-card img,
.opl-insights__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opl-feature-card a:after,
.opl-insights__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .04));
}

.opl-feature-card h3,
.opl-insights h3 {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 58px;
  margin: 0;
  color: #1a2b3c;
  font-size: 30px;
  font-weight: 500;
}

.opl-card-editor,
.opl-feature-card ul,
.opl-insights ul {
  margin: 0;
  padding: 34px 30px 34px;
  list-style: none;
}

.opl-card-editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opl-card-editor li,
.opl-feature-card li,
.opl-insights li {
  color: #28445f;
  font-size: 18px;
  line-height: 1.86;
}

.opl-insights li {
  color: #717c88;
}

.opl-insights .opl-card-editor li > p:only-child {
  display: inline;
  margin: 0;
}

.opl-about .opl-card-editor {
  line-height: 1.45;
}

.opl-about .opl-card-editor p {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.45;
}

.opl-about .opl-card-editor p:last-child {
  margin-bottom: 0;
}

.opl-about .opl-card-editor p:has(> br:only-child) {
  display: none;
}

.opl-about .opl-card-editor li,
.opl-about .opl-feature-card li,
.opl-about .opl-insights li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.45;
}

.opl-about .opl-card-editor li:last-child,
.opl-about .opl-feature-card li:last-child,
.opl-about .opl-insights li:last-child {
  margin-bottom: 0;
}

.opl-card-editor li:before,
.opl-feature-card li:before,
.opl-insights li:before,
.opl-about .opl-card-editor p:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  background: #1878d8;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(24, 120, 216, .09);
}

.opl-about .opl-card-editor p:has(> br:only-child):before {
  content: none;
}

.opl-about .opl-card-editor p:has(> strong:only-child):before {
  top: .2em;
  width: 4px;
  height: 16px;
  border-radius: 999px;
  box-shadow: none;
}

.opl-about .opl-card-editor p:has(> strong:only-child) + p:before {
  content: none;
}

.opl-stats {
  padding: 72px 0 86px;
  color: #fff;
  background: #0768b8;
}

.opl-stats .opl-container {
  width: min(1536px, 80%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.opl-stats strong {
  display: block;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.opl-stats .opl-container > div > span {
  display: block;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.opl-stats strong .opl-count-suffix {
  display: inline;
  margin: 0 0 0 2px;
  font-size: .62em;
  font-weight: 400;
  line-height: 1;
  vertical-align: .12em;
}

.opl-technology {
  position: relative;
  padding: 134px 0 150px;
  background: #d8edf9 url("/upload/opl/lanhu/5e1b34a32d62a300.png") center top/cover no-repeat;
}

.opl-technology .opl-container {
  position: relative;
  z-index: 1;
}

.opl-technology .opl-section__heading {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.opl-technology .opl-section__heading h2 {
  color: #1a2b3c;
  font-weight: 600;
}

.opl-technology .opl-platform-desc {
  width: 100%;
  color: #333 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.opl-technology .opl-platform-desc * {
  color: #333 !important;
}

.opl-technology .opl-platform-desc p {
  margin: 0 0 1em;
}

.opl-technology .opl-platform-desc p:last-child {
  margin-bottom: 0;
}

.opl-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.opl-chart-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
}

.opl-chart-card img {
  display: block;
  width: 100%;
  height: auto;
}

.opl-pipeline,
.opl-locations,
.opl-capability,
.opl-contact {
  background: #fff;
}

.opl-locations {
  position: relative;
  padding-top: 108px;
  padding-bottom: 128px;
  overflow: hidden;
  background: #fff;
}

.opl-locations:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/upload/opl/mask-group.png") center 8px/1680px auto no-repeat;
  opacity: .72;
  pointer-events: none;
}

.opl-locations .opl-container {
  position: relative;
  z-index: 1;
  width: min(1348px, calc(100% - 48px));
}

.opl-locations .opl-section__heading {
  max-width: 1348px;
  margin-bottom: 58px;
}

.opl-locations .opl-section__rule {
  width: 52px;
  margin-bottom: 15px;
}

.opl-locations .opl-section__heading h2 {
  margin-bottom: 36px;
  color: #1a2b3c;
  font-weight: 600;
}

.opl-locations .opl-section__heading p {
  max-width: 1348px;
  margin: 0;
  color: #707070;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}

.opl-locations .opl-locations__button {
  width: 200px;
  height: 52px;
  margin-top: 42px;
  border-radius: 26px !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.opl-section__heading {
  max-width: 720px;
  margin-bottom: 72px;
}

.opl-pipeline {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 128px;
  background: #fff;
}

.opl-pipeline:before,
.opl-pipeline:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.opl-pipeline:before {
  top: 0;
  right: 0;
  width: 100%;
  height: 750px;
  background: url("/upload/opl/pipeline-top-bg.png") right top / 1920px auto no-repeat;
  opacity: 1;
}

.opl-pipeline:after {
  left: -8px;
  bottom: -80px;
  width: 959px;
  height: 687px;
  background: url("/upload/opl/pipeline-dna-left.png") left bottom / contain no-repeat;
  opacity: 1;
}

.opl-pipeline .opl-container {
  position: relative;
  z-index: 1;
}

.opl-pipeline .opl-section__heading {
  max-width: 1370px;
  margin-bottom: 44px;
}

.opl-pipeline .opl-section__heading h2 {
  color: #1a2b3c;
  font-weight: 600;
}

.opl-pipeline .opl-section__heading p {
  margin-top: 26px;
  color: #707070;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.opl-pipeline .opl-section__heading p em {
  color: #006ebd;
  font-style: normal;
  font-weight: 500;
}

.opl-pipeline-table {
  width: 100%;
  max-width: none;
  color: #14243a;
  font-size: 20px;
  font-weight: 400;
}

.opl-pipeline-head {
  display: grid;
  grid-template-columns: 146px 121px 252px repeat(4, 1fr);
  align-items: center;
  min-height: 65px;
  padding: 0 0 0 0;
  color: #1c3149;
  font-size: 22px;
  font-weight: 500;
}

.opl-pipeline-head span {
  text-align: center;
}

.opl-pipeline-head span:nth-child(-n+3) {
  text-align: left;
  padding-left: 18px;
}

.opl-pipeline-group {
  display: grid;
  grid-template-columns: 146px 1fr;
  grid-template-rows: repeat(var(--pipeline-rows), 56px);
  gap: 0;
  margin-bottom: 8px;
}

.opl-pipeline-category {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span var(--pipeline-rows);
  padding: 0 16px;
  color: #1b3149;
  background: #e6f2fb;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.opl-pipeline-row {
  display: grid;
  grid-template-columns: 121px 252px 1fr;
  align-items: center;
  min-width: 0;
}

.opl-pipeline-row--shade {
  background: rgba(245, 245, 245, .94);
}

.opl-pipeline-row--plain {
  background: rgba(255, 255, 255, .96);
}

.opl-pipeline-product,
.opl-pipeline-indication {
  min-width: 0;
  padding-left: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.opl-pipeline-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
  padding-right: 16px;
}

.opl-pipeline-segment {
  display: block;
  height: 22px;
  margin-left: -2px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
}

.opl-pipeline-segment:first-child {
  margin-left: 0;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
}

.opl-pipeline-segment:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.opl-pipeline-segment--blue,
.opl-pipeline-segment--blue-short {
  background: #0b70b8;
}

.opl-pipeline-segment--gray,
.opl-pipeline-segment--gray-short {
  background: #b2bfce;
}

.opl-pipeline-segment--orange,
.opl-pipeline-segment--orange-short {
  background: #f3b17b;
}

.opl-pipeline-segment--blue-short,
.opl-pipeline-segment--gray-short,
.opl-pipeline-segment--orange-short,
.opl-pipeline-segment--green-short {
  width: 50%;
}

.opl-pipeline-segment--green,
.opl-pipeline-segment--green-short {
  background: #319986;
}

.opl-team {
  padding-top: 112px;
  padding-bottom: 130px;
}

.opl-team .opl-section__heading {
  margin-bottom: 104px;
}

.opl-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 28px;
}

.opl-person {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.opl-person__edit {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 78, 137, .88);
  box-shadow: 0 5px 14px rgba(10, 45, 77, .2);
  cursor: pointer;
}

.opl-person__edit:hover,
.opl-person__edit:focus-visible {
  background: #006ebd;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.opl-team-editor[hidden] {
  display: none;
}

.opl-team-editor {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 24px;
}

.opl-team-editor__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(13, 31, 48, .62);
  cursor: default;
}

.opl-team-editor__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 31, 48, .28);
}

.opl-team-editor__head,
.opl-team-editor__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.opl-team-editor__head {
  margin-bottom: 22px;
}

.opl-team-editor__head h3 {
  margin: 0;
  color: #142940;
  font-size: 22px;
}

.opl-team-editor__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: #52667a;
  background: transparent;
  cursor: pointer;
}

.opl-team-editor__field {
  display: block;
  margin-bottom: 18px;
  color: #233951;
  font-size: 15px;
  font-weight: 700;
}

.opl-team-editor__field > span:first-child {
  display: block;
  margin-bottom: 8px;
}

.opl-team-editor__field input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #dbe3eb;
  border-radius: 6px;
  color: #223951;
  background: #fff;
  font-size: 15px;
}

.opl-team-editor__field input:focus {
  border-color: #1684d2;
  outline: 2px solid rgba(22, 132, 210, .14);
}

.opl-team-editor__photo {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.opl-team-editor__photo img {
  width: 104px;
  height: 78px;
  border-radius: 6px;
  object-fit: cover;
}

.opl-team-editor__photo input {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.opl-team-editor__status {
  min-height: 22px;
  margin: 0 0 12px;
  color: #52667a;
  font-size: 14px;
}

.opl-team-editor__status.is-success {
  color: #17633a;
}

.opl-team-editor__status.is-error {
  color: #b42318;
}

.opl-team-editor__actions {
  justify-content: flex-end;
}

.opl-team-editor__cancel,
.opl-team-editor__save {
  height: 42px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.opl-team-editor__cancel {
  border: 1px solid #d7e0e8;
  color: #40556a;
  background: #fff;
}

.opl-team-editor__save {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  color: #fff;
  background: #006ebd;
}

.opl-team-editor__save:disabled {
  cursor: wait;
  opacity: .65;
}

body.opl-team-editor-open {
  overflow: hidden;
}

.opl-team-editor__rich {
  display: block;
  min-height: 150px;
  padding: 12px 14px;
  color: #243a53;
  line-height: 1.55;
  background: #fff;
  border: 1px solid #dbe3eb;
  border-radius: 6px;
  outline: none;
}

.opl-team-editor__rich:focus {
  border-color: #1684d2;
  outline: 2px solid rgba(22, 132, 210, .14);
}

.opl-team-editor__rich p,
.opl-team-editor__rich ul,
.opl-team-editor__rich ol {
  margin: 0 0 10px;
}

.opl-team-editor__image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.opl-team-editor__image-grid label {
  min-width: 0;
  color: #243a53;
  font-size: 13px;
  font-weight: 700;
}

.opl-team-editor__image-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 7px 0 8px;
  object-fit: cover;
  border-radius: 6px;
}

.opl-team-editor__image-grid input[type="file"] {
  width: 100%;
  font-size: 12px;
}

.opl-person__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.opl-person__media {
  position: relative;
  display: block;
  aspect-ratio: 1.47;
  overflow: hidden;
}

.opl-person__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity .2s ease;
}

.opl-person__link:hover .opl-person__media:after {
  opacity: .1;
}

.opl-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.opl-person__link:hover img {
  transform: scale(1.02);
}

.opl-person__body {
  position: relative;
  display: block;
  min-height: 124px;
  padding: 26px 78px 24px 24px;
}

.opl-person__role {
  display: block;
  overflow: hidden;
  color: #4e6175;
  font-size: 18px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opl-person strong {
  display: block;
  margin-top: 16px;
  overflow: hidden;
  color: #24384d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opl-person__go {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  background: #0075c9;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.opl-person__go:before,
.opl-person__go:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #fff;
}

.opl-person__go:before {
  left: 13px;
  width: 17px;
  height: 2px;
  transform: translateY(-50%);
}

.opl-person__go:after {
  right: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.opl-person__link:hover .opl-person__go {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, .1);
}

.opl-location-grid,
.opl-product-grid,
.opl-career-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.opl-location-grid {
  gap: 28px;
}

.opl-location-grid article,
.opl-product-grid article,
.opl-career-grid article {
  position: relative;
  background: transparent;
  box-shadow: none;
}

.opl-approved-product__edit {
  top: 12px;
  right: 12px;
}

.opl-location-grid article {
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
}

.opl-location__edit {
  top: 12px;
  right: 12px;
}

.opl-location-grid a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.opl-location-grid img,
.opl-product-grid img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.opl-location-grid img {
  border-radius: 6px;
}

.opl-location-grid h3,
.opl-product-grid h3,
.opl-career-grid h3 {
  margin: 22px 0 0;
  color: #14314e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
}

.opl-location-grid h3 {
  min-height: 105px;
  overflow: visible;
}

.opl-location-grid h3,
.opl-location-grid p {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.opl-location-grid p,
.opl-career-grid p {
  margin: 18px 0 0;
  color: #0075c9;
  font-size: 20px;
  line-height: 1.3;
}

.opl-location-grid p {
  margin-top: auto;
}

.opl-products {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: #eef7fd;
  background-image: linear-gradient(90deg, rgba(238, 247, 253, .88) 0%, rgba(238, 247, 253, .64) 52%, rgba(238, 247, 253, .26) 100%), url("/upload/opl/products-bg.png");
  background-position: center center, right -18px top -10px;
  background-repeat: no-repeat;
  background-size: cover, 70% auto;
}

.opl-products .opl-section__heading {
  margin-bottom: 62px;
}

.opl-product-slider {
  position: relative;
}

.opl-product-viewport {
  overflow: hidden;
}

.opl-product-grid {
  display: flex;
  max-width: none;
  gap: 24px;
  overflow: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: transform .45s ease;
  will-change: transform;
}

.opl-product-grid::-webkit-scrollbar {
  display: none;
}

.opl-product-grid article {
  flex: 0 0 calc((100% - 48px) / 3);
  overflow: hidden;
  min-width: 0;
  padding: 24px 28px 30px;
  text-align: center;
  background: #fff !important;
  border-radius: 12px;
}

.opl-product-grid img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.opl-product-grid h3 {
  margin-top: 18px;
  color: #0d0d0d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.opl-product-controls {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 58px;
}

.opl-product-arrow {
  position: relative;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(22, 49, 77, .06);
  transition: box-shadow .2s ease;
}

.opl-product-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
}

.opl-product-arrow--prev:before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.opl-product-arrow--next:before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.opl-product-arrow:hover {
  box-shadow: 0 8px 24px rgba(22, 49, 77, .06), inset 0 0 0 999px rgba(0, 0, 0, .1);
}

.opl-capability {
  position: relative;
  overflow: hidden;
  min-height: 940px;
  padding: 72px 0 116px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 24%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, 0) 72%),
    #effaff url("/upload/opl/capability-bg.png") center bottom / cover no-repeat;
}

.opl-capability__grid {
  display: grid;
  grid-template-columns: minmax(0, 770px) minmax(0, 1fr);
  gap: 118px;
  align-items: center;
}

.opl-capability h2 {
  margin-bottom: 54px;
  color: #1a2b3c;
  font-size: 52px;
  font-weight: 600;
}

.opl-capability__list-wrap {
  position: relative;
  padding-left: 36px;
}

.opl-capability__rail {
  --cap-index: 0;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 2px;
  background: rgba(143, 176, 199, .22);
}

.opl-capability__rail:before {
  content: "";
  position: absolute;
  top: calc(var(--cap-index) * 80px);
  left: -1px;
  width: 4px;
  height: 52px;
  background: #006ebd;
  transition: top .24s ease;
}

.opl-capability-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  max-width: 740px;
  list-style: none;
}

.opl-capability-list li {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
}

.opl-capability__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 28px 0 24px;
  border: 0;
  border-radius: 16px;
  color: #233951;
  text-align: left;
  background: #e8f2fb;
  box-shadow: none;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.opl-capability__item:focus {
  outline: 2px solid rgba(0, 110, 189, .36);
  outline-offset: 3px;
}

.opl-capability__item.is-active {
  color: #fff;
  background: #006ebd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.opl-capability__item.is-active:before {
  content: "";
  position: absolute;
  inset: 0 14px 0 0;
  z-index: 0;
  border-radius: 16px 0 0 16px;
  background: #006ebd;
}

.opl-capability__item.is-active,
.opl-capability__item.is-active:focus,
.opl-capability__item.is-active:hover {
  color: #fff;
  background-color: #006ebd;
}

.opl-capability__item.is-active .opl-capability__text,
.opl-capability__item.is-active b {
  color: #fff;
}

.opl-capability__item.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 38px;
  height: 100%;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='64' viewBox='0 0 38 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0H9C19 0 23 5 27 14L38 32L27 50C23 59 19 64 9 64H0Z' fill='%23006ebd'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.opl-capability__text {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opl-capability__text small {
  margin-left: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  opacity: .55;
}

.opl-capability__item.is-active .opl-capability__text small {
  opacity: .65;
}

.opl-capability__item b {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.opl-capability__visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(42px);
}

.opl-capability__halo {
  position: absolute;
  top: 50%;
  left: 49%;
  width: 456px;
  height: 456px;
  border-radius: 50%;
  background: rgba(202, 232, 247, .82);
  transform: translate(-50%, -42%);
}

.opl-capability__visual img {
  position: relative;
  z-index: 1;
  max-width: 78%;
  max-height: 675px;
  object-fit: contain;
  transition: opacity .08s ease;
}

.opl-career {
  position: relative;
  overflow: hidden;
  padding: 104px 0 128px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52) 0%, rgba(255, 255, 255, .16) 46%, rgba(255, 255, 255, .42) 100%),
    #fff url("/upload/opl/lanhu/6ea26faba712c992.png") center top / cover no-repeat;
}

.opl-career > .opl-container {
  width: min(1370px, calc(100% - 96px));
}

.opl-work,
.opl-join {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  padding: 40px 48px;
  border-radius: 8px;
  background-color: #eefbff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 45px rgba(37, 104, 165, .08);
}

.opl-work {
  grid-template-columns: 646px minmax(0, 1fr);
  align-items: start;
  margin-bottom: 36px;
  background-image: url("/templates/opl/static/images/career-work-bg.png");
}

.opl-work__media {
  display: grid;
  grid-template-columns: 360px 262px;
  grid-template-rows: 189px 189px;
  gap: 24px;
}

.opl-work__image-frame,
.opl-work__image,
.opl-join__image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.opl-work__image-frame {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(26, 69, 111, .08);
}

.opl-work__image,
.opl-join__image {
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(26, 69, 111, .08);
  transition: opacity .18s ease;
}

.opl-work__image--large {
  grid-row: 1 / span 2;
}

.opl-work__progress {
  --progress: 0;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 18px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  overflow: hidden;
}

.opl-work__progress::before {
  content: "";
  display: block;
  width: calc(var(--progress) * 100%);
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, .9);
  transition: width .08s linear;
}


.opl-work__content h3,
.opl-join__content h3 {
  margin: 0 0 24px;
  color: #182b43;
  font-size: 40px;
  font-weight: 650;
  line-height: 1.14;
}

.opl-work__content h4 {
  margin: 22px 0 8px;
  color: #006ebd;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.25;
}

.opl-work__content p {
  margin: 0;
  color: #718091;
  font-size: 17px;
  line-height: 1.5;
}

.opl-join {
  grid-template-columns: minmax(0, 1fr) 645px;
  min-height: 440px;
  background-image: url("/templates/opl/static/images/career-join-bg.png");
}

.opl-career__edit,
.opl-join__edit {
  top: 12px;
  right: 12px;
}

.opl-join__content p {
  max-width: 560px;
  margin: 0 0 16px;
  color: #68788a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.opl-join__content p:first-of-type {
  color: #45596e;
}

.opl-join__content strong {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
  margin-top: 28px;
  color: #006ebd;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
}

.opl-join-openings {
  max-width: 560px;
  margin-top: 18px;
}

.opl-join-openings:not(.is-expanded) .opl-join-opening:nth-child(n+2) {
  display: none;
}

.opl-join-opening {
  padding: 13px 16px 13px 18px;
  border-left: 3px solid #006ebd;
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 10px 24px rgba(37, 104, 165, .08);
}

.opl-join-opening + .opl-join-opening {
  margin-top: 10px;
}

.opl-join-opening__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #006ebd;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.opl-join-opening h4 {
  margin: 0 0 6px;
  color: #18304a;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}

.opl-join-opening p {
  max-width: none;
  margin: 0 0 6px;
  color: #5f7083;
  font-size: 13.5px;
  line-height: 1.42;
}

.opl-join-opening__contact {
  margin-bottom: 0;
  color: #344b63;
  font-weight: 600;
}

.opl-join-opening a {
  color: #006ebd;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.opl-join-opening a:hover {
  color: #00579a;
  text-decoration: underline;
}

.opl-join-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 32px;
  margin-top: 10px;
  border: 1px solid rgba(0, 117, 201, .65);
  border-radius: 16px;
  color: #006ebd;
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.opl-join-more:hover,
.opl-join-more:focus {
  color: #fff;
  border-color: #0075c9;
  background: #0075c9;
  outline: none;
}

.opl-join-manage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 10px;
  margin-left: 8px;
  padding: 0 14px;
  border: 1px solid rgba(20, 36, 58, .18);
  border-radius: 16px;
  color: #26364c;
  background: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.opl-join-manage:hover,
.opl-join-manage:focus {
  color: #0075c9;
  border-color: #0075c9;
  outline: none;
}

.opl-opening-editor__rows {
  display: grid;
  gap: 14px;
  max-height: min(58vh, 560px);
  overflow-y: auto;
  padding-right: 4px;
}

.opl-opening-editor__row {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dde8f3;
  border-radius: 8px;
  background: #f8fbff;
}

.opl-opening-editor__row label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.opl-opening-editor__row label span {
  color: #536273;
  font-size: 12px;
  font-weight: 600;
}

.opl-opening-editor__row input,
.opl-opening-editor__row textarea {
  width: 100%;
  border: 1px solid #cfdbe8;
  border-radius: 6px;
  padding: 8px 10px;
  color: #14243a;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.opl-opening-editor__row textarea {
  min-height: 92px;
  resize: vertical;
}

.opl-opening-editor__row button,
.opl-opening-editor__add {
  justify-self: flex-start;
  border: 1px solid #d7e3ef;
  border-radius: 16px;
  padding: 7px 14px;
  color: #006ebd;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.opl-opening-editor__row button {
  color: #c5392f;
}

.opl-opening-editor__add {
  margin-top: 14px;
}

.opl-join__media {
  position: relative;
  width: 645px;
  height: 402px;
}

.opl-join__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: 20px;
  transition: opacity .72s ease;
}

.opl-join__image.is-active {
  opacity: 1;
}

.opl-join__pause {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background: rgba(255, 255, 255, .28);
  box-shadow: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}

.opl-join__pause span {
  position: relative;
  z-index: 1;
  transform: translateY(-1px);
}

.opl-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 32px;
  margin-top: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: #096ec7;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.opl-button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, .1);
}

.opl-join .opl-button {
  width: 112px;
  height: 34px;
  margin-top: 22px;
  color: #142940;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #006ebd;
  border-radius: 15px;
}

.opl-join .opl-button:hover {
  color: #142940;
}

.opl-partner {
  position: relative;
  overflow: hidden;
  padding: 128px 0 142px;
  background: #eef6fc;
}

.opl-partner:after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: 82px;
  width: min(1280px, calc(100% - 72px));
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(34, 118, 188, .16) 0%, rgba(34, 118, 188, .09) 38%, rgba(34, 118, 188, 0) 74%);
  filter: blur(24px);
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 0;
}

.opl-partner .opl-container {
  position: relative;
  z-index: 1;
}

.opl-partner-flow {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  z-index: 1;
}

.opl-partner-card {
  position: relative;
  overflow: hidden;
  flex: 0 1 170px;
  min-width: 140px;
  width: 170px;
  height: 560px;
  min-height: 560px;
  max-height: 560px;
  padding: 28px 18px 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0 28px 58px rgba(25, 67, 108, .12),
    inset 0 0 0 1px rgba(255, 255, 255, .48);
  cursor: pointer;
  transition:
    flex-basis .72s cubic-bezier(.22, .82, .18, 1),
    width .72s cubic-bezier(.22, .82, .18, 1),
    padding .72s cubic-bezier(.22, .82, .18, 1),
    box-shadow .34s ease;
}

.opl-partner-card:not(.is-active) {
  padding-left: 14px;
  padding-right: 14px;
}

.opl-partner-card:focus {
  outline: none;
}

.opl-partner-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 43%, rgba(255, 255, 255, .12) 72%, rgba(255, 255, 255, 0) 100%);
}

.opl-partner-card > * {
  position: relative;
  z-index: 1;
}

.opl-partner-card.is-active {
  flex: 1 1 589px;
  width: auto;
  height: 560px;
  padding: 38px 34px 38px;
  box-shadow:
    0 34px 74px rgba(25, 67, 108, .15),
    inset 0 0 0 1px rgba(255, 255, 255, .52);
}

.opl-partner-card.is-active:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .76) 48%, rgba(255, 255, 255, .08) 100%);
}

.opl-partner-card:nth-child(1).is-active {
  background: url("/upload/opl/partner-slices/partner-active-01.png") center / cover no-repeat;
}

.opl-partner-card:nth-child(2).is-active {
  background: url("/upload/opl/partner-slices/partner-active-02.png") center / cover no-repeat;
}

.opl-partner-card:nth-child(3).is-active {
  background: url("/upload/opl/partner-slices/partner-active-03.png") center / cover no-repeat;
}

.opl-partner-card:nth-child(4).is-active {
  background: url("/upload/opl/partner-slices/partner-active-04.png") center / cover no-repeat;
}

.opl-partner-card:nth-child(5).is-active {
  background: url("/upload/opl/partner-slices/partner-active-05.png") center / cover no-repeat;
}

.opl-partner-card h3 {
  display: block;
  max-width: 520px;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #13283f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.13;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .36s ease .12s,
    transform .46s cubic-bezier(.22, .82, .18, 1) .12s,
    max-height .52s cubic-bezier(.22, .82, .18, 1),
    margin .52s cubic-bezier(.22, .82, .18, 1);
}

.opl-partner-card.is-active h3 {
  max-height: 210px;
  margin: 0 0 22px;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
}

.opl-partner-card:not(:first-child).is-active h3 {
  position: static;
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 31px;
}

.opl-partner-card__body {
  max-height: 0;
  overflow: hidden;
  color: #5d6d7e;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .38s ease .18s,
    transform .5s cubic-bezier(.22, .82, .18, 1) .18s,
    max-height .62s cubic-bezier(.22, .82, .18, 1);
}

.opl-partner-card.is-active .opl-partner-card__body {
  max-height: 470px;
  opacity: 1;
  transform: translateY(0);
}

.opl-partner-card__body h4 {
  margin: 10px 0 5px;
  color: #142940;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.opl-partner-card__body p {
  margin: 0 0 6px;
  color: #5d6d7e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.26;
  text-wrap: pretty;
}

.opl-partner-card ul {
  display: grid;
  gap: 6px;
  max-height: 0;
  margin: 0;
  padding-left: 26px;
  overflow: hidden;
  color: #5d6d7e;
  font-size: 14px;
  line-height: 1.22;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .38s ease .18s,
    transform .5s cubic-bezier(.22, .82, .18, 1) .18s,
    max-height .62s cubic-bezier(.22, .82, .18, 1);
}

.opl-partner-card li {
  text-wrap: pretty;
}

/* Give shorter panels a little more vertical rhythm without crowding dense ones. */
.opl-partner-card:nth-child(1).is-active .opl-partner-card__body p {
  line-height: 1.6;
}

.opl-partner-card:nth-child(1).is-active ul {
  gap: 16px;
  line-height: 1.58;
}

.opl-partner-card:nth-child(3).is-active .opl-partner-card__body p {
  margin-bottom: 20px;
  line-height: 1.75;
}

.opl-partner-card:nth-child(3).is-active ul {
  gap: 20px;
  line-height: 1.7;
}

.opl-partner-card:nth-child(4).is-active .opl-partner-card__body p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.opl-partner-card:nth-child(4).is-active ul {
  gap: 14px;
  line-height: 1.58;
}

.opl-partner-card:nth-child(5).is-active .opl-partner-card__body p {
  margin-bottom: 20px;
  line-height: 1.68;
}

.opl-partner-card:nth-child(5).is-active ul {
  gap: 16px;
  line-height: 1.62;
}

.opl-partner-card.is-active ul {
  max-height: 340px;
  opacity: 1;
  transform: translateY(0);
}

.opl-partner-card li::marker {
  color: #0074c8;
  font-size: 22px;
}

.opl-partner-card__num {
  display: block;
  position: relative;
  max-height: 90px;
  margin: -6px auto 24px;
  color: rgba(0, 110, 189, .2);
  font-size: 82px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .28s ease,
    transform .42s cubic-bezier(.22, .82, .18, 1),
    max-height .42s cubic-bezier(.22, .82, .18, 1),
    margin .42s cubic-bezier(.22, .82, .18, 1);
}

.opl-partner-card:not(.is-active) .opl-partner-card__num {
  left: -8px;
}

.opl-partner-card.is-active .opl-partner-card__num {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(-18px);
}

.opl-partner-card__summary {
  display: block;
  max-height: 330px;
  margin: 0;
  color: #142940;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .26s ease,
    transform .4s cubic-bezier(.22, .82, .18, 1),
    max-height .42s cubic-bezier(.22, .82, .18, 1);
}

.opl-partner-card__summary strong {
  display: block;
  padding-bottom: 2px;
  color: #142940;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
}

.opl-partner-card__summary .opl-nowrap {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.opl-partner-card__summary span {
  display: block;
  margin-top: 12px;
  color: #2f4155;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.24;
  overflow-wrap: normal;
  hyphens: none;
}

.opl-partner-card__media {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 8px;
  height: 330px;
  overflow: hidden;
  border-radius: 7px;
  z-index: 0;
  transition: inset .72s cubic-bezier(.22, .82, .18, 1), height .72s cubic-bezier(.22, .82, .18, 1), opacity .3s ease;
}

.opl-partner-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .72s cubic-bezier(.22, .82, .18, 1), filter .35s ease;
}

.opl-partner-card.is-active .opl-partner-card__media {
  opacity: 0;
}

.opl-partner-card.is-active .opl-partner-card__media img {
  transform: scale(1.04);
  filter: saturate(.75);
}

.opl-partner-card:not(.is-active) .opl-partner-card__summary span {
  display: none;
}

.opl-partner-card.is-active .opl-partner-card__summary {
  max-height: 0;
  opacity: 0;
  transform: translateY(16px);
}

.opl-partner-card:nth-child(5):not(.is-active) .opl-partner-card__summary strong {
  font-size: 18px;
  line-height: 1.22;
}

.opl-partner-card:nth-child(5):not(.is-active) .opl-partner-card__summary span {
  font-size: 16px;
  line-height: 1.22;
}

@media (max-width: 991px) {
  .opl-about {
    --opl-about-card-height: 370px;
  }

  .opl-about .opl-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-about .opl-feature-card,
  .opl-about .opl-insights {
    grid-column: auto;
  }

  .opl-partner {
    padding: 88px 0 96px;
  }

  .opl-partner-flow {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .opl-partner-card,
  .opl-partner-card.is-active {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
    scroll-snap-align: start;
  }

  .opl-partner-card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 158px;
    width: 158px;
  }

  .opl-partner-card.is-active {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: min(520px, calc(100vw - 72px));
    width: min(520px, calc(100vw - 72px));
  }

  .opl-partner-card__media {
    height: 294px;
  }
}

@media (max-width: 640px) {
  .opl-about {
    --opl-about-card-height: 370px;
  }

  .opl-about .opl-about__grid {
    grid-template-columns: 1fr;
  }

  .opl-partner {
    padding: 58px 0 68px;
  }

  .opl-partner .opl-container {
    width: min(100% - 28px, 1370px);
  }

  .opl-partner-card,
  .opl-partner-card.is-active {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .opl-partner-card.is-active {
    flex-basis: calc(100vw - 42px);
    width: calc(100vw - 42px);
    padding: 30px 24px;
  }

  .opl-partner-card.is-active h3,
  .opl-partner-card:not(:first-child).is-active h3 {
    font-size: 26px;
  }

  .opl-partner-card__body p,
  .opl-partner-card ul {
    font-size: 13px;
  }
}

.opl-contact {
  position: relative;
  overflow: hidden;
  padding: 132px 0 152px;
  font-family: "OPL MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .72) 38%, rgba(244, 250, 255, .28) 66%, rgba(226, 243, 255, .12) 100%),
    #f4fbff url("/upload/opl/contact-bg.png") center bottom / 100% auto no-repeat;
}

.opl-contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1370px;
  margin: 0 auto;
  padding: 28px 34px 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 74, 116, .08);
}

.opl-contact-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 34px 32px 36px;
  min-height: 760px;
  border-radius: 22px;
  background: #eafcff url("/templates/opl/static/images/contact-partner-bg.png") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .58);
}

.opl-contact-info__partner h3 {
  margin: 0 0 26px;
  color: #142940;
  font-family: "OPL MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.12;
}

.opl-contact-info__partner ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  color: #53687d;
  font-size: 18px;
  line-height: 1.42;
}

.opl-contact-info__partner li {
  text-wrap: pretty;
}

@media (min-width: 992px) {
  .opl-contact-info__partner li:nth-child(2) {
    font-size: 17px;
    letter-spacing: -.1px;
    white-space: nowrap;
  }
}

.opl-contact-info__partner li::marker {
  color: #0074c8;
  font-size: 18px;
}

.opl-contact-info__company {
  margin-top: auto;
  padding: 26px 24px;
  border-radius: 8px;
  background: #f4fefe;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .68);
}

.opl-contact-info__company h3 {
  margin: 0 0 20px;
  color: #142940;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.opl-contact-info__company p {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 18px;
  color: #142940;
  font-size: 17px;
  line-height: 1.32;
}

.opl-contact-info__company p:last-child {
  margin-bottom: 0;
}

.opl-contact-info__company b {
  font-weight: 700;
}

.opl-contact-info__company i {
  color: #0070c9;
}

.opl-contact-info__company i.fa-map-marker {
  position: relative;
  width: 18px;
  height: 20px;
  margin-top: 0;
  color: #0070c9;
  font-size: 0;
}

.opl-contact-info__company i.fa-map-marker:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 11px;
  height: 11px;
  border: 2px solid #0070c9;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.opl-contact-info__company i.fa-map-marker:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0070c9;
}

.opl-contact-form {
  padding: 18px 18px 0 0;
}

.opl-contact-form h3 {
  margin: 0 0 22px;
  color: #142940;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.opl-contact-form__intro {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #7e8c9c;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.opl-contact-form .form-group {
  margin: 0 0 20px;
}

.opl-contact-form label {
  display: block;
  margin: 0 0 10px;
  color: #233951;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.opl-contact-form .form-group.required::before {
  content: "*";
  position: absolute;
  left: -15px;
  z-index: 1;
  top: 28.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-top: 0;
  color: #f00;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.opl-contact-form .opl-contact-form__field--request.required::before {
  height: 132px;
}

.opl-contact-form input,
.opl-contact-form textarea {
  display: block;
  width: 100%;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  color: #223951;
  background: #f3f5f8;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: box-shadow .2s ease, background .2s ease;
}

.opl-contact-form input {
  height: 52px;
}

.opl-contact-form textarea {
  min-height: 132px;
  padding-top: 16px;
  resize: vertical;
}

.opl-contact-form input:focus,
.opl-contact-form textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 110, 189, .22);
}

.opl-contact-form input::placeholder,
.opl-contact-form textarea::placeholder {
  color: #a7b0bc;
}

.opl-contact-form__captcha-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px;
  align-items: stretch;
  margin: 0 !important;
}

.opl-contact-form__captcha-row .met-getcode {
  display: block;
  width: 160px;
  height: 52px;
  border: 1px solid #e3e8ee;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
}

.opl-contact-form__status {
  width: 100%;
  margin: 8px 0 20px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.opl-contact-form__status.is-success {
  color: #17633a;
  background: #e8f6ee;
}

.opl-contact-form__status.is-error {
  color: #a22b2b;
  background: #fff0f0;
}

.opl-contact-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.opl-contact-form button {
  display: block;
  width: 320px;
  max-width: 100%;
  height: 56px;
  margin: 28px auto 0;
  padding: 0 28px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #006ebd;
  box-shadow: 0 10px 22px rgba(0, 110, 189, .18);
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: box-shadow .2s ease;
}

.opl-contact-form button:hover {
  background: #006ebd;
  box-shadow: 0 10px 22px rgba(0, 110, 189, .18), inset 0 0 0 999px rgba(0, 0, 0, .1);
}

@keyframes oplHeroImage {
  from {
    opacity: .82;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes oplHeroContent {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes oplRuleIn {
  from {
    transform: scaleX(.25);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes oplPipelineIn {
  from {
    opacity: 0;
    transform: scaleX(.35);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.opl-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease, transform .72s ease;
  transition-delay: var(--opl-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.opl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.opl-partner-card.opl-reveal {
  transition:
    opacity .72s ease,
    transform .72s ease,
    flex-basis .72s cubic-bezier(.22, .82, .18, 1),
    width .72s cubic-bezier(.22, .82, .18, 1),
    padding .72s cubic-bezier(.22, .82, .18, 1),
    box-shadow .34s ease;
}

.opl-reveal.is-visible .opl-section__rule,
.opl-section__rule.opl-reveal.is-visible {
  animation: oplRuleIn .58s ease both;
}

.opl-feature-card,
.opl-insights,
.opl-chart-card,
.opl-person,
.opl-location-grid article,
.opl-product-grid article,
.opl-contact-card {
  transition: transform .28s ease, box-shadow .28s ease;
}

.opl-feature-card:hover,
.opl-insights:hover,
.opl-chart-card:hover,
.opl-person:hover,
.opl-location-grid article:hover {
  transform: translateY(-6px);
}

.opl-feature-card:hover,
.opl-insights:hover,
.opl-chart-card:hover,
.opl-product-grid article:hover {
  box-shadow: 0 18px 42px rgba(22, 49, 77, .10);
}

.opl-location-grid img {
  transition: transform .32s ease;
}

.opl-location-grid article:hover img {
  transform: scale(1.025);
}

.opl-pipeline-segment {
  transform-origin: left center;
}

.is-visible .opl-pipeline-segment {
  animation: oplPipelineIn .62s ease both;
}

.is-visible .opl-pipeline-row:nth-child(2n) .opl-pipeline-segment {
  animation-delay: .08s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .opl-reveal {
    opacity: 1;
    transform: none;
  }
}

.opl-footer {
  background: #fff;
  color: #84909c;
}

.opl-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr 1.45fr;
  gap: 72px;
  align-items: stretch;
  padding: 64px 0 58px;
}

.opl-footer__group {
  display: grid;
  gap: 22px;
}

.opl-footer__group h3 {
  margin: 0 0 6px;
  color: #1a2b3c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.opl-footer__group a,
.opl-footer__lang a {
  color: #777d83;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.opl-footer__group a:hover,
.opl-footer__lang a:hover,
.opl-footer__email:hover,
.opl-footer__social a:hover {
  color: #006ebd;
}

.opl-footer__brand {
  display: flex;
  align-items: center;
  padding-left: 60px;
  border-left: 1px solid #edf1f4;
}

.opl-footer__brand img {
  display: block;
  width: 250px;
  height: auto;
}

.opl-footer__email {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #1a2b3c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.opl-footer__social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
}

.opl-footer__social a {
  display: inline-flex;
  align-items: center;
  color: #777d83;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.opl-footer__social span {
  display: none;
}

.opl-footer__social i {
  display: inline-block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  color: #fff;
  font-size: 0;
  line-height: 24px;
  text-align: center;
}

.opl-footer__social a:first-child i {
  background: #4267a9;
}

.opl-footer__social a:first-child i:before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.opl-footer__social a:last-child i {
  background: #2387c9;
}

.opl-footer__social a:last-child i:before {
  content: "in";
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.opl-footer__copy {
  position: relative;
}

.opl-footer__copy .opl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid #edf1f4;
  padding: 30px 0 34px;
  color: #8a949f;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.opl-footer__copy .powered_by_metinfo,
.opl-footer__copy .powered_by_metinfo a {
  color: #8a949f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.opl-footer__copy .powered_by_metinfo a:hover {
  color: #006ebd;
}

.met-menu-list:not(.iskeshi),
#onlinebox:not(.iskeshi),
.onlinebox:not(.iskeshi) {
  display: none !important;
}

@media (max-width: 991px) {
  .opl-nav__inner {
    justify-content: space-between;
  }

  .opl-nav__brand {
    margin-right: 0;
  }

  .opl-logo img {
    width: 126px;
  }

  .opl-nav__toggle {
    display: block;
  }

  .opl-nav__collapse {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    padding: 18px 20px 24px;
    background: #fff;
    border-top: 1px solid rgba(20, 36, 58, .08);
    box-shadow: 0 20px 35px rgba(20, 36, 58, .1);
  }

  .opl-nav__collapse.in,
  .opl-nav__collapse.show,
  .opl-nav__collapse.collapse.in {
    display: block !important;
  }

  .opl-nav__links,
  .opl-nav__tools {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .opl-nav__item {
    width: 100%;
  }

  .opl-nav__submenu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 10px;
    padding: 6px 0 2px 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .opl-nav__submenu a {
    padding: 8px 0;
    font-size: 16px;
  }

  .opl-nav__tools {
    margin-top: 18px;
    margin-right: 0;
  }

  .opl-hero {
    min-height: 430px;
  }

  .opl-hero__content {
    padding-top: 120px;
  }

  .opl-about__grid,
  .opl-footer__grid,
  .opl-capability__grid,
  .opl-contact-card,
  .opl-work,
  .opl-join {
    grid-template-columns: 1fr;
  }

  .opl-career {
    padding: 82px 0 92px;
  }

  .opl-career > .opl-container {
    width: min(100% - 48px, 1120px);
  }

  .opl-work,
  .opl-join {
    gap: 34px;
    padding: 34px;
  }

  .opl-work {
    grid-template-columns: 1fr;
  }

  .opl-work__media {
    grid-template-columns: 1.34fr 1fr;
    grid-template-rows: 180px 180px;
  }

  .opl-join__media {
    width: 100%;
    height: 320px;
  }

  .opl-stats .opl-container,
  .opl-chart-grid,
  .opl-team-grid,
  .opl-location-grid,
  .opl-career-grid,
  .opl-partner-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .opl-product-grid article {
    flex-basis: calc((100% - 24px) / 2);
  }

  .opl-capability {
    padding: 82px 0 88px;
  }

  .opl-capability__grid {
    gap: 48px;
  }

  .opl-capability h2 {
    font-size: 42px;
  }

  .opl-capability__text {
    font-size: 14px;
  }

  .opl-capability__visual {
    min-height: 420px;
  }

  .opl-contact {
    padding: 88px 0 96px;
  }

  .opl-contact-card {
    gap: 42px;
    padding: 28px;
  }

  .opl-contact-info {
    min-height: 0;
  }

  .opl-contact-form {
    padding: 0;
  }

  .opl-footer__grid {
    gap: 34px;
  }

  .opl-footer__brand {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .opl-team-editor__image-grid {
    grid-template-columns: 1fr;
  }

  .opl-stats .opl-container {
    width: min(100% - 28px, 1370px);
  }

  .opl-container {
    width: min(100% - 28px, 1370px);
  }

  .opl-hero {
    min-height: 360px;
  }

  .opl-hero h1 {
    max-width: calc(100vw - 48px);
    font-size: clamp(23px, 6.6vw, 28px);
  }

  .opl-hero__content {
    width: 100%;
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 90px;
  }

  .opl-section {
    padding: 58px 0;
  }

  .opl-career {
    padding: 58px 0 68px;
  }

  .opl-career > .opl-container {
    width: min(100% - 28px, 1120px);
  }

  .opl-work,
  .opl-join {
    gap: 24px;
    padding: 24px;
  }

  .opl-work__media {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 160px 160px;
    gap: 14px;
  }

  .opl-work__image--large {
    grid-row: auto;
  }

  .opl-work__content h3,
  .opl-join__content h3 {
    font-size: 27px;
  }

  .opl-join__content p {
    max-width: none;
  }

  .opl-join__content strong {
    display: block;
    font-size: 15px;
    white-space: normal;
  }

  .opl-join__media {
    height: 230px;
  }

  .opl-stats .opl-container,
  .opl-chart-grid,
  .opl-team-grid,
  .opl-location-grid,
  .opl-career-grid,
  .opl-partner-flow {
    grid-template-columns: 1fr;
  }

  .opl-pipeline .opl-container {
    overflow-x: auto;
  }

  .opl-pipeline-table {
    min-width: 1040px;
  }

  .opl-products {
    padding-top: 72px;
    padding-bottom: 76px;
    background-size: cover, 1040px auto;
  }

  .opl-product-grid article {
    flex-basis: 100%;
    padding: 20px 22px 26px;
  }

  .opl-product-grid img {
    height: 240px;
  }

  .opl-product-grid h3 {
    font-size: 22px;
  }

  .opl-product-controls {
    margin-top: 34px;
  }

  .opl-stats {
    padding: 48px 0;
  }

  .opl-stats strong {
    font-size: 38px;
  }

  .opl-stats .opl-container > div > span {
    margin-top: 12px;
    font-size: 16px;
  }

  .opl-contact-card {
    padding: 18px;
    border-radius: 12px;
  }

  .opl-contact-info {
    padding: 24px 20px;
  }

  .opl-contact-info__partner h3 {
    font-size: 28px;
  }

  .opl-contact-info__partner ul,
  .opl-contact-info__company p {
    font-size: 15px;
  }

  .opl-contact-form h3 {
    font-size: 28px;
  }

  .opl-contact-form__intro {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .opl-contact-form .form-group {
    margin-bottom: 18px;
  }

  .opl-contact-form label {
    font-size: 16px;
  }

  .opl-contact-form .form-group.required::before {
    top: 29.2px;
  }

  .opl-contact-form__captcha-row {
    grid-template-columns: minmax(0, 1fr) 132px;
  }

  .opl-contact-form__captcha-row .met-getcode {
    width: 132px;
  }
}

.opl-stats .opl-container > div,
.opl-section__intro,
.opl-feature-card,
.opl-feature-card > a,
.opl-insights,
.opl-insights__media {
  position: relative;
}

[data-opl-edit-key] {
  cursor: text;
  text-decoration: none;
}

[data-opl-edit-key]:hover,
[data-opl-edit-key]:focus {
  text-decoration: none;
}

.opl-stat-edit-popover {
  position: absolute;
  left: 50%;
  bottom: -96px;
  z-index: 10020;
  width: min(360px, calc(100vw - 36px));
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 36, 64, .24);
  transform: translateX(-50%);
  text-align: left;
}

.opl-stat-edit-textarea {
  display: block;
  width: 100%;
  height: 78px;
  padding: 9px 10px;
  border: 1px solid #2688ff;
  border-radius: 2px;
  color: #5b6b7d;
  font-family: "OPL MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  outline: 0;
  resize: vertical;
}

.opl-stat-edit-actions {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.opl-stat-edit-actions button {
  width: 48px;
  height: 32px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

.opl-stat-edit-save {
  background: #2688ff;
}

.opl-stat-edit-cancel {
  background: #e7eef4;
  color: #708091 !important;
}

.opl-inline-rich-open {
  overflow: hidden;
}

.opl-inline-rich-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10030;
  background: rgba(12, 24, 38, .45);
}

.opl-inline-rich-modal.is-open {
  display: block;
}

.opl-inline-rich-dialog {
  display: flex;
  flex-direction: column;
  width: min(1080px, calc(100vw - 40px));
  height: min(760px, calc(100vh - 40px));
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 36, 64, .28);
}

.opl-inline-rich-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #e8edf2;
  color: #1f2a37;
  font-size: 16px;
}

.opl-inline-rich-close {
  border: 0;
  background: transparent;
  color: #777;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.opl-inline-rich-body {
  flex: 1;
  min-height: 0;
  padding: 14px 18px;
  overflow: auto;
}

.opl-inline-rich-body > .edui-default,
.opl-team-editor__field > .edui-default {
  width: 100% !important;
}

.opl-inline-rich-fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding: 12px;
  border: 1px solid #d9e2ec;
  color: #1f2a37;
  font-family: Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
  resize: none;
}

.opl-inline-rich-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid #e8edf2;
  background: #f6f8fb;
}

.opl-inline-rich-footer button {
  min-width: 84px;
  height: 36px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.opl-inline-rich-cancel {
  background: #e4eaf0;
  color: #536273;
}

.opl-inline-rich-save {
  background: #2688ff;
  color: #fff;
}

.opl-inline-rich-footer button:disabled {
  cursor: wait;
  opacity: .65;
}

/* Technology chart lightbox */
.opl-chart-card img {
  cursor: zoom-in;
}

#opl-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#opl-lightbox.is-open {
  display: flex;
}

#opl-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5);
  animation: lbIn .22s ease both;
}

#opl-lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

#opl-lightbox-close:hover,
.opl-lightbox-arrow:hover {
  background: rgba(255, 255, 255, .28);
}

.opl-lightbox-arrow {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  cursor: pointer;
}

.opl-lightbox-arrow:disabled {
  opacity: .2;
  cursor: default;
}

#opl-lightbox-prev { left: 24px; }
#opl-lightbox-next { right: 24px; }

.opl-lightbox-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#opl-lightbox-counter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  letter-spacing: .04em;
  pointer-events: none;
}

@keyframes lbIn {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes lbSlideLeft {
  from { opacity: 0; transform: translateX(48px) scale(.96); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes lbSlideRight {
  from { opacity: 0; transform: translateX(-48px) scale(.96); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

#opl-lightbox img.slide-left { animation: lbSlideLeft .22s ease both; }
#opl-lightbox img.slide-right { animation: lbSlideRight .22s ease both; }

.opl-section__intro .opl-richtext p,
.opl-card-editor p,
.opl-card-editor {
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.opl-detail-page {
  padding-top: 74px;
  overflow: hidden;
  background: #fff;
}

.opl-location-hero {
  position: relative;
  height: 1290px;
  overflow: hidden;
  background: #e9f5ff;
  border-radius: 0;
}

.opl-location-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.opl-location-hero__copy {
  position: absolute;
  left: -3vw;
  right: -3vw;
  top: 438px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 322px;
  padding: 52px 16px 56px;
  color: #fff;
  background: rgba(0, 108, 188, .62);
  text-align: center;
}

.opl-location-hero__copy h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(20px, 1.72vw, 25px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

.opl-location-hero__copy p {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.opl-location-hero__copy--compact h1 {
  font-size: clamp(20px, 1.72vw, 25px);
  line-height: 1.12;
}

.opl-location-hero__copy--compact p {
  font-size: clamp(30px, 3vw, 48px);
}

.opl-office-photos {
  position: relative;
  padding: 116px 0 134px;
  background:
    linear-gradient(180deg, rgba(237, 248, 255, .96) 0%, rgba(237, 248, 255, .96) 78%, rgba(237, 248, 255, .72) 100%),
    url("/upload/opl/lanhu/c17fafd657096c2d.png") center bottom / 100% auto no-repeat;
}

.opl-detail-heading {
  margin-bottom: 86px;
}

.opl-detail-heading h2 {
  margin: 0;
  color: #1a2b3c;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.opl-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.opl-office-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #d9eaf6;
  aspect-ratio: 1.48;
}

.opl-office-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opl-member-hero {
  position: relative;
  min-height: 860px;
  padding: 28px 0 110px;
  background:
    url("/upload/opl/Group-308.png") right top / 1182px auto no-repeat,
    url("/upload/opl/lanhu/c17fafd657096c2d.png") left bottom / 100% auto no-repeat,
    linear-gradient(180deg, #eaf6ff 0%, #f6fbff 56%, #fff 100%);
}

.opl-member-hero > .opl-container {
  width: min(1340px, calc(100% - 40px));
}

.opl-member-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 82px;
  color: #13263d;
  font-size: 18px;
  line-height: 1.4;
}

.opl-member-crumb a {
  color: #0075c9;
  text-decoration: none;
}

.opl-member-hero__summary {
  display: grid;
  grid-template-columns: 396px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  max-width: 1060px;
  margin-left: 0;
}

.opl-member-hero__photo {
  overflow: hidden;
  width: 396px;
  height: 396px;
  border-radius: 8px;
  background: #dcebf7;
  box-shadow: none;
}

.opl-member-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opl-member-hero__identity {
  align-self: center;
  padding-top: 0;
}

.opl-member-hero__role {
  margin: 28px 0 0;
  color: #1a2b3c;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
}

.opl-member-hero h1 {
  margin: 0;
  color: #0075c9;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.opl-member-hero__intro {
  max-width: 1340px;
  margin-top: 58px;
}

.opl-member-hero__intro h2 {
  margin: 0 0 34px;
  color: #1a2b3c;
  font-family: "OPL MiSans Semibold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.24;
}

.opl-member-hero__content {
  padding: 0 !important;
  color: #4f6175;
  font-size: 22px;
  line-height: 1.36;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.opl-member-hero__content p {
  margin: 0 0 14px;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.opl-member-hero__content p:last-child {
  margin-bottom: 0;
}

.opl-preview-switch {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(20, 36, 58, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(20, 58, 98, .14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.opl-preview-switch a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  color: #26364c;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.opl-preview-switch a:hover {
  color: #fff;
  background: #0075c9;
}

.opl-team--detail {
  padding-top: 86px;
  padding-bottom: 106px;
  background: #fff;
}

.opl-team--detail .opl-detail-heading {
  margin-bottom: 42px;
}

.opl-team-carousel {
  overflow: hidden;
}

.opl-team-carousel__viewport {
  overflow: hidden;
}

.opl-team--detail .opl-team-grid {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.opl-team--detail .opl-team-grid::-webkit-scrollbar {
  display: none;
}

.opl-team--detail .opl-team-grid .opl-person {
  flex: 0 0 calc((100% - 96px) / 4);
  scroll-snap-align: start;
}

.opl-team--detail .opl-person {
  border-radius: 0;
}

.opl-team--detail .opl-person__body {
  min-height: 96px;
  padding: 18px 58px 18px 18px;
}

.opl-team--detail .opl-person__role {
  font-size: 15px;
}

.opl-team--detail .opl-person strong {
  margin-top: 10px;
  font-size: 18px;
}

.opl-team--detail .opl-person__go {
  right: 16px;
  bottom: 18px;
  width: 34px;
  height: 34px;
}

.opl-team--detail .opl-person__go:before {
  left: 10px;
  width: 14px;
}

.opl-team--detail .opl-person__go:after {
  right: 10px;
  width: 7px;
  height: 7px;
}

.opl-team-carousel__controls {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 58px;
}

.opl-team-carousel__button {
  position: relative;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(20, 36, 58, .18);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, opacity .2s ease;
}

.opl-team-carousel__button:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 19px;
  width: 16px;
  height: 16px;
  border-left: 3px solid #1a2b3c;
  border-bottom: 3px solid #1a2b3c;
  transform: rotate(45deg);
}

.opl-team-carousel__button--next:before {
  left: 18px;
  transform: rotate(225deg);
}

.opl-team-carousel__button:hover {
  border-color: #0075c9;
  background: #f4faff;
}

.opl-team-carousel__button:disabled {
  opacity: .35;
  cursor: default;
}

@media (max-width: 1199px) {
  .opl-location-hero {
    height: 760px;
  }

  .opl-location-hero__copy {
    top: 280px;
    min-height: 230px;
  }

  .opl-member-hero__summary {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 42px;
  }

  .opl-member-hero__photo {
    width: 320px;
    height: 320px;
  }

  .opl-member-hero h1 {
    font-size: 34px;
  }

  .opl-member-hero__role {
    font-size: 22px;
  }

  .opl-member-hero__intro h2 {
    font-size: 28px;
  }

  .opl-member-hero__content {
    font-size: 18px;
  }

  .opl-team--detail .opl-team-grid .opl-person {
    flex-basis: calc((100% - 72px) / 4);
  }

  .opl-team--detail .opl-team-grid {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .opl-location-hero {
    height: 640px;
  }

  .opl-location-hero__copy {
    top: auto;
    bottom: 72px;
    min-height: 0;
    padding: 38px 24px;
  }

  .opl-office-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opl-member-hero__summary {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .opl-member-hero__photo {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 1;
  }

  .opl-team--detail .opl-team-grid .opl-person {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .opl-detail-page {
    padding-top: 70px;
  }

  .opl-location-hero {
    height: 520px;
  }

  .opl-location-hero__copy {
    bottom: 36px;
    padding: 28px 20px;
  }

  .opl-location-hero__copy h1 {
    font-size: 25px;
    white-space: normal;
  }

  .opl-location-hero__copy p {
    font-size: 23px;
  }

  .opl-office-photos,
  .opl-member-hero,
  .opl-team--detail {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .opl-member-hero {
    min-height: 0;
  }

  .opl-member-crumb {
    margin-bottom: 34px;
  }

  .opl-member-hero__intro {
    margin-top: 42px;
  }

  .opl-member-hero__intro h2 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .opl-detail-heading {
    margin-bottom: 34px;
  }

  .opl-office-grid,
  .opl-team-grid {
    grid-template-columns: 1fr;
  }

  .opl-member-hero__role {
    font-size: 18px;
  }

  .opl-member-hero h1 {
    font-size: 28px;
  }

  .opl-member-hero__content {
    font-size: 16px;
    line-height: 1.42;
  }

  .opl-member-hero__content p {
    margin-bottom: 12px;
  }

  .opl-team--detail .opl-team-grid .opl-person {
    flex-basis: 100%;
  }

  .opl-team-carousel__controls {
    gap: 28px;
    margin-top: 34px;
  }
}
