
    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: #333;
      background: #fff;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.8;
    }

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

    button {
      font: inherit;
    }

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

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .about-page {
      overflow: hidden;
      background: #fff;
    }

    .about-width {
      width: min(1200px, calc(100% - 40px));
      margin: 0 auto;
    }

    .about-hero {
      position: relative;
      min-height: 570px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background: #0b356f;
    }

    .about-hero-media {
      position: absolute;
      inset: 0;
    }

    .about-hero-media img {
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .about-hero::before {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(4, 31, 67, .92) 0%, rgba(8, 54, 109, .78) 44%, rgba(8, 54, 109, .18) 78%, rgba(8, 54, 109, .05) 100%);
      content: "";
    }

    .about-hero-inner {
      position: relative;
      z-index: 2;
      padding: 90px 0 84px;
    }

    .about-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 14px;
      color: #bfe5ff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .about-eyebrow::before {
      width: 38px;
      height: 3px;
      background: #23a9e6;
      content: "";
    }

    .about-hero h1 {
      max-width: 720px;
      margin: 0;
      font-size: 52px;
      font-weight: 700;
      line-height: 1.12;
    }

    .about-hero h2 {
      max-width: 720px;
      margin: 18px 0 0;
      color: #fff;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.4;
    }

    .about-hero-copy {
      max-width: 700px;
      margin: 22px 0 0;
      color: rgba(255, 255, 255, .85);
      font-size: 17px;
      line-height: 1.8;
    }

    .about-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 32px;
    }

    .about-button {
      display: inline-flex;
      min-width: 168px;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      border: 1px solid #0873bd;
      color: #fff;
      background: #0873bd;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
      transition: background .2s ease, border-color .2s ease, color .2s ease;
    }

    .about-button:hover {
      border-color: #00518d;
      background: #00518d;
    }

    .about-button-light {
      border-color: rgba(255, 255, 255, .7);
      background: transparent;
    }

    .about-button-light:hover {
      border-color: #fff;
      color: #15458e;
      background: #fff;
    }

    .about-section {
      padding: 72px 0;
    }

    .about-section-alt {
      border-top: 1px solid #edf0f4;
      border-bottom: 1px solid #edf0f4;
      background: #f6f8fb;
    }

    .about-heading {
      max-width: 760px;
      margin: 0 auto 40px;
      text-align: center;
    }

    .about-heading-left {
      margin: 0 0 26px;
      text-align: left;
    }

    .about-heading span {
      display: block;
      margin-bottom: 8px;
      color: #0873bd;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .about-heading h2 {
      margin: 0;
      color: #222;
      font-size: 34px;
      font-weight: 700;
      line-height: 1.25;
    }

    .about-heading p {
      margin: 14px 0 0;
      color: #777;
      font-size: 15px;
    }

    .about-heading::after {
      display: block;
      width: 56px;
      height: 3px;
      margin: 20px auto 0;
      background: #0873bd;
      content: "";
    }

    .about-heading-left::after {
      margin-left: 0;
    }

    .overview-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 520px;
      gap: 56px;
      align-items: center;
    }

    .overview-copy p {
      margin: 0 0 16px;
      color: #555;
      font-size: 15px;
   /*   text-align: justify;*/
    }

    .overview-media {
      position: relative;
      min-height: 420px;
    }

    .overview-media-main {
      position: absolute;
      inset: 0 66px 54px 0;
      overflow: hidden;
      background: #e9eef4;
    }

    .overview-media-main img {
      height: 100%;
      object-fit: cover;
    }

    .overview-media-small {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 235px;
      height: 165px;
      overflow: hidden;
      border: 8px solid #fff;
      background: #e9eef4;
      box-shadow: 0 12px 28px rgba(20, 53, 90, .16);
    }

    .overview-media-small img {
      height: 100%;
      object-fit: cover;
    }

    .overview-badge {
      position: absolute;
      top: 28px;
      left: -24px;
      z-index: 2;
      min-width: 164px;
      padding: 18px 22px;
      color: #fff;
      background: #15458e;
    }

    .overview-badge strong {
      display: block;
      font-size: 30px;
      line-height: 1;
    }

    .overview-badge span {
      display: block;
      margin-top: 7px;
      color: rgba(255, 255, 255, .8);
      font-size: 13px;
    }

    .fact-strip {
      border-top: 1px solid #e5eaf0;
      border-bottom: 1px solid #e5eaf0;
      background: #f8fafc;
    }

    .fact-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .fact-list li {
      min-height: 138px;
      padding: 28px 30px;
      border-right: 1px solid #e2e7ee;
    }

    .fact-list li:first-child {
      border-left: 1px solid #e2e7ee;
    }

    .fact-list strong {
      display: block;
      color: #15458e;
      font-size: 30px;
      line-height: 1.2;
    }

    .fact-list span {
      display: block;
      margin-top: 8px;
      color: #666;
      font-size: 14px;
      line-height: 1.55;
    }
    .company-video-section {
      padding: 68px 0;
      border-top: 1px solid #e5eaf0;
      border-bottom: 1px solid #e5eaf0;
      background: #f3f6f9;
    }

    .company-video-layout {
      display: grid;
      grid-template-columns: 340px minmax(0, 1fr);
      gap: 48px;
      align-items: center;
    }

    .company-video-copy span {
      display: block;
      margin-bottom: 8px;
      color: #0873bd;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .company-video-copy h2 {
      margin: 0;
      color: #222;
      font-size: 32px;
       font-weight: 700;
      line-height: 1.3;
    }

    .company-video-copy h2::after {
      display: block;
      width: 56px;
      height: 3px;
      margin-top: 20px;
      background: #0873bd;
      content: "";
    }

    .company-video-copy p {
      margin: 22px 0 0;
      color: #555;
      font-size: 15px;
      line-height: 1.85;
    }

    .company-video-frame {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      border: 1px solid #dbe3eb;
      background: #071a2d;
      box-shadow: 0 14px 32px rgba(20, 53, 90, .13);
    }

    .company-video-frame video {
      display: block;
      width: 100%;
      height: 100%;
      background: #071a2d;
      object-fit: cover;
    }

    .company-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 2px solid rgba(255, 255, 255, .9);
      border-radius: 50%;
      color: #fff;
      background: rgba(8, 115, 189, .9);
      box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
      cursor: pointer;
      transform: translate(-50%, -50%);
      transition: background .2s ease, transform .2s ease, opacity .2s ease;
    }

    .company-video-play::before {
      width: 0;
      height: 0;
      margin-left: 5px;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 18px solid #fff;
      content: "";
    }

    .company-video-play:hover {
      background: #00518d;
      transform: translate(-50%, -50%) scale(1.06);
    }

    .company-video-play.is-hidden {
      opacity: 0;
      pointer-events: none;
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-top: 1px solid #e1e6ec;
      border-left: 1px solid #e1e6ec;
    }

    .portfolio-item {
      position: relative;
      min-height: 285px;
      padding: 30px 24px 28px;
      border-right: 1px solid #e1e6ec;
      border-bottom: 1px solid #e1e6ec;
      background: #fff;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .portfolio-item:hover {
      z-index: 2;
      border-color: #0873bd;
      box-shadow: 0 12px 28px rgba(0, 88, 157, .12);
      transform: translateY(-4px);
    }

    .portfolio-number {
      display: block;
      color: #d7e6f3;
      font-size: 42px;
      font-weight: 700;
      line-height: 1;
    }

    .portfolio-item i {
      display: block;
      width: 38px;
      height: 3px;
      margin: 20px 0 18px;
      background: #0873bd;
    }

    .portfolio-item h3 {
      margin: 0 0 13px;
      color: #222;
      font-size: 20px;
      line-height: 1.35;
    }

    .portfolio-item p {
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.8;
    }

    .portfolio-action {
      margin-top: 32px;
      text-align: center;
    }

    .reason-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .reason-item {
      min-height: 220px;
      padding: 28px 30px;
      border-top: 3px solid #0873bd;
      background: #fff;
      box-shadow: 0 8px 22px rgba(25, 55, 90, .05);
    }

    .reason-item strong {
      display: block;
      margin-bottom: 12px;
      color: #15458e;
      font-size: 14px;
      text-transform: uppercase;
    }

    .reason-item h3 {
      margin: 0 0 12px;
      color: #222;
      font-size: 21px;
      line-height: 1.4;
    }

    .reason-item p {
      margin: 0;
      color: #666;
      font-size: 14px;
    }

    .quality-layout {
      display: grid;
      grid-template-columns: 380px minmax(0, 1fr);
      gap: 46px;
      align-items: start;
    }

    .quality-copy {
      position: sticky;
      top: 24px;
    }

    .quality-copy > p {
      margin: 0 0 15px;
      color: #555;
      font-size: 15px;
    }

    .gallery-viewer {
      overflow: hidden;
      border: 1px solid #e1e6ec;
      background: #fff;
    }

    .gallery-stage {
      position: relative;
      height: 430px;
      overflow: hidden;
      background: #e8edf3;
    }

    .gallery-stage img {
      height: 100%;
      object-fit: cover;
      transition: opacity .2s ease;
    }

    .gallery-caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 38px 26px 20px;
      color: #fff;
      background: linear-gradient(transparent, rgba(5, 34, 68, .88));
    }

    .gallery-caption strong {
      display: block;
      font-size: 20px;
    }

    .gallery-caption span {
      display: block;
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
    }

    .gallery-tabs {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      border-top: 1px solid #e1e6ec;
    }

    .gallery-tab {
      min-height: 72px;
      padding: 10px 8px;
      border: 0;
      border-right: 1px solid #e1e6ec;
      color: #555;
      background: #fff;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
    }

    .gallery-tab:last-child {
      border-right: 0;
    }

    .gallery-tab:hover,
    .gallery-tab.is-active {
      color: #fff;
      background: #15458e;
    }

    .certificate-layout {
      display: grid;
      grid-template-columns: minmax(0, 570px) minmax(360px, 1fr);
      gap: 54px;
      align-items: center;
    }

    .certificate-viewer {
      overflow: hidden;
      border: 1px solid #dfe5ec;
      background: #fff;
      box-shadow: 0 12px 30px rgba(20, 53, 90, .08);
    }

    .certificate-stage {
      position: relative;
      height: 390px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 28px;
      background: #edf1f5;
    }

    .certificate-stage::before {
      position: absolute;
      inset: 18px;
      border: 1px solid #d5dde6;
      content: "";
      pointer-events: none;
    }

    .certificate-stage img {
      position: relative;
      z-index: 1;
      width: auto;
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      box-shadow: 0 8px 20px rgba(25, 47, 72, .15);
      transition: opacity .18s ease;
    }

    .certificate-stage-label {
      position: absolute;
      right: 28px;
      bottom: 28px;
      left: 28px;
      z-index: 2;
      padding: 34px 20px 15px;
      color: #fff;
      background: linear-gradient(transparent, rgba(7, 41, 82, .92));
      pointer-events: none;
    }

    .certificate-stage-label strong {
      display: block;
      font-size: 17px;
      line-height: 1.45;
    }

    .certificate-nav {
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr) 48px;
      align-items: stretch;
      border-top: 1px solid #dfe5ec;
      background: #fff;
    }

    .certificate-arrow {
      position: relative;
      z-index: 2;
      border: 0;
      color: #15458e;
      background: #f3f6f9;
      font-size: 32px;
      line-height: 1;
      cursor: pointer;
      transition: color .2s ease, background .2s ease;
    }

    .certificate-arrow:hover {
      color: #fff;
      background: #15458e;
    }

    .certificate-thumbs-viewport {
      min-width: 0;
      overflow: hidden;
      border-right: 1px solid #dfe5ec;
      border-left: 1px solid #dfe5ec;
    }

    .certificate-thumbs {
      display: flex;
      width: max-content;
      transition: transform .28s ease;
    }

    .certificate-thumb {
      flex: 0 0 106px;
      height: 112px;
      padding: 9px;
      border: 0;
      border-right: 1px solid #dfe5ec;
      background: #fff;
      cursor: pointer;
      transition: background .2s ease, box-shadow .2s ease;
    }

    .certificate-thumb img {
      height: 100%;
      object-fit: contain;
      opacity: .68;
      transition: opacity .2s ease;
    }

    .certificate-thumb:hover,
    .certificate-thumb.is-active {
      background: #eaf4fb;
      box-shadow: inset 0 -3px 0 #0873bd;
    }

    .certificate-thumb:hover img,
    .certificate-thumb.is-active img {
      opacity: 1;
    }

    .certificate-copy {
      min-width: 0;
    }

    .certificate-copy > p {
      margin: 0 0 16px;
      color: #555;
      font-size: 15px;
    }

    .certificate-summary {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 26px;
    }

    .certificate-summary li {
      position: relative;
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 12px;
      border: 1px solid #d8e2eb;
      background: #fff;
      text-align: center;
    }

    .certificate-summary strong {
      display: block;
      color: #0873bd;
      font-size: 20px;
      line-height: 1.25;
    }

    .timeline-wrap {
      position: relative;
    }

    .timeline-track {
      display: grid;
      grid-template-columns: repeat(7, minmax(170px, 1fr));
      overflow-x: auto;
      padding: 16px 0 20px;
      scrollbar-color: #0873bd #e6ebf0;
      scrollbar-width: thin;
    }

    .timeline-item {
      position: relative;
      min-height: 245px;
      padding: 52px 22px 24px;
      border-top: 2px solid #cbd6e2;
    }

    .timeline-item::before {
      position: absolute;
      top: -8px;
      left: 22px;
      width: 14px;
      height: 14px;
      border: 3px solid #fff;
      border-radius: 50%;
      background: #0873bd;
      box-shadow: 0 0 0 2px #0873bd;
      content: "";
    }

    .timeline-item time {
      display: block;
      color: #15458e;
      font-size: 27px;
      font-weight: 700;
      line-height: 1;
    }

    .timeline-item h3 {
      margin: 16px 0 10px;
      color: #222;
      font-size: 17px;
      line-height: 1.4;
    }

    .timeline-item p {
      margin: 0;
      color: #666;
      font-size: 13px;
      line-height: 1.75;
    }

    .industry-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }

    .industry-grid li {
      position: relative;
      aspect-ratio: 1672 / 941;
      overflow: hidden;
      background: #dfe6ed;
    }

    .industry-grid li::after {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(8, 32, 62, .02) 30%, rgba(7, 37, 76, .82) 100%);
      content: "";
    }

    .industry-grid img {
      height: 100%;
      object-fit: cover;
      transition: transform .3s ease;
    }

    .industry-grid li:hover img {
      transform: scale(1.05);
    }

    .industry-grid span {
      position: absolute;
      right: 18px;
      bottom: 15px;
      left: 18px;
      z-index: 2;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
    }

    .commitment {
      position: relative;
      min-height: 420px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background: #092f64;
    }

    .commitment img {
      position: absolute;
      inset: 0;
      height: 100%;
      object-fit: cover;
      opacity: .3;
    }

    .commitment::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(6, 39, 82, .96), rgba(6, 52, 105, .76));
      content: "";
    }

    .commitment-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
      gap: 70px;
      align-items: center;
      padding: 70px 0;
    }

    .commitment-copy > span {
      color: #76c8f0;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .commitment-copy h2 {
      margin: 12px 0 18px;
      font-size: 38px;
      line-height: 1.25;
    }

    .commitment-copy p {
      margin: 0;
      color: rgba(255, 255, 255, .82);
      font-size: 17px;
      line-height: 1.85;
    }

    .commitment-action {
      padding: 30px 32px;
      border-left: 4px solid #23a9e6;
      background: rgba(255, 255, 255, .08);
    }

    .commitment-action p {
      margin: 0;
      color: rgba(255, 255, 255, .84);
      font-size: 15px;
      line-height: 1.8;
    }

    .commitment-action .about-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 24px;
    }

    .commitment-action .about-button {
      width: 100%;
      min-width: 0;
    }

    .office-map-section {
      padding: 68px 0 72px;
      border-top: 1px solid #e4e9ef;
      background: #f3f6f9;
    }

    .office-map-frame {
      position: relative;
      overflow: hidden;
      border: 1px solid #dfe5ec;
      background: #e9eef3;
      box-shadow: 0 10px 28px rgba(20, 53, 90, .07);
    }

    #aboutOfficeMap {
      width: 100%;
      height: 560px;
      z-index: 1;
    }

    .leaflet-tooltip.kjt-office-tooltip {
      width: 280px;
      padding: 13px 15px;
      border: 1px solid #cfd9e3;
      border-radius: 2px;
      color: #444;
      background: #fff;
      box-shadow: 0 5px 16px rgba(17, 43, 72, .18);
      white-space: normal;
    }

    .kjt-office-tooltip strong {
      display: block;
      margin-bottom: 6px;
      color: #15458e;
      font-size: 14px;
      line-height: 1.4;
    }

    .kjt-office-tooltip span {
      display: block;
      margin-top: 3px;
      color: #555;
      font-size: 12px;
      line-height: 1.55;
      word-break: break-word;
    }

    .office-map-note {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 500;
      padding: 8px 12px;
      color: #fff;
      background: rgba(14, 53, 96, .82);
      font-size: 11px;
      pointer-events: none;
    }

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .55s ease, transform .55s ease;
    }

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

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    @media (max-width: 1100px) {
      .overview-layout,
      .quality-layout,
      .certificate-layout {
        grid-template-columns: 1fr;
      }

      .overview-media {
        min-height: 480px;
      }

      .quality-copy {
        position: static;
      }

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

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

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

      .commitment-inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }
    }

    @media (max-width: 760px) {
      .about-width {
        width: min(100% - 28px, 1200px);
      }

      .about-hero {
        min-height: 520px;
      }

      .about-hero::before {
        background: rgba(5, 39, 80, .82);
      }

      .about-hero-inner {
        padding: 64px 0;
      }

      .about-hero h1 {
        font-size: 38px;
      }

      .about-hero h2 {
        font-size: 21px;
      }

      .about-section {
        padding: 52px 0;
      }

      .about-heading h2 {
        font-size: 29px;
      }

      .fact-list,
      .portfolio-grid,
      .reason-grid,
      .industry-grid {
        grid-template-columns: 1fr;
      }

      .fact-list li,
      .fact-list li:first-child {
        border-right: 1px solid #e2e7ee;
        border-bottom: 1px solid #e2e7ee;
        border-left: 1px solid #e2e7ee;
      }

      .overview-media {
        min-height: 360px;
      }

      .overview-media-main {
        right: 28px;
        bottom: 40px;
      }

      .overview-media-small {
        width: 180px;
        height: 125px;
      }

      .overview-badge {
        left: 0;
      }

      .gallery-stage {
        height: 330px;
      }

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

      .gallery-tab {
        border-bottom: 1px solid #e1e6ec;
      }

      .certificate-stage {
        height: 350px;
        padding: 20px;
      }

      .certificate-stage::before {
        inset: 12px;
      }

      .certificate-stage-label {
        right: 20px;
        bottom: 20px;
        left: 20px;
      }

      .certificate-nav {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
      }

      .certificate-thumb {
        flex-basis: 92px;
        height: 102px;
      }

      .certificate-summary {
        grid-template-columns: 1fr;
      }

      .commitment-action .about-actions,
      .about-actions {
        width: 100%;
      }

      .commitment-action .about-actions {
        grid-template-columns: 1fr;
      }

      #aboutOfficeMap {
        height: 440px;
      }

      .leaflet-tooltip.kjt-office-tooltip {
        width: 190px;
        padding: 9px 10px;
      }

      .kjt-office-tooltip strong {
        font-size: 12px;
      }

      .kjt-office-tooltip span {
        font-size: 10px;
      }

      .about-button {
        width: 100%;
      }
    }
	.modal {
	  position: fixed;
	  inset: 0;
	  z-index: 100;
	  display: none;
	  align-items: center;
	  justify-content: center;
	  padding: 24px;
	}
	
	.modal.is-open {
	  display: flex;
	}
	
	.modal-backdrop {
	  position: absolute;
	  inset: 0;
	  background: rgba(13, 31, 50, 0.64);
	}
	
	.modal-dialog {
	  position: relative;
	  z-index: 1;
	  width: min(100%, 520px);
	  max-height: calc(100svh - 48px);
	  overflow-y: auto;
	  background: #fff;
	  border-top: 4px solid #0873bd;
	  border-radius: 4px;
	  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.26);
	}
	
	.modal-close {
	  position: absolute;
	  top: 12px;
	  right: 12px;
	  width: 36px;
	  height: 36px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border: 1px solid #d8e1ea;
	  border-radius: 2px;
	  background: #fff;
	  color: #405064;
	  font-size: 24px;
	  line-height: 1;
	  cursor: pointer;
	  text-decoration: none;
	  transition: color .2s ease, border-color .2s ease, background .2s ease;
	}

	.modal-close:hover {
	  border-color: #0873bd;
	  color: #fff;
	  background: #0873bd;
	}
	
	.sample-form {
	  display: grid;
	  gap: 2px;
	  padding: 34px 36px 36px;
	  background: #fff;
	}

	#sampleModal .modal-dialog,
	#sampleModal .sample-form {
	  background-color: #fff !important;
	}
	
	.sample-form h2 {
	  position: relative;
	  margin: 0 42px 8px 0;
	  padding-bottom: 14px;
	  color: #15458e;
	  font-size: 26px;
	  font-weight: 700;
	  line-height: 1.3;
	}

	.sample-form h2::after {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 48px;
	  height: 3px;
	  background: #0873bd;
	  content: "";
	}
	
	.sample-form label {
	  display: grid;
	  gap: 8px;
	  color: #314459;
	  font-size: 14px;
	  font-weight: 700;
	}
	#sampleModal.modal {
  z-index: 10001 !important;
  background: transparent !important;
  opacity: 1 !important;
}

#sampleModal .modal-backdrop {
  z-index: 0 !important;
  opacity: 1 !important;
  background: rgba(13, 31, 50, 0.64) !important;
}

#sampleModal .modal-dialog {
  position: relative;
  z-index: 2 !important;
  opacity: 1 !important;
  pointer-events: auto;
}
	#sampleModal .sample-form input:not([type="hidden"]),
	#sampleModal .sample-form textarea {
	  width: 100%;
	  min-height: 46px;
	  margin: 0;
	  padding: 11px 13px;
	  border: 1px solid #cfd9e3 !important;
	  border-radius: 2px !important;
	  outline: 0;
	  color: #333 !important;
	  background: #f8fafc !important;
	  box-shadow: none !important;
	  font-size: 14px;
	  line-height: 1.5;
	  appearance: none;
	  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
	}

	#sampleModal .sample-form textarea {
	  min-height: 112px;
	  resize: vertical;
	}

	#sampleModal .sample-form input:not([type="hidden"]):focus,
	#sampleModal .sample-form textarea:focus {
	  border-color: #0873bd !important;
	  background: #fff !important;
	  box-shadow: 0 0 0 3px rgba(8, 115, 189, .12) !important;
	}
	
	#sampleModal .sample-form input.is-invalid,
	#sampleModal .sample-form textarea.is-invalid {
	  border-color: #d9473f !important;
	  box-shadow: 0 0 0 3px rgba(217, 71, 63, .11) !important;
	}
	
	.form-message {
	  min-height: 1px;
	  margin: 0;
	  color: #168765;
	  font-size: 13px;
	  font-weight: 700;
	}
	
	.form-message.is-error {
	  color: #d9473f;
	}
	
	.form-actions {
	  display: grid;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  gap: 12px;
	  margin-top: 2px;
	}

	#sampleModal .form-actions .button {
	  width: 100%;
	  min-width: 0;
	  min-height: 44px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px 18px;
	  border: 1px solid #0873bd !important;
	  border-radius: 2px !important;
	  color: #fff !important;
	  background: #0873bd !important;
	  box-shadow: none !important;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 1.4;
	  text-align: center;
	  text-decoration: none !important;
	  cursor: pointer;
	  transition: color .2s ease, background .2s ease, border-color .2s ease;
	}

	#sampleModal .form-actions .button:hover {
	  border-color: #00518d !important;
	  background: #00518d !important;
	}

	#sampleModal .form-actions .button-secondary {
	  color: #15458e !important;
	  background: #fff !important;
	}

	#sampleModal .form-actions .button-secondary:hover {
	  color: #fff !important;
	  border-color: #15458e !important;
	  background: #15458e !important;
	}
	
	body.modal-open {
	  overflow: hidden;
	}
	
	@media (max-width: 1080px) {
	  .form-actions {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
	}
	
	@media (max-width: 420px) {
	  .sample-form {
	    padding: 28px 20px 24px;
	  }

	  .form-actions {
	    grid-template-columns: 1fr;
	  }
	}
	.header-msg{padding-top:5px;}
	.header-msg .msg-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-msg .msg-item .icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.header-msg .msg-item .word {
  display: inline-block;
  white-space: nowrap;
  line-height: 18px;
}
