/* Marketplace Profile company, article, and video detail pages. Build 2026-07-04-v3. */

.cp-star-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}

.cp-verified-badge {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #285AD3;
  line-height: 1;
  cursor: default;
  position: relative;
  user-select: none;
  box-shadow: none;
}

.cp-verified-badge:hover {
  background: transparent;
  color: #285AD3;
  box-shadow: none;
}

.cp-verified-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.cp-verified-icon svg {
  width: 36px;
  height: 36px;
  display: block;
}

.cp-verified-badge::after,
.cp-verified-badge::before {
  content: none;
  display: none;
}

.cp-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  border-bottom: 1px solid #eee;
}

.cp-hero.cp-hero-blog {
  padding-bottom: 0.4rem;
}

.cp-address-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.cp-address-flag {
  width: 22px;
  height: 15px;
  object-fit: contain;
  border-radius: 2px;
  border: 0.5px solid rgba(0,0,0,0.10);
  display: block;
}

.cp-hero-name {
  font-size: 2.75rem;
  font-weight: 500;
  color: #111111;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  padding: 0;
  margin-bottom: 0.35rem;
  line-height: 1.3;
  text-align: center;
}

.cp-hero-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-style: normal;
  color: #666;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  margin: 0;
  cursor: default;
  text-align: left;
  border-top: 1px solid #eee;
  width: 100%;
  padding-top: 0.6rem;
  margin-top: 0.4rem;
}

.cp-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #eee;
}

.cp-contact-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.5rem;
  text-decoration: none;
  color: #111111;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  border-right: 1px solid #eee;
  flex: 1 1 0;
  min-width: 0;
  transition: background 0.15s;
  cursor: pointer;
}

.cp-contact-item:hover {
  background: #f8f9fc;
}

.cp-contact-item:last-child {
  border-right: none;
  flex: 1 1 0;
}

.cp-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cp-contact-label {
  font-size: 0.72rem;
  color: #595959;
  display: block;
  line-height: 1.2;
  cursor: pointer;
}

.cp-contact-value {
  font-size: 0.88rem;
  color: #111111;
  font-weight: 600;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.cp-contact-item:hover .cp-contact-value {
  color: #285AD3;
}

.cp-contact-item > div ~ * {
  display: flex;
  flex-direction: column;
}

.cp-section {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.cp-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.cp-section-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cp-section-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  cursor: default;
  margin: 0;
}

.cp-description {
  font-size: 1rem;
  color: #333;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  line-height: 1.75;
  text-align: left;
  cursor: default;
}

.cp-video-wrap {
  width: 100%;
}

.cp-video-iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}

.cp-video-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cp-rm-outer {
  border-top: 1px solid #e4e6eb;
  margin-top: 3rem;
}

.cp-profile-multiplex-ad {
  width: min(1500px, calc(100% - 2rem));
  margin: 2rem auto 0;
  padding: 0 1rem;
  box-sizing: border-box;
}
.cp-profile-multiplex-ad.mp-ad-hidden {
  display: none;
  width: 0;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}
.cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-outer {
  margin-top: 3rem;
}
.cp-profile-ad-card {
  width: min(752px, 100%);
  margin: 0 auto;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e3e8f1;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
  overflow: hidden;
}
.cp-profile-ad-label {
  margin: 0 0 9px;
  color: #94a3b8;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.cp-profile-multiplex-ad .adsbygoogle {
  display: block;
  width: 100%;
  min-height: 90px;
}
.cp-profile-multiplex-ad + .cp-rm-outer {
  margin-top: 2rem;
}

.cp-rm-header {
  margin-bottom: 1.75rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cp-rm-heading-link {
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-weight: 700;
  color: #0d1117;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: color 0.18s;
}

.cp-rm-heading-link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-top: 1px;
}

.cp-rm-heading-link:hover {
  color: #285AD3;
}

.cp-rm-heading-arrow {
  display: inline-flex;
  align-items: center;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-weight: 600;
  color: #285AD3;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity 0.18s;
}

.cp-rm-col-label {
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid #eef0f4;
}

.cp-rm-list {
  display: flex;
  flex-direction: column;
}

.cp-rm-item {
  display: flex;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.cp-rm-item,
.cp-rm-item * {
  cursor: pointer;
}

.cp-rm-item:hover .cp-rm-thumb {
  transform: scale(1.05);
}

.cp-rm-thumb-wrap {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.cp-rm-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.cp-rm-play-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(0,0,0,0.18);
}

.cp-rm-play-badge::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolygon points='3,2 3,8 8,5' fill='%23ffffff'/%3E%3C/svg%3E") center/10px no-repeat;
  border-radius: 50%;
}

.cp-rm-text {
  flex: 1;
  min-width: 0;
}

.cp-rm-meta {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cp-rm-flag {
  width: 16px;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}

.cp-rm-country {
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.cp-rm-name {
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: color 0.15s;
}

.cp-rm-desc {
  font-family: "DM Sans", Arial, system-ui, sans-serif;
}

.cp-hero-star {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem 0.5rem 0.85rem;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 999px;
  cursor: pointer;
  color: #666;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  transition: border-color 0.15s, color 0.15s, background 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.8);
}

.cp-hero-star:hover {
  border-color: #f5a623;
  color: #f5a623;
  background: #fffbf4;
  box-shadow: 0 2px 8px rgba(245,166,35,0.15);
}

.cp-hero-star.cp-hero-star-saved {
  border-color: #f5a623;
  color: #f5a623;
  background: #fffbf4;
}

.cp-hero-star,
.cp-hero-star * {
  cursor: pointer;
}

.cp-hero-star-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  flex-shrink: 0;
  transition: border-color 0.15s;
}

.cp-hero-star:hover .cp-hero-star-icon {
  border-color: #f5a623;
}

.cp-hero-star.cp-hero-star-saved .cp-hero-star-icon {
  border-color: #f5a623;
}

.cp-hero .cp-hero-name,
.profile-container-article .cp-hero .cp-hero-name {
  color: #0a0a0a;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 auto 0.75rem auto;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.cp-hero .h2-description,
.profile-container-article .cp-hero .h2-description {
  color: #555555;
  display: block;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 auto 0.9rem auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

.cp-hero .cp-hero-name,
.profile-container-article .cp-hero .cp-hero-name {
  margin-bottom: 0rem;
}

.cp-hero .h2-description,
.profile-container-article .cp-hero .h2-description {
  margin-top: 0;
}

@media (max-width: 768px) {
  .cp-verified-badge {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #285AD3;
    box-shadow: none;
  }

  .cp-verified-icon,
  .cp-verified-icon svg {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .cp-verified-badge::after,
  .cp-verified-badge::before {
    content: none;
    display: none;
  }

  body.company-profile-detail-page .cp-star-row {
    display: none;
  }

  body.company-profile-detail-page .cp-company-hero-image-card .cp-verified-badge-mobile-overlay {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    z-index: 4;
    width: 30px;
    height: 30px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #285AD3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  }

  body.company-profile-detail-page .cp-company-hero-image-card .cp-verified-badge-mobile-overlay::after,
  body.company-profile-detail-page .cp-company-hero-image-card .cp-verified-badge-mobile-overlay::before {
    content: none;
    display: none;
  }

  .cp-hero {
    padding: 0 0 0.5rem 0;
    border-bottom: none;
  }

  .cp-hero-name {
    font-size: 1.45rem;
    padding: 0 1rem;
  }

  .cp-hero-address {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    padding: 0.8rem 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 0.5rem;
    text-align: left;
    box-sizing: border-box;
  }

  .cp-address-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .cp-contact-strip {
    flex-direction: column;
  }

  .cp-contact-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0.8rem 1rem;
    min-width: 0;
  }

  .cp-contact-item:last-child {
    border-bottom: none;
  }

  .cp-section {
    padding: 1rem;
  }

  .cp-hero .cp-hero-name,
        .profile-container-article .cp-hero .cp-hero-name {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    font-weight: 600;
  }

  .profile-container-article .cp-hero.cp-hero-blog .cp-hero-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 7.4vw, 2.12rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.043em;
    color: #101828;
  }

  .cp-hero .h2-description,
        .profile-container-article .cp-hero .h2-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.15rem auto 0.65rem auto;
    max-width: 92vw;
  }

  .cp-hero .h2-description,
        .profile-container-article .cp-hero .h2-description {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .cp-hero .cp-hero-name,
        .profile-container-article .cp-hero .cp-hero-name {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cp-hero .cp-hero-name,
        .profile-container-article .cp-hero .cp-hero-name {
    margin-bottom: 0.25rem;
  }

  .cp-hero .h2-description,
        .profile-container-article .cp-hero .h2-description {
    margin-top: 0;
  }

  .profile-container-article .cp-hero .h2-description {
    padding-top: 0.35rem;
  }
}

@media (min-width: 769px) {
  .cp-rm-outer {
    border: 1px solid #e4e6eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    box-sizing: border-box;
  }

  .profile-container-article .cp-hero {
    padding-top: 1.4rem;
    padding-bottom: 0.45rem;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
  }

  .profile-container-article .cp-hero.cp-hero-blog .cp-hero-name,
    .profile-container-article .cp-hero .cp-hero-name {
    max-width: min(100%, 1120px);
    margin-left: 0;
    margin-right: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.65rem, 3.65vw, 4.25rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.055em;
    color: #101828;
  }

  .profile-container-article .cp-hero.cp-hero-blog .h2-description,
    .profile-container-article .cp-hero .h2-description {
    max-width: min(100%, 1120px);
    margin: 1.18rem 0 0.48rem 0;
    padding: 0.55rem 0 0.72rem;
    font-size: clamp(1.24rem, 1.42vw, 1.58rem);
    line-height: 1.56;
    color: #4f5b6b;
  }

  .profile-container-article .cp-section-article-body {
    padding-top: 0.75rem;
    padding-bottom: 2.75rem;
    border-bottom: none;
  }

  .profile-container-article .cp-section-article-body .cp-section-header {
    display: none;
  }

  .profile-container-article .cp-description-article-body {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-family: "DM Sans", Arial, system-ui, sans-serif;
    font-size: 1.1rem;
    line-height: 1.95;
    color: #1f2937;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    hanging-punctuation: first last;
  }

  .profile-container-article .cp-description-article-body p,
        .profile-container-article .cp-description-article-body ul,
        .profile-container-article .cp-description-article-body ol,
        .profile-container-article .cp-description-article-body blockquote {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-container-article .cp-description-article-body p {
    margin-bottom: 1.5rem;
  }

  .profile-container-article .cp-description-article-body h2,
        .profile-container-article .cp-description-article-body h3,
        .profile-container-article .cp-description-article-body h4 {
    max-width: 720px;
    margin: 2.4rem auto 1rem auto;
    font-family: "DM Sans", Arial, system-ui, sans-serif;
    line-height: 1.3;
    color: #111111;
  }

  .profile-container-article .cp-description-article-body h2 {
    font-size: 1.45rem;
  }

  .profile-container-article .cp-description-article-body h3 {
    font-size: 1.2rem;
  }

  .profile-container-article .cp-description-article-body h4 {
    font-size: 1.05rem;
  }

  .profile-container-article .cp-description-article-body blockquote {
    border-left: 3px solid #d6deee;
    padding-left: 1.2rem;
    color: #4b5563;
    font-style: italic;
  }

  .profile-container-article .cp-description-article-body img,
        .profile-container-article .cp-description-article-body iframe,
        .profile-container-article .cp-description-article-body table {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .cp-rm-outer {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 960px) {
  .cp-rm-grid {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .cp-rm-outer {
    padding: 1.5rem 0.85rem 2.5rem;
  }

  .cp-rm-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.profile-container-article .article-byline {
  margin-bottom: 0.85rem;
}

@media (max-width: 767px) {
  .profile-container-article .cp-section-article-body {
    padding-top: 0.08rem;
  }

  .profile-container-article .article-byline {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0.12rem;
  }
}
@media (min-width: 768px) {
  main {
padding-top: 1.5rem;
  }
}
.cp-videos-grid {
  display: grid;
  gap: 1rem;
}
.cp-videos-grid--2 {
  grid-template-columns: 1fr 1fr;
}
.cp-videos-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .cp-videos-grid--2,
  .cp-videos-grid--3 {
    grid-template-columns: 1fr;
  }
}
.mp-share-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.42);
}
.mp-share-modal-backdrop.mp-share-open {
  display: flex;
}
.mp-share-dialog {
  width: min(540px, 100%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  color: #0f0f0f;
  font-family: Arial, sans-serif;
}
.mp-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem 0.65rem;
}
.mp-share-title {
  font-size: 1.12rem;
  font-weight: 500;
  color: #0f0f0f;
}
.mp-share-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  cursor: pointer;
}
.mp-share-close:hover {
  background: #f2f2f2;
}
.mp-share-body {
  padding: 0.2rem 1.1rem 1.1rem;
}
.mp-share-social-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
  overflow-x: hidden;
  padding: 0.15rem 0 1rem;
  margin-bottom: 0.2rem;
  scrollbar-width: none;
}
.mp-share-social-row::-webkit-scrollbar {
  display: none;
}
.mp-share-social {
  min-width: 0;
  flex: 0 1 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.42rem;
  color: #0f0f0f;
  text-decoration: none;
  font-size: 0.72rem;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}
.mp-share-social *,
.mp-share-social-icon {
  cursor: pointer;
}
button.mp-share-social {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.mp-share-social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  box-shadow: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.mp-share-social:hover .mp-share-social-icon {
  transform: translateY(-1px);
  filter: brightness(0.94);
}
.mp-share-social-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.mp-share-social-icon-facebook { background: #1877F2; }
.mp-share-social-icon-x { background: #000000; }
.mp-share-social-icon-linkedin { background: #0A66C2; }
.mp-share-social-icon-whatsapp { background: #25D366; }
.mp-share-social-icon-reddit { background: #FF4500; }
.mp-share-social-icon-email { background: #4b5563; }
.mp-share-social-icon-telegram { background: #229ED9; }
.mp-share-social-icon-pinterest { background: #E60023; }
@media (min-width: 768px) {
  .mp-share-social-row {
    justify-content: space-between;
    gap: 0.72rem;
  }
  .mp-share-social {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .mp-share-desktop-only {
    display: none;
  }
}
.mp-share-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.48rem;
  border-radius: 10px;
  background: #f2f2f2;
}
.mp-share-input {
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  background: #ffffff;
  color: #0f0f0f;
  cursor: text;
  font-size: 0.86rem;
  font-weight: 400;
  padding: 0.55rem 0.95rem;
  white-space: nowrap;
}
.mp-share-copy-btn {
  border: 0;
  border-radius: 18px;
  background: #065fd4;
  color: #fff;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 0.55rem 0.95rem;
  white-space: nowrap;
}
.mp-share-copy-btn:hover {
  background: #044fb2;
}
.mp-share-native {
  display: none;
  width: 100%;
  margin-bottom: 0.8rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  color: #0f0f0f;
  cursor: pointer;
  font-size: 0.92rem;
  padding: 0.72rem 0.9rem;
}
.mp-share-native.mp-share-native-visible {
  display: block;
}
.cp-map-section {
  margin: 1.45rem 0 0;
  padding-top: 0;
}
.cp-map-shell {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cp-map-frame-wrap {
  position: relative;
  width: 100%;
  height: 440px;
  background: #eef2f7;
}
.cp-map-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .cp-map-section {
    margin-top: 1.1rem;
    padding-top: 0;
  }
  .cp-map-frame-wrap {
    height: 315px;
  }
}
@media (max-width: 390px) {
  .cp-map-frame-wrap {
    height: 285px;
  }
}
.profile-container-company,
.profile-container-article {
  width: min(1500px, calc(100% - 2rem));
  margin: 0 auto 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 221, 232, 0.95);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}
.profile-container-company .cp-hero-company {
  position: relative;
  display: grid;
  align-items: start;
  text-align: left;
  border-bottom: 0;
}
.profile-container-article .cp-hero-blog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  column-gap: 4rem;
  align-items: start;
  padding: 2.65rem 3.6rem 2.15rem;
  text-align: left;
  border-bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.profile-container-company .cp-hero-company > :not(.cp-company-hero-media),
.profile-container-article .cp-hero-blog > :not(.cp-company-hero-media) {
  grid-column: 2;
  min-width: 0;
}
.profile-container-article .cp-hero-blog.cp-hero-blog-no-image {
  display: block;
  padding: 3.05rem 3.6rem 2.55rem;
  text-align: center;
}
.profile-container-article .cp-hero-blog.cp-hero-blog-no-image > * {
  grid-column: auto;
}
.cp-company-hero-media {
  grid-column: 1;
  grid-row: 1 / span 6;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 0;
}
.cp-company-hero-image-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(212, 221, 232, 0.95);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.09);
  position: relative;
}
.cp-verified-badge-mobile-overlay {
  display: none;
}
.cp-company-hero-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #ffffff;
}

.mp-profile-breadcrumb-bar {
  width: min(1500px, calc(100% - 2rem));
  margin: 0.78rem auto 0.16rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.video-detail-page .mp-profile-breadcrumb-bar {
  width: min(1120px, calc(100% - 2rem));
}
.mp-profile-breadcrumb-bar + .profile-container-company,
.mp-profile-breadcrumb-bar + .profile-container-article,
.mp-profile-breadcrumb-bar + .profile-container-video {
  margin-top: 0;
}
.cp-profile-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.42rem;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #526070;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.cp-profile-breadcrumb-link,
.cp-profile-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  min-width: 0;
  line-height: normal;
  text-decoration: none;
}
.cp-profile-breadcrumb-link,
.cp-profile-breadcrumb-link * {
  cursor: pointer;
}
.cp-profile-breadcrumb-link {
  color: #285AD3;
  transition: color 0.16s ease;
}
.cp-profile-breadcrumb-link:hover {
  color: #1d4ed8;
}
.cp-profile-breadcrumb-current {
  color: #111827;
  cursor: default;
}
.cp-profile-breadcrumb-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #285AD3;
}
.cp-profile-breadcrumb-current .cp-profile-breadcrumb-icon {
  color: #526070;
}
.cp-profile-breadcrumb-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}
.cp-profile-breadcrumb-country-flag {
  width: 16px;
  height: 11px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}
.cp-profile-breadcrumb-label {
  display: inline-block;
  min-width: 0;
  line-height: normal;
  overflow: visible;
  text-overflow: clip;
  vertical-align: middle;
}
.cp-profile-breadcrumb-label-mobile {
  display: none;
}
.cp-profile-breadcrumb-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  opacity: 0.82;
  flex: 0 0 auto;
  margin: 0 0.04rem;
}
.cp-profile-breadcrumb-chevron svg {
  width: 7px;
  height: 11px;
  display: block;
}
.cp-profile-breadcrumb-chevron svg path {
  stroke-width: 1.35;
}
.profile-container-article .cp-article-hero-image-card,
.profile-container-article .cp-article-hero-image-card * {
  cursor: default;
}
@media (min-width: 981px) {
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 3.05rem 4.8rem 0;
    text-align: left;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) > :not(.cp-company-hero-media) {
    grid-column: auto;
    min-width: 0;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .h1-slot {
    order: 1;
    width: min(1020px, 100%);
    margin: 0 auto;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .cp-hero-name {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(2.75rem, 3.32vw, 4.1rem);
    line-height: 1.01;
    letter-spacing: -0.052em;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .h2-description {
    order: 2;
    width: min(1020px, 100%);
    max-width: none;
    margin: 1.02rem auto 0;
    padding: 0;
    font-size: clamp(0.98rem, 1.02vw, 1.16rem);
    line-height: 1.48;
    text-align: left;
    color: #4f5b6b;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .article-byline {
    order: 3;
    width: min(1020px, 100%);
    justify-content: flex-start;
    margin: 1.18rem auto 1.28rem;
    padding: 0;
    text-align: left;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .cp-company-hero-media {
    order: 4;
    grid-column: auto;
    grid-row: auto;
    width: min(1020px, 100%);
    max-width: none;
    margin: 0 auto;
    align-self: center;
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .cp-article-hero-image-card {
    width: 100%;
    aspect-ratio: 2.75 / 1;
    border-radius: 16px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.11);
  }
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) .cp-article-hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .profile-container-article .cp-section-article-body {
    padding-top: 1.55rem;
  }
}
.cp-company-hero-kicker {
  display: none;
}

.profile-container-company .cp-profile-actions {
  position: static;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 0.72rem;
  margin: 0;
}
.profile-container-company .cp-profile-action-btn,
.profile-container-company button.cp-profile-action-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.72rem 1.12rem;
  border-radius: 14px;
  border: 1px solid rgba(209, 221, 245, 0.96);
  background: rgba(255,255,255,0.96);
  color: #0f172a;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.95);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
  appearance: none;
}
.profile-container-company .cp-profile-action-btn:hover,
.profile-container-company button.cp-profile-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09), inset 0 1px 0 rgba(255,255,255,0.95);
  border-color: rgba(160, 181, 226, 0.96);
}
.profile-container-company .cp-profile-share-btn {
  color: #0f172a;
}
.profile-container-company .cp-profile-share-trigger,
.profile-container-company .cp-profile-share-trigger *,
.cp-mobile-profile-actions .cp-profile-share-trigger,
.cp-mobile-profile-actions .cp-profile-share-trigger * {
  cursor: pointer;
}
.profile-container-company .cp-profile-list-btn,
.profile-container-company button.cp-profile-list-btn.cp-hero-star {
  border-color: rgba(209, 221, 245, 0.96);
  color: #0f172a;
  background: rgba(255,255,255,0.96);
}
.profile-container-company .cp-profile-list-btn:hover,
.profile-container-company button.cp-profile-list-btn.cp-hero-star:hover {
  border-color: rgba(160, 181, 226, 0.96);
  color: #0f172a;
  background: rgba(255,255,255,0.96);
}
.profile-container-company .cp-profile-action-icon,
.profile-container-company .cp-profile-list-btn .cp-profile-action-icon,
.profile-container-company .cp-profile-list-btn .cp-hero-star-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: currentColor;
  background: transparent;
}
.profile-container-company .cp-profile-action-icon svg {
  width: 21px;
  height: 21px;
  display: block;
}
.profile-container-company .cp-profile-list-btn .sl-btn-icon-filled {
  display: none;
}
.profile-container-company .cp-profile-list-btn.sl-saved,
.profile-container-company .cp-profile-list-btn.cp-hero-star-saved {
  color: #ffffff;
  border-color: #2f63ff;
  background: #2f63ff;
  box-shadow: 0 14px 34px rgba(47, 99, 255, 0.22);
}
.profile-container-company .cp-profile-list-btn.sl-saved .sl-btn-icon-empty,
.profile-container-company .cp-profile-list-btn.cp-hero-star-saved .sl-btn-icon-empty {
  display: none;
}
.profile-container-company .cp-profile-list-btn.sl-saved .sl-btn-icon-filled,
.profile-container-company .cp-profile-list-btn.cp-hero-star-saved .sl-btn-icon-filled {
  display: block;
}
.cp-mobile-profile-actions {
  display: none;
  width: min(1500px, calc(100% - 2rem));
  margin: 1.15rem auto 0;
  padding: 0 0.85rem;
  box-sizing: border-box;
}
.cp-mobile-profile-actions-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.72rem;
  width: 100%;
}
.cp-mobile-profile-actions .cp-profile-action-btn,
.cp-mobile-profile-actions button.cp-profile-action-btn {
  min-height: 46px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  padding: 0.72rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(209, 221, 245, 0.96);
  background: rgba(255,255,255,0.98);
  color: #0f172a;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.95);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
  appearance: none;
}
.cp-mobile-profile-actions .cp-profile-action-btn:hover,
.cp-mobile-profile-actions button.cp-profile-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09), inset 0 1px 0 rgba(255,255,255,0.95);
  border-color: rgba(160, 181, 226, 0.96);
}
.cp-mobile-profile-actions .cp-profile-list-btn,
.cp-mobile-profile-actions button.cp-profile-list-btn.cp-hero-star {
  border-color: rgba(209, 221, 245, 0.96);
  color: #0f172a;
  background: rgba(255,255,255,0.98);
}
.cp-mobile-profile-actions .cp-profile-list-btn:hover,
.cp-mobile-profile-actions button.cp-profile-list-btn.cp-hero-star:hover {
  border-color: rgba(160, 181, 226, 0.96);
  color: #0f172a;
  background: rgba(255,255,255,0.98);
}
.cp-mobile-profile-actions .cp-profile-action-icon,
.cp-mobile-profile-actions .cp-profile-list-btn .cp-profile-action-icon,
.cp-mobile-profile-actions .cp-profile-list-btn .cp-hero-star-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: currentColor;
  background: transparent;
}
.cp-mobile-profile-actions .cp-profile-action-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.cp-mobile-profile-actions .cp-profile-list-btn .sl-btn-icon-filled {
  display: none;
}
.cp-mobile-profile-actions .cp-profile-list-btn.sl-saved,
.cp-mobile-profile-actions .cp-profile-list-btn.cp-hero-star-saved {
  color: #ffffff;
  border-color: #2f63ff;
  background: #2f63ff;
  box-shadow: 0 14px 34px rgba(47, 99, 255, 0.22);
}
.cp-mobile-profile-actions .cp-profile-list-btn.sl-saved .sl-btn-icon-empty,
.cp-mobile-profile-actions .cp-profile-list-btn.cp-hero-star-saved .sl-btn-icon-empty {
  display: none;
}
.cp-mobile-profile-actions .cp-profile-list-btn.sl-saved .sl-btn-icon-filled,
.cp-mobile-profile-actions .cp-profile-list-btn.cp-hero-star-saved .sl-btn-icon-filled {
  display: block;
}
.mp-share-lock-scroll {
  overflow: hidden;
}
@media (max-width: 1180px) {
  .profile-container-company .cp-profile-actions {
    display: none;
  }
}
@media (max-width: 1180px) {
  .cp-mobile-profile-actions {
    display: block;
    margin: 1.15rem auto 1.15rem;
  }
  .cp-rm-outer {
    margin-top: 1.15rem;
  }
  .cp-profile-multiplex-ad {
    width: min(1500px, calc(100% - 2rem));
    margin: 0 auto 1.15rem;
    padding: 0 0.85rem;
  }
  .cp-profile-ad-card {
    width: min(752px, 100%);
    padding: 12px;
    border-radius: 15px;
  }
  .cp-profile-multiplex-ad + .cp-rm-outer {
    margin-top: 1.15rem;
  }
}
@media (max-width: 560px) {
  .cp-mobile-profile-actions {
    width: calc(100% - 1rem);
    margin: 1rem auto 1rem;
    padding: 0;
  }
  .cp-mobile-profile-actions-inner {
    gap: 0.62rem;
  }
  .cp-mobile-profile-actions .cp-profile-action-btn,
  .cp-mobile-profile-actions button.cp-profile-action-btn {
    min-height: 44px;
    padding: 0.68rem 0.74rem;
    border-radius: 13px;
    font-size: 0.86rem;
  }
  .cp-mobile-profile-actions .cp-profile-action-icon,
  .cp-mobile-profile-actions .cp-profile-list-btn .cp-profile-action-icon,
  .cp-mobile-profile-actions .cp-profile-list-btn .cp-hero-star-icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }
  .cp-mobile-profile-actions .cp-profile-action-icon svg {
    width: 19px;
    height: 19px;
  }
  .cp-profile-multiplex-ad {
    width: calc(100% - 1rem);
    margin: 0 auto 1rem;
    padding: 0;
  }
  .cp-profile-ad-card {
    width: 100%;
    padding: 9px;
    border-radius: 14px;
  }
  .cp-profile-ad-label {
    margin-bottom: 7px;
    font-size: 0.62rem;
  }
  .cp-profile-multiplex-ad .adsbygoogle {
    min-height: 90px;
  }
}
.profile-container-company .h1-slot,
.profile-container-article .h1-slot {
  min-width: 0;
  min-height: auto;
  display: block;
  justify-content: flex-start;
  text-align: left;
}
@media (min-width: 1181px) {
  .profile-container-company .h1-slot.cp-company-title-row {
    position: static;
    width: 100%;
    max-width: 100%;
    min-height: 2.25rem;
    display: block;
    margin: 0;
    padding-right: calc(var(--cp-profile-actions-width, 17.5rem) + 1rem);
    box-sizing: border-box;
  }
  .profile-container-company .cp-company-title-row .cp-profile-actions {
    position: absolute;
    top: 1.05rem;
    right: 1.1rem;
    z-index: 5;
  }
}
.profile-container-company .cp-hero-name,
.profile-container-article .cp-hero-name {
  display: block;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.profile-container-company .cp-hero-name {
  font-size: clamp(2.45rem, 3.1vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.04;
}
.profile-container-article .cp-hero-name {
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.profile-container-article .cp-hero-blog-no-image .h1-slot,
.profile-container-article .cp-hero-blog-no-image .cp-hero-name {
  text-align: center;
}
.profile-container-company .cp-hero-name[data-cp-fit-title] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.profile-container-company .h2-description,
.profile-container-article .h2-description {
  min-width: 0;
  margin: 1rem 0 0;
  color: #4b5563;
  font-weight: 400;
  text-align: left;
}
.profile-container-company .h2-description {
  max-width: min(1040px, 100%);
  margin-top: 0;
  font-size: clamp(0.98rem, 0.96vw, 1.12rem);
  line-height: 1.42;
}
.profile-container-article .h2-description {
  max-width: min(100%, 1120px);
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
}
.profile-container-article .cp-hero-blog-no-image .h2-description {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.profile-container-company .cp-star-row {
  justify-content: flex-end;
  margin: 0;
}
.profile-container-article .cp-star-row {
  justify-content: flex-start;
  margin: 0.9rem 0 0;
}
.profile-container-article .cp-hero-blog-no-image .cp-star-row {
  justify-content: center;
}
.profile-container-article .article-byline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin: 1.05rem 0 0.85rem;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 0.84rem;
  color: #6b7280;
  line-height: 1.35;
}
.profile-container-article .article-byline span,
.profile-container-article .article-byline time {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.profile-container-article .article-byline strong {
  font-weight: 700;
  color: #374151;
}
.profile-container-article .cp-hero-blog-no-image .article-byline {
  justify-content: center;
}
.profile-container-company .cp-hero-address {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.7rem;
  row-gap: 0.12rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.82rem;
  padding: 0;
  border-top: 0;
  color: #52607a;
  font-size: 0.88rem;
  text-align: left;
  min-width: 0;
  cursor: default;
}
.profile-container-company .cp-hero-address * {
  cursor: default;
}
.profile-container-company .cp-hero-address .cp-address-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
}
.profile-container-company .cp-hero-address .cp-address-label {
  grid-column: 2;
  grid-row: 1;
  display: block;
  margin: 0;
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
}
.profile-container-company .cp-hero-address .cp-address-text {
  grid-column: 2;
  grid-row: 2;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.32;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: break-word;
  word-break: normal;
}
.profile-container-company .cp-contact-strip {
  grid-column: 2;
  width: 100%;
  max-width: min(100%, 980px);
  margin: 0.95rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.62rem;
  border: 0;
  background: transparent;
}
.profile-container-company .cp-contact-strip.cp-contact-count-1,
.profile-container-company .cp-contact-strip.cp-contact-count-2,
.profile-container-company .cp-contact-strip.cp-contact-count-3 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.profile-container-company .cp-contact-item {
  min-height: 62px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  row-gap: 0.1rem;
  padding: 0.62rem 0.72rem;
  text-align: left;
  border: 1px solid #e8eef6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
}
.profile-container-company .cp-contact-item:last-child {
  border-right: 1px solid #e8eef6;
}
.profile-container-company .cp-contact-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  background: #f4f6fa;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
}
.profile-container-company .cp-contact-label,
.profile-container-company .cp-contact-value {
  grid-column: 2;
  min-width: 0;
  display: block;
  text-align: left;
}
.profile-container-company .cp-contact-label {
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.15;
}
.profile-container-company .cp-contact-value {
  font-weight: 850;
  color: #111827;
  font-size: 0.86rem;
  line-height: 1.22;
}
@media (min-width: 981px) {
  .profile-container-company .cp-hero-company {
    padding-bottom: 0.72rem;
  }
  .profile-container-company .cp-hero-address {
    margin-top: 1.05rem;
  }
  .profile-container-company .cp-contact-strip {
    margin-top: 1.58rem;
  }
}
.profile-container-company .cp-section {
  border-top: 0;
  border-bottom: 1px solid #edf2f7;
  background: #ffffff;
}
.profile-container-company .cp-product-gallery-section {
  overflow: visible;
}
.profile-container-company .cp-product-gallery-carousel {
  background: transparent;
  overflow: visible;
}
.profile-container-company .cp-section-header {
  margin-bottom: 1.35rem;
  justify-content: flex-start;
}
.profile-container-company .cp-section-title {
  font-size: 1.16rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  color: #111827;
}
.profile-container-company .cp-section-title-count {
  margin-left: 0.28rem;
  color: #6b7280;
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.profile-container-company .catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.profile-container-company .cp-product-gallery-static.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.profile-container-company .cp-product-gallery-static.cp-product-gallery-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-container-company .cp-product-gallery-static.cp-product-gallery-count-1 {
  grid-template-columns: 1fr;
  max-width: 520px;
}
.profile-container-company .catalog-thumb {
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}
.profile-container-company .cp-product-gallery-section .catalog-thumb {
  transform: none;
}
.profile-container-company .cp-product-gallery-section .catalog-thumb:hover {
  transform: none;
}
.profile-container-company .catalog-thumb img {
  aspect-ratio: 4 / 3;
  background: #ffffff;
}
.profile-container-company .cp-product-gallery-section .catalog-thumb img {
  transition: transform 0.28s ease;
  transform-origin: center center;
}
.cp-product-gallery-carousel {
  position: relative;
  width: 100%;
}
.cp-product-gallery-track {
  display: flex;
  gap: 1.2rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0.25rem;
  cursor: grab;
  user-select: none;
}
.cp-product-gallery-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.cp-product-gallery-track img {
  -webkit-user-drag: none;
  user-select: none;
}
.cp-product-gallery-track::-webkit-scrollbar {
  display: none;
}
.cp-product-gallery-track .catalog-thumb {
  flex: 0 0 calc((100% - 2.4rem) / 3);
  min-width: calc((100% - 2.4rem) / 3);
  scroll-snap-align: start;
}
.cp-product-gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding-top: 1rem;
}
.cp-product-gallery-dots:empty {
  display: none;
}
.cp-product-gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d7deea;
  cursor: pointer;
  transition: none;
}
.cp-product-gallery-dot.is-active {
  width: 7px;
  background: #285AD3;
}
.cp-product-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 0.95rem;
}
.cp-product-gallery-controls[hidden] {
  display: none;
}
.cp-product-gallery-controls .cp-product-gallery-dots {
  padding-top: 0;
  min-width: 4.2rem;
}
.cp-product-gallery-nav {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid #dce7fb;
  border-radius: 999px;
  background: #ffffff;
  color: #285AD3;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}
.cp-product-gallery-nav:hover {
  border-color: #b9cdfb;
  background: #f8fbff;
}
.cp-product-gallery-nav:disabled {
  opacity: 0.42;
  cursor: default;
  box-shadow: none;
}
.cp-product-gallery-nav:disabled:hover {
  border-color: #dce7fb;
  background: #ffffff;
}
.profile-container-company .cp-company-intelligence-section {
  position: relative;
  border-radius: 0;
  overflow: visible;
}
.profile-container-company .cp-company-intelligence-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.88rem;
  width: 100%;
  align-items: stretch;
  overflow: visible;
}
.profile-container-company .cp-company-intelligence-grid > .cp-ci-card {
  grid-column: span 3;
}
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-1 > .cp-ci-card { grid-column: span 12; }
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-2 > .cp-ci-card { grid-column: span 6; }
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-3 > .cp-ci-card { grid-column: span 4; }
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(-n+3) { grid-column: span 4; }
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(n+4) { grid-column: span 6; }
.profile-container-company .cp-company-intelligence-grid.cp-ci-count-6 > .cp-ci-card { grid-column: span 4; }
.profile-container-company .cp-ci-card {
  position: relative;
  min-height: 106px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 0.92rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(220, 231, 246, 0.96);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.045);
  overflow: visible;
  text-align: left;
  z-index: 1;
}
.profile-container-company .cp-ci-card:hover,
.profile-container-company .cp-ci-card:focus-within {
  z-index: 40;
}
.profile-container-company .cp-ci-card::before {
  content: none;
}
.profile-container-company .cp-ci-card > * {
  position: relative;
  z-index: 1;
}
.profile-container-company .cp-ci-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 16px;
  color: #285AD3;
  background: #eef4ff;
  border: 1px solid #dce8ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.profile-container-company .cp-ci-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}
.profile-container-company .cp-ci-body {
  min-width: 0;
}
.profile-container-company .cp-ci-label-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
  margin: 0 0 0.26rem;
}
.profile-container-company .cp-ci-label {
  display: block;
  margin: 0;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.15;
}
.profile-container-company .cp-ci-label-row-cert {
  padding-bottom: 0.1rem;
  margin-bottom: 0.38rem;
}
.profile-container-company .cp-ci-cert-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0;
  color: #667085;
  background: transparent;
  border: 0;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}
.profile-container-company .cp-ci-cert-hint::before {
  content: "–";
  margin-right: 0.28rem;
  opacity: 0.72;
}
.profile-container-company .cp-ci-cert-hint-mobile {
  display: none;
}
.profile-container-company .cp-ci-value {
  display: block;
  color: #111827;
  font-size: clamp(0.98rem, 1.08vw, 1.13rem);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}
.profile-container-company .cp-ci-subtext {
  display: block;
  margin-top: 0.22rem;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}
.profile-container-company .cp-ci-card-pink .cp-ci-value {
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.profile-container-company .cp-ci-card-blue .cp-ci-icon {
  color: #2563eb;
  background: #eef4ff;
  border-color: #dbe8ff;
}
.profile-container-company .cp-ci-card-yellow .cp-ci-icon {
  color: #ca8a04;
  background: #fffbea;
  border-color: #fde68a;
}
.profile-container-company .cp-ci-card-indigo .cp-ci-icon {
  color: #4f46e5;
  background: #f1f1ff;
  border-color: #deddff;
}
.profile-container-company .cp-ci-card-teal .cp-ci-icon {
  color: #0f766e;
  background: #ecfdf8;
  border-color: #ccfbef;
}
.profile-container-company .cp-ci-card-slate .cp-ci-icon {
  color: #475569;
  background: #f8fafc;
  border-color: #e2e8f0;
}
.profile-container-company .cp-ci-card-purple .cp-ci-icon {
  color: #7c3aed;
  background: #f5f1ff;
  border-color: #e9ddff;
}
.profile-container-company .cp-ci-card-pink .cp-ci-icon {
  color: #e11d6b;
  background: #fff1f5;
  border-color: #ffd7e5;
}
.profile-container-company .cp-cert-badge-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.05rem;
  overflow: visible;
}
.profile-container-company .cp-cert-badge {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  max-width: 100%;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  color: var(--cp-cert-accent, #285AD3);
  background: linear-gradient(135deg, var(--cp-cert-bg, #eef4ff), #ffffff 92%);
  border: 1px solid var(--cp-cert-border, #dbe8ff);
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255,255,255,0.92);
  outline: none;
  font: inherit;
  text-align: left;
  line-height: 1;
  cursor: help;
  overflow: visible;
}
.profile-container-company .cp-cert-badge:focus-visible {
  box-shadow: 0 0 0 3px rgba(40, 90, 211, 0.14), 0 9px 20px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255,255,255,0.95);
}
.profile-container-company .cp-cert-badge,
.profile-container-company .cp-cert-badge * {
  cursor: help;
}
.profile-container-company .cp-cert-badge-name {
  min-width: 0;
  color: #172033;
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -0.012em;
  overflow-wrap: anywhere;
}
.profile-container-company .cp-cert-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 90;
  width: min(380px, calc(100vw - 34px));
  padding: 1rem 1.05rem 1.08rem;
  border-radius: 18px;
  color: #172033;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--cp-cert-border, #dbe8ff);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18), 0 3px 10px rgba(15, 23, 42, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}
.profile-container-company .cp-cert-tooltip::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 100%;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-right: 1px solid var(--cp-cert-border, #dbe8ff);
  border-bottom: 1px solid var(--cp-cert-border, #dbe8ff);
  transform: translateY(-6px) rotate(45deg);
}
.profile-container-company .cp-cert-badge:hover .cp-cert-tooltip,
.profile-container-company .cp-cert-badge:focus-visible .cp-cert-tooltip,
.profile-container-company .cp-cert-badge.is-tooltip-open .cp-cert-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.profile-container-company .cp-cert-badge.is-tooltip-open {
  z-index: 140;
}
.profile-container-company .cp-cert-tooltip-head {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  margin-bottom: 0.62rem;
  min-width: 0;
}
.profile-container-company .cp-cert-tooltip-icon {
  width: 3.35rem;
  height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.35rem;
  border-radius: 20px;
  color: var(--cp-cert-accent, #285AD3);
  background: var(--cp-cert-bg, #f3f7ff);
  border: 1px solid var(--cp-cert-border, #dbe8ff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 8px 18px rgba(15, 23, 42, 0.07);
}
.profile-container-company .cp-cert-tooltip-icon svg {
  width: 2.22rem;
  height: 2.22rem;
  display: block;
  color: currentColor;
}
.profile-container-company .cp-cert-tooltip-title {
  display: block;
  min-width: 0;
}
.profile-container-company .cp-cert-tooltip-kicker {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--cp-cert-accent, #285AD3);
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.profile-container-company .cp-cert-tooltip-name {
  display: block;
  margin-bottom: 0;
  color: #111827;
  font-size: 1.02rem;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: -0.018em;
  overflow-wrap: anywhere;
}
.profile-container-company .cp-cert-tooltip-text {
  display: block;
  color: #566174;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.005em;
}
@media (hover: none), (pointer: coarse), (max-width: 680px) {
  .profile-container-company .cp-ci-cert-hint-desktop {
    display: none;
  }
  .profile-container-company .cp-ci-cert-hint-mobile {
    display: inline;
  }
  .profile-container-company .cp-cert-badge,
  .profile-container-company .cp-cert-badge * {
    cursor: pointer;
  }
}
@media (max-width: 680px) {
  .profile-container-company .cp-cert-badge {
    position: relative;
  }
  .profile-container-company .cp-cert-tooltip {
    position: fixed;
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    top: auto;
    width: auto;
    max-width: none;
    max-height: min(46vh, 360px);
    overflow-y: auto;
    padding: 1rem 1.05rem 1.08rem;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24), 0 8px 22px rgba(15, 23, 42, 0.10);
    transform: translateY(16px);
    z-index: 10050;
    -webkit-overflow-scrolling: touch;
  }
  .profile-container-company .cp-cert-tooltip::after {
    display: none;
  }
  .profile-container-company .cp-cert-badge.is-tooltip-open .cp-cert-tooltip {
    pointer-events: auto;
    transform: translateY(0);
  }
  .profile-container-company .cp-cert-tooltip-head {
    gap: 0.85rem;
    margin-bottom: 0.66rem;
  }
  .profile-container-company .cp-cert-tooltip-icon {
    width: 3.75rem;
    height: 3.75rem;
    flex-basis: 3.75rem;
    border-radius: 22px;
  }
  .profile-container-company .cp-cert-tooltip-icon svg {
    width: 2.42rem;
    height: 2.42rem;
  }
  .profile-container-company .cp-cert-tooltip-kicker {
    font-size: 0.78rem;
  }
  .profile-container-company .cp-cert-tooltip-name {
    font-size: 1.08rem;
  }
  .profile-container-company .cp-cert-tooltip-text {
    font-size: 0.92rem;
    line-height: 1.55;
  }
}
.cp-company-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  padding: 0 3rem 2.6rem;
  background: #ffffff;
  border-bottom: 0;
  align-items: start;
}
.cp-company-detail-grid-has-video {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.cp-company-detail-grid-has-video .cp-company-about-column,
.cp-company-detail-grid-has-video .cp-company-media-column {
  align-self: stretch;
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-section,
.cp-company-detail-grid-has-video .cp-company-media-column .cp-video-section {
  height: 460px;
  max-height: 460px;
  display: flex;
  flex-direction: column;
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-section-header,
.cp-company-detail-grid-has-video .cp-company-media-column .cp-section-header {
  flex: 0 0 auto;
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-description {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-description.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.15rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 94%);
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-section.is-about-expanded {
  height: auto;
  max-height: none;
}
.cp-company-detail-grid-has-video .cp-company-about-column .cp-section.is-about-expanded .cp-description {
  overflow: visible;
}
.cp-company-about-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  align-self: flex-start;
  margin-top: 0.65rem;
  appearance: none;
  border: 1px solid #dce7fb;
  background: #ffffff;
  color: #285AD3;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(40, 90, 211, 0.08);
}
.cp-company-about-readmore *,
.cp-company-about-readmore svg,
.cp-company-about-readmore svg * {
  cursor: pointer;
}
.cp-company-about-readmore.is-not-needed {
  display: none;
}
.cp-company-detail-grid-has-video .cp-company-media-column .cp-company-video-carousel {
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
  flex-direction: column;
}
.cp-company-detail-grid-has-video .cp-company-media-column .cp-company-video-track {
  flex: 1 1 auto;
  min-height: 0;
}
.cp-company-detail-grid-has-video .cp-company-media-column .cp-company-video-slide,
.cp-company-detail-grid-has-video .cp-company-media-column .cp-video-iframe-wrap {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}
.cp-company-detail-grid-has-video .cp-company-media-column .cp-company-video-frame iframe {
  height: 100%;
}
.cp-company-detail-grid-has-video .cp-company-video-dots {
  flex: 0 0 auto;
}
.cp-company-map-card-full {
  grid-column: 1 / -1;
  margin-top: 0;
}
.profile-container-company .cp-company-map-card-full .cp-map-frame-wrap {
  height: 385px;
}
.cp-company-detail-grid-no-about {
  grid-template-columns: 1fr;
}
.cp-company-detail-grid-no-video {
  align-items: stretch;
}
.cp-company-detail-grid-no-video .cp-company-about-column,
.cp-company-detail-grid-no-video .cp-company-media-column {
  align-self: stretch;
  height: 100%;
}
.cp-company-detail-grid-no-video .cp-company-about-column .cp-section,
.cp-company-detail-grid-no-video .cp-company-media-column .cp-company-map-card {
  height: 100%;
  min-height: 100%;
}
.cp-company-detail-grid-no-video .cp-company-media-column .cp-company-map-card {
  display: flex;
  flex-direction: column;
}
.cp-company-detail-grid-no-video .cp-company-media-column .cp-map-shell {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.cp-company-detail-grid-no-video .cp-company-media-column .cp-map-frame-wrap {
  flex: 1 1 auto;
  height: auto;
  min-height: 300px;
}
.cp-company-about-column,
.cp-company-media-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.profile-container-company .cp-company-about-column .cp-section,
.profile-container-company .cp-company-media-column .cp-section,
.profile-container-company .cp-company-map-card {
  border: 1px solid #e4ebf3;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
  overflow: hidden;
}
.profile-container-company .cp-company-about-column .cp-section {
  padding: 1.5rem 1.65rem;
}
.profile-container-company .cp-company-about-column .cp-section-header,
.profile-container-company .cp-company-media-column .cp-section-header {
  margin-bottom: 1rem;
}
.profile-container-company .cp-description {
  color: #263244;
  font-size: 0.95rem;
  line-height: 1.72;
  text-align: left;
}
.profile-container-company .cp-description p {
  margin: 0 0 1rem;
}
.profile-container-company .cp-description p:last-child {
  margin-bottom: 0;
}
.profile-container-company .cp-video-section {
  padding: 1.35rem;
}
.cp-company-video-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cp-company-video-frame {
  display: block;
  width: 100%;
  background: #000000;
  border-radius: 13px;
  overflow: hidden;
}
.cp-company-video-frame.is-loaded {
  display: block;
}
.cp-company-video-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-radius: 13px;
}
.cp-company-video-track::-webkit-scrollbar {
  display: none;
}
.cp-company-video-slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}
.cp-company-video-frame iframe {
  display: block;
}
.cp-company-video-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding-top: 0.8rem;
}
.cp-company-video-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d7deea;
  cursor: pointer;
  transition: none;
}
.cp-company-video-dot.is-active {
  width: 7px;
  background: #285AD3;
}
@media (min-width: 981px) {
  .profile-container-company .cp-product-gallery-dot,
  .profile-container-company .cp-company-video-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 19px;
    width: 19px;
    height: 18px;
    background: transparent;
    contain: layout paint;
  }
  .profile-container-company .cp-product-gallery-dot::before,
  .profile-container-company .cp-company-video-dot::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #d7deea;
    transition: width 90ms ease-out, background-color 90ms ease-out;
    transform: translateZ(0);
  }
  .profile-container-company .cp-product-gallery-dot.is-active,
  .profile-container-company .cp-company-video-dot.is-active {
    width: 19px;
    background: transparent;
  }
  .profile-container-company .cp-product-gallery-dot.is-active::before,
  .profile-container-company .cp-company-video-dot.is-active::before {
    width: 19px;
    background: #285AD3;
  }
}
.cp-company-video-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 0.78rem;
}
.cp-company-video-controls .cp-company-video-dots {
  padding-top: 0;
  min-width: 4.2rem;
}
.cp-company-video-nav {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid #dce7fb;
  border-radius: 999px;
  background: #ffffff;
  color: #285AD3;
  font-family: "DM Sans", Arial, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}
.cp-company-video-nav:hover {
  border-color: #b9cdfb;
  background: #f8fbff;
}
.cp-company-video-nav:disabled {
  opacity: 0.42;
  cursor: default;
  box-shadow: none;
}
.cp-company-video-nav:disabled:hover {
  border-color: #dce7fb;
  background: #ffffff;
}
.cp-company-map-card {
  margin: 0;
  padding: 1.25rem;
  background: #ffffff;
}
.cp-company-mini-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: -0.015em;
}
.cp-company-mini-card-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #285AD3;
  background: #eef4ff;
  border-radius: 11px;
}
.profile-container-company .cp-map-frame-wrap {
  height: 230px;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid #e4ebf3;
}
@media (min-width: 981px) and (max-width: 1180px) {
  .profile-container-company .cp-hero-company {
    grid-template-columns: minmax(215px, 240px) minmax(0, 1fr);
    column-gap: 2.4rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
  .profile-container-company .h2-description {
    font-size: clamp(0.96rem, 1.08vw, 1.06rem);
    line-height: 1.42;
  }
  .profile-container-company .cp-contact-strip,
  .profile-container-company .cp-contact-strip.cp-contact-count-1,
  .profile-container-company .cp-contact-strip.cp-contact-count-2,
  .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.5rem;
  }
  .profile-container-company .cp-contact-item {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 0.56rem 0.6rem;
    column-gap: 0.58rem;
  }
  .profile-container-company .cp-contact-icon {
    width: 32px;
    height: 32px;
  }
  .profile-container-company .cp-contact-value {
    font-size: 0.82rem;
  }
}

@media (max-width: 980px) {
  .profile-container-company .cp-hero-company,
  .profile-container-article .cp-hero-blog,
  .cp-company-detail-grid {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .profile-container-company .cp-hero-company > :not(.cp-company-hero-media),
  .profile-container-article .cp-hero-blog > :not(.cp-company-hero-media),
  .cp-company-hero-media {
    grid-column: 1;
  }
  .cp-company-hero-media {
    grid-row: auto;
    max-width: 520px;
    margin: 0 auto 0.8rem;
    width: 100%;
  }
  .cp-company-hero-image-card {
    aspect-ratio: 4 / 3;
  }
  .profile-container-company .h1-slot,
.profile-container-article .h1-slot,
.profile-container-company .cp-star-row,
.profile-container-article .cp-star-row,
.profile-container-company .cp-hero-address,
.profile-container-article .article-byline {
    justify-content: center;
    text-align: center;
  }
  body.article-detail-page .profile-container-article .h1-slot,
body.article-detail-page .profile-container-article .article-byline {
    justify-content: flex-start;
    text-align: left;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb {
    justify-content: flex-start;
  }
  .profile-container-company .cp-hero-name,
  .profile-container-article .cp-hero-name,
  .profile-container-company .h2-description,
  .profile-container-article .h2-description {
    text-align: center;
  }
  body.article-detail-page .profile-container-article .cp-hero-name,
  body.article-detail-page .profile-container-article .h2-description {
    text-align: left;
  }
  .profile-container-company .cp-hero-address {
    max-width: min(100%, 760px);
    margin-left: 0.55rem;
    margin-right: auto;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 0.72rem;
    text-align: left;
  }
  .profile-container-company .cp-contact-strip,
  .profile-container-company .cp-contact-strip.cp-contact-count-1,
  .profile-container-company .cp-contact-strip.cp-contact-count-2,
  .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    width: min(100%, 760px);
    margin: 0.78rem auto 0;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
  .profile-container-company .catalog-grid,
  .profile-container-company .cp-product-gallery-static.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cp-product-gallery-track .catalog-thumb {
    flex-basis: calc((100% - 1.2rem) / 2);
    min-width: calc((100% - 1.2rem) / 2);
  }
}
@media (max-width: 980px) {
  .cp-company-detail-grid-has-video .cp-company-about-column .cp-section,
  .cp-company-detail-grid-has-video .cp-company-media-column .cp-video-section {
    height: auto;
    max-height: none;
  }
  .cp-company-detail-grid-has-video .cp-company-about-column .cp-description {
    max-height: none;
  }
  .cp-company-detail-grid-has-video .cp-company-about-column .cp-description.is-collapsed::after {
    display: none;
  }
  .profile-container-company .cp-description.is-mobile-collapsed {
    position: relative;
    max-height: var(--cp-about-mobile-collapsed-height, 12rem);
    overflow: hidden;
  }
  .profile-container-company .cp-description.is-mobile-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.25rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 88%);
  }
  .profile-container-company .cp-section.is-about-expanded .cp-description.is-mobile-collapsed {
    max-height: none;
    overflow: visible;
  }
  .profile-container-company .cp-section.is-about-expanded .cp-description.is-mobile-collapsed::after {
    display: none;
  }
  .profile-container-company .cp-company-map-card-full .cp-map-frame-wrap {
    height: 315px;
  }
  .cp-company-detail-grid-no-video .cp-company-about-column,
  .cp-company-detail-grid-no-video .cp-company-media-column,
  .cp-company-detail-grid-no-video .cp-company-about-column .cp-section,
  .cp-company-detail-grid-no-video .cp-company-media-column .cp-company-map-card {
    height: auto;
    min-height: 0;
  }
  .cp-company-detail-grid-no-video .cp-company-media-column .cp-map-frame-wrap {
    height: 315px;
    min-height: 0;
  }
  .cp-company-detail-grid-has-video .cp-company-media-column .cp-company-video-frame,
  .cp-company-detail-grid-has-video .cp-company-media-column .cp-video-iframe-wrap {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 640px) {
  .profile-container-company,
  .profile-container-article,
  .profile-container-video {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }
  .profile-container-company .cp-hero-company,
  .profile-container-article .cp-hero-blog {
    padding: 1.35rem 1rem 0;
  }
  .profile-container-company .cp-hero-company,
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image) {
    padding-top: 0.38rem;
  }
  .profile-container-article .cp-hero-blog {
    padding-bottom: 0.75rem;
  }
  .cp-company-hero-image-card {
    border-radius: 15px;
  }
  .mp-profile-breadcrumb-bar {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw) 0;
    padding: 0.62rem 0.85rem;
    overflow: hidden;
    justify-content: flex-start;
    background: #ffffff;
    border: 0;
    box-shadow: none;
  }
  .mp-profile-breadcrumb-bar + .profile-container-company,
  .mp-profile-breadcrumb-bar + .profile-container-article,
  .mp-profile-breadcrumb-bar + .profile-container-video {
    margin-top: 0;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb {
    max-width: 100%;
    gap: 0.28rem;
    font-size: 0.84rem;
    overflow: visible;
    scrollbar-width: none;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-chevron {
    margin: 0 0.03rem;
    opacity: 0.78;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-icon svg {
    width: 13px;
    height: 13px;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-country-flag {
    width: 15px;
    height: 10px;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-label {
    max-width: 144px;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-label-desktop {
    display: none;
  }
  .mp-profile-breadcrumb-bar .cp-profile-breadcrumb-label-mobile {
    display: inline-block;
  }
  .profile-container-company .cp-hero-name,
  .profile-container-article .cp-hero-name {
    text-align: left;
  }
  .profile-container-article .cp-hero-name {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-container-company .cp-hero-name {
    font-size: clamp(1.82rem, 7.7vw, 2.08rem);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: normal;
    box-sizing: border-box;
  }
  .profile-container-company .cp-star-row {
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    justify-content: flex-start;
    text-align: left;
    margin: 0 auto 0.55rem;
  }
  .profile-container-article .cp-star-row {
    margin-top: 0.55rem;
  }
  .profile-container-company .h1-slot,
  .profile-container-article .h1-slot,
  .profile-container-company .h2-description,
  .profile-container-article .h2-description {
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .profile-container-company .h1-slot {
    padding-top: 0.35rem;
  }
  .profile-container-company .h1-slot,
  .profile-container-company .h2-description,
  .profile-container-article .h1-slot,
  .profile-container-article .h2-description {
    text-align: left;
  }
  body.article-detail-page .profile-container-article .cp-hero.cp-hero-blog .cp-hero-name {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-container-company .cp-hero-name,
  .profile-container-article .cp-hero-name {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-container-company .h2-description,
  .profile-container-article .h2-description {
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-container-article .h2-description {
    padding-top: 0.35rem;
  }
  .profile-container-company .h2-description {
    margin-top: -0.22rem;
    font-size: 1rem;
    line-height: 1.55;
  }
  .profile-container-company .h1-slot + .h2-description {
    margin-top: 0.12rem;
  }
  .profile-container-company .cp-star-row {
    margin-bottom: 0.78rem;
  }
  .profile-container-company .cp-hero-name {
    margin-bottom: 0;
  }
  .profile-container-article .article-byline {
    justify-content: flex-start;
    text-align: left;
    margin-top: 0.86rem;
    margin-bottom: 0.52rem;
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
    font-size: 0.84rem;
  }
  .profile-container-company .cp-hero-address {
    box-sizing: border-box;
  }
  .profile-container-company .cp-hero-address.is-long-address .cp-address-icon,
  .profile-container-company .cp-hero-address.is-long-address .cp-address-text {
    align-self: start;
  }
  .profile-container-company .cp-contact-strip,
  .profile-container-company .cp-contact-strip.cp-contact-count-1,
  .profile-container-company .cp-contact-strip.cp-contact-count-2,
  .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
    background: #ffffff;
  }
  .profile-container-company .cp-contact-item {
    min-height: auto;
    padding: 1rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e8eef6;
    box-shadow: none;
  }
  .profile-container-company .cp-contact-item:last-child {
    border-bottom: 0;
    border-right: 0;
  }
  .profile-container-company .cp-contact-icon {
    width: 42px;
    height: 42px;
  }
  .profile-container-company .cp-contact-label {
    font-size: 0.76rem;
  }
  .profile-container-company .cp-contact-value {
    font-size: 0.95rem;
  }
  .profile-container-company .cp-product-gallery-section {
    padding: 1.35rem 1rem 1.5rem;
  }
  .profile-container-company .catalog-grid,
  .profile-container-company .cp-product-gallery-static.catalog-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .cp-product-gallery-track {
    gap: 0.9rem;
  }
  .cp-product-gallery-track .catalog-thumb {
    flex-basis: 100%;
    min-width: 100%;
  }
  .profile-container-company .cp-product-gallery-controls {
    gap: 0.55rem;
    padding-top: 0.8rem;
  }
  .profile-container-company .cp-product-gallery-nav {
    min-height: 1.9rem;
    padding: 0.44rem 0.7rem;
    font-size: 0.74rem;
  }
  .cp-company-detail-grid {
    padding: 0 1rem 1.5rem;
    gap: 1rem;
  }
  .profile-container-company .cp-company-about-column .cp-section,
  .profile-container-company .cp-video-section,
  .cp-company-map-card {
    padding: 1rem;
    border-radius: 14px;
  }
  .profile-container-company .cp-map-frame-wrap {
    height: 210px;
  }
  .profile-container-company .cp-company-map-card-full .cp-map-frame-wrap {
    height: 260px;
  }
  .profile-container-company .cp-company-video-controls {
    gap: 0.55rem;
    padding-top: 0.72rem;
  }
  .profile-container-company .cp-company-video-nav {
    min-height: 1.9rem;
    padding: 0.44rem 0.7rem;
    font-size: 0.74rem;
  }
}

.cp-description-article-body ul,
.cp-description-article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.cp-description-article-body li {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.1rem;
  line-height: 1.95;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
@media (max-width: 520px) {
  .mp-share-dialog {
    width: 100%;
    border-radius: 14px 14px 0 0;
    align-self: flex-end;
  }
  .mp-share-modal-backdrop {
    align-items: flex-end;
    padding: 0;
  }
  .mp-share-social-row {
    justify-content: flex-start;
    gap: 0.95rem;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 1rem;
  }
  .mp-share-social-row::-webkit-scrollbar {
    display: block;
    height: 7px;
  }
  .mp-share-social {
    min-width: 58px;
    flex: 0 0 auto;
  }
  .mp-share-copy-row {
    grid-template-columns: 1fr;
  }
  .mp-share-copy-btn {
    width: 100%;
  }
  .profile-container-article .cp-section-article-body {
    padding-top: 0.08rem;
  }
  .profile-container-article .cp-section-article-body .article-byline {
    display: none;
  }
}
.profile-container-article .cp-hero,
.profile-container-article .cp-hero.cp-hero-blog {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.profile-container-article .cp-section-article-body {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.profile-container-article .article-byline {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.profile-container-article .cp-video-section-article {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  box-shadow: none;
  padding-top: 1.45rem;
  margin-bottom: 0;
}
.profile-container-article .cp-video-section-article::before,
.profile-container-article .cp-video-section-article::after,
.profile-container-article .cp-video-section-article .cp-video-wrap::before,
.profile-container-article .cp-video-section-article .cp-video-wrap::after,
.profile-container-article .cp-video-section-article .cp-video-iframe-wrap::before,
.profile-container-article .cp-video-section-article .cp-video-iframe-wrap::after {
  display: none;
  content: none;
  border: 0;
  box-shadow: none;
}
.profile-container-company .cp-product-gallery-section {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.profile-container-company .cp-product-gallery-section::before,
.profile-container-company .cp-product-gallery-section::after {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.profile-container-company .cp-product-gallery-track {
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-container-company .cp-product-gallery-section + .cp-company-detail-grid {
  border-top: 0;
  box-shadow: none;
}
.profile-container-company .cp-product-gallery-section + .cp-company-intelligence-section {
  margin-top: 0.78rem;
}
.profile-container-company .cp-company-intelligence-section + .cp-company-detail-grid {
  padding-top: 0.55rem;
}
@media (min-width: 981px) {
  .profile-container-company .cp-product-gallery-section {
    padding-top: 1rem;
  }
}

@media (max-width: 640px) {
  .profile-container-company .cp-hero-address {
    width: 100vw;
    max-width: 100vw;
    min-height: auto;
    margin: 0.9rem calc(50% - 50vw) 0;
    padding: 0.95rem calc(1rem + env(safe-area-inset-right)) 0.95rem calc(1rem + env(safe-area-inset-left));
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 0;
    align-items: center;
    align-content: center;
    justify-content: initial;
    border-top: 1px solid #e8eef6;
    border-bottom: 0;
    text-align: left;
    white-space: normal;
    overflow: visible;
  }
  .profile-container-company .cp-hero-address .cp-address-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0;
  }
  .profile-container-company .cp-hero-address .cp-address-label {
    display: block;
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 0.08rem;
    padding: 0;
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.08;
    text-align: left;
  }
  .profile-container-company .cp-hero-address .cp-address-text {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.28;
    text-align: left;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
  }
  .profile-container-company .cp-hero-address.is-long-address {
    align-items: start;
    align-content: start;
  }
  .profile-container-company .cp-hero-address.is-long-address .cp-address-icon {
    align-self: start;
    margin-top: 0.08rem;
  }
}
.profile-container-company .cp-product-gallery-section,
.profile-container-company .cp-product-gallery-section .cp-product-gallery-carousel,
.profile-container-company .cp-product-gallery-section .cp-product-gallery-track,
.profile-container-company .cp-product-gallery-section .cp-product-gallery-static.catalog-grid {
  background: #ffffff;
  background-image: none;
  box-shadow: none;
  border: 0;
}
.profile-container-company .cp-product-gallery-section .catalog-thumb {
  background-image: none;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}
.profile-container-company .cp-product-gallery-section .catalog-thumb img {
  background: #ffffff;
}

@media (min-width: 981px) {
  .profile-container-company .cp-company-video-track {
    cursor: grab;
    user-select: none;
  }
  .profile-container-company .cp-company-video-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
  .profile-container-company .cp-company-video-frame {
    position: relative;
  }
  .profile-container-company .cp-company-video-swipe-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: none;
    cursor: grab;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 13px;
    touch-action: pan-y;
  }
  .profile-container-company .cp-company-video-carousel.is-js-ready .cp-company-video-swipe-layer {
    display: block;
  }
  .profile-container-company .cp-company-video-track.is-dragging .cp-company-video-swipe-layer {
    cursor: grabbing;
  }
  .profile-container-company .cp-company-video-slide.is-video-playing .cp-company-video-swipe-layer {
    display: none;
  }
}
@media (max-width: 980px) {
  .profile-container-company .cp-company-video-swipe-layer {
    display: none;
  }
}
.profile-container-video {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 221, 232, 0.95);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}
.profile-container-video .cp-video-watch-primary {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.profile-container-video .cp-video-watch-primary .cp-video-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
.profile-container-video .cp-video-watch-primary .cp-video-iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: #000000;
}
.profile-container-video .cp-video-watch-primary iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}
.profile-container-video .cp-hero-video {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.3rem 2rem 1.45rem;
  text-align: left;
  border-bottom: 1px solid #e8eef6;
  background: #ffffff;
}
.profile-container-video .cp-hero-video .h1-slot {
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  text-align: left;
}
.profile-container-video .cp-hero-video .cp-hero-name {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: #111827;
  font-size: clamp(1.75rem, 2.35vw, 2.45rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-align: left;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.profile-container-video .cp-hero-video .h2-description {
  width: 100%;
  max-width: none;
  margin: 0.42rem 0 0;
  padding: 0;
  color: #4b5563;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.56;
  text-align: left;
}
.profile-container-video .cp-hero-video .h2-description a {
  color: #285AD3;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
}
.profile-container-video .cp-hero-video .cp-star-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.7rem;
  width: 100%;
  margin: 0.95rem 0 0;
  padding: 0;
  text-align: left;
}
.profile-container-video .cp-section {
  border-bottom: 1px solid #e8eef6;
}
@media (max-width: 767px) {
  .profile-container-video {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .profile-container-video .cp-video-watch-primary .cp-video-iframe-wrap {
    border-radius: 0;
  }
  .profile-container-video .cp-hero-video {
    padding: 1rem 1rem 1.15rem;
  }
  .profile-container-video .cp-hero-video .cp-hero-name {
    max-width: 100%;
    font-size: clamp(1.34rem, 6vw, 1.78rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
  .profile-container-video .cp-hero-video .h2-description {
    max-width: 100%;
    margin-top: 0.48rem;
    font-size: 1rem;
    line-height: 1.58;
  }
  .profile-container-video .cp-hero-video .cp-star-row {
    margin-top: 0.85rem;
  }
  .profile-container-video .cp-hero-video .cp-star-row #slSaveBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  body.article-detail-page .profile-container-article .cp-hero-blog .cp-star-row {
    display: none;
  }
}

@media (max-width: 1180px) {
  .profile-container-company .cp-company-intelligence-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .profile-container-company .cp-company-intelligence-grid > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-1 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-2 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-3 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(-n+3),
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(n+4),
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-6 > .cp-ci-card {
    grid-column: span 3;
  }
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-1 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-3 > .cp-ci-card:last-child,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:last-child {
    grid-column: span 6;
  }
}
@media (max-width: 980px) {
  .profile-container-company .cp-company-intelligence-section {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 640px) {
  .profile-container-company .cp-company-intelligence-section {
    margin: 0.8rem 0.85rem 1.45rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .profile-container-company .cp-company-intelligence-grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }
  .profile-container-company .cp-company-intelligence-grid > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-1 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-2 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-3 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(-n+3),
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:nth-child(n+4),
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-6 > .cp-ci-card,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-3 > .cp-ci-card:last-child,
  .profile-container-company .cp-company-intelligence-grid.cp-ci-count-5 > .cp-ci-card:last-child {
    grid-column: 1 / -1;
  }
  .profile-container-company .cp-ci-card {
    min-height: 88px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.78rem;
    padding: 0.85rem;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }
  .profile-container-company .cp-ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .profile-container-company .cp-ci-icon svg {
    width: 24px;
    height: 24px;
  }
  .profile-container-company .cp-ci-value {
    font-size: 1rem;
  }
  .profile-container-company .cp-ci-label-row {
    gap: 0.36rem;
  }
  .profile-container-company .cp-ci-label-row-cert {
    padding-bottom: 0.12rem;
    margin-bottom: 0.42rem;
  }
  .profile-container-company .cp-ci-cert-hint {
    padding: 0;
    font-size: 0.72rem;
  }
  .profile-container-company .cp-ci-cert-hint-desktop {
    display: none;
  }
  .profile-container-company .cp-ci-cert-hint-mobile {
    display: inline;
  }
}
.profile-container-company .cp-company-hero-image-card,
.profile-container-company .cp-product-gallery-section .catalog-thumb {
  cursor: pointer;
}
.profile-container-company .cp-company-hero-image-card * ,
.profile-container-company .cp-product-gallery-section .catalog-thumb * {
  cursor: pointer;
}
.profile-container-company .cp-company-hero-image-card:focus-visible,
.profile-container-company .cp-product-gallery-section .catalog-thumb:focus-visible {
  outline: 3px solid rgba(40, 90, 211, 0.35);
  outline-offset: 4px;
}
#zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100dvw;
  height: 100dvh;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  box-sizing: border-box;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.94);
}
#zoom-overlay .cp-zoom-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
#zoom-overlay img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity .16s ease, transform .16s ease;
}
#zoom-overlay.is-changing img {
  opacity: .42;
  transform: scale(.985);
}
#zoom-overlay .cp-zoom-nav {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(15,23,42,.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .18s ease, transform .18s ease, opacity .18s ease;
  z-index: 2;
}
#zoom-overlay .cp-zoom-nav:hover,
#zoom-overlay .cp-zoom-nav:focus-visible {
  background: rgba(37,99,235,.92);
  transform: scale(1.06);
  outline: none;
}
#zoom-overlay .cp-zoom-prev { left: max(18px, env(safe-area-inset-left)); }
#zoom-overlay .cp-zoom-next { right: max(18px, env(safe-area-inset-right)); }
#zoom-overlay .cp-zoom-nav svg { width: 24px; height: 24px; }
#zoom-overlay .cp-zoom-counter {
  position: absolute;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(15,23,42,.72);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
@media (max-width: 767px) {
  #zoom-overlay .cp-zoom-nav { display: none; }
  #zoom-overlay .cp-zoom-counter { bottom: max(12px, env(safe-area-inset-bottom)); }
}
html.cp-zoom-open,
body.cp-zoom-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.profile-container-company .cp-soft-icon-flag,
.profile-container-company .cp-contact-icon,
.profile-container-company .cp-product-gallery-section .cp-section-icon,
.profile-container-company .cp-section-icon-about,
.profile-container-company .cp-section-icon-location,
.profile-container-company .cp-section-icon-video,
.profile-container-company .cp-company-mini-card-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #dbe8ff;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  color: #2563eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92), 0 10px 22px rgba(15,23,42,0.045);
}
.profile-container-company .cp-contact-icon svg,
.profile-container-company .cp-product-gallery-section .cp-section-icon svg,
.profile-container-company .cp-section-icon-about svg,
.profile-container-company .cp-section-icon-location svg,
.profile-container-company .cp-section-icon-video svg,
.profile-container-company .cp-company-mini-card-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}
.profile-container-company .cp-contact-icon svg [stroke],
.profile-container-company .cp-product-gallery-section .cp-section-icon svg [stroke],
.profile-container-company .cp-section-icon-about svg [stroke],
.profile-container-company .cp-section-icon-location svg [stroke],
.profile-container-company .cp-section-icon-video svg [stroke],
.profile-container-company .cp-company-mini-card-icon svg [stroke] {
  stroke: currentColor;
}
.profile-container-company .cp-soft-icon-flag {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  box-shadow: none;
}
.profile-container-company .cp-soft-icon-flag .cp-address-flag {
  width: 60px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 2px;
  border: 0;
  box-shadow: none;
}
.profile-container-company .cp-contact-icon-phone,
.profile-container-company .cp-contact-icon-email,
.profile-container-company .cp-contact-icon-website {
  color: #2563eb;
  background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
  border-color: #dbe8ff;
}
.profile-container-company .cp-section-icon-video {
  color: #ef4444;
  background: linear-gradient(180deg, #fff7f7 0%, #fff0f0 100%);
  border-color: #fecaca;
}
.profile-container-company .cp-section-icon-video svg {
  color: #ef4444;
}
.profile-container-company .cp-product-gallery-section .cp-section-icon-gallery {
  color: #2563eb;
  background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
  border-color: #dbe8ff;
}
.profile-container-company .cp-section-icon-about {
  color: #4f46e5;
  background: linear-gradient(180deg, #fbfaff 0%, #f1f1ff 100%);
  border-color: #dedcff;
}
.profile-container-company .cp-section-icon-location,
.profile-container-company .cp-company-mini-card-icon.cp-section-icon-location {
  color: #0f766e;
  border-color: #ccfbef;
}
.profile-container-company .cp-contact-item {
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 0.82rem;
}
.profile-container-company .cp-hero-address .cp-address-icon {
  width: 60px;
  height: 42px;
  min-width: 60px;
  flex-basis: 60px;
  border-radius: 13px;
}
@media (max-width: 640px) {
  .profile-container-company .cp-soft-icon-flag,
  .profile-container-company .cp-contact-icon,
  .profile-container-company .cp-product-gallery-section .cp-section-icon,
  .profile-container-company .cp-section-icon-about,
  .profile-container-company .cp-section-icon-location,
  .profile-container-company .cp-section-icon-video,
  .profile-container-company .cp-company-mini-card-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-basis: 38px;
    border-radius: 13px;
  }
  .profile-container-company .cp-contact-icon svg,
  .profile-container-company .cp-product-gallery-section .cp-section-icon svg,
  .profile-container-company .cp-section-icon-about svg,
  .profile-container-company .cp-section-icon-location svg,
  .profile-container-company .cp-section-icon-video svg,
  .profile-container-company .cp-company-mini-card-icon svg {
    width: 21px;
    height: 21px;
  }
  .profile-container-company .cp-soft-icon-flag .cp-address-flag {
    width: 32px;
    height: 22px;
    object-fit: contain;
    object-position: center;
  }
  .profile-container-company .cp-contact-item {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .profile-container-company .cp-hero-address .cp-address-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-basis: 38px;
    border-radius: 13px;
  }
  .profile-container-company .cp-hero-address {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 0.82rem;
  }
}
.profile-container-company .cp-contact-label,
.profile-container-company .cp-hero-address .cp-address-label,
.profile-container-company .cp-ci-label {
  font-size: 0.76rem;
  font-weight: 650;
}
.cp-rm-outer {
  width: min(1540px, calc(100% - 4rem));
  margin: 3rem auto 1.35rem;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  background: #ffffff;
  border: 1px solid #d7e0ed;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.cp-rm-outer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #2f63ff 0%, #14b8a6 100%);
  pointer-events: none;
}

.cp-rm-header,
.cp-rm-grid {
  position: relative;
  z-index: 1;
}

.cp-rm-header {
  margin: 0;
  padding: 1.55rem 1.75rem 1.25rem;
  border-bottom: 1px solid #e6ebf2;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.cp-rm-heading-link {
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.cp-rm-heading-link::before {
  width: 5px;
  height: 1.22em;
  background: linear-gradient(180deg, #2f63ff 0%, #14b8a6 100%);
  border-radius: 999px;
  box-shadow: none;
}

.cp-rm-heading-arrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.76rem;
  opacity: 0.9;
}

.cp-rm-heading-arrow:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.cp-rm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
  align-items: stretch;
}

.cp-rm-col {
  min-width: 0;
  padding: 1.3rem 1.45rem 1.45rem;
  background: transparent;
  border: 0;
  border-left: 1px solid #e8edf4;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
}

.cp-rm-col:first-child {
  border-left: 0;
}

.cp-rm-col:hover {
  transform: none;
  border-color: #e8edf4;
  box-shadow: none;
}

.cp-rm-col-label {
  min-height: 24px;
  padding: 0 0 0.8rem;
  color: #334155;
  border: 0;
  background: transparent;
  font-size: 0.74rem;
}

.cp-rm-col-label svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.cp-rm-list {
  padding: 0;
}

.cp-rm-item {
  align-items: flex-start;
  gap: 1rem;
  min-height: 78px;
  padding: 0.82rem 0;
  border-bottom: 1px solid #edf1f6;
  border-radius: 0;
  transition: color 0.16s ease;
}

.cp-rm-item:last-child {
  border-bottom: 0;
}

.cp-rm-item:hover {
  background: transparent;
  transform: none;
}

.cp-rm-item:hover .cp-rm-name {
  color: #285ad3;
}

.cp-rm-thumb-wrap {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.10);
  background: #eef2f7;
}

.cp-rm-thumb-wrap.cp-rm-thumb-video {
  width: 96px;
  height: 60px;
  border-radius: 10px;
}

.cp-rm-meta {
  margin-bottom: 4px;
}

.cp-rm-country {
  font-size: 0.7rem;
  color: #64748b;
}

.cp-rm-name {
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 0.94rem;
  line-height: 1.34;
  letter-spacing: -0.012em;
}

.cp-rm-desc {
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.48;
  white-space: normal;
  text-overflow: clip;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 769px) {
  .cp-rm-outer {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #d7e0ed;
    border-radius: 22px;
  }
}

@media (min-width: 1181px) {
  body.company-profile-detail-page .main-content,
body.article-detail-page .main-content,
body.video-detail-page .main-content {
    min-height: 0;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body.company-detail-page .cp-rm-outer + *,
  body.company-profile-detail-page .cp-rm-outer + *,
  body.company-detail-page footer,
  body.company-profile-detail-page footer,
  body.company-detail-page .site-footer,
  body.company-profile-detail-page .site-footer,
  body.company-detail-page .mp-footer,
  body.company-profile-detail-page .mp-footer,
  body.company-detail-page .footer,
  body.company-profile-detail-page .footer {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  .cp-profile-multiplex-ad + .cp-rm-outer,
  .cp-rm-outer {
    width: calc(100% - 2rem);
    margin: 1.15rem auto 2.75rem;
    border-radius: 20px;
  }
}

@media (max-width: 960px) {
  .cp-rm-grid {
    grid-template-columns: 1fr;
  }

  .cp-rm-col,
  .cp-rm-col:first-child {
    border-left: 0;
    border-top: 1px solid #e8edf4;
  }

  .cp-rm-col:first-child {
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .cp-profile-multiplex-ad + .cp-rm-outer,
  .cp-rm-outer {
    width: calc(100% - 1rem);
    margin: 1rem auto 2rem;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  }

  .cp-rm-header {
    padding: 1.15rem 1rem 1rem;
  }

  .cp-rm-heading-link {
    font-size: 1.08rem;
  }

  .cp-rm-heading-arrow {
    font-size: 0.7rem;
  }

  .cp-rm-col {
    padding: 1.05rem 1rem 1.15rem;
  }

  .cp-rm-col-label {
    padding-bottom: 0.65rem;
    font-size: 0.76rem;
  }

  .cp-rm-item {
    align-items: flex-start;
    gap: 0.9rem;
    min-height: 88px;
    padding: 0.9rem 0;
  }

  .cp-rm-thumb-wrap {
    width: 64px;
    height: 64px;
  }

  .cp-rm-thumb-wrap.cp-rm-thumb-video {
    width: 104px;
    height: 64px;
  }

  .cp-rm-name {
    font-size: 1rem;
    line-height: 1.34;
  }

  .cp-rm-desc {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .cp-rm-country {
    font-size: 0.72rem;
  }
}
.cp-rm-outer .cp-rm-country {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.profile-container-company .cp-company-title-row .cp-title-tail {
  display: inline;
  white-space: nowrap;
}

.profile-container-company .cp-company-title-row .cp-verified-badge-title-inline {
  display: inline-flex;
  position: static;
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  margin: 0 0 0 0.18em;
  padding: 0;
  color: #285AD3;
  line-height: 1;
  vertical-align: -0.115em;
  transform: none;
}

.profile-container-company .cp-company-title-row .cp-verified-badge-title-inline .cp-verified-icon,
.profile-container-company .cp-company-title-row .cp-verified-badge-title-inline .cp-verified-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.profile-container-company .cp-company-title-row .cp-verified-badge-title-inline .cp-verified-icon svg {
  transform: scale(1.18);
  transform-origin: 50% 50%;
}

@media (min-width: 769px) {
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-short,
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-one-line,
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-tight-one-line,
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-two-line {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 768px) {
  body.company-profile-detail-page .cp-company-hero-image-card .cp-verified-badge-mobile-overlay {
    display: none;
  }

  .profile-container-company .h1-slot.cp-company-title-row {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    padding-bottom: 0.14rem;
    box-sizing: border-box;
  }

  .profile-container-company .h1-slot.cp-company-title-row.cp-title-row-two-line {
    padding-bottom: 0.72rem;
  }

  .profile-container-company .cp-company-title-row .cp-hero-name {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.055;
    text-align: left;
    text-overflow: clip;
    box-sizing: border-box;
  }
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-short {
    font-size: clamp(1.5rem, 7.7vw, 2.08rem);
    letter-spacing: -0.052em;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-one-line {
    font-size: clamp(1.3rem, 7.8vw, 1.76rem);
    letter-spacing: -0.058em;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-tight-one-line {
    font-size: clamp(1rem, 5.6vw, 1.34rem);
    letter-spacing: -0.05em;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-two-line {
    font-size: clamp(1.34rem, 6.7vw, 1.82rem);
    letter-spacing: -0.048em;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: normal;
    max-height: none;
  }

}
@media (max-width: 980px) {
  .profile-container-company .cp-product-gallery-carousel,
  .profile-container-company .cp-company-video-carousel {
    overflow: hidden;
    isolation: isolate;
  }
  .profile-container-company .cp-product-gallery-track,
  .profile-container-company .cp-company-video-track {
    will-change: scroll-position;
  }
  .profile-container-company .cp-product-gallery-controls,
  .profile-container-company .cp-company-video-controls,
  .profile-container-company .cp-company-about-readmore {
    position: relative;
    z-index: 20;
    pointer-events: auto;
  }
  .profile-container-company .cp-product-gallery-nav,
  .profile-container-company .cp-product-gallery-dot,
  .profile-container-company .cp-company-video-nav,
  .profile-container-company .cp-company-video-dot,
  .profile-container-company .cp-company-about-readmore,
  .profile-container-company .cp-company-about-readmore * {
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}
body.company-profile-detail-page,
body.article-detail-page,
body.video-detail-page {
  --cp-detail-shell-left: 4rem;
  --cp-detail-shell-right: 4rem;
  --cp-detail-gap: 1rem;
  --cp-detail-radius: 16px;
  background: var(--mp-topnav-background, #F2F2F7);
}
body.company-profile-detail-page .main-content,
body.article-detail-page .main-content,
body.video-detail-page .main-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

body.company-profile-detail-page .mp-profile-breadcrumb-bar,
body.article-detail-page .mp-profile-breadcrumb-bar,
body.video-detail-page .mp-profile-breadcrumb-bar,
body.company-profile-detail-page .mp-detail-container,
body.article-detail-page .mp-detail-container,
body.video-detail-page .mp-detail-container,
body.company-profile-detail-page .cp-mobile-profile-actions,
body.article-detail-page .cp-mobile-profile-actions,
body.video-detail-page .cp-mobile-profile-actions,
body.company-profile-detail-page .cp-profile-multiplex-ad,
body.article-detail-page .cp-profile-multiplex-ad,
body.video-detail-page .cp-profile-multiplex-ad,
body.company-profile-detail-page .cp-rm-outer,
body.article-detail-page .cp-rm-outer,
body.video-detail-page .cp-rm-outer {
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin-left: var(--cp-detail-shell-left);
  margin-right: var(--cp-detail-shell-right);
}

body.company-profile-detail-page .mp-profile-breadcrumb-bar,
body.article-detail-page .mp-profile-breadcrumb-bar,
body.video-detail-page .mp-profile-breadcrumb-bar {
  margin-top: 0.8rem;
  margin-bottom: 0.58rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.company-profile-detail-page .mp-profile-breadcrumb-bar + .mp-detail-container,
body.article-detail-page .mp-profile-breadcrumb-bar + .mp-detail-container,
body.video-detail-page .mp-profile-breadcrumb-bar + .mp-detail-container {
  margin-top: 0;
}

.mp-detail-container {
  display: flex;
  flex-direction: column;
  gap: var(--cp-detail-gap);
  min-width: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}
.mp-detail-container > .cp-hero,
.profile-container-company > .cp-product-gallery-section,
.profile-container-company .cp-ci-card,
.profile-container-company .cp-company-detail-grid .cp-section,
.profile-container-company .cp-company-map-card,
.profile-container-article > .cp-section,
.profile-container-video > .cp-section,
body.company-profile-detail-page .cp-rm-outer,
body.article-detail-page .cp-rm-outer,
body.video-detail-page .cp-rm-outer {
  border: 0;
  outline: 0;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
}

.mp-detail-container > .cp-hero,
.profile-container-company > .cp-product-gallery-section,
.profile-container-company .cp-company-detail-grid .cp-section,
.profile-container-company .cp-company-map-card,
.profile-container-article > .cp-section,
.profile-container-video > .cp-section,
body.company-profile-detail-page .cp-rm-outer,
body.article-detail-page .cp-rm-outer,
body.video-detail-page .cp-rm-outer {
  margin: 0;
  border-radius: var(--cp-detail-radius);
  overflow: hidden;
}
.profile-container-company .cp-hero-company {
  grid-template-columns: 265px minmax(0, 1fr);
  column-gap: 2.5rem;
  padding: 3rem 1.75rem 1.45rem;
  background: #ffffff;
}

.mp-detail-container .cp-company-hero-image-card,
.profile-container-company .cp-product-gallery-section .catalog-thumb {
  border: 0;
  outline: 0;
  background: #ffffff;
  box-shadow: none;
}

.mp-detail-container .cp-company-hero-image-card {
  border-radius: 14px;
}

.profile-container-company .cp-company-title-row .cp-profile-actions {
  top: 1.35rem;
  right: 1.5rem;
}
.mp-detail-container button.cp-profile-action-btn,
.mp-detail-container button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star,
.cp-mobile-profile-actions button.cp-profile-action-btn,
.cp-mobile-profile-actions button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star {
  border: 1px solid transparent;
  outline: 0;
  background: #ffffff;
  box-shadow: none;
  transform: none;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.mp-detail-container button.cp-profile-action-btn:hover,
.mp-detail-container button.cp-profile-action-btn:focus-visible,
.mp-detail-container button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star:hover,
.mp-detail-container button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star:focus-visible,
.cp-mobile-profile-actions button.cp-profile-action-btn:hover,
.cp-mobile-profile-actions button.cp-profile-action-btn:focus-visible,
.cp-mobile-profile-actions button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star:hover,
.cp-mobile-profile-actions button.cp-profile-action-btn.cp-profile-list-btn.cp-hero-star:focus-visible {
  border-color: #c6d4e8;
  outline: 0;
  background: #ffffff;
  box-shadow: none;
  transform: none;
}

.mp-detail-container .cp-profile-list-btn.sl-saved,
.mp-detail-container .cp-profile-list-btn.cp-hero-star-saved,
.cp-mobile-profile-actions .cp-profile-list-btn.sl-saved,
.cp-mobile-profile-actions .cp-profile-list-btn.cp-hero-star-saved {
  box-shadow: none;
}
.profile-container-company .cp-contact-strip,
.profile-container-company .cp-contact-strip.cp-contact-count-1,
.profile-container-company .cp-contact-strip.cp-contact-count-2,
.profile-container-company .cp-contact-strip.cp-contact-count-3 {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.profile-container-company .cp-contact-strip .cp-contact-item,
.profile-container-company .cp-contact-strip .cp-contact-item:last-child {
  border: 0;
  outline: 1px solid #d8e1ec;
  outline-offset: -1px;
  background: #ffffff;
  box-shadow: none;
}

.profile-container-company .cp-hero-address {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.profile-container-company .cp-product-gallery-section {
  padding: 1.45rem 1.75rem 1.55rem;
  background: #ffffff;
  background-image: none;
}

.profile-container-company .cp-product-gallery-section::before,
.profile-container-company .cp-product-gallery-section::after {
  content: none;
  display: none;
}

.profile-container-company .cp-product-gallery-carousel,
.profile-container-company .cp-product-gallery-track,
.profile-container-company .cp-product-gallery-static.catalog-grid {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.profile-container-company .cp-product-gallery-section .catalog-thumb {
  border-radius: 14px;
  background: #ffffff;
}

.profile-container-company .cp-product-gallery-section .catalog-thumb:hover img {
  transform: none;
}
.profile-container-company .cp-company-intelligence-section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.profile-container-company .cp-company-intelligence-grid,
.profile-container-company .cp-company-detail-grid,
.profile-container-company .cp-company-about-column,
.profile-container-company .cp-company-media-column {
  gap: var(--cp-detail-gap);
}

.profile-container-company .cp-company-detail-grid {
  margin: 0;
  padding: 0;
  background: transparent;
}

.profile-container-company .cp-product-gallery-section + .cp-company-intelligence-section,
.profile-container-company .cp-company-intelligence-section + .cp-company-detail-grid {
  margin-top: 0;
  padding-top: 0;
}

.profile-container-company .cp-ci-icon,
.profile-container-company .cp-soft-icon-flag,
.profile-container-company .cp-contact-icon,
.profile-container-company .cp-product-gallery-section .cp-section-icon,
.profile-container-company .cp-section-icon-about,
.profile-container-company .cp-section-icon-location,
.profile-container-company .cp-section-icon-video,
.profile-container-company .cp-company-mini-card-icon,
.profile-container-article .cp-section-icon,
.profile-container-video .cp-section-icon {
  box-shadow: none;
  background-image: none;
}

.profile-container-company .cp-contact-icon-phone,
.profile-container-company .cp-contact-icon-email,
.profile-container-company .cp-contact-icon-website,
.profile-container-company .cp-product-gallery-section .cp-section-icon-gallery {
  background: #eef4ff;
}

.mp-detail-container .cp-section-icon-video {
  background: #fff1f1;
}

.mp-detail-container .cp-section-icon-about {
  background: #f1f1ff;
}

.profile-container-company .cp-section-icon-location,
.profile-container-company .cp-company-mini-card-icon.cp-section-icon-location {
  background: #ecfdf8;
}

.profile-container-company .cp-cert-badge,
.profile-container-company .cp-cert-badge:focus-visible {
  background: var(--cp-cert-bg, #eef4ff);
  box-shadow: none;
}

.profile-container-company .cp-company-about-readmore,
body.company-profile-detail-page .cp-rm-thumb-wrap,
body.article-detail-page .cp-rm-thumb-wrap,
body.video-detail-page .cp-rm-thumb-wrap {
  box-shadow: none;
}
.profile-container-article .cp-hero-blog,
.profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image),
.profile-container-article .cp-hero-blog.cp-hero-blog-no-image,
.profile-container-video .cp-hero-video {
  border: 0;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
}

.profile-container-article > .cp-section,
.profile-container-video > .cp-section {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.profile-container-video .cp-video-watch-primary {
  background: #000000;
}

.profile-container-video .cp-video-watch-primary .cp-video-iframe-wrap {
  border-radius: inherit;
}
body.company-profile-detail-page .cp-rm-outer,
body.article-detail-page .cp-rm-outer,
body.video-detail-page .cp-rm-outer {
  margin-top: var(--cp-detail-gap);
  margin-bottom: 1.35rem;
  background: #ffffff;
}

body.company-profile-detail-page .cp-rm-outer::before,
body.article-detail-page .cp-rm-outer::before,
body.video-detail-page .cp-rm-outer::before {
  content: none;
  display: none;
}

body.company-profile-detail-page .cp-rm-header,
body.article-detail-page .cp-rm-header,
body.video-detail-page .cp-rm-header {
  background: #ffffff;
}

@media (max-width: 1280px) and (min-width: 769px) {
  body.company-profile-detail-page,
  body.article-detail-page,
  body.video-detail-page {
    --cp-detail-shell-left: 1rem;
    --cp-detail-shell-right: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 980px) and (orientation: portrait) and (any-pointer: coarse) {
  body.company-profile-detail-page .main-content {
    min-height: 0;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body.company-profile-detail-page .profile-container-company .cp-hero-company {
    grid-template-columns: clamp(220px, 29vw, 280px) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto auto auto minmax(0, 1fr) auto;
    grid-template-areas:
      "media ."
      "media title"
      "media description"
      "media address"
      "media ."
      "contact contact";
    column-gap: 1.5rem;
    padding: 1.5rem 1.4rem 1.25rem;
  }

  body.company-profile-detail-page .profile-container-company .cp-company-hero-media {
    grid-area: media;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: start;
  }

  body.company-profile-detail-page .profile-container-company .cp-company-hero-image-card {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
  }

  body.company-profile-detail-page .profile-container-company .h1-slot.cp-company-title-row {
    grid-area: title;
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
  }

  body.company-profile-detail-page .profile-container-company .cp-company-title-row .cp-hero-name {
    text-align: left;
  }

  body.company-profile-detail-page .profile-container-company .h2-description {
    grid-area: description;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  body.company-profile-detail-page .profile-container-company .cp-hero-address {
    grid-area: address;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    grid-template-rows: auto auto;
    align-items: center;
    align-content: center;
    row-gap: 0.12rem;
  }

  body.company-profile-detail-page .profile-container-company .cp-hero-address .cp-address-icon {
    align-self: center;
    margin: 0;
  }

  body.company-profile-detail-page .profile-container-company .cp-contact-strip,
  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-1,
  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-2,
  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    grid-area: contact;
    width: 100%;
    max-width: none;
    margin: 1.15rem 0 0;
    gap: 0.6rem;
  }

  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.company-profile-detail-page .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.company-profile-detail-page .cp-mobile-profile-actions {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  body.company-profile-detail-page,
  body.article-detail-page,
  body.video-detail-page {
    --cp-detail-shell-left: 10px;
    --cp-detail-shell-right: 10px;
    --cp-detail-gap: 0.75rem;
    --cp-detail-radius: 15px;
  }

  body.company-profile-detail-page .mp-profile-breadcrumb-bar,
  body.article-detail-page .mp-profile-breadcrumb-bar,
  body.video-detail-page .mp-profile-breadcrumb-bar {
    width: auto;
    max-width: none;
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0;
    overflow: hidden;
    background: transparent;
  }

  body.company-profile-detail-page .mp-detail-container,
  body.article-detail-page .mp-detail-container,
  body.video-detail-page .mp-detail-container {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .profile-container-company .cp-hero-company {
    display: block;
    width: 100%;
    padding: 0.85rem 0.85rem 0;
    border: 0;
    border-radius: var(--cp-detail-radius);
    background: #ffffff;
  }

  .profile-container-company .cp-hero-company > :not(.cp-company-hero-media),
  .profile-container-company .cp-company-hero-media,
  .profile-container-company .h1-slot,
  .profile-container-company .h2-description,
  .profile-container-company .cp-star-row {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    grid-column: auto;
  }

  .profile-container-company .cp-company-hero-media {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .profile-container-company .cp-company-hero-image-card {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
    border-radius: 13px;
  }

  .profile-container-company .cp-company-title-row,
  .profile-container-company .h1-slot.cp-company-title-row,
  .profile-container-company .cp-company-title-row .cp-hero-name,
  .profile-container-company .h2-description {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .profile-container-company .h1-slot.cp-company-title-row {
    padding-top: 0;
  }

  .profile-container-company .cp-hero-address {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0.95rem 0 0;
    padding: 0.95rem 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.82rem;
    align-items: center;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .profile-container-company .cp-hero-address .cp-address-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-basis: 38px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dbe8ff;
    border-radius: 13px;
    background: #eef4ff;
    box-shadow: none;
  }

  .profile-container-company .cp-hero-address .cp-address-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
  }

  .profile-container-company .cp-hero-address .cp-address-label {
    grid-column: 2;
    grid-row: 1;
  }

  .profile-container-company .cp-hero-address .cp-address-text {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
  }

  .profile-container-company .cp-contact-strip,
  .profile-container-company .cp-contact-strip.cp-contact-count-1,
  .profile-container-company .cp-contact-strip.cp-contact-count-2,
  .profile-container-company .cp-contact-strip.cp-contact-count-3 {
    width: 100%;
    margin: 0;
    padding: 0 0 0.85rem;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    border: 0;
    background: transparent;
  }

  .profile-container-company .cp-contact-strip .cp-contact-item,
  .profile-container-company .cp-contact-strip .cp-contact-item:last-child {
    min-height: 58px;
    grid-template-columns: clamp(40px, 5.75vw, 44px) minmax(0, 1fr);
    column-gap: 0.82rem;
    padding: 0.72rem 0;
    border: 0;
    border-radius: 11px;
    outline: 0;
    box-shadow: none;
  }

  .profile-container-company .cp-product-gallery-section {
    width: 100%;
    padding: 1.15rem 0.85rem 1.25rem;
  }

  .profile-container-company .cp-company-intelligence-section,
  .profile-container-company .cp-company-detail-grid,
  .profile-container-company .cp-company-about-column,
  .profile-container-company .cp-company-media-column {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: var(--cp-detail-gap);
    background: transparent;
  }

  .profile-container-company .cp-company-detail-grid .cp-section,
  .profile-container-company .cp-company-map-card {
    width: 100%;
    border: 0;
    border-radius: var(--cp-detail-radius);
    box-shadow: none;
  }
  .profile-container-article .cp-hero-blog,
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image),
  .profile-container-article .cp-hero-blog.cp-hero-blog-no-image,
  .profile-container-article > .cp-section,
  .profile-container-video .cp-video-watch-primary,
  .profile-container-video .cp-hero-video,
  .profile-container-video > .cp-section {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: var(--cp-detail-radius);
    box-shadow: none;
  }

  .profile-container-article .cp-hero-blog,
  .profile-container-article .cp-hero-blog:not(.cp-hero-blog-no-image),
  .profile-container-article .cp-hero-blog.cp-hero-blog-no-image {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .profile-container-video .cp-video-watch-primary .cp-video-iframe-wrap {
    border-radius: var(--cp-detail-radius);
  }

  .profile-container-video .cp-hero-video {
    padding: 1rem;
  }

  body.company-profile-detail-page .cp-mobile-profile-actions,
  body.article-detail-page .cp-mobile-profile-actions,
  body.video-detail-page .cp-mobile-profile-actions {
    margin-top: var(--cp-detail-gap);
    margin-bottom: var(--cp-detail-gap);
    padding: 0;
  }

  body.company-profile-detail-page .cp-rm-outer,
  body.article-detail-page .cp-rm-outer,
  body.video-detail-page .cp-rm-outer,
  body.company-profile-detail-page .cp-profile-multiplex-ad + .cp-rm-outer,
  body.article-detail-page .cp-profile-multiplex-ad + .cp-rm-outer,
  body.video-detail-page .cp-profile-multiplex-ad + .cp-rm-outer {
    margin-top: var(--cp-detail-gap);
    margin-bottom: 1.5rem;
    border-radius: var(--cp-detail-radius);
    box-shadow: none;
  }
}
body.company-profile-detail-page .cp-profile-multiplex-ad,
body.article-detail-page .cp-profile-multiplex-ad,
body.video-detail-page .cp-profile-multiplex-ad {
  width: auto;
  max-width: none;
  margin-top: var(--cp-detail-gap);
  margin-right: var(--cp-detail-shell-right);
  margin-bottom: var(--cp-detail-gap);
  margin-left: var(--cp-detail-shell-left);
  padding: 0;
}

body.company-profile-detail-page .cp-profile-ad-card,
body.article-detail-page .cp-profile-ad-card,
body.video-detail-page .cp-profile-ad-card {
  width: min(752px, 100%);
  margin: 0 auto;
  padding: 12px;
  border: 0;
  border-radius: var(--cp-detail-radius);
  background: #ffffff;
  box-shadow: none;
}

body.company-profile-detail-page .cp-profile-multiplex-ad + .cp-rm-outer,
body.article-detail-page .cp-profile-multiplex-ad + .cp-rm-outer,
body.video-detail-page .cp-profile-multiplex-ad + .cp-rm-outer {
  margin-top: 0;
}

body.company-profile-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-outer,
body.article-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-outer,
body.video-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-outer {
  margin-top: var(--cp-detail-gap);
}

@media (min-width: 1181px) {
  body.company-profile-detail-page .cp-profile-ad-card,
  body.article-detail-page .cp-profile-ad-card,
  body.video-detail-page .cp-profile-ad-card {
    width: 752px;
  }

  body.company-profile-detail-page .cp-profile-multiplex-ad .adsbygoogle,
  body.article-detail-page .cp-profile-multiplex-ad .adsbygoogle,
  body.video-detail-page .cp-profile-multiplex-ad .adsbygoogle {
    width: 728px;
    height: 90px;
    min-height: 90px;
    margin-right: auto;
    margin-left: auto;
  }

  body.company-profile-detail-page .cp-profile-multiplex-ad,
  body.article-detail-page .cp-profile-multiplex-ad,
  body.video-detail-page .cp-profile-multiplex-ad {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 768px) {
  .profile-container-company .h1-slot.cp-company-title-row,
  .profile-container-company .cp-company-title-row .cp-hero-name,
  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-two-line {
    overflow: visible;
    text-overflow: clip;
    max-height: none;
  }

  .profile-container-company .cp-company-title-row .cp-hero-name.cp-title-fit-two-line {
    display: block;
    white-space: normal;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: initial;
  }

  .profile-container-company .cp-company-title-row .cp-verified-badge-title-inline {
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    flex: 0 0 1em;
  }
  body.company-profile-detail-page .mp-detail-container > .cp-hero,
  body.article-detail-page .mp-detail-container > .cp-hero,
  body.video-detail-page .mp-detail-container > .cp-hero,
  body.company-profile-detail-page .profile-container-company > .cp-product-gallery-section,
  body.company-profile-detail-page .profile-container-company .cp-ci-card,
  body.company-profile-detail-page .profile-container-company .cp-company-detail-grid .cp-section,
  body.company-profile-detail-page .profile-container-company .cp-company-map-card,
  body.article-detail-page .profile-container-article > .cp-section,
  body.video-detail-page .profile-container-video > .cp-section,
  body.company-profile-detail-page .cp-company-hero-image-card,
  body.article-detail-page .cp-company-hero-image-card,
  body.company-profile-detail-page .cp-product-gallery-section .catalog-thumb,
  body.company-profile-detail-page .cp-contact-strip .cp-contact-item,
  body.company-profile-detail-page .cp-profile-ad-card,
  body.article-detail-page .cp-profile-ad-card,
  body.video-detail-page .cp-profile-ad-card,
  body.company-profile-detail-page .cp-rm-outer,
  body.article-detail-page .cp-rm-outer,
  body.video-detail-page .cp-rm-outer,
  body.company-profile-detail-page .mp-detail-container > .cp-hero:hover,
  body.article-detail-page .mp-detail-container > .cp-hero:hover,
  body.video-detail-page .mp-detail-container > .cp-hero:hover,
  body.company-profile-detail-page .mp-detail-container > .cp-hero:focus-within,
  body.article-detail-page .mp-detail-container > .cp-hero:focus-within,
  body.video-detail-page .mp-detail-container > .cp-hero:focus-within,
  body.company-profile-detail-page .profile-container-company .cp-ci-card:hover,
  body.company-profile-detail-page .profile-container-company .cp-ci-card:focus-within,
  body.company-profile-detail-page .profile-container-company .cp-company-detail-grid .cp-section:hover,
  body.company-profile-detail-page .profile-container-company .cp-company-detail-grid .cp-section:focus-within,
  body.company-profile-detail-page .profile-container-company .cp-company-map-card:hover,
  body.company-profile-detail-page .profile-container-company .cp-company-map-card:focus-within,
  body.article-detail-page .profile-container-article > .cp-section:hover,
  body.article-detail-page .profile-container-article > .cp-section:focus-within,
  body.video-detail-page .profile-container-video > .cp-section:hover,
  body.video-detail-page .profile-container-video > .cp-section:focus-within,
  body.company-profile-detail-page .cp-rm-outer:hover,
  body.article-detail-page .cp-rm-outer:hover,
  body.video-detail-page .cp-rm-outer:hover,
  body.company-profile-detail-page .cp-rm-outer:focus-within,
  body.article-detail-page .cp-rm-outer:focus-within,
  body.video-detail-page .cp-rm-outer:focus-within {
    border: 0;
    outline: 0;
    box-shadow: none;
  }

  body.company-profile-detail-page .mp-detail-container > .cp-hero,
  body.article-detail-page .mp-detail-container > .cp-hero,
  body.video-detail-page .mp-detail-container > .cp-hero,
  body.company-profile-detail-page .profile-container-company > .cp-product-gallery-section,
  body.company-profile-detail-page .profile-container-company .cp-ci-card,
  body.company-profile-detail-page .profile-container-company .cp-company-detail-grid .cp-section,
  body.company-profile-detail-page .profile-container-company .cp-company-map-card,
  body.article-detail-page .profile-container-article > .cp-section,
  body.video-detail-page .profile-container-video > .cp-section,
  body.company-profile-detail-page .cp-company-hero-image-card,
  body.article-detail-page .cp-company-hero-image-card,
  body.company-profile-detail-page .cp-product-gallery-section .catalog-thumb,
  body.company-profile-detail-page .cp-contact-strip .cp-contact-item,
  body.company-profile-detail-page .cp-profile-ad-card,
  body.article-detail-page .cp-profile-ad-card,
  body.video-detail-page .cp-profile-ad-card,
  body.company-profile-detail-page .cp-rm-outer,
  body.article-detail-page .cp-rm-outer,
  body.video-detail-page .cp-rm-outer {
    background: #ffffff;
    background-image: none;
  }

  body.video-detail-page .profile-container-video .cp-video-watch-primary,
  body.video-detail-page .profile-container-video .cp-video-watch-primary:hover,
  body.video-detail-page .profile-container-video .cp-video-watch-primary:focus-within {
    border: 0;
    outline: 0;
    background: #000000;
    box-shadow: none;
  }

  body.company-profile-detail-page .cp-profile-ad-card,
  body.article-detail-page .cp-profile-ad-card,
  body.video-detail-page .cp-profile-ad-card {
    width: 100%;
    padding: 10px;
  }
}
body.company-profile-detail-page .cp-rm-shell,
body.article-detail-page .cp-rm-shell,
body.video-detail-page .cp-rm-shell {
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin-right: var(--cp-detail-shell-right);
  margin-left: var(--cp-detail-shell-left);
}

body.company-profile-detail-page .cp-rm-shell > .cp-rm-outer,
body.article-detail-page .cp-rm-shell > .cp-rm-outer,
body.video-detail-page .cp-rm-shell > .cp-rm-outer {
  width: 100%;
  max-width: none;
  margin-top: var(--cp-detail-gap);
  margin-right: 0;
  margin-bottom: 1.35rem;
  margin-left: 0;
}

body.company-profile-detail-page .cp-profile-multiplex-ad + .cp-rm-shell > .cp-rm-outer,
body.article-detail-page .cp-profile-multiplex-ad + .cp-rm-shell > .cp-rm-outer,
body.video-detail-page .cp-profile-multiplex-ad + .cp-rm-shell > .cp-rm-outer {
  margin-top: 0;
}

body.company-profile-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-shell > .cp-rm-outer,
body.article-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-shell > .cp-rm-outer,
body.video-detail-page .cp-profile-multiplex-ad.mp-ad-hidden + .cp-rm-shell > .cp-rm-outer {
  margin-top: var(--cp-detail-gap);
}

body.article-detail-page .profile-container-article.cp-article-flow {
  gap: 0;
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog {
  margin: 0;
  border: 0;
  border-radius: var(--cp-detail-radius) var(--cp-detail-radius) 0 0;
  outline: 0;
  background: #ffffff;
  box-shadow: none;
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-section-article-body {
  margin: 0;
  border: 0;
  border-radius: 0 0 var(--cp-detail-radius) var(--cp-detail-radius);
  outline: 0;
  background: #ffffff;
  box-shadow: none;
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog:hover,
body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog:focus-within,
body.article-detail-page .profile-container-article.cp-article-flow > .cp-section-article-body:hover,
body.article-detail-page .profile-container-article.cp-article-flow > .cp-section-article-body:focus-within {
  outline: 0;
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-section:not(.cp-section-article-body) {
  margin-top: var(--cp-detail-gap);
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog-no-image {
  padding-bottom: 0.9rem;
}

body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog-no-image + .cp-section-article-body {
  padding-top: 0.5rem;
}

@media (max-width: 768px) {
  body.company-profile-detail-page .cp-rm-shell > .cp-rm-outer,
  body.article-detail-page .cp-rm-shell > .cp-rm-outer,
  body.video-detail-page .cp-rm-shell > .cp-rm-outer {
    margin-bottom: 1.5rem;
  }

  body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog,
  body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog:not(.cp-hero-blog-no-image),
  body.article-detail-page .profile-container-article.cp-article-flow > .cp-hero-blog.cp-hero-blog-no-image {
    border-radius: var(--cp-detail-radius) var(--cp-detail-radius) 0 0;
  }

  body.article-detail-page .profile-container-article.cp-article-flow > .cp-section-article-body {
    border-radius: 0 0 var(--cp-detail-radius) var(--cp-detail-radius);
  }
}

.cp-verified-badge[role="button"]{cursor:pointer;-webkit-tap-highlight-color:transparent}
.cp-verified-badge[role="button"]:focus-visible{outline:3px solid rgba(40,90,211,.22);outline-offset:3px;border-radius:999px}
.cp-verified-popover{position:fixed;z-index:2147483000;left:0;top:0;display:block;max-width:calc(100vw - 20px);padding:.48rem .72rem;border:1px solid rgba(40,90,211,.18);border-radius:9px;background:#0f172a;color:#fff;box-shadow:0 10px 28px rgba(15,23,42,.2);font-size:.76rem;font-weight:700;line-height:1;letter-spacing:.01em;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(3px) scale(.97);transform-origin:50% 100%;transition:opacity 140ms ease,transform 140ms ease,visibility 140ms ease}
.cp-verified-popover.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.cp-verified-popover::after{content:"";position:absolute;left:var(--cp-tip-arrow-left,50%);bottom:-5px;width:9px;height:9px;background:#0f172a;transform:translateX(-50%) rotate(45deg);border-right:1px solid rgba(40,90,211,.18);border-bottom:1px solid rgba(40,90,211,.18)}
.cp-verified-popover.is-below{transform-origin:50% 0}
.cp-verified-popover.is-below::after{top:-5px;bottom:auto;border:0;border-left:1px solid rgba(40,90,211,.18);border-top:1px solid rgba(40,90,211,.18)}
@media(max-width:768px){.cp-verified-popover{font-size:.74rem;padding:.46rem .66rem}}
body.mp-profile-breadcrumb-disabled .mp-detail-container {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  body.video-detail-page .profile-container-video > .cp-video-watch-primary {
    width: min(1120px, 100%);
    margin-right: auto;
    margin-left: auto;
    border-radius: var(--cp-detail-radius);
    overflow: hidden;
  }

  body.video-detail-page .profile-container-video > .cp-video-watch-primary .cp-video-iframe-wrap {
    border-radius: inherit;
  }
  body.article-detail-page .profile-container-article .cp-video-section-article > .cp-video-wrap,
  body.article-detail-page .profile-container-article .cp-video-section-article > .cp-videos-grid {
    width: min(1120px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  body.mp-profile-breadcrumb-disabled .mp-detail-container {
    margin-top: 0.75rem;
  }
}

.cp-profile-breadcrumb-icon svg {
  flex-shrink: 0;
}

.profile-container-article .cp-description-article-body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.95;
  color: #1f2937;
}

.profile-container-article .cp-description-article-body a {
  font-family: inherit;
  font-size: inherit;
  color: #285AD3;
  text-decoration: underline;
}

.cp-profile-ad-unit {
  display: block;
}
