.zwnxuty_k7P4q {
  box-sizing: border-box;
  margin: var(--margin_tb, 0rem) 0;
  padding-top: 1.4rem;
  padding-bottom: 2.6rem;

  color: #333;
  background: #fff;
  --theme_color_soft_bg: color-mix(in srgb, var(--theme_color, var(--themeColor1)) 8%, #fff);
}

.zwnxuty_k7P4q * {
  box-sizing: border-box;
}

.zwnxuty_k7P4q__inner {
  width: 100%;
  max-width: var(--custom-content-max-width);
  margin-left: auto;
  margin-right: auto;
    padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.zwnxuty_k7P4q__header {
  margin-bottom: 5.34rem;
  text-align: center;
}

.zwnxuty_k7P4q__title {
  margin: 0;
  color: #333;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.zwnxuty_k7P4q__viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.zwnxuty_k7P4q__viewport.is-dragging {
  cursor: grabbing;
}

.zwnxuty_k7P4q__viewport.is-dragging .zwnxuty_k7P4q__grid {
  scroll-behavior: auto;
}

.zwnxuty_k7P4q__grid {
  display: flex;
  gap: 2%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.zwnxuty_k7P4q__grid::-webkit-scrollbar {
  display: none;
}

.zwnxuty_k7P4q__item {
  flex: 0 0 calc((100% - 6%) / 4);
  min-width: 0;
}

.zwnxuty_k7P4q__card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.zwnxuty_k7P4q__card:not(a) {
  cursor: default;
}

.zwnxuty_k7P4q__media.custom_image_wrapper {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--image_ratio, 1 / 1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: max(var(--image_shape, 0%), 1.424rem);
  background: #f5f7fb;
}

.zwnxuty_k7P4q__image.custom_image,
.zwnxuty_k7P4q__image.custom_image_secondary {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--image_fit, cover);
  -webkit-user-drag: none;
  user-select: none;
  transition: opacity 0.3s ease, transform 0.5s ease;
}

.zwnxuty_k7P4q__image.custom_image_secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.zwnxuty_k7P4q__card:hover .zwnxuty_k7P4q__image.custom_image,
.zwnxuty_k7P4q__card.is-focus .zwnxuty_k7P4q__image.custom_image,
.zwnxuty_k7P4q__card:focus-visible .zwnxuty_k7P4q__image.custom_image {
  transform: scale(1.05);
}

.zwnxuty_k7P4q[data-show-secondary-image="true"] .zwnxuty_k7P4q__card:hover .custom_image_secondary,
.zwnxuty_k7P4q[data-show-secondary-image="true"] .zwnxuty_k7P4q__card.is-focus .custom_image_secondary,
.zwnxuty_k7P4q[data-show-secondary-image="true"] .zwnxuty_k7P4q__card:focus-visible .custom_image_secondary {
  opacity: 1;
  transform: scale(1.08);
}

.zwnxuty_k7P4q__card:focus-visible {
  outline: 2px solid var(--theme_color, var(--themeColor1));
  outline-offset: 0.4rem;
  border-radius: 1.6rem;
}

.zwnxuty_k7P4q__caption {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  height: 3.916rem;
  margin-top: 1.424rem;
  color: #333;
}

.zwnxuty_k7P4q__label {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  height: 3.916rem;
  padding: 0 1.78rem;
  overflow: hidden;
  border-radius: 17.8rem;
  background-color: var(--theme_color_soft_bg);
  background-image: linear-gradient(var(--theme_color, var(--themeColor1)), var(--theme_color, var(--themeColor1)));
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #333;
  font-size: 1.424rem;
  font-weight: 400;
  line-height: 3.916rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: background-size 0.5s ease, color 0.5s ease;
}

.zwnxuty_k7P4q__card:hover .zwnxuty_k7P4q__label,
.zwnxuty_k7P4q__card.is-focus .zwnxuty_k7P4q__label,
.zwnxuty_k7P4q__card:focus-visible .zwnxuty_k7P4q__label,
.zwnxuty_k7P4q__card:hover .zwnxuty_k7P4q__icon,
.zwnxuty_k7P4q__card.is-focus .zwnxuty_k7P4q__icon,
.zwnxuty_k7P4q__card:focus-visible .zwnxuty_k7P4q__icon {
  background-size: 100% 100%;
  color: #fff;
}

.zwnxuty_k7P4q__icon {
  position: relative;
  display: grid;
  flex: 0 0 3.916rem;
  width: 3.916rem;
  height: 3.916rem;
  place-items: center;
  border-radius: 50%;
  background-color: var(--theme_color_soft_bg);
  background-image: linear-gradient(var(--theme_color, var(--themeColor1)), var(--theme_color, var(--themeColor1)));
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: var(--theme_color, var(--themeColor1));
  overflow: hidden;
  transition: background-size 0.5s ease, color 0.5s ease;
}

.zwnxuty_k7P4q__icon svg {
  display: block;
  width: 1.602rem;
  height: 1.602rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.zwnxuty_k7P4q__progress {
  position: relative;
  height: 3px;
  margin-top: 6rem;
  background: linear-gradient(to bottom, transparent 1px, #ddd 1px, #ddd 2px, transparent 2px);
}

.zwnxuty_k7P4q__progressFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--theme_color, var(--themeColor1));
  transform: scaleX(var(--zwnxuty-progress, 0.4445));
  transform-origin: left center;
  transition: transform 0.18s ease;
}

.rtlAr .zwnxuty_k7P4q__icon svg {
  transform: scaleX(-1);
}

.rtlAr .zwnxuty_k7P4q__progressFill {
  right: 0;
  left: auto;
  transform-origin: right center;
}

@media (max-width: 1024px) {
  .zwnxuty_k7P4q {
    padding-top: 1.4rem;
    padding-bottom: 2.6rem;
  }

  .zwnxuty_k7P4q__header {
    margin-bottom: 4rem;
  }

  .zwnxuty_k7P4q__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .zwnxuty_k7P4q__grid {
    gap: 1.542rem;
  }

  .zwnxuty_k7P4q__item {
    flex-basis: calc((100% - 4.626rem) / 4);
  }

  .zwnxuty_k7P4q__media.custom_image_wrapper {
    border-radius: max(var(--image_shape, 0%), 1.6rem);
  }

  .zwnxuty_k7P4q__caption {
    height: 4rem;
    margin-top: 1.6rem;
  }

  .zwnxuty_k7P4q__label {
    height: 4rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
    line-height: 4rem;
  }

  .zwnxuty_k7P4q__icon {
    flex-basis: 4rem;
    width: 4rem;
    height: 4rem;
  }

  .zwnxuty_k7P4q__progress {
    margin-top: 4.3rem;
  }
}

@media (max-width: 767px) {
  .zwnxuty_k7P4q {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .zwnxuty_k7P4q__inner {
    padding-left: 0 !important;
    padding-right: 0 !important  ;
  }
}

@media (max-width: 600px) {
  .zwnxuty_k7P4q {
    padding-top: 1.35rem;
    padding-bottom: 2.4rem;
  }

  .zwnxuty_k7P4q__header {
    margin-bottom: 3rem;
  }

  .zwnxuty_k7P4q__title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .zwnxuty_k7P4q__grid {
    gap: 2rem 1.468rem;
  }

  .zwnxuty_k7P4q__item {
    flex-basis: calc((100% - 1.468rem) / 2);
  }

  .zwnxuty_k7P4q__media.custom_image_wrapper {
    border-color: rgba(0, 0, 0, 0.06);
  }

  .zwnxuty_k7P4q__caption {
    display: block;
    height: auto;
    min-height: 1.96rem;
    margin-top: 1rem;
  }

  .zwnxuty_k7P4q__label {
    height: auto;
    min-height: 1.96rem;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    background-image: none;
    font-size: 1.4rem;
    line-height: 1.4;
    white-space: normal;
    text-overflow: clip;
  }

  .zwnxuty_k7P4q__card:hover .zwnxuty_k7P4q__label,
  .zwnxuty_k7P4q__card.is-focus .zwnxuty_k7P4q__label,
  .zwnxuty_k7P4q__card:focus-visible .zwnxuty_k7P4q__label {
    color: var(--theme_color, var(--themeColor1));
  }

  .zwnxuty_k7P4q__icon {
    display: none;
  }

  .zwnxuty_k7P4q__progress {
    display: block;
    margin-top: 3rem;
  }
}
