/* Bright Sun component polish and advantage repair layer */
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
.advantage-grid {
  align-items: stretch !important;
}
.advantage-card {
  min-height: 230px;
  display: grid !important;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 26px !important;
  position: relative;
  overflow: hidden;
}
.advantage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: translateX(-100%);
}
body.is-translating .advantage-card::before {
  opacity: 1;
  animation: brightSunSkeleton 1s linear infinite;
}
@keyframes brightSunSkeleton {
  to { transform: translateX(100%); }
}
.advantage-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-navy));
  box-shadow: 0 10px 22px rgba(15,56,48,.16);
}
.advantage-icon i {
  margin: 0 !important;
  color: inherit !important;
  font-size: 22px !important;
}
.advantage-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}
.advantage-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 900;
}
.advantage-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-align: start;
}
body.rtl .section-heading,
body.rtl .advantage-card,
body.rtl .advantage-copy,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .advantage-card,
html[dir="rtl"] .advantage-copy {
  text-align: right !important;
}
.product-description,
.heading-note,
.card-info h3,
.section-heading h2,
.primary-link,
.secondary-link,
.secondary-detail-link,
.inquiry-btn,
.header-cta {
  min-width: 0;
  overflow-wrap: anywhere;
}
.whatsapp-float {
  z-index: 80 !important;
  width: 56px;
  height: 56px;
}
@media (max-width: 680px) {
  .value-section { padding-block: 64px !important; }
  .products-section { padding-block: 52px !important; }
  .advantage-card { min-height: 210px; }
  .whatsapp-float {
    width: 48px !important;
    height: 48px !important;
    right: 12px !important;
    bottom: 12px !important;
  }
}

/* P0 product-grid and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}

/* P0 product-grid and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}

/* P0 product, media and translation stability layer */
.product-card {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card .card-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-image,
.product-image img {
  aspect-ratio: 16 / 10 !important;
}
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-description {
  min-height: 4.8em !important;
  max-height: 4.8em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.cert-list {
  max-height: 34px !important;
  overflow: hidden !important;
}
.cert-list .cert-tag:nth-child(n+3) {
  display: none !important;
}
.cert-tag,
.chip {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.product-card-actions > a {
  min-height: 48px !important;
  max-height: 56px !important;
}
.value-section {
  padding-block: 80px !important;
}
.products-section {
  padding-block: 60px !important;
}
body.rtl .product-card,
body.rtl .application-card,
body.rtl .news-card,
html[dir="rtl"] .product-card,
html[dir="rtl"] .application-card,
html[dir="rtl"] .news-card {
  text-align: right !important;
}
body.rtl .product-grid,
body.rtl .application-grid,
body.rtl .news-grid,
html[dir="rtl"] .product-grid,
html[dir="rtl"] .application-grid,
html[dir="rtl"] .news-grid {
  direction: rtl;
}
body.is-translating [data-i18n] {
  transition: opacity .15s ease;
}
.whatsapp-float {
  z-index: 900 !important;
}
