/* Style for WipixComponentTabsTheme3 */
.wp-tabs-theme-container {
  display: flex;
  width: 100%;
}
.wp-tabs-theme-container.wp-tabs-theme {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .wp-tabs-theme-container.wp-tabs-theme {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .wp-tabs-theme-container.wp-tabs-theme {
    gap: 60px;
  }
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap .wp-tabs-theme-nav-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap .wp-tabs-theme-nav-list .wp-tabs-ink-bar {
  display: none;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap .wp-tabs-theme-scroll-btn {
  position: absolute;
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap .wp-tabs-theme-scroll-btn.wp-tabs-theme-scroll-left {
  left: 0;
  background: linear-gradient(90deg, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-nav-wrap .wp-tabs-theme-scroll-btn.wp-tabs-theme-scroll-right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-tab {
  padding: 10px 20px;
  gap: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp-color-background-white);
  color: var(--wp-color-text-primary);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-tab .wp-tabs-tab-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-tab .wp-tabs-tab-icon > svg {
  width: 24px;
  height: 24px;
  color: var(--btn-icon-color, currentColor);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-tab .wp-tabs-tab-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-content {
  width: 100%;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-content .wp-tabs-theme-tabpane {
  display: none;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-content .wp-tabs-theme-tabpane.wp-tabs-tabpane-active {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-tabs-theme-container.wp-tabs-theme .wp-tabs-theme-content .wp-tabs-theme-tabpane.wp-tabs-tabpane-active {
    flex-direction: row;
    gap: 40px;
  }
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: fadeIn 0.6s linear 0s;
}
@media (min-width: 768px) {
  .wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content {
    width: calc((100% - 40px) / 2);
  }
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-button {
  margin-top: 24px;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-group-title {
  color: var(--wp-color-text-primary);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-group-text {
  color: var(--wp-color-text-primary);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-button {
  display: flex;
  width: fit-content;
  border: 1px solid var(--wp-color-text-brand-primary);
  border-radius: 8px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: var(--wp-color-background-primary-subtle);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-button:hover {
  color: var(--wp-color-background-primary-subtle-hover);
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-content .wp-tabs-tabpane-content-button .wp-tabs-tabpane-content-button-content {
  font-family: var(--wp-font-family-body-1);
  font-size: var(--wp-font-size-body-1);
  font-weight: var(--wp-font-weight-body-1);
  line-height: var(--wp-line-height-body-1);
  padding: 12px 14px;
  color: var(--wp-color-text-white);
  text-decoration: none;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-image {
  width: 100%;
  overflow-x: hidden;
  animation: fadeinRight 0.8s ease-out 0s;
}
@media (min-width: 768px) {
  .wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-image {
    width: calc((100% - 40px) / 2);
  }
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-image .wp-tabs-tabpane-image-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: flex;
}
.wp-tabs-theme-container.wp-tabs-theme .wp-tabs-tabpane-image .wp-tabs-tabpane-image-wrap .image-custom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.wp-tabs-theme-container.wp-tabs-theme-1.wp-tabs-theme .wp-tabs-theme-tab {
  padding: 9px 20px;
  border-radius: 4px;
  border: 1px solid var(--wp-color-border-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-1.wp-tabs-theme .wp-tabs-theme-tab:hover {
  background-color: var(--wp-color-background-neutral-minimalist);
}
.wp-tabs-theme-container.wp-tabs-theme-1.wp-tabs-theme .wp-tabs-theme-tab.wp-tabs-tab-active {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: var(--wp-color-background-primary-subtle);
  border-color: var(--wp-color-border-brand-primary);
  color: var(--wp-color-text-white);
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list {
  gap: 0;
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--after-width, 100%);
  border-bottom: 2px solid var(--wp-color-border-primary);
  transition: width 0.3s ease;
  content: "";
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list .wp-tabs-theme-tab:hover {
  color: var(--wp-color-text-brand-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list .wp-tabs-theme-tab.wp-tabs-tab-active {
  color: var(--wp-color-text-brand-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list .wp-tabs-theme-tab .wp-tabs-tab-text {
  font-weight: 600;
}
.wp-tabs-theme-container.wp-tabs-theme-3.wp-tabs-theme .wp-tabs-theme-nav-list .wp-tabs-ink-bar {
  display: flex;
  position: absolute;
  z-index: 2;
  height: 2px;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
  background-color: var(--wp-color-border-brand-primary);
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-nav-list {
  border-radius: 4px;
  background-color: var(--wp-color-background-neutral-minimalist);
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-nav-list .wp-tabs-ink-bar {
  display: flex;
  position: absolute;
  z-index: 0;
  height: 100%;
  bottom: 0px;
  border-radius: 4px;
  user-select: none;
  pointer-events: none;
  background-color: var(--wp-color-border-brand-primary);
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-tab {
  background-color: transparent;
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-tab:hover {
  background-color: var(--wp-color-background-white);
  color: var(--wp-color-text-brand-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-tab.wp-tabs-tab-active {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 1;
  color: var(--wp-color-text-white);
}
.wp-tabs-theme-container.wp-tabs-theme-2.wp-tabs-theme .wp-tabs-theme-tab.wp-tabs-tab-active:hover {
  background-color: transparent;
  color: var(--wp-color-text-white);
}
.wp-tabs-theme-container.wp-tabs-theme-4.wp-tabs-theme .wp-tabs-theme-tab {
  position: relative;
  z-index: 0;
  padding: 9px 20px;
  border-radius: 4px;
  border: 1px solid var(--wp-color-border-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-4.wp-tabs-theme .wp-tabs-theme-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--wp-color-background-primary-subtle);
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.3s ease, border-color 0.3s ease;
  border-radius: inherit;
  z-index: -1;
}
.wp-tabs-theme-container.wp-tabs-theme-4.wp-tabs-theme .wp-tabs-theme-tab:hover {
  background-color: var(--wp-color-background-neutral-minimalist);
}
.wp-tabs-theme-container.wp-tabs-theme-4.wp-tabs-theme .wp-tabs-theme-tab.wp-tabs-tab-active {
  color: var(--wp-color-text-white);
  border-color: var(--wp-color-border-brand-primary);
}
.wp-tabs-theme-container.wp-tabs-theme-4.wp-tabs-theme .wp-tabs-theme-tab.wp-tabs-tab-active::before {
  transform: scale(1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}