/** Shopify CDN: Minification failed

Line 1349:19 Expected identifier but found whitespace
Line 1349:21 Unexpected "{"
Line 1349:30 Expected ":"
Line 1349:60 Expected ":"
Line 1350:20 Expected identifier but found whitespace
Line 1350:22 Unexpected "{"
Line 1350:31 Expected ":"
Line 1350:61 Expected ":"

**/


/* CSS from section stylesheet tags */
.anchor-navigation {
    position: fixed;
    z-index: 10;
    left: 16px; 
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    font-weight: 500;
    font-size: 14px;
    /* display: none; */
    filter: invert(100%);
    mix-blend-mode: difference;
  }
  .anchor-navigation-ul {
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .anchor-li-ele {
    padding-left: 0;
    cursor: pointer;
    margin-top: 16px;
    /* line-height: 18px; */
    line-height: initial;
    position: relative;
  }
  .anchor-li-ele:nth-child(1) {
    margin-top: 0;
  }
  .anchor-li-ele p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .anchor-li-ele.active::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 2px;
    height: 100%;
  }
  .anchor-navigation:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
  }
  

  @media (max-width: 768px) {
    .anchor-navigation.active {
      top: 20px; 
    }
    .anchor-navigation {
      width: 100%;
      top: 61px;
      transform: translateY(0%);
      padding: 0 16px;
      filter: initial;
      mix-blend-mode: initial;
      display: none;
    }
    .anchor-navigation:before {
      height: 1px;
      width: 100%;
      bottom: 0;
    }
    .anchor-li-ele p {
      padding-left: 0px;
    }
    .anchor-navigation-ul {
      display: flex;
      overflow: auto;
    }
    .anchor-navigation-ul::-webkit-scrollbar {
      display: none;
    }
    /* 兼容Firefox */
    .anchor-navigation-ul {
      scrollbar-width: none; /* Firefox 64+ */
    }
    .anchor-li-ele {
      margin: 0 10px;
      padding: 10px 0;
    }
    .anchor-navigation {
      left: 0px;
    }
    .anchor-li-ele {
      white-space: nowrap;
    }
    .anchor-li-ele.active:before {
      width: 100%;
      height: 2px;
      bottom: 0;
      top: initial;
    }
  }
.reasons-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 80px;
  max-width: 743.99px;
}

.section-title.align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.section-title.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title.align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.section-title h2 {
  font-size: 36px;
  color: #2c3e50;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  overflow: visible;
  text-overflow: unset;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
}

.reasons-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.reason-card {
  width: 264px;
  height: 377px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #f5f5f5;
}

.reason-card:hover {
  transform: translateY(-5px);
}

.reason-card img,
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f5f5f5;
  display: block;
}

.expand-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.expand-btn:hover {
  background: #f0f0f0;
  transform: scale(1.1);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 40px 20px;
}

.modal-container {
  background: white;
  width: 100%;
  max-width: 1300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
}

.close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.modal-content {
  padding: 40px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
}

.modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}

.content-section {
  background: transparent;
  margin-bottom: 64px;
  padding: 0;
}

.content-section:last-child {
  margin-bottom: 0;
}

.content-section + .content-section {
  padding-top: 64px;
  border-top: 1px solid #E5E7EB;
}

.content-section .section-title {
  margin-bottom: 30px;
}

.content-section .content-text.rte {
  color: #000000A6;
  margin-bottom: 30px;
}

.content-section .content-image {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
}

.content-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.content-section.layout-text_image_flow .content-text {
  margin-bottom: 20px;
}

.content-section.layout-text_image_flow .content-image {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.content-section.layout-text_image_flow .content-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

.content-section.layout-image_left .section-main-content {
  display: flex;
  height: 100%;
  gap: 40px;
}

.content-section.layout-image_left .section-image-container {
  width: 45%;
  padding: 0 20px 0 0;
}

.content-section.layout-image_left .section-image-container img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
}

.content-section.layout-image_left .section-text-content {
  width: 55%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
}

.content-section.layout-image_left .section-text-content::-webkit-scrollbar {
  width: 8px;
}

.content-section.layout-image_left .section-text-content::-webkit-scrollbar-track {
  background: transparent;
}

.content-section.layout-image_left .section-text-content::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}

.content-section.layout-image_right .section-main-content {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  gap: 40px;
}

.content-section.layout-image_right .section-image-container {
  width: 45%;
  padding: 0 0 0 20px;
}

.content-section.layout-image_right .section-image-container img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
}

.content-section.layout-image_right .section-text-content {
  width: 55%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
}

.content-section.layout-image_right .section-text-content::-webkit-scrollbar {
  width: 8px;
}

.content-section.layout-image_right .section-text-content::-webkit-scrollbar-track {
  background: transparent;
}

.content-section.layout-image_right .section-text-content::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}

.content-section.layout-image_top .section-main-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-section.layout-image_top .section-image-container {
  width: 100%;
  padding-bottom: 20px;
}

.content-section.layout-image_top .section-image-container img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 12px;
}

.content-section.layout-image_top .section-text-content {
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
}

.content-section.layout-image_top .section-text-content::-webkit-scrollbar {
  width: 8px;
}

.content-section.layout-image_top .section-text-content::-webkit-scrollbar-track {
  background: transparent;
}

.content-section.layout-image_top .section-text-content::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}

.content-section.layout-gallery .gallery-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
  margin-top: 35px;
}

.content-section.layout-gallery .gallery-container::-webkit-scrollbar {
  height: 8px;
}

.content-section.layout-gallery .gallery-container::-webkit-scrollbar-track {
  background: transparent;
}

.content-section.layout-gallery .gallery-container::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}

.content-section.layout-gallery .gallery-image {
  flex: 0 0 280px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.content-section.layout-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.content-section .content-text {
  margin-bottom: 20px;
}

.content-section .content-text.rte {
  color: #000000A6;
}

.content-section .content-text.rte a {
  color: #1677FF;
  text-decoration: none !important;
  transition: opacity 0.3s;
  border-bottom: none !important;
}

.content-section .content-text.rte a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  border-bottom: none !important;
}

.section-link {
  display: inline-block;
  margin-top: 15px;
  color: #1677FF;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}

.section-link:hover {
  opacity: 0.8;
}

.cta-button-container {
  width: 100%;
  margin-top: 30px;
  text-align: var(--button-align, left);
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s;
}

.cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.rte img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 1400px) {
  .modal-container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .reasons-section {
    padding: 60px 25px;
  }
  .reason-card {
    width: 100%;
    max-width: 100%;
  }
  
  .modal-overlay {
    padding: 0;
  }
  
  .modal-container {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    margin: 0;
    min-height: 100vh;
  }
  
  .modal-content {
    padding: 16px;
  }
  
  .content-section {
    margin-bottom: 48px;
  }
  
  .content-section + .content-section {
    padding-top: 48px;
  }
  
  .content-section .section-title {
    margin-bottom: 60px;
    max-width: 100%;
  }
  
  .content-section .content-text.rte {
    margin-bottom: 25px;
  }
  
  .content-section .content-image {
    margin: 24px 0;
  }
  
  .content-section.layout-image_left .section-main-content,
  .content-section.layout-image_right .section-main-content {
    flex-direction: column-reverse !important;
    gap: 12px;
  }
  
  .content-section.layout-image_left .section-image-container,
  .content-section.layout-image_right .section-image-container {
    width: 100%;
    padding: 12px 0 0 0;
  }
  .content-section.layout-image_left .section-image-container img,
  .content-section.layout-image_right .section-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }
  .content-section.layout-image_left .section-text-content,
  .content-section.layout-image_right .section-text-content {
    width: 100%;
    padding: 0;
  }
  
  .section-title {
    margin-bottom: 60px;
    max-width: 100%;
  }
  
  .section-title h2 {
    font-size: 32px;
  }
  
  .close-btn {
    width: 32px;
    height: 32px;
    background: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    top: 12px;
    right: 12px;
  }
  
  .content-section.layout-gallery .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    overflow-x: unset;
    margin-top: 12px;
  }
  .content-section.layout-gallery .gallery-image {
    flex: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
  }
  .content-section.layout-gallery .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
}

@media (min-width: 769px) {
  .content-section {
    margin-bottom: 32px;
    padding: 0;
  }
  .content-section.layout-image_left .section-main-content,
  .content-section.layout-image_right .section-main-content {
    gap: 40px;
  }
  .content-section.layout-image_left .section-image-container img,
  .content-section.layout-image_right .section-image-container img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 12px;
  }
  .content-section .section-title h2,
  .content-section .section-title h3,
  .content-section .section-title h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .content-section .content-text.rte {
    font-size: 18px;
    line-height: 1.7;
    color: #222;
  }
}

@media (max-width: 480px) {
  .reason-card {
    width: 100%;
    max-width: 100%;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
}

body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
}

.content-section .section-title {
  margin-bottom: 20px;
}

.content-section .section-title h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.content-section .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.content-section .section-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.content-section .section-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.content-section .content-text.rte a {
  color: #1677FF;
  text-decoration: none !important;
  transition: opacity 0.3s;
  border-bottom: none !important;
}

.content-section .content-text.rte a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  border-bottom: none !important;
}

.main-title-text {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
}
.main-title-text.bold {
  font-weight: 700;
}
.section-title.align-left .main-title-text {
  text-align: left;
}
.section-title.align-center .main-title-text {
  text-align: center;
}
.section-title.align-right .main-title-text {
  text-align: right;
}

/* 修改蓝色链接样式 */
.content-section .content-text.rte a,
.content-section .content-text a,
.reason-link-btn,
a.reason-link-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #1677FF !important;
  text-decoration: none !important;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.content-section .content-text.rte a span,
.content-section .content-text a span,
.reason-link-btn span {
  margin-left: 4px;
  border-bottom: 0 !important;
  border: none !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.content-section .content-text.rte a:hover,
.content-section .content-text a:hover,
.reason-link-btn:hover,
a.reason-link-btn:hover {
  text-decoration: none !important;
  opacity: 0.8;
  border-bottom: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.content-section .content-text.rte a:after,
.content-section .content-text a:after,
.reason-link-btn:after,
a.reason-link-btn:after {
  display: none !important;
  content: none !important;
}

.content-section .content-text.rte a:before,
.content-section .content-text a:before,
.reason-link-btn:before,
a.reason-link-btn:before {
  display: none !important;
  content: none !important;
}
.image-text-video {
    
  }
  .image-text-video-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
  }
  .image-text-video-header {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
  }
  .section-text-title-item {
    margin-bottom: 40px;
  }
  .section-text-title-item h2 {
    margin: 0;
    /* line-height: 68px; */
    line-height: initial;
    text-align: center;
  }
  .section-text-title-item p {
    /* line-height: 26px; */
    line-height: initial;
    text-align: center;
  }
  .section-top-video-box {
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    display: flex;
    cursor: pointer;
  }
  .section-top-video-item {
    border-radius: 32px;
    z-index: 0;
    width: 200px;
    position: relative;
    overflow: hidden;
    height: 56px;
  }
  .section-top-video-item-icon {
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }
  .section-top-video-item-icon svg {
    
  }
  .image-text-video-picture-information {
    margin-top: 80px;
    width: 100%;
  }
  
  /*  */
  .video-content-fixed-item {
    display: none;
  }
  .video-content-fixed {
    position: fixed;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-content-backdrop {
    background: rgba(0, 0, 0, 0.9);
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mk-video-dialog-container {
    padding: 13px;
    z-index: 1000;
    position: relative;
  }
  .video-close-icon {
    margin-bottom: 8px;
    margin-left: auto;
    cursor: pointer;
  }
  .medium-video-box {
    outline: transparent solid 2px;
    outline-offset: 2px;
    width: 100%;
  }
  .medium-video-box {
    height: 480px;
  }

  /*  */
  .image-info-ipad {
    display: none;
  }
  .image-info-m {
    display: none;
  }
  
  @media (min-width: 1025px) {
    .section-text-title-item p {
      margin-top: 16px;
    }
    .mk-video-dialog-container {
      max-width: 853px;
    }
    .medium-video-box {
      height: 480px;
    }
  }

  /*  */
  @media (max-width: 1024px) {
    .image-info-pc {
      display: none;
    }
    .image-info-ipad {
      display: block;
    }
    .image-text-video-container {
      padding-left: 24px;
      padding-right: 24px;
    }
    .image-text-video-header {
      width: 100%;
    }
    .section-text-title-item h2 {
      /* line-height: 36px; */
      line-height: initial;
    }
    .section-text-title-item p {
      margin-top: 16px;
    }
    .section-top-video-item {
      width: 170px;
      height: 48px;
    }
    .image-text-video-picture-information {
      margin-top: 40px;
    }
    .mk-video-dialog-container {
      margin-left: 13px;
      margin-right: 13px;
    }
    /* .medium-video-box {
      height: 240px;
    } */
  }
  @media (max-width: 768px) {
    .image-info-ipad {
      display: none;
    }
    .image-info-m {
      display: block;
    }
    .medium-video-box {
      height: 240px;
    }
  }
.select-card-section-1-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
  .select-card-tab-media {
    
  }
  .select-card-tab-media-item {
    border-radius: 1rem;
    overflow: hidden;
  }
  .select-card-tab-media-item {
    display: none;
  }
  .select-card-tab-media-item video {
    
  }
  .select-card-tab-media-item img {
    
  }
  .select-card-tab-bar {
    scroll-behavior: smooth;
    margin-top: 24px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    position: relative;
    overflow-x: auto;
  }

  .select-card-tab-bar-flex {
    width: fit-content;
    position: relative;
    gap: 40px;
    display: flex;
  }
  .select-card-tab-bar-item {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    /* line-height: 18px; */
    line-height: initial;
  }
  .select-card-tab-bar-item.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 6;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .select-1-commom-title {
    margin-bottom: 40px;
  }
  .select-commom-title-flex-row {
    display: flex;
  }
  .select-commom-title-left {
    line-height: initial;
  }
  .select-commom-title-left p {
    margin: 0;
  }
  .select-commom-title-right {
    line-height: initial;
    margin-top: 16px;
  }

.select-card-tab-bar::-webkit-scrollbar-button {
    display: none; 
  }
  
  @media (min-width: 768px) {
    .select-card-tab-bar::-webkit-scrollbar {
      height: 5px;
    }
     
    .select-card-tab-bar::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 5px;
    }
     
    .select-card-tab-bar::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 10px !important;
    }
    .select-card-tab-bar {
      scrollbar-width: none; /* Firefox 隐藏滚动条 */
      -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
    }
 
    /* WebKit浏览器隐藏滚动条 */
    .select-card-tab-bar::-webkit-scrollbar {
      display: none;
    }
     
    /* 悬停时显示滚动条 */
    .select-card-tab-bar:hover {
      scrollbar-width: thin; /* Firefox */
    }
     
    .select-card-tab-bar:hover::-webkit-scrollbar {
      display: block; /* WebKit */
    }
  }
  @media (max-width: 500px) {
    .select-card-tab-bar {
      scrollbar-width: none; /* Firefox 隐藏滚动条 */
      -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
    }
 
    /* WebKit浏览器隐藏滚动条 */
    .select-card-tab-bar::-webkit-scrollbar {
      display: none;
    }
  }
  
  @media (min-width: 1025px) {
    .select-commom-title-flex-row {
      max-width: 100%;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row;
      margin-left: auto;
      margin-right: auto;
    }
    .select-commom-title-left {
      width: 544px;
    }
    .select-commom-title-right {
      margin-top: 0px;
      width: 356px;
    }
  }
  
  @media (max-width: 1024px) {
    .select-card-section-1-container {
      padding-left: 24px;
      padding-right: 24px;
    }
    .select-card-tab-bar {
      margin-top: 16px;
    }
    .select-card-tab-bar-flex {
      gap: 24px;
    }
    .select-commom-title-flex-row {
      display: block;
    }
  }

  
  .select-commom-title-left {
    font-weight: 600;
    color: #000;
    font-size: 24px;
  }
  .select-commom-title-right {
    font-weight: 500;
    color: #000;
    font-size: 16px;
  }
  @media (min-width: 1025px) {
    .select-commom-title-left {
      font-size: 40px;
    }
    .select-commom-title-right {
      font-size: 16px;
    }
  }
.select-card-section-2 {
    
  }
  .select-card-section-2-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
  .select-card-section-2-row {
    align-items: center;
    gap: 56px;
    display: flex;
  }
  .select-2-sidebar-tab {
    scroll-behavior: smooth;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    position: relative;
    overflow-x: auto;
  }
  .select-2-sidebar-tab-flex {
    flex-direction: column;
    width: 473px;
    position: relative;
    display: flex;
  }
  .select-2-sidebar-tab-item {
    position: relative;
    padding: 24px;
  }
  .select-2-sidebar-tab-title {
    /* line-height: 26px; */
    line-height: initial;
    cursor: pointer;
  }
  .select-2-sidebar-tab-title p {
    margin: 0;
  }
  .select-2-sidebar-tab--desc {
    margin-top: 8px;
    /* line-height: 18px; */
    line-height: initial;
    overflow: hidden;
    height: auto;
    display: none;
  }
  .select-2-sidebar-tab--desc p {
    margin: 0;
  }
  .select-2-sidebar-tab-item.active .select-2-sidebar-tab--desc {
    display: block;
  }
  .select-2-sidebar-tab-item.active::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
  }
  .select-2-sidebar-media {
    width: 591px;
  }
  .select-2-sidebar-media-item {
    border-radius: 1rem;
    overflow: hidden;
  }
  .select-2-sidebar-media-item {
    display: none;
  }
  .select-2-sidebar-tab--desc-item {
    display: none;
  }
  .select-2-sidebar-tab--desc-m {
    margin-top: 16px;
  }
  .select-2-sidebar-tab--desc-item {
    text-align: left;
    /* line-height: 18px; */
    line-height: initial;
  }
  .select-2-sidebar-tab--desc-item p {
    margin: 0; 
  }
  .select-2-sidebar-tab::-webkit-scrollbar {
    display: none;
  }
  
  .select-2-sidebar-tab {
    scrollbar-width: none; /* Firefox 64+ */
  }

  @media (min-width: 1024px) {
    .select-2-sidebar-tab--desc-m {
      display: none !important;
    }
  }
  @media (max-width: 1024px) {
    .select-card-section-2-container {
      padding-left: 24px;
      padding-right: 24px;
    }
    .select-2-sidebar-media {
      width: 100%;
    }
    .select-card-section-2-row {
      align-items: initial;
      gap: 0px;
      flex-direction: column-reverse;
    }
    .select-2-sidebar-tab-item {
      padding:0;
    }
    .select-2-sidebar-tab-title {
      padding: 8px 0;
      display: flex;
      min-height: 52px;
      align-items: center;
      white-space: nowrap;
    }
    .select-2-sidebar-tab--desc {
      display: none !important;
    }
    .select-2-sidebar-tab-flex {
      width: fit-content;
      gap: 24px;
      flex-direction: row;
      align-items: center;
    }
    .select-2-sidebar-tab {
      margin-top: 16px;
    }
    .select-2-sidebar-tab-flex {
      border-left: none !important;
    }
    .select-2-sidebar-tab-item.active:after {
      left: 0;
      bottom: -1px;
      width: 100%;
      top: initial;
      height: 2px; 
    }
    .select-2-sidebar-tab-title {
      line-height: initial;
    }
  }
  
  @media (min-width: 1025px) {
    .select-card-section-2-row {
      max-width: 1120px;
      margin-left: auto;
      margin-right: auto;
    }
    .select-2-sidebar-tab,
    .select-2-sidebar-media {
      padding-left: {{ section.settings.section_padding }}px;
      padding-right: {{ section.settings.section_padding }}px;
    }
  }
.select-card-section-3 {
    
  }
  .select-card-section-3-container {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    display: flex;
  }
  .select-card-section-3-w-full {
    width: 100%;
  }
  .select-card-section-3-title {
    letter-spacing: normal !important;
    text-align: center;
    /* line-height: 36px; */
    line-height: initial;
  }
  .select-3-sidebar-tab {
    margin-top: 24px;
    position: relative;
  }
  .select-3-sidebar-tab-content {
    border-radius: 9999px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 4px;
    display: flex;
  }
  .select-3-sidebar-tab-item {
    border-radius: 9999px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .select-3-sidebar-tab-item {
    position: relative;
    cursor: pointer;
  }
  .select-3-sidebar-tab-item p {
    white-space: nowrap;
    /* line-height: 18px; */
    line-height: initial;
    margin: 0;
  }
  .select-3-sidebar-media {
    margin-top: 40px;
  }
  .select-3-sidebar-media-item-flex-wrap {
    column-gap: 24px;
    display: flex;
  }
  .select-3-sidebar-media-item-content {
    border-radius: 1rem;
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: rgba(248,249,253);
    position: relative;
    overflow: hidden;
  }
  .select-3-sidebar-media-item-text {
    z-index: 3;
    position: relative;
  }
  .select-3-sidebar-media-item-text h3 {
    /* line-height: 28px; */
    line-height: initial;
    color: inherit;
  }
  .select-3-sidebar-media-item-text-box {
    height: 94px;
  }
  .select-3-sidebar-media-item-text-box .select-3-sidebar-media-item-text-box-p {
    margin-top: 8px;
    /* line-height: 18px; */
    line-height: initial;
  }
  .pro-label-flex-wrap {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
  }
  .pro-label-leading {
    border-radius: 4px;
    white-space: nowrap;
    /* line-height: 12px; */
    line-height: initial;
    padding: 4px;
  }
  .select-3-sidebar-media-item-image a {
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .select-3-sidebar-media-item-btn {
    z-index: 3;
    margin-top: 24px;
    position: relative;
    gap: 8px;
    display: flex;
  }
  .select--buttons {
    border-radius: 40px;
    /* line-height: 1rem; */
    line-height: initial;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    display: inline-block;
  }
  .select-3-sidebar-media-item-video {
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .select-3-sidebar-media-item-video a {
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .select-3-sidebar-media-item-video video {
    object-fit: cover;
    width: 100%;
    display: none;
    height: 100%;
  }
  
  .select-3-sidebar-media-item {
    display: none;
  }
  .select-3-sidebar-tab-content::-webkit-scrollbar {
    display: none;
  }
  
  .select-3-sidebar-tab-content {
    scrollbar-width: none; /* Firefox 64+ */
  }
  .select-3-sidebar-tab-content {
    scroll-behavior: smooth;
    overflow: auto;
  }
  

  @media (min-width: 768px) {
    .select-3-sidebar-media-item-content:hover .select-3-sidebar-media-item-video video {
      display: block;
    }
  }
  @media (min-width: 1024px) {
    .select-card-section-3-title {
      margin-left: auto;
      margin-right: auto;
      width: 680px;
    }
    .select-3-sidebar-media-item-flex-wrap {
      justify-content: space-between;
      row-gap: 24px;
      flex-wrap: wrap;
    }
    .select-3-sidebar-media-item-content {
      width: calc(50% - 12px);
      cursor: pointer;
    }
    .select-3-sidebar-media-item-image a {
      display: none;
    }
    .select-3-sidebar-media-item-btn {
      justify-content: flex-end;
    }
  }
  @media (min-width: 1281px) {
    .select-3-sidebar-media-item-flex-wrap {
      justify-content: flex-start;
      row-gap: 24px;
      flex-wrap: wrap;
    }
    .select-3-sidebar-media-item-content {
      width: calc(33.3333% - 16px);
    }
  }
  @media (min-width: 1441px) {
    .select-card-section-3-w-full {
      width: 1376px;
    }
    .select-card-section-3-title {
      /* line-height: 44px; */
      line-height: initial;
    }
    .select-3-sidebar-media-item-text h3 {
      /* line-height: 32px; */
      line-height: initial;
    }
    .select-3-sidebar-media-item-text-box {
      height: 97px;
    }
    .select-3-sidebar-media-item-text-box .select-3-sidebar-media-item-text-box-p {
      /* line-height: 21px; */
      line-height: initial;
    }
  }
  
  @media (max-width: 1024px) {
    .select-card-section-3-title {
      text-align: left;
    }
    .select-3-sidebar-tab-content {
      border-radius: 0px;
      background-color: transparent !important;
      width: 100%;
      padding: 0px;
      gap: 16px;
    }
    .select-3-sidebar-media-item-flex-wrap {
      justify-content: space-between;
      row-gap: 24px;
      flex-wrap: wrap;
    }
    .select-3-sidebar-media-item-content {
      width: calc(50% - 12px);
    }
    .select-3-sidebar-media-item-btn {
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .select-3-sidebar-media-item-content {
      padding-bottom: 40px;
      width: 100%;
    }
    .select-3-sidebar-media-item-text h3 {
      /* line-height: 25px; */
      line-height: initial;
    }
  }
.select-card-section-4-container {
    margin-left: auto;
    margin-right: auto;
    width: 1128px;
  }
  .select-card-section-4-title {
    overflow-wrap: break-word;
  }
  .select-card-section-4-title-text {
    /* line-height: 44px; */
    line-height: initial;
  }
  .select-card-section-4-title-text p {
    margin: 0;
  }
  .select-4-sidebar-tab {
    width: 100%;
    position: relative;
  }
  .select-4-sidebar-tab-content {
    margin-bottom: 20px;
    /* line-height: 18px; */
    line-height: initial;
    justify-content: flex-start;
    /* width: fit-content; */
    overflow: auto;
    gap: 16px;
    display: flex;
  }
  .select-4-sidebar-tab-content::-webkit-scrollbar {
    display: none;
  }
  
  .select-4-sidebar-tab-content {
    scrollbar-width: none; /* Firefox 64+ */
  }
  .select-4-sidebar-tab-item {
    border-radius: 68px;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
  }
  .swiper-slide-item {
    overflow: hidden;
    border-radius: 16px;
    background-color: rgba(255,255,255);
  }
  .swiper-slide-item-image {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .swiper-slide-item-image svg {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .swiper--self-stretch {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .swiper--self-stretch-top {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    display: flex;
  }
  .author-icon-w {
    border-radius: 50%;
    width: 32px;
    overflow: hidden;
    height: 32px;
  }
  .author-n-title {
    text-align: left;
    text-overflow: ellipsis;
    /* line-height: 18px; */
    line-height: initial;
  }
  .swiper--self-stretch-bottom {
    margin-top: 16px;
    text-align: left;
    /* line-height: 18px; */
    line-height: initial;
    min-height: 72px;
  }
  .select-swiper-pagination {
    margin-top: 24px;
  }
  .select-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
  }
  .select-swiper-buttons {
    justify-content: center;
    gap: 16px;
    display: flex;
    margin-top: 24px;
  }
  .swiper-buttons.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-slide-item-image img {
    width: 100%;
  }
  .mySwipertab .swiper-slide {
    width: auto;
  }
  .swipertab-button-prev {
    top: -8px;
    padding-right: 8px;
    left: -5px;
    align-items: center;
    border-right:1px solid rgba(217,217,217);
    height: 64px;
    display: flex;
    position: absolute;
  }
  .swipertab-button-next {
    top: -8px;
    right: -5px;
    padding-left: 8px;
    align-items: center;
    --tw-border-opacity: 1;
    border-left:1px solid rgba(217,217,217);
    height: 64px;
    display: flex;
    position: absolute;
  }
  .swipertab-buttons {
    z-index: 3;
  }
  .swipertab-buttons.swiper-button-disabled {
    display: none;
  }
  .select-4-sidebar-media-item {
    display: none;
  } 
  .select-4-sidebar-media-item.active {
    display: block;
  }
  .author-n-title-box {
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    display: flex; 
  }
  .mySwiper3-stretch {
    padding-top: 24px;
    text-align: left;
    font-size: 18px;
    align-self: stretch;
    /* line-height: 22px; */
    line-height: initial;
    font-weight: 700;
    flex-grow: 1;
    color: #000000e0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mySwiper3-stretch p{
    margin: 0;
  }
  .mySwiper3 .swiper-slide-item {
    background-color: transparent;
  }
  .mySwiper3 .swiper-slide-item-image {
    border-radius: 16px;
    overflow: hidden;
  }

  /*  */
  .select-4-video-content-fixed-item {
    display: none;
  }
  .select-4-video-content-fixed {
    position: fixed;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .select-4-video-content-backdrop {
    background: rgba(0, 0, 0, 0.9);
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .select-4-mk-video-dialog-container {
    padding: 13px;
    z-index: 1000;
    position: relative;
  }
  .select-4-video-close-icon {
    margin-bottom: 8px;
    margin-left: auto;
    cursor: pointer;
  }

  .medium-iframe-box {
    height: 480px;
  }
    
  
  @media (min-width: 1025px) {
    .select-card-section-4-title {
      padding-bottom: 40px;
    }
    .select-4-sidebar-tab-content {
      border-radius: 68px;
      padding: 4px;
    }
    .select-4-sidebar-tab-content {
      width: fit-content; 
    }
    .select-4-swiper .swiper-slide {
      width: 360px;
    }
    .swipertab-buttons {
      display: none !important;
    }
    .mySwipertab .swiper-wrapper {
      gap: 16px;
    }
    .swiper.select-4-swiper {
      overflow: initial;
    }
  }

  
  @media (max-width: 1024px) {
    .select-card-section-4-container {
      padding-left: 24px;
      padding-right: 24px;
      width: 100%;
    }
    .select-card-section-4-title {
      padding-bottom: 32px;
      /* line-height: 36px; */
      line-height: initial;
    }
    .select-swiper-buttons {
      display: none;
    }
    .select-swiper-pagination {
      display: flex;
      justify-content: center;
    }
    .mySwipertab.swiper {
      padding-left: 12px;
      padding-right: 12px;
      margin: 0;
    }
    .select-4-sidebar-tab {
      padding-left: 12px;
      padding-right: 12px;
    }
    .medium-iframe-box {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .medium-iframe-box {
      height: 240px;
    }
  }