/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
@charset "UTF-8";
.widget-ecc43f {
  font-family: inherit;
  box-sizing: border-box;
  /* ── Widget Title ── */
  /* ── Controls Bar ── */
  /* ── Type Filter — Segmented ── */
  /* ── Group Filter ── */
  /* ── Slider ── */
  /* ── Slider Arrows ── */
  /* ── Slider Progress Bar ── */
  /* ── Match Card ── */
  /* ── Team Column ── */
  /* ── Center Column ── */
  /* ── Footer ── */
  /* ── Empty & Loading States ── */
  /* ── Responsive ── */
}
.widget-ecc43f *,
.widget-ecc43f *::before,
.widget-ecc43f *::after {
  box-sizing: border-box;
}
.widget-ecc43f .wmec-widget {
  width: 100%;
}
.widget-ecc43f .wmec-title-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.widget-ecc43f .wmec-widget-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.widget-ecc43f .wmec-view-all-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}
.widget-ecc43f .wmec-view-all-sep {
  color: #9ca3af;
  font-size: 1.1rem;
  line-height: 1;
}
.widget-ecc43f .wmec-view-all-wrap a,
.widget-ecc43f .wmec-view-all-wrap a:hover,
.widget-ecc43f .wmec-view-all-wrap a:visited {
  text-decoration: none;
}
.widget-ecc43f .wmec-view-all-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e40af;
  transition: color 0.18s ease;
}
.widget-ecc43f .wmec-view-all-wrap:hover .wmec-view-all-link {
  color: #1e3a8a;
}
.widget-ecc43f .wmec-controls-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.widget-ecc43f .wmec-type-filter {
  display: inline-flex;
  align-items: center;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 3px;
  gap: 0;
}
.widget-ecc43f .wmec-filter-btn {
  padding: 7px 20px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  outline: none;
  white-space: nowrap;
}
.widget-ecc43f .wmec-filter-btn:hover {
  color: #111827;
}
.widget-ecc43f .wmec-filter-btn.wmec-active {
  background: #ffffff;
  color: #1e40af;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.widget-ecc43f .wmec-group-filter {
  display: flex;
  align-items: center;
}
.widget-ecc43f .wmec-group-select {
  padding: 7px 32px 7px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
  min-width: 140px;
}
.widget-ecc43f .wmec-group-select:hover,
.widget-ecc43f .wmec-group-select:focus {
  border-color: #1e40af;
  color: #1e40af;
}
.widget-ecc43f .wmec-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-ecc43f .wmec-slider-viewport {
  flex: 1;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.widget-ecc43f .wmec-slider-viewport.wmec-dragging {
  cursor: grabbing;
  user-select: none;
}
.widget-ecc43f .wmec-slider-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.widget-ecc43f .wmec-slider-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #374151;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  outline: none;
  padding: 0;
  padding-bottom: 2px;
}
.widget-ecc43f .wmec-slider-arrow:hover {
  background: #1e40af;
  border-color: #1e40af;
  color: #ffffff;
}
.widget-ecc43f .wmec-slider-arrow:disabled,
.widget-ecc43f .wmec-slider-arrow.wmec-hidden {
  opacity: 0;
  pointer-events: none;
}
.widget-ecc43f .wmec-slider-progress {
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  margin-top: 16px;
  overflow: hidden;
}
.widget-ecc43f .wmec-slider-progress.wmec-hidden {
  display: none;
}
.widget-ecc43f .wmec-slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #1e40af;
  border-radius: 999px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-ecc43f .wmec-match-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 260px;
  overflow: hidden;
}
.widget-ecc43f .wmec-match-card-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.widget-ecc43f .wmec-team-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.widget-ecc43f .wmec-team-badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}
.widget-ecc43f .wmec-team-badge-placeholder {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  flex-shrink: 0;
}
.widget-ecc43f .wmec-team-name {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  max-width: 80px;
  text-align: center;
  line-height: 1.3;
}
.widget-ecc43f .wmec-center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  gap: 4px;
}
.widget-ecc43f .wmec-match-score {
  font-size: 22px;
  font-weight: 700;
  color: #1e40af;
  letter-spacing: 2px;
  line-height: 1;
}
.widget-ecc43f .wmec-match-vs {
  font-size: 16px;
  font-weight: 700;
  color: #9ca3af;
  line-height: 1;
}
.widget-ecc43f .wmec-match-meta {
  font-size: 11px;
  color: #6b7280;
  text-align: center;
  line-height: 1.5;
}
.widget-ecc43f .wmec-match-meta span {
  display: block;
}
.widget-ecc43f .wmec-match-footer {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  color: #6b7280;
  border-top: 1px solid #f3f4f6;
  padding-top: 8px;
}
.widget-ecc43f .wmec-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #9ca3af;
  font-size: 14px;
}
.widget-ecc43f .wmec-loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  color: #9ca3af;
  font-size: 14px;
}
.widget-ecc43f .wmec-loading-state.wmec-hidden {
  display: none;
}
.widget-ecc43f .wmec-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e5e7eb;
  border-top-color: #1e40af;
  border-radius: 50%;
  animation: wmec-spin 0.7s linear infinite;
}
@keyframes wmec-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .widget-ecc43f .wmec-controls-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .widget-ecc43f .wmec-group-filter {
    align-self: flex-start;
  }
  .widget-ecc43f .wmec-type-filter {
    align-self: stretch;
    width: 100%;
    justify-content: center;
  }
  .widget-ecc43f .wmec-filter-btn {
    flex: 1;
    text-align: center;
    padding: 7px 8px;
  }
  .widget-ecc43f .wmec-match-card {
    width: 220px;
    padding: 12px;
  }
  .widget-ecc43f .wmec-slider-arrow {
    display: none !important;
  }
  .widget-ecc43f .wmec-match-score {
    font-size: 18px;
  }
  .widget-ecc43f .wmec-center-col {
    min-width: 56px;
  }
}

.page-links-main h2 {
  font-weight: normal;
  line-height: 1.1;
}

img[src=""] {
  display: none;
}

.page-links-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-links-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 65%);
  box-sizing: border-box;
  padding: 16px 20px 16px 20px;
}

.page-links-content-block {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
}

.page-links-border {
  border-left: 3px solid;
  height: auto;
}

.page-links-two-two-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.page-links-two-two-title h2 {
  word-break: break-all;
}

.page-links-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #ffffff;
  opacity: 0.8;
  flex-shrink: 0;
}

.page-links-arrow svg {
  width: 100%;
  height: 100%;
  color: inherit;
  fill: currentColor;
  stroke: currentColor;
}

.page-links-arrow svg *[fill]:not([fill=none]) {
  fill: currentColor;
}

.page-links-arrow svg *[stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.page-links-wrapper:hover .page-links-arrow {
  opacity: 1;
}

.page-links-wrapper:hover .page-links-title::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.page-links-image-container {
  background-color: #ffffff;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 ratio */
  overflow: hidden;
}

.page-links-image {
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-links-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.page-links-wrapper:hover .page-links-image {
  opacity: 0.5;
  transition: 0.3s;
}

.page-links-wrapper:hover .page-links-image-container {
  opacity: 0.5;
  transition: 0.3s;
}

.page-links-title {
  position: absolute;
  align-items: center;
}

.page-links-main a:link {
  display: flex;
  flex: 1 1 30%;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page-links-main a:link {
    flex: 1 1 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-links-container {
    flex-direction: column;
  }
  .page-links-wrapper {
    width: 100%;
  }
  .page-links-main a:link {
    width: 100%;
  }
  .page-links-title {
    font-size: 45px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.widget-63d0de {
  /* Link Hover Effects */
}
.widget-63d0de .footer-widget {
  width: 100%;
  padding: 48px 24px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.widget-63d0de .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.widget-63d0de .footer-left {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-63d0de .footer-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.widget-63d0de .footer-title-location-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-63d0de .footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.widget-63d0de .footer-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}
.widget-63d0de .footer-location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.widget-63d0de .footer-location-icon svg {
  width: 16px;
  height: 16px;
  fill: #555555;
}
.widget-63d0de .social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.widget-63d0de .social-icons a {
  text-decoration: none;
}
.widget-63d0de .social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.widget-63d0de .social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: #333333;
  transition: fill 0.2s ease;
}
.widget-63d0de .social-icon-link:hover svg {
  fill: #0066cc;
}
.widget-63d0de .privacy-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.widget-63d0de .privacy-links a {
  text-decoration: none;
}
.widget-63d0de .privacy-link {
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  text-decoration: none;
}
.widget-63d0de .privacy-separator {
  color: #999999;
  font-size: 13px;
}
.widget-63d0de .footer-right {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
}
.widget-63d0de .quick-links-section {
  min-width: 120px;
  flex-shrink: 0;
}
.widget-63d0de .quick-links-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px 0;
}
.widget-63d0de .quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.widget-63d0de .quick-links-list a {
  text-decoration: none;
}
.widget-63d0de .quick-link {
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
.widget-63d0de .quick-link:hover {
  color: #0066cc;
}
.widget-63d0de .quick-link,
.widget-63d0de .privacy-link {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-color .quick-link:hover,
.widget-63d0de .hover-effect-color .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-underline .quick-link:hover,
.widget-63d0de .hover-effect-underline .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-slide-underline .quick-link,
.widget-63d0de .hover-effect-slide-underline .privacy-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
}
.widget-63d0de .hover-effect-slide-underline .quick-link:hover,
.widget-63d0de .hover-effect-slide-underline .privacy-link:hover {
  background-size: 100% 1px;
  color: #0066cc;
}
.widget-63d0de .hover-effect-lift .quick-link:hover,
.widget-63d0de .hover-effect-lift .privacy-link:hover {
  transform: translateY(-3px);
  color: #0066cc;
}
.widget-63d0de .hover-effect-fade .quick-link:hover,
.widget-63d0de .hover-effect-fade .privacy-link:hover {
  opacity: 0.6;
}
.widget-63d0de .hover-effect-none .quick-link:hover,
.widget-63d0de .hover-effect-none .privacy-link:hover {
  color: inherit;
}
.widget-63d0de .social-icon-link svg {
  transition: fill 0.2s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-lift .social-icon-link:hover svg {
  transform: translateY(-3px);
}
.widget-63d0de .hover-effect-fade .social-icon-link:hover svg {
  opacity: 0.6;
}
.widget-63d0de .club-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.widget-63d0de .club-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.widget-63d0de .club-title {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
  flex: 1 1 auto;
}
.widget-63d0de .club-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  flex-shrink: 0;
}
.widget-63d0de .club-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.widget-63d0de .club-links {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
}
.widget-63d0de .club-quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.widget-63d0de .club-location {
  flex: 1 1 0;
  justify-content: center;
  text-align: center;
}
.widget-63d0de .club-social {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .widget-63d0de .club-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-social {
    justify-content: flex-start;
  }
  .widget-63d0de .club-location {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-63d0de .footer-container {
    gap: 30px;
  }
  .widget-63d0de .footer-right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .widget-63d0de .footer-widget {
    padding: 32px 16px;
  }
  .widget-63d0de .footer-container {
    flex-direction: column;
    gap: 32px;
  }
  .widget-63d0de .footer-left,
  .widget-63d0de .footer-right {
    flex: 1 1 auto;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .widget-63d0de .quick-links-section {
    min-width: 45%;
  }
  .widget-63d0de .quick-links-list {
    gap: 10px;
  }
}

#videoYoutube {
  pointer-events: none;
}

.video-container {
  background: #000;
  height: calc(100vh - 100px);
}

.image-slider-two {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.slide_viewer {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.image-slide-two {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: black;
}

.image-slide-two:first-child {
  display: block;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.previous_btn, .next_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: white;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  border-radius: 50%;
  background-color: black;
}

.previous_btn svg, .next_btn svg {
  height: 20px;
  color: white !important;
}

.fa-solid {
  font-size: 16px;
}

.previous_btn:hover, .next_btn:hover {
  color: grey;
}

.img-slider-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--overlayColor, #000000) 70%, transparent) 100%);
}

.video-slider-overlay {
  opacity: 50%;
  /*z-index: 1;*/
  background: #000;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}

.video-slider-overlay iframe {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 112%;
  height: 112%;
}

.img-slider-img {
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: auto;
  width: 100%;
  height: calc(100vh - 100px);
}

.slider-title-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 1200px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.slider-title-video-one {
  position: absolute;
  top: 45%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 1200px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-text-block {
  flex: 1;
  min-width: 0;
}

.hero-business-logo {
  width: 160px;
  height: 80px;
  max-width: 160px;
  max-height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.slider-title-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  text-align: left;
  width: 60%;
  z-index: 3;
}

.img-slider-title {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
  color: white !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  z-index: 12;
  margin: 0px !important;
}

.img-slider-desc {
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.previous_btn {
  left: 10%;
  transform: rotate(180deg);
}

.next_btn {
  right: 10%;
}

#sliderSolidLeft {
  margin-left: 0;
}

.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.15);
}

.dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.2);
}

@media only screen and (max-width: 1028px) {
  .previous_btn {
    left: 20px;
  }
  .next_btn {
    right: 20px;
  }
  .video-container {
    height: calc(100vh - 100px);
    width: auto;
  }
  .video-slider-overlay iframe {
    height: calc(100vh - 100px);
    width: 1200px;
    margin-left: 50vw;
    transform: translate(-50%);
  }
  .slider-title-one {
    width: 100%;
    padding: 20px;
    top: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .slider-title-video-one {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hero-business-logo {
    order: -1;
    width: 120px;
    height: 60px;
    max-width: 120px;
    max-height: 60px;
  }
  .dots-container {
    bottom: 70px;
  }
}

.widget-95b70e {
  --sponsor-columns-desktop: 5;
  /* Desktop column control: cap card growth so row wraps to configured column count */
}
.widget-95b70e .sponsors-widget {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 0;
}
.widget-95b70e .sponsor-header-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 32px 0;
}
.widget-95b70e .sponsor-heading {
  text-align: left;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #1F2937;
}
.widget-95b70e .sponsor-header-divider {
  font-size: 14px;
  color: #9CA3AF;
  line-height: 1;
}
.widget-95b70e .sponsor-view-all {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #1e40af;
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all a,
.widget-95b70e .sponsor-view-all a:hover,
.widget-95b70e .sponsor-view-all a:visited {
  text-decoration: none;
}
.widget-95b70e .sponsor-view-all {
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all:hover,
.widget-95b70e .sponsor-view-all:hover a {
  color: #1e3a8a;
}
.widget-95b70e .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.widget-95b70e .sponsor-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 140px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  flex: 0 0 auto;
}
.widget-95b70e .sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #D1D5DB;
}
.widget-95b70e .sponsor-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.widget-95b70e .sponsor-logo {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.widget-95b70e .sponsor-logo.grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
}
.widget-95b70e .sponsor-card:hover .sponsor-logo.grayscale {
  filter: grayscale(0%);
  opacity: 1;
}
.widget-95b70e .sponsor-card.no-background {
  background: transparent;
  border-color: transparent;
}
.widget-95b70e .sponsors-grid.stretch-logos {
  justify-content: space-between;
}
.widget-95b70e .sponsors-grid[data-columns-desktop="2"] .sponsor-card {
  flex-basis: calc(50% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="3"] .sponsor-card {
  flex-basis: calc(33.3333333333% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="4"] .sponsor-card {
  flex-basis: calc(25% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="5"] .sponsor-card {
  flex-basis: calc(20% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="6"] .sponsor-card {
  flex-basis: calc(16.6666666667% - 24px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(33.3333333333% - 24px);
  }
  .widget-95b70e .sponsor-card {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(50% - 16px);
  }
  .widget-95b70e .sponsors-grid {
    gap: 16px;
  }
  .widget-95b70e .sponsor-card {
    width: 130px;
    height: 100px;
    padding: 12px;
  }
  .widget-95b70e .sponsor-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@charset "UTF-8";
.slider-container {
  position: relative;
  width: 100%;
}

.slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 50px;
  margin: -30px 0 -50px;
}

.slider-section-title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.slider-section-title {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  color: #1F2937;
}

.news-view-all-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 24px;
}

.news-view-all-sep {
  color: #9ca3af;
  font-size: 1.1rem;
  line-height: 1;
}

.news-view-all-wrap a,
.news-view-all-wrap a:hover,
.news-view-all-wrap a:visited {
  text-decoration: none;
}

.news-view-all-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e40af;
  transition: color 0.2s ease;
}

.news-view-all-wrap:hover .news-view-all-link {
  color: #1e3a8a;
}

.slider-section-description {
  margin: -12px 0 24px;
  font-size: 16px;
  color: #4B5563;
  width: 70%;
  box-sizing: border-box;
}

.home-about-one-main {
  --card-gap: 20px;
  display: flex;
  gap: var(--card-gap);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  will-change: transform;
}

.home-about-one-main.wmec-bounce-next {
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-about-one-main.wmec-bounce-prev {
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-about-one-wrapper {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  flex: 0 0 calc((100% - var(--card-gap) * 2) / 3);
  min-width: calc((100% - var(--card-gap) * 2) / 3);
  height: 500px;
}

.home-about-one-wrapper--shadow {
  --card-shadow-color: rgba(0, 0, 0, 0.25);
  --card-shadow-x: 0px;
  --card-shadow-y: 10px;
  --card-shadow-blur: 25px;
  box-shadow: var(--card-shadow-x) var(--card-shadow-y) var(--card-shadow-blur) var(--card-shadow-color);
}

.home-about-one-main--stretch .home-about-one-wrapper {
  flex: 0 0 calc((100% - var(--card-gap) * 2) / 3);
  min-width: calc((100% - var(--card-gap) * 2) / 3);
}

.home-about-one-main--diagonal .home-about-one-wrapper {
  --clip-start: 8%;
  --clip-end: 92%;
  clip-path: polygon(var(--clip-start) 0, 100% 0, var(--clip-end) 100%, 0 100%);
  border-radius: 0 !important;
  flex-basis: calc((100% - var(--card-gap) * 2) / 3);
  min-width: calc((100% - var(--card-gap) * 2) / 3);
}

.home-about-one-main--diagonal .home-about-one-wrapper.wmec-edge-start {
  --clip-start: 0%;
}

.home-about-one-main--diagonal .home-about-one-wrapper.wmec-edge-end {
  --clip-end: 100%;
}

.home-about-one-main--diagonal .home-about-one-content {
  padding: 56px 44px 40px 28px;
}

.home-about-one-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.home-about-one-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-about-one-content {
  --desc-gradient-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
  padding: 40px 24px 24px;
  box-sizing: border-box;
  background: linear-gradient(to top, var(--desc-gradient-color) 0%, color-mix(in srgb, var(--desc-gradient-color) 45%, transparent) 65%, transparent 100%);
  border-radius: inherit;
  overflow: hidden;
}

.home-about-one-wrapper-one {
  display: flex;
  flex-direction: column;
}

.home-about-one-title {
  margin: 0px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.home-about-one-title h2 {
  color: white;
}

.home-about-one-description-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-about-one-description {
  margin: 0px;
}

.home-about-one-wrapper-one a:has(.home-about-one-button-text) {
  text-decoration: none;
}

.home-about-one-button-text {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  color: white;
  font-weight: 600;
}

p:empty {
  display: none;
}

.wmec-forms-link-template {
  display: none !important;
}

.slider-controls {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Prev / Next arrows */
.slider-arrow {
  background: rgba(255, 255, 255, 0.85);
  border: none !important;
  padding: 0 !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
  color: #333;
  flex-shrink: 0;
}

.slider-arrow:hover {
  background: rgb(255, 255, 255);
  opacity: 0.95;
  transform: scale(1.08);
}

.slider-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none;
}

/* Hide arrows when only one page */
.slider-arrow.hidden {
  display: none;
}

/* ── Slider Progress Bar ── */
.wmec-slider-progress {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  margin-top: 16px;
  overflow: hidden;
}

.wmec-slider-progress.wmec-hidden {
  display: none;
}

.wmec-slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #1e40af;
  border-radius: 999px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, opacity 0.3s ease;
}

.wmec-slider-progress.wmec-paused .wmec-slider-progress-bar {
  animation: wmec-pulse 1.4s ease-in-out infinite;
}

@keyframes wmec-pulse {
  0%, 100% {
    filter: brightness(1);
    opacity: 1;
  }
  50% {
    filter: brightness(1.35);
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .home-about-one-description-wrapper,
  .home-about-one-button-text {
    opacity: 0;
    max-height: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease;
  }
  .home-about-one-wrapper:hover .home-about-one-description-wrapper,
  .home-about-one-wrapper:hover .home-about-one-button-text {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .home-about-one-wrapper {
    flex: 0 0 calc((100% - var(--card-gap)) / 2);
    min-width: calc((100% - var(--card-gap)) / 2);
  }
  .home-about-one-main--stretch .home-about-one-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
  .home-about-one-main--diagonal .home-about-one-wrapper {
    flex-basis: calc((100% - var(--card-gap)) / 2);
    min-width: calc((100% - var(--card-gap)) / 2);
  }
  .home-about-one-main--diagonal .home-about-one-content {
    padding: 44px 36px 32px 22px;
  }
  .home-about-one-content {
    padding: 32px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-about-one-wrapper,
  .home-about-one-main--stretch .home-about-one-wrapper {
    flex: 0 0 100%;
    min-width: 100%;
    height: 400px;
  }
  .home-about-one-main--diagonal .home-about-one-content {
    padding: 28px 24px 16px 18px;
  }
  .home-about-one-main--diagonal .home-about-one-wrapper {
    clip-path: none;
    border-radius: 8px;
    flex-basis: 100%;
    min-width: 100%;
  }
  .home-about-one-content {
    padding: 28px 16px 16px;
  }
  .home-about-one-title {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .home-about-one-description-wrapper {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  /* Hide arrows on mobile — swipe handles navigation */
  .slider-arrow {
    display: none;
  }
  .slider-controls {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  /* Description width control only applies on desktop */
  .slider-section-description {
    width: 100% !important;
  }
}

@charset "UTF-8";
.widget-e5fd61 .news-section {
  width: 100%;
  font-family: inherit;
  /* Header row (title + view all link) */
  /* Section title */
  /* Section description */
  /* Group filter */
  /* Loading */
  /* Error / Empty */
  /* Content row — featured post + remaining list, side-by-side on desktop */
  /* List layout — vertical stack of rows (used when featured post is on) */
  /* Desktop — featured post left half, remaining list right half */
  /* Grid mode — used when the featured post is toggled off.
     All posts render as identical straight cards in a responsive grid. */
  /* Shared card base */
  /* List item — horizontal row layout */
  /* Grid card — plain vertical card used when featured post is off */
  /* Image wrap — image always covers the full image section */
  /* Group name badge — top-left in the text section, above the title */
  /* Placeholder */
  /* Card body */
  /* Load more */
  /* Responsive - tablet */
  /* Responsive - mobile */
  /* Final override: dissolve effect must always win regardless of layout mode or breakpoint */
}
.widget-e5fd61 .news-section .news-header-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.widget-e5fd61 .news-section .news-section-title {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.widget-e5fd61 .news-section .news-view-all-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 20px 0;
}
.widget-e5fd61 .news-section .news-view-all-sep {
  color: #9ca3af;
  font-size: 1.1rem;
  line-height: 1;
}
.widget-e5fd61 .news-section .news-view-all-wrap a,
.widget-e5fd61 .news-section .news-view-all-wrap a:hover,
.widget-e5fd61 .news-section .news-view-all-wrap a:visited {
  text-decoration: none;
}
.widget-e5fd61 .news-section .news-view-all-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e40af;
  transition: color 0.2s ease;
}
.widget-e5fd61 .news-section .news-view-all-wrap:hover .news-view-all-link {
  color: #1e3a8a;
}
.widget-e5fd61 .news-section.news-view-all-hover-underline .news-view-all-wrap:hover .news-view-all-link {
  text-decoration: underline;
}
.widget-e5fd61 .news-section .news-section-description {
  margin: 0 0 20px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
}
.widget-e5fd61 .news-section .news-section-description p {
  margin: 0 0 10px 0;
}
.widget-e5fd61 .news-section .news-section-description p:last-child {
  margin-bottom: 0;
}
.widget-e5fd61 .news-section .news-filter-wrap {
  margin-bottom: 20px;
  display: inline-block;
}
.widget-e5fd61 .news-section .news-group-select {
  appearance: none;
  -webkit-appearance: none;
  padding: 7px 32px 7px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  color: #374151;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  min-width: 140px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.widget-e5fd61 .news-section .news-group-select:hover,
.widget-e5fd61 .news-section .news-group-select:focus {
  outline: none;
  border-color: #1e40af;
  color: #1e40af;
}
.widget-e5fd61 .news-section .news-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}
.widget-e5fd61 .news-section .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: news-spin 0.8s linear infinite;
}
@keyframes news-spin {
  to {
    transform: rotate(360deg);
  }
}
.widget-e5fd61 .news-section .news-error,
.widget-e5fd61 .news-section .news-empty {
  text-align: center;
  padding: 48px 24px;
  color: #9ca3af;
  font-size: 0.95rem;
}
.widget-e5fd61 .news-section .news-content-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.widget-e5fd61 .news-section .news-featured-wrap {
  width: 100%;
}
.widget-e5fd61 .news-section .news-featured-wrap .news-card-featured {
  display: flex;
  flex-direction: column;
  height: auto;
}
.widget-e5fd61 .news-section .news-featured-wrap .news-card-featured .news-card-image-wrap {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  background: #f3f4f6;
}
.widget-e5fd61 .news-section .news-featured-wrap .news-card-featured .news-card-image-wrap .news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.widget-e5fd61 .news-section .news-featured-wrap .news-card-featured .news-card-title {
  font-size: 1.3rem;
}
.widget-e5fd61 .news-section .news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1025px) {
  .widget-e5fd61 .news-section {
    /* The 3 list cards together fill the same height as the featured post */
  }
  .widget-e5fd61 .news-section .news-content-row {
    flex-direction: row;
    align-items: stretch;
  }
  .widget-e5fd61 .news-section .news-featured-wrap,
  .widget-e5fd61 .news-section .news-list {
    width: 50%;
  }
  .widget-e5fd61 .news-section .news-featured-wrap .news-card-featured {
    height: 100%;
  }
  .widget-e5fd61 .news-section .news-list .news-card-list {
    flex: 1 1 0;
    height: auto;
    min-height: 0;
  }
  .widget-e5fd61 .news-section .news-list .news-card-list .news-card-image-wrap {
    height: 100%;
    aspect-ratio: auto;
  }
}
.widget-e5fd61 .news-section.news-grid-mode .news-content-row {
  flex-direction: column;
}
.widget-e5fd61 .news-section.news-grid-mode .news-list {
  display: grid;
  grid-template-columns: repeat(var(--news-cols-desktop, 4), 1fr);
  gap: 16px;
  width: 100%;
}
.widget-e5fd61 .news-section .news-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.widget-e5fd61 .news-section .news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.widget-e5fd61 .news-section .news-card-list {
  flex-direction: row;
  align-items: stretch;
  height: auto;
}
.widget-e5fd61 .news-section .news-card-list:hover {
  transform: translateY(0);
}
.widget-e5fd61 .news-section .news-card-list .news-card-image-wrap {
  width: 160px;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}
.widget-e5fd61 .news-section .news-card-list .news-card-body {
  flex: 1;
  justify-content: center;
}
.widget-e5fd61 .news-section .news-card-grid {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.widget-e5fd61 .news-section .news-card-image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e5e7eb;
  flex-shrink: 0;
  position: relative;
}
.widget-e5fd61 .news-section .news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.widget-e5fd61 .news-section .news-group-badge {
  align-self: flex-start;
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.widget-e5fd61 .news-section .news-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
}
.widget-e5fd61 .news-section .news-img-placeholder svg {
  width: 32px;
  height: 32px;
  opacity: 0.35;
}
.widget-e5fd61 .news-section .news-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.widget-e5fd61 .news-section .news-card-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  flex: 1;
}
.widget-e5fd61 .news-section .news-card-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.widget-e5fd61 .news-section .news-card-author {
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}
.widget-e5fd61 .news-section .news-card-date {
  font-size: 0.78rem;
  color: #9ca3af;
}
.widget-e5fd61 .news-section .news-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.widget-e5fd61 .news-section .news-load-more-wrap.news-load-more-left {
  justify-content: flex-start;
}
.widget-e5fd61 .news-section .news-load-more-wrap.news-load-more-center {
  justify-content: center;
}
.widget-e5fd61 .news-section .news-load-more-wrap.news-load-more-right {
  justify-content: flex-end;
}
.widget-e5fd61 .news-section .news-load-more-btn {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.widget-e5fd61 .news-section .news-load-more-btn:hover {
  opacity: 0.8;
}
.widget-e5fd61 .news-section .news-load-more-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-e5fd61 .news-section .news-list {
    gap: 14px;
  }
  .widget-e5fd61 .news-section.news-grid-mode .news-list {
    grid-template-columns: repeat(var(--news-cols-tablet, 2), 1fr);
  }
}
@media (max-width: 767px) {
  .widget-e5fd61 .news-section {
    /* Single-on-mobile: hide all list/grid items after the first */
  }
  .widget-e5fd61 .news-section .news-filter-wrap {
    display: flex;
    justify-content: flex-start;
  }
  .widget-e5fd61 .news-section .news-list {
    gap: 10px;
  }
  .widget-e5fd61 .news-section.news-grid-mode .news-list {
    grid-template-columns: repeat(var(--news-cols-mobile, 1), 1fr);
  }
  .widget-e5fd61 .news-section.news-single-mobile .news-list .news-card:not(:first-child) {
    display: none;
  }
  .widget-e5fd61 .news-section .news-card-list {
    flex-direction: row;
  }
  .widget-e5fd61 .news-section .news-card-list .news-card-image-wrap {
    width: 96px;
  }
  .widget-e5fd61 .news-section .news-card-body {
    padding: 10px;
  }
  .widget-e5fd61 .news-section .news-card-title {
    font-size: 0.82rem;
  }
}
.widget-e5fd61 .news-section a.news-card.news-card-dissolve {
  filter: grayscale(100%) !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
  cursor: default !important;
}
