@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Th.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JockeyOne";
  src: url("../fonts/JockeyOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlowSansTC";
  src: url("../fonts/GlowSansTC-Condensed-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlowSansTC";
  src: url("../fonts/GlowSansTC-Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.solutions-page {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solutions-page {
    height: auto;
    min-height: 100vh;
  }
}

.solutions-header {
  position: absolute;
  top: 0;
  padding-top: 155px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
  pointer-events: none;
}
.solutions-header h1 {
  color: #ffffff;
  line-height: 1;
  font-size: 24px;
}
.solutions-header h1 .en {
  font-size: 130px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .solutions-header h1 .en {
    font-size: 36px;
  }
}
.solutions-header h1 span {
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .solutions-header h1 span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .solutions-header {
    padding-top: 67px;
  }
}

.solutions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .solutions-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 129px;
    height: 100vh;
  }
}

.solution-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.solution-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 768px) {
  .solution-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 25%;
    z-index: 3;
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.solution-item__bg {
  position: relative;
  inset: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.3;
  z-index: 1;
}
.solution-item__video {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.solution-item__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-item.is-playing .solution-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.solution-item.is-playing .solution-item__video {
  opacity: 1;
}
.solution-item__content {
  position: absolute;
  top: 60.5769230769vh;
  left: 10.4166666667%;
  width: 100%;
  z-index: 3;
  padding: 0 30px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .solution-item__content {
    top: 0;
    bottom: 0;
    left: 9.375vw;
    padding-left: 0;
    right: 9.375vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution-item__title {
  font-size: 2rem;
  font-size: clamp(18px, 1.9vw, 36px);
  margin-bottom: 8px;
  line-height: 1.6;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 768px) {
  .solution-item__title {
    margin-bottom: 4px;
  }
}
.solution-item__list {
  color: rgba(255, 255, 255, 0.8);
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.solution-item__list li {
  list-style: none;
  font-size: 24px;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.5;
  color: #999999;
}
@media (max-width: 768px) {
  .solution-item__list li {
    display: inline-block;
    margin-right: 0.1em;
    line-height: 20px;
  }
  .solution-item__list li::after {
    content: "/";
    margin-left: 0.1em;
    opacity: 0.5;
  }
  .solution-item__list li:last-child::after {
    content: "";
  }
}
@media (min-width: 769px) {
  .solution-item:hover {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
.solution-item:hover, .solution-item:active, .solution-item:focus {
  z-index: 3;
}
.solution-item:hover .solution-item__bg, .solution-item:active .solution-item__bg, .solution-item:focus .solution-item__bg {
  opacity: 1;
}
.solution-item:hover .solution-item__list li,
.solution-item:active .solution-item__list li,
.solution-item:focus .solution-item__list li {
  color: #ffffff;
}
@media (max-width: 768px) {
  .solution-item:hover .solution-item__bg, .solution-item:active .solution-item__bg, .solution-item:focus .solution-item__bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 768px) {
  .solution-item:hover .solution-item__content, .solution-item:active .solution-item__content, .solution-item:focus .solution-item__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

[style*="opacity: 0;"] {
  pointer-events: none;
}

.service_1 {
  background-color: #1D1E21;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .service_1 * {
    pointer-events: none;
  }
  #s1Section1 .service-content__info,
  #s1Section1 .service-content__info *,
  #s1Section2 .service-content__info,
  #s1Section2 .service-content__info *,
  #s1Section3 .service-content__info,
  #s1Section3 .service-content__info *,
  #s1Section4 .service-content__info,
  #s1Section4 .service-content__info *,
  #s1Section5 .service-content__info,
  #s1Section5 .service-content__info * {
    pointer-events: auto;
  }
  #s1Section8 .faq__wrap,
  #s1Section8 .faq__item,
  #s1Section8 .faq__question,
  #s1Section8 .faq__question *,
  #s1Section8 .faq__answer,
  #s1Section8 .faq__answer * {
    pointer-events: auto;
  }
}
.service_1 .s1-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D1E21;
  overflow: hidden;
}
.service_1 .s1-bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service_1 .s1-bg:after {
  content: "";
  background-color: #1D1E21;
  display: block;
  position: absolute;
  height: 2vw;
  width: 100%;
  top: 54.0540540541vw;
  bottom: 0;
}
@media (max-width: 768px) {
  .service_1 .s1-bg video {
    width: 100vw;
    height: 100dvh;
  }
  .service_1 .s1-bg:after {
    background-color: transparent;
  }
}
.s1-section__wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
  background-color: rgba(29, 30, 33, 0.2);
}
@media (max-width: 822px) {
  .s1-section__wrap {
    aspect-ratio: unset;
    width: 100%;
  }
}
.s1-section__wrap.s1-hero {
  opacity: 1 !important;
  visibility: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  min-height: 100vh;
  background-color: transparent;
}
.s1-section__wrap.service-wrap .s1-section__header {
  top: 115px;
}
@media (max-width: 822px) {
  .s1-section__wrap.service-wrap .s1-section__header {
    top: 73px;
  }
}

.s1-section {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13.4615384615vh;
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  aspect-ratio: 1.624301676;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 265px;
}
@media (max-width: 822px) {
  .s1-section {
    aspect-ratio: unset;
    padding-top: 220px;
  }
}
.s1-section#s1Section1 {
  opacity: 1;
  visibility: visible;
}
.s1-section__header {
  position: sticky;
  top: 116px;
  z-index: 100;
}
@media (max-width: 822px) {
  .s1-section__header {
    top: 100px;
  }
}
.s1-section__header .section-title.white {
  text-align: center;
  color: white;
  margin-bottom: 32px;
}
@media (max-width: 822px) {
  .s1-section__header .section-title.white {
    margin-bottom: 15px;
  }
}
.s1-nav {
  text-align: center;
  margin-bottom: 20px;
}
.s1-nav__item {
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.5;
  margin: 0 1em;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.s1-nav__item.active {
  border-bottom: 1px solid white;
}

.laptop-frame {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(110vh - 302px);
  aspect-ratio: 1.638381201;
  background-image: url("./../src/img/service1_shape4.svg");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 822px) {
  .laptop-frame {
    aspect-ratio: unset;
    height: calc(100vh - 179px);
  }
}

.laptop-screen__wrap {
  height: 100%;
  aspect-ratio: 1.6201117318;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 2. 捲軸的背景軌道 */
  /* 3. 捲軸的本體 (拉桿) */
  /* 4. 滑鼠懸停在拉桿上時的變化 */
}
@media (max-width: 822px) {
  .laptop-screen__wrap {
    aspect-ratio: unset;
  }
}
.laptop-screen__wrap ::-webkit-scrollbar {
  width: 8px;
  /* 直向捲軸寬度 */
  height: 8px;
  /* 橫向捲軸高度 */
}
.laptop-screen__wrap ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
  /* 極淡的透明白，融入暗色背景 */
  border-radius: 4px;
}
.laptop-screen__wrap ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  /* 半透明白色 */
  border-radius: 4px;
}
.laptop-screen__wrap ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
  /* 變亮，提供互動回饋 */
}

.laptop-screen-content {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: auto;
  height: 100%;
  aspect-ratio: 1.624301676;
  width: 162.4301675978vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.service_1 .laptop-screen-content {
  overflow: hidden;
}
@media (max-width: 822px) {
  .laptop-screen-content {
    aspect-ratio: unset;
    width: 100%;
  }
}
.laptop-screen-content ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

.s1-hero__content {
  padding-bottom: 120px;
  width: 100%;
  pointer-events: none;
}

.s1-hero__wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: calc(100vh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.s1-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.s1-hero__img:nth-child(1) {
  opacity: 1;
}
.s1-hero__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  pointer-events: none;
  height: auto;
  vertical-align: bottom;
}
.s1-hero__img .s1-hero__text {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1.6129032258;
  padding-bottom: 6.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.s1-hero__img .s1-hero__text .desc {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .s1-hero__img .s1-hero__text .desc {
    font-size: 12px;
  }
}
.s1-hero__img .s1-hero__text .title {
  font-size: 36px;
}
@media (max-width: 768px) {
  .s1-hero__img .s1-hero__text .title {
    font-size: 24px;
    line-height: 1.6;
  }
}

.s1-hero__title {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  font-size: clamp(30px, 6.77vw, 130px);
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
@media (max-width: 822px) {
  .s1-hero__title {
    top: 150px;
    bottom: auto;
  }
}
.s1-hero__title .primary {
  color: #D10000;
}

#s1Section1 .laptop-screen-content {
  background-image: url("./../src/img/service1_pic01.jpg");
  opacity: 1;
}

#s1Section2 .laptop-screen-content {
  background-image: url("./../src/img/service1_pic02.jpg");
}

#s1Section3 .laptop-screen-content {
  background-image: url("./../src/img/service1_pic03.jpg");
}

#s1Section4 .laptop-screen-content {
  background-image: url("./../src/img/service1_pic04.jpg");
}

#s1Section5 .laptop-screen-content {
  background-image: url("./../src/img/service1_pic05.jpg");
}

.service-content__info {
  width: 500px;
  min-height: 716px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.service-content__info::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}
.service-content__info::-webkit-scrollbar-thumb {
  background: #000000;
  /* 捲軸拉桿改為純黑 */
}
@media (max-width: 822px) {
  .service-content__info {
    width: 100%;
    min-height: 100%;
  }
}

.service-content__title {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.6;
  margin-bottom: 25px;
}

.service-content__slogan {
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 24px;
  color: #D10000;
  font-weight: bold;
  margin-bottom: 22px;
}

.service-content__desc {
  font-size: clamp(12px, 0.77vw, 14px);
  line-height: 24px;
}
@media (max-width: 768px) {
  .service-content__desc {
    line-height: 18px;
  }
}
.service-content__desc p,
.service-content__desc ul {
  margin-bottom: 1em;
}
.service-content__desc ul p {
  margin-bottom: 0;
}

ul.dot {
  padding-left: 1em;
}
ul.dot p {
  margin-left: -1em;
}
ul.dot li {
  list-style: disc;
}
ul.dot li::marker {
  padding-left: 1em;
}

.circle {
  padding-left: 1.25em;
}
.circle li {
  list-style: circle;
}
.circle li::marker {
  content: "● ";
}

#s1Section6 .laptop-screen-content,
#s1Section7 .laptop-screen-content,
#s1Section8 .laptop-screen-content {
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background-color: #B3B3B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 50;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 822px) {
  #s1Section6 .laptop-screen-content,
#s1Section7 .laptop-screen-content,
#s1Section8 .laptop-screen-content {
    padding-top: 0;
  }
}

.steps-grid,
.adv-grid,
.faq__wrap {
  position: relative;
  z-index: 55;
}

.steps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7196904557%;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
@media (max-width: 822px) {
  .steps-grid {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    overflow-x: auto;
    gap: 20px;
  }
}

.step-card {
  padding: 60px 20px;
  background-color: white;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 822px) {
  .step-card {
    min-width: 160px;
    padding: 30px 9px;
  }
}
.step-card__img {
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 822px) {
  .step-card__img {
    margin-bottom: 13px;
    width: 99px;
    height: 99px;
  }
}
.step-card__title {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-bottom: 11px;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #D10000;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.step-card__desc {
  font-size: clamp(12px, 0.77vw, 14px);
  line-height: 1.5857142857;
}
@media (max-width: 822px) {
  .step-card__desc {
    line-height: 18px;
  }
}
.step-card:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D10000;
  background-image: url("./../src/svg/arrow_upward_right.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.step-card:last-child:after {
  content: unset;
}

.adv-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 716px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 5% 41px;
  margin-top: -50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 822px) {
  #s1Section6 .laptop-screen-content,
  #s1Section7 .laptop-screen-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #s1Section1 .service-content__info,
  #s1Section2 .service-content__info,
  #s1Section3 .service-content__info,
  #s1Section4 .service-content__info,
  #s1Section5 .service-content__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 16px;
  }
  #s1Section1 .service-content__desc > p:first-child,
  #s1Section2 .service-content__desc > p:first-child,
  #s1Section3 .service-content__desc > p:first-child,
  #s1Section4 .service-content__desc > p:first-child,
  #s1Section5 .service-content__desc > p:first-child {
    display: none;
  }
  .adv-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px 20px;
    margin-top: 0;
    min-height: unset;
    gap: 20px;
  }
  .adv-grid.is-page-1 .service-adv-card:nth-child(n+4) {
    display: none;
  }
  .adv-grid.is-page-2 .service-adv-card:nth-child(-n+3) {
    display: none;
  }
}

.service-adv-card {
  background-color: white;
  border-radius: 10px;
  padding: 0 20px 13px;
  min-height: 280px;
  line-height: 1.6;
}
@media (max-width: 822px) {
  .service-adv-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: unset;
    padding: 16px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
  }
}
.service-adv-card__img {
  width: 35.2941176471%;
  margin: -10px auto 15px;
}
@media (max-width: 822px) {
  .service-adv-card__img {
    width: 50px;
    margin: 0;
    font-size: 0;
  }
}
.service-adv-card__img img {
  width: 100%;
}
.service-adv-card__title {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-bottom: 11px;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 822px) {
  .service-adv-card__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    margin-bottom: 0;
  }
}
.service-adv-card__desc {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 822px) {
  .service-adv-card__desc {
    display: none;
  }
}

#s1Section8 .laptop-screen-content {
  background-color: white;
  overflow: hidden;
  min-height: 716px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 822px) {
  #s1Section8 .laptop-screen-content {
    min-height: unset;
  }
}
#s1Section8 .laptop-screen-content::-webkit-scrollbar {
  width: 12px;
}
#s1Section8 .laptop-screen-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
  border-radius: 50px;
}

.faq__wrap {
  position: relative;
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  padding-bottom: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 822px) {
  .faq__wrap {
    padding-top: 10px;
  }
}
.faq__item {
  border-bottom: 1px solid #CCCCCC;
}
.faq__item.expand .faq__answer {
  max-height: 999px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 2em;
}
.faq__item.expand .faq__answer:before {
  content: "A：";
  position: absolute;
  left: 0;
  top: 0;
}
.faq__item.expand .faq__question:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__question {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 822px) {
  .faq__question {
    padding: 11px 0;
  }
}
.faq__question p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.faq__question:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("./../src/svg/arrow_down.svg");
  background-position: center;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.faq__answer {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.service_2 {
  position: relative;
}
@media (max-width: 768px) {
  .service_2 .mobile-br {
    display: block;
  }
}

.service-integration {
  background: #fff;
}

.si-hero__content {
  padding: 0 10px;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .si-hero__content {
    padding-top: 31.6344463972vh;
  }
}
@media (max-width: 768px) {
  .si-hero {
    min-height: 100vh;
  }
}

.typing-title {
  display: inline-block;
  font-size: clamp(30px, 6.77vw, 130px);
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.typing-title span {
  display: inline-block;
  position: relative;
}
.typing-title span.is-typing::after {
  width: 2px;
  height: 100%;
  margin-left: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-animation: blink 0.5s step-end infinite;
          animation: blink 0.5s step-end infinite;
  background-color: #ccc;
  display: block;
}
.typing-title .text-primary {
  padding-left: 0.25em;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.si-hero__subtitle {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.875vw, 36px);
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .si-hero__subtitle {
    font-size: 24px;
    line-height: 1.6;
  }
}
.si-hero__subtitle .sub {
  display: inline-block;
  font-size: clamp(16px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .si-hero__subtitle .sub {
    display: block;
    padding-top: 12px;
    padding-bottom: 14px;
    line-height: 24px;
  }
}

.si-hero__desc {
  text-align: center;
  font-size: clamp(12px, 1vw, 18px);
}
@media (max-width: 768px) {
  .si-hero__desc {
    line-height: 18px;
  }
}

.si-tabs {
  position: sticky;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 80px;
  z-index: 100;
  background: white;
}
@media (max-width: 768px) {
  .si-tabs {
    top: 48px;
    overflow: auto;
  }
}
.si-tabs::-webkit-scrollbar {
  display: none;
}
.si-tabs__list {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .si-tabs__list {
    display: inline;
    padding-right: 32px;
    white-space: nowrap;
  }
}
.si-tabs__list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  /* 固定高度 */
  /* 設定邊框與 9-slice 切片 */
  /* 定義邊框寬度（這會影響 border-image 的渲染區域） */
  border-style: solid;
  border-width: 4px 100px 1px 20px;
  /* 核心 SVG：重新計算了緩曲線路徑 */
  /* 路徑邏輯：左上 R10，右上 R30 之後接一個長斜邊到 x=219 */
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='60' viewBox='0 0 220 60'%3E%3Cpath d='M 1 59 L 1 10 Q 1 1 10 1 L 134 1 C 157 1 158 2 219 59 Z M 97 1' fill='%23ffffff' stroke='%23e0e0e0' stroke-width='1.5'/%3E%3C/svg%3E");
  /* 九宮格切片設定：右側切 100px 以包含整條斜線 */
  border-image-slice: 0 100 25 19 fill;
  border-image-repeat: stretch;
}
.si-tabs__list li.current-tab {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='60' viewBox='0 0 220 60'%3E%3Cpath d='M 1 59 L 1 10 Q 1 1 10 1 L 134 1 C 157 1 158 2 219 59 Z M 97 1' fill='%23f5f5f5' stroke='%23e0e0e0' stroke-width='1.5'/%3E%3C/svg%3E");
}
.si-tabs__list li.current-tab a {
  color: #D10000;
}
@media (max-width: 768px) {
  .si-tabs__list li {
    height: 25px;
    border-width: unset;
    border-image-source: unset;
    border: unset;
    border-radius: 4px 4px 0 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-image-slice: unset;
    border-image-repeat: unset;
  }
  .si-tabs__list li.current-tab {
    background-color: #F3F3F3;
  }
  .si-tabs__list li.current-tab a {
    color: black;
  }
}
.si-tabs__text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(12px, 1.111vw, 20px);
  line-height: 1.8;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  min-width: 6em;
  left: 0;
  margin: auto;
  right: 12.0481927711%;
}
@media (max-width: 768px) {
  .si-tabs__text {
    position: static;
    line-height: 25px;
    white-space: nowrap;
    display: inline-block;
  }
}
.si-tabs__item {
  position: relative;
}
.si-tabs__item:after {
  content: "";
}

.si-section {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F3F3;
  min-height: 105vh;
}
@media (max-width: 768px) {
  .si-section {
    min-height: unset;
    padding-top: 75px;
  }
}
.si-section .section-title {
  text-align: center;
}
@media (max-width: 768px) {
  .si-section .section-title {
    line-height: 30px;
  }
}
.si-section-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 900;
}
.si-section-title span {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  margin-top: 5px;
}

.si-adv {
  height: calc(100vh - 384px - 60px);
  min-height: 532px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5.6730769231vh;
  padding-bottom: 21.1538461538vh;
}
@media (max-width: 768px) {
  .si-adv {
    height: auto;
    min-height: unset;
    padding-top: 74px;
    padding-bottom: 0px;
    display: block;
  }
}

.si-adv__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 1700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  padding-top: 5.1923076923vh;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .si-adv__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 23px;
  }
}

.adv-card {
  padding: 15px 10px;
  border-left: 1px solid black;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.adv-card:last-child {
  border-right: 1px solid black;
}
@media (max-width: 768px) {
  .adv-card {
    padding: 0 10px 0 6px;
    border-left: unset;
    border-bottom: 1px solid black;
    padding-bottom: 21px;
    padding-top: 22px;
  }
  .adv-card:nth-child(1), .adv-card:nth-child(3) {
    position: relative;
  }
  .adv-card:nth-child(1):after, .adv-card:nth-child(3):after {
    content: "";
    position: absolute;
    right: 1px;
    top: 21px;
    bottom: 22px;
    display: block;
    border-left: 1px solid black;
  }
  .adv-card:last-child {
    border-right: unset;
    border-bottom: unset;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.adv-card__label {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1;
}
.adv-card__val {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: bold;
  line-height: 1.6;
  color: #D10000;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .adv-card__val {
    margin-bottom: 3px;
  }
}
.adv-card__desc {
  font-size: 14px;
  font-size: clamp(11px, 0.778vw, 14px);
  line-height: 1.7;
}

.si-class__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .si-class__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .si-class__grid .class-card {
    display: none;
  }
  .si-class__grid.is-page-1 .class-card:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .si-class__grid.is-page-2 .class-card:nth-child(n+4):nth-child(-n+6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .si-class__grid.is-page-3 .class-card:nth-child(n+7):nth-child(-n+9) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.class-card {
  width: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  position: relative;
}
@media (max-width: 768px) {
  .class-card {
    padding: 0;
    padding-top: 20px;
    gap: 0;
  }
  .class-card:last-child {
    padding-bottom: 20px;
  }
}
.class-card__img {
  padding-left: 10px;
  width: 100px;
}
.class-card__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .class-card__img {
    padding-left: 20px;
    padding-right: 17px;
    width: 54px;
    padding-top: 18px;
  }
}
.class-card__header {
  width: 33%;
}
@media (max-width: 768px) {
  .class-card__header {
    width: unset;
  }
}
.class-card__tag {
  width: calc(100% + 30px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  background-color: #D10000;
  color: white;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .class-card__tag {
    position: absolute;
    -webkit-transform: unset;
            transform: unset;
    top: 20px;
    left: 90px;
    width: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    margin-bottom: -6px;
  }
}
.class-card__body {
  width: 66.7%;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .class-card__body {
    padding-top: 33px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .class-card__list {
    display: none;
  }
}

.pc-br {
  display: block;
}

.si-comparison p {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .si-comparison p {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 11px;
  }
  .si-comparison p .pc-br {
    display: inline;
  }
}

.table-responsive {
  padding: 0 20px;
  padding-top: 18px;
  max-width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .table-responsive {
    position: relative;
    padding-top: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/* 手機版 N8N 優勢對比表：滑動提示（swipe_left.svg 左右晃動 5 秒後消失） */
.comparison-swipe-hint {
  display: none;
}
@media (max-width: 768px) {
  .comparison-swipe-hint {
    display: block;
    position: absolute;
    left: 50%;
    top: 42%;
    z-index: 2;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .comparison-swipe-hint.is-playing {
    opacity: 1;
    visibility: visible;
  }
  .comparison-swipe-hint.is-playing .comparison-swipe-hint__wiggle {
    -webkit-animation: service2-swipe-wiggle 0.45s ease-in-out infinite;
            animation: service2-swipe-wiggle 0.45s ease-in-out infinite;
  }
  .comparison-swipe-hint.is-done {
    display: none;
  }
  .comparison-swipe-hint__icon {
    display: block;
    width: 48px;
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .comparison-swipe-hint {
    display: none !important;
  }
}

/* service_1 Steps（#s1Section6）手機橫向滑動提示：與 steps-grid 同 breakpoint 822px */
@media (max-width: 822px) {
  #s1Section6 .comparison-swipe-hint {
    display: block;
    position: absolute;
    left: 50%;
    top: 42%;
    z-index: 60;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #s1Section6 .comparison-swipe-hint.is-playing {
    opacity: 1;
    visibility: visible;
  }
  #s1Section6 .comparison-swipe-hint.is-playing .comparison-swipe-hint__wiggle {
    -webkit-animation: service2-swipe-wiggle 0.45s ease-in-out infinite;
            animation: service2-swipe-wiggle 0.45s ease-in-out infinite;
  }
  #s1Section6 .comparison-swipe-hint.is-done {
    display: none;
  }
  #s1Section6 .comparison-swipe-hint__icon {
    display: block;
    width: 48px;
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  #s1Section6 .comparison-swipe-hint {
    display: none !important;
  }
}
@-webkit-keyframes service2-swipe-wiggle {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  75% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
@keyframes service2-swipe-wiggle {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  75% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}

.comparison-table {
  border-collapse: collapse;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .comparison-table {
    margin-bottom: 13px;
    min-width: 980px;
  }
}
.comparison-table thead {
  background: #E6E6E6;
}
.comparison-table tbody {
  background-color: white;
}
.comparison-table tbody tr:nth-child(even) {
  background-color: #EDF8F9;
}
.comparison-table th,
.comparison-table td {
  padding: 12px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  min-height: 50px;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 16px;
}
@media (max-width: 768px) {
  .comparison-table th,
.comparison-table td {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 11px;
  }
}
.comparison-table td {
  color: #666;
}
.comparison-table th {
  font-weight: bold;
}
.comparison-table .bold {
  font-weight: bold;
  color: black;
}
.comparison-table .star {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  color: black;
  font-weight: bold;
}
.comparison-table .star:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("./../src/svg/star_colored.svg");
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .comparison-table .star {
    padding-left: 18px;
  }
  .comparison-table .star:before {
    width: 18px;
    height: 18px;
  }
}
.comparison-table .primary {
  color: #D10000;
  font-weight: bold;
}

.si-rpa {
  background-image: url("./../src/img/service2_bg.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.si-rpa .block {
  display: block;
}
.si-rpa .desc {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6666666667;
}

.si-rpa__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1720px;
  padding: 0 20px;
  padding-top: 32px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .si-rpa__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .si-rpa .desc {
    font-size: 14px;
  }
  .si-rpa__grid .rpa-card {
    display: none;
  }
  .si-rpa__grid.is-page-1 .rpa-card:nth-child(1),
  .si-rpa__grid.is-page-2 .rpa-card:nth-child(2),
  .si-rpa__grid.is-page-3 .rpa-card:nth-child(3) {
    display: block;
  }
}

.rpa-card {
  border-radius: 10px;
  overflow: hidden;
}
.rpa-card__img {
  aspect-ratio: 540/260;
  position: relative;
}
@media (max-width: 768px) {
  .rpa-card__img {
    aspect-ratio: 280/80;
  }
}
.rpa-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rpa-card__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 19px;
  font-size: 24px;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 768px) {
  .rpa-card__title {
    bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}
.rpa-card__title .caption {
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .rpa-card__title .caption {
    font-size: 14px;
  }
}
.rpa-card__content {
  background-color: white;
  padding: 1.5625vw 2.0833333333vw;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .rpa-card__content {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 18px;
  }
}

.si-clients {
  min-height: calc(100vh - 280px);
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .si-clients {
    min-height: unset;
    padding-bottom: 94px;
  }
}

.clients-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  padding: 20px;
  padding-top: 68px;
}
@media (max-width: 768px) {
  .clients-grid {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}

.client-logo-circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.client-logo-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-logo-circle:nth-child(10n) {
  display: none;
}
@media (max-width: 768px) {
  .client-logo-circle {
    width: 80px;
    height: 80px;
  }
}

body {
  background-color: #ccc;
  overscroll-behavior-y: none;
}

.service_3 {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  position: relative;
  background-color: #ccc;
  background-image: url("./../src/img/service3_mainpic.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .service_3 {
    background-position: top 50px center;
  }
}

.service_3-container {
  max-width: 1400px;
  padding: 0 20px;
  padding-top: 15.8653846154dvh;
  margin: 0 auto;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .service_3-container {
    padding-top: 100px;
    background-position: top -40px left 5%;
    background-size: 250% auto;
  }
}
.service_3-container .phone-mockup__content {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 2%;
  height: 100%;
  overflow-y: auto;
  background-color: #AAB5B9;
}
@media (max-width: 768px) {
  .service_3-container .phone-mockup__content {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
}
.service_3-container .phone-mockup__content::-webkit-scrollbar {
  display: none;
}

.service_3-hero,
.service_3-details {
  position: absolute;
  height: 100dvh;
  top: 0;
  left: 0;
  width: 100%;
  will-change: opacity, transform;
}

.chat-container {
  padding: 0 9.7607655502%;
  padding-top: 24.3269230769dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  will-change: transform;
  padding-bottom: 64px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .chat-container {
    padding: 0 8.5px;
    padding-top: 20.640569395%;
    gap: 3.75vw;
  }
}

@-webkit-keyframes popInFromRightBottom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popInFromRightBottom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.chat-bubble {
  padding: 45px 45px 40px 30px;
  background: #444;
  color: #fff;
  border-radius: 10px;
  width: 47.8468899522%;
  max-width: 100%;
  position: relative;
  opacity: 0;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: popInFromRightBottom 0.6s cubic-bezier(0.165, 1.14, 0.44, 1) 0.3s both;
          animation: popInFromRightBottom 0.6s cubic-bezier(0.165, 1.14, 0.44, 1) 0.3s both;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .chat-bubble {
    padding: 20px 19px;
    font-size: 16px;
    line-height: 24px;
    width: 64.2857142857%;
  }
}
.chat-bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 20px;
  right: 10px;
  bottom: -20px;
  background-image: url("./../src/svg/icon-sent.svg");
  background-size: 100% auto;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .chat-bubble:after {
    width: 37px;
    height: 15px;
    bottom: -14px;
  }
}
.chat-bubble.chat-sent {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.chat-bubble.chat-reply {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #F0F0F0;
  border: 1px solid #ccc;
  color: black;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-bottom: 200px;
}
.chat-bubble.chat-reply:after {
  content: "";
  left: 10px;
  right: unset;
  background-image: url("./../src/svg/icon-reply.svg");
}

ul.check li {
  padding-left: 35px;
  background-image: url("./../src/svg/check_primary.svg");
  background-size: 24px a;
  background-position: left center;
  background-repeat: no-repeat;
}

.phone-mockup {
  position: relative;
  margin-left: auto;
  width: 74.6428571429%;
  height: 100%;
  height: 84.1346153846dvh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .phone-mockup {
    width: 100%;
    height: 100%;
  }
}
.phone-mockup__frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  background-image: url("./../src/img/service3_frame.svg");
  background-size: 100% auto;
  background-position: top center;
}
@media (max-width: 768px) {
  .phone-mockup__frame {
    pointer-events: none;
  }
}
.phone-mockup__content {
  background-color: white;
  border-radius: 10vw 10vw 0 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .phone-mockup__content {
    border-radius: 12.5vw 12.5vw 0 0;
  }
}

.js-phone-track {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #AAB5B9;
}

.service_3-hero__header {
  position: absolute;
  left: 20px;
  top: 21.5625vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .service_3-hero__header {
    position: static;
    text-align: center;
    margin-bottom: 13px;
  }
}
.service_3-hero__header .en {
  font-size: clamp(30px, 6.77vw, 130px);
}
.service_3-hero__header .primary {
  color: #D10000;
}
.service_3-hero__header p {
  font-size: clamp(24px, 1.875vw, 36px);
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.phone-screens {
  width: 100%;
  height: 100%;
  position: relative;
}
.phone-screens__track {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
}
.phone-screens .phone-view {
  height: 100%;
  width: 100%;
}
.phone-screens .phone-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_3-details {
  height: 100vh;
  overflow: hidden;
}

.details__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .details__grid {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    gap: 11px;
    padding-top: 180px;
  }
}
.details__aside {
  position: absolute;
  top: 180px;
  width: 260px;
  left: 20px;
}
@media (max-width: 768px) {
  .details__aside {
    top: 70px;
    left: 0;
    width: 100%;
  }
}
.details__aside .section-title {
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .details__aside .section-title {
    text-align: center;
    margin-bottom: -4px;
  }
  .details__aside .section-title p {
    display: inline;
  }
}
.details__content {
  width: 100%;
  position: relative;
  -webkit-column-span: 1/2;
     -moz-column-span: 1/2;
          column-span: 1/2;
  top: 0;
  height: calc(100vh - 180px);
}
@media (max-width: 768px) {
  .details__content {
    height: 100%;
  }
}
.details__content .section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aside-nav {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .aside-nav {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 13px;
    margin-bottom: 11px;
  }
}
.aside-nav__item {
  font-size: 24px;
  line-height: 2;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .aside-nav__item {
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-size: 14px;
  }
}
.aside-nav__item.active {
  color: #D10000;
  font-weight: bold;
}
.aside-nav__item.active a,
.aside-nav__item.active span {
  border-bottom: 2px solid #D10000;
}

.details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
  box-sizing: border-box;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 3.3333333333%;
  background-color: #AAB5B9;
  box-sizing: border-box;
  background-image: url("./../src/img/service3_bg01.jpg");
  background-size: 110% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .details-info {
    padding: 0 13px;
    padding-bottom: 32px;
  }
}
.details-info[data-section="1"] {
  background-image: url("./../src/img/service3_bg01.jpg");
}
.details-info[data-section="2"] {
  background-image: url("./../src/img/service3_bg02.jpg");
}
.details-info[data-section="3"] {
  background-image: url("./../src/img/service3_bg03.jpg");
}
.details-info[data-section="4"] {
  background-image: url("./../src/img/service3_bg04.jpg");
}
.details-info[data-section="5"] {
  background-image: url("./../src/img/service3_bg05.jpg");
}
.details-info__head {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: clamp(24px, 1.875vw, 36px);
  padding-top: 12.3846153846dvh;
  margin-bottom: 10.5192307692dvh;
}
@media (max-width: 768px) {
  .details-info__head {
    text-align: center;
    color: white;
    padding-top: 70px;
    margin-bottom: 17px;
  }
}
.details-info .block-title {
  font-size: clamp(24px, 1.875vw, 36px);
  line-height: 1.4;
}
.details-info .block-subtitle {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4;
}
.details-info__body {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 10px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .details-info__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .details-info__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19px;
  }
}

.info-card__title {
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.3333333333;
}
.info-card__title:before {
  content: "■ ";
}
.info-card__item {
  line-height: 1.7142857143;
  font-size: clamp(12px, 0.7291666vw, 14px);
  padding-left: 1.25em;
}
.info-card__item:before {
  content: "◆";
}

.service-cloud {
  background-color: #0a0a0a;
  color: #fff;
}

.text-flash {
  color: #ff0000;
  -webkit-animation: alarm-flash 3s infinite;
          animation: alarm-flash 3s infinite;
}

@-webkit-keyframes alarm-flash {
  0%, 20%, 100% {
    opacity: 1;
    text-shadow: 0 0 20px #ff0000;
  }
  50% {
    opacity: 0.3;
    text-shadow: none;
  }
}

@keyframes alarm-flash {
  0%, 20%, 100% {
    opacity: 1;
    text-shadow: 0 0 20px #ff0000;
  }
  50% {
    opacity: 0.3;
    text-shadow: none;
  }
}
.cloud__bg {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.cloud__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cloud__bg video {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .service_4 .cloud__bg video {
    -o-object-position: left center;
       object-position: left center;
  }
}

.section-title {
  line-height: 1.6;
}
.section-title .en {
  font-size: clamp(30px, 4.16vw, 80px);
}
.section-title span,
.section-title p {
  font-size: clamp(24px, 2.5vw, 48px);
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.cloud-section {
  color: white;
  position: relative;
  z-index: 1;
}

.cloud-hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(23, 40, 58, 0)), color-stop(40%, rgba(23, 40, 58, 0.3)));
  background-image: linear-gradient(to right, rgba(23, 40, 58, 0) 20%, rgba(23, 40, 58, 0.3) 40%);
}
@media (max-width: 768px) {
  .cloud-hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cloud-hero__content {
  position: relative;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  margin-left: auto;
}
@media (max-width: 768px) {
  .cloud-hero__content {
    padding-top: 115px;
    display: block;
    height: 100vh;
  }
}
.cloud-hero__content h1 {
  line-height: 1.6;
  color: white;
  font-size: clamp(30px, 6.7vw, 130px);
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}
.cloud-hero h2 {
  color: white;
  font-size: clamp(24px, 1.875vw, 36px);
  text-align: right;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2.5520833333vw;
}
.cloud-hero .cloud-hero__warning {
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.5;
}
.cloud-hero .cloud-hero__warning p {
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .cloud-hero .cloud-hero__warning {
    font-weight: normal;
  }
}

.cloud-services {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.cloud-services__sticky-wrap {
  position: sticky;
  background-color: rgba(23, 40, 58, 0.9);
  top: 0;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  padding-top: 9.375vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 3.6458333333vh;
}
.services-nav__item {
  color: #D10000;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.6;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-nav__item.is-active {
  font-weight: bold;
  border-bottom: 2px solid #D10000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .services-nav__item {
    line-height: 24px;
  }
}
.services-nav span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .services-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 14px;
    padding-bottom: 14px;
  }
}

.services-body {
  will-change: opacity, transform;
  min-height: 450px;
}
.services-body__tag {
  display: inline-block;
  background: #D10000;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  padding: 7px 12px;
  font-size: clamp(18px, 1.875vw, 36px);
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .services-body__tag {
    display: none;
  }
}
.services-body h3 {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .services-body h3 {
    display: none;
  }
}
.services-body p {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services-body p {
    margin-bottom: 6px;
  }
}

.features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 6px;
    margin-top: 0;
    gap: 10px;
  }
}

.feature-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  padding: 1.6666666667vw 2.0833333333vw;
  border-radius: 10px;
  color: white;
}
@media (max-width: 768px) {
  .feature-box {
    padding: 9px 10px;
  }
}
.feature-box h4 {
  line-height: 1.6;
}
.feature-box .diamond {
  padding-left: 1rem;
}
.feature-box .diamond li::marker {
  content: "◆";
}
.feature-box ul li {
  line-height: 1.6;
  font-size: 13px;
  list-style: none;
}
@media (max-width: 768px) {
  .feature-box ul li {
    font-size: 12px;
  }
}

.cloud-partnership {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25.9615384615vh;
  position: relative;
  z-index: 2;
  text-align: center;
  background-image: url("./../src/img/service4_mainpic.jpg");
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cloud-partnership {
    padding-top: 92px;
  }
}
.cloud-partnership .vendor-grid,
.cloud-partnership .section-title {
  position: relative;
  z-index: 1;
}
.cloud-partnership .section-title {
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .cloud-partnership .section-title {
    margin-bottom: 28px;
  }
}

.vendor-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1426px;
  width: 100%;
  -ms-grid-columns: 1fr 4.6875vw 1fr 4.6875vw 1fr 4.6875vw 1fr 4.6875vw 1fr 4.6875vw 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 4.6875vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
}
@media screen and (max-width: 1400px) {
  .vendor-grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .vendor-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    width: 62.5%;
    gap: 20px 30px;
  }
}

.vendor-card {
  width: 100%;
  max-width: 160px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .vendor-card {
    height: auto;
    min-width: 80px;
  }
}
.vendor-card:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.vendor-card:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.vendor-card:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.vendor-card:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.vendor-card:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.vendor-card:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.vendor-card.is-animated {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: slideDown 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.vendor-card__inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.vendor-card__inner img {
  width: 100%;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}