/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.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}
/* Custom Widgets Styles */
.widget-a415d2 {
  width: 100%;
  display: block;
  box-sizing: border-box;
  --color-brand: #FF6B35;
  --color-brand-hover: #E55A2B;
  --color-brand-light: #F97316;
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-border: #e5e7eb;
  --color-bg-card: #ffffff;
  --color-disabled-bg: #E0E0E0;
  --color-disabled-txt: #9E9E9E;
  --radius-card: 20px;
  --radius-badge: 10px;
  --radius-btn: 25px;
  --shadow-card: 0 1px 3px rgba(0,0,0,0.10);
  --shadow-card-hover: 0 2px 8px rgba(0,0,0,0.15);
}
@keyframes shimmer {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}
.widget-a415d2 .skel {
  border-radius: 6px;
  background: linear-gradient(90deg, #ebebeb 25%, #d6d6d6 50%, #ebebeb 75%);
  background-size: 600px 100%;
  animation: shimmer 1.4s infinite linear;
}
.widget-a415d2 .skeleton-wrapper {
  width: 100%;
}
.widget-a415d2 .skeleton-section {
  margin-bottom: 16px;
}
.widget-a415d2 .skeleton-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px 0 20px;
}
.widget-a415d2 .skel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.widget-a415d2 .skel-heading {
  width: 140px;
  height: 24px;
  border-radius: 8px;
}
.widget-a415d2 .skeleton-cards-container {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
.widget-a415d2 .skeleton-card {
  background: var(--color-bg-card);
  border-radius: var(--radius-card);
  padding: 20px;
  box-shadow: var(--shadow-card);
  margin-top: 12px;
}
.widget-a415d2 .skeleton-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.widget-a415d2 .skeleton-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget-a415d2 .skel-category {
  width: 120px;
  height: 13px;
}
.widget-a415d2 .skel-title-long {
  width: 75%;
  height: 20px;
}
.widget-a415d2 .skel-title-short {
  width: 50%;
  height: 20px;
}
.widget-a415d2 .skeleton-badges {
  display: flex;
  gap: 6px;
  margin: 4px 0 8px;
}
.widget-a415d2 .skel-badge {
  width: 90px;
  height: 22px;
  border-radius: var(--radius-badge);
}
.widget-a415d2 .skel-badge-sm {
  width: 68px;
}
.widget-a415d2 .skeleton-details {
  display: flex;
  gap: 12px;
}
.widget-a415d2 .skel-detail {
  width: 110px;
  height: 13px;
}
.widget-a415d2 .skel-detail-sm {
  width: 80px;
}
.widget-a415d2 .skeleton-card-action {
  flex-shrink: 0;
}
.widget-a415d2 .skel-button {
  width: 130px;
  height: 44px;
  border-radius: var(--radius-btn);
}
.widget-a415d2 .registration-sections-container,
.widget-a415d2 .registration-sections-inner {
  width: 100%;
  max-width: 100%;
}
.widget-a415d2 .registration-section {
  margin-bottom: 16px;
}
.widget-a415d2 .section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 0 20px;
  cursor: pointer;
  user-select: none;
}
.widget-a415d2 .section-header.active .chevron {
  transform: rotate(180deg);
}
.widget-a415d2 .status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.widget-a415d2 .status-indicator.status-yellow {
  background-color: #FFC107;
}
.widget-a415d2 .status-indicator.status-green {
  background-color: #4CAF50;
}
.widget-a415d2 .status-indicator.status-gray {
  background-color: #9E9E9E;
}
.widget-a415d2 .status-indicator.status-purple {
  background-color: #9C27B0;
}
.widget-a415d2 .section-title {
  font-size: 25px !important;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex: 1;
}
.widget-a415d2 .chevron {
  flex-shrink: 0;
  color: #666;
  transition: transform 0.3s ease;
}
.widget-a415d2 .cards-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
.widget-a415d2 .cards-container.collapsed {
  display: none;
}
.widget-a415d2 .registration-card {
  background: var(--color-bg-card);
  border-radius: var(--radius-card);
  padding: 20px;
  box-shadow: var(--shadow-card);
  margin-top: 12px;
  transition: box-shadow 0.3s ease;
}
.widget-a415d2 .registration-card:hover {
  box-shadow: var(--shadow-card-hover);
}
.widget-a415d2 .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.widget-a415d2 .card-info {
  width: 80%;
}
.widget-a415d2 .event-category {
  font-size: 14px;
  color: #000;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
}
.widget-a415d2 .event-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--color-text);
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.widget-a415d2 .badges-container {
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.widget-a415d2 .badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--radius-badge);
  font-size: 10px;
  font-weight: 600;
  text-transform: none;
}
.widget-a415d2 .badge.badge-open {
  background-color: #BBF451;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-closing-soon {
  background-color: #FFEC44;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-opening-soon {
  background-color: #E5E7EB;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-closed {
  background-color: #FDD7D3;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-limited {
  background-color: #FFEC44;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-full {
  background-color: #FDD7D3;
  color: var(--color-text);
}
.widget-a415d2 .badge.badge-warning {
  background-color: #FFEC44;
  color: #F57C00;
}
.widget-a415d2 .badge.badge-info {
  background-color: #FFEC44;
  color: #F57C00;
}
.widget-a415d2 .badge.badge-success {
  background-color: #BBF451;
  color: #2E7D32;
}
.widget-a415d2 .badge.badge-danger {
  background-color: #FDD7D3;
  color: #C62828;
}
.widget-a415d2 .event-details {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: #000;
  flex-wrap: wrap;
}
.widget-a415d2 .event-details strong {
  font-weight: 600;
  color: #333;
}
.widget-a415d2 .card-action {
  flex-shrink: 0;
}
.widget-a415d2 .action-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
.widget-a415d2 .action-button.button-active {
  background-color: var(--color-brand);
  color: #fff;
}
.widget-a415d2 .action-button.button-active:hover {
  background-color: var(--color-brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}
.widget-a415d2 .action-button.button-disabled {
  background-color: var(--color-disabled-bg);
  color: var(--color-disabled-txt);
  cursor: not-allowed;
  pointer-events: none;
}
.widget-a415d2 .registration-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
  gap: 12px;
}
.widget-a415d2 .registration-error .error-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
  margin: 0;
}
.widget-a415d2 .registration-error .error-subtitle {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}
.widget-a415d2 .empty-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 48px;
  text-align: center;
}
.widget-a415d2 .empty-state-icon {
  margin-bottom: 24px;
}
.widget-a415d2 .empty-state-title {
  font-size: 22px !important;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 14px 0;
  line-height: 1.45;
}
.widget-a415d2 .empty-state-subtitle {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0 0 28px 0;
  line-height: 1.6;
}
.widget-a415d2 .empty-state-powered {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.widget-a415d2 .empty-state-powered img {
  width: 70px;
}
@media (max-width: 767px) {
  .widget-a415d2 .registration-sections-container {
    padding: 0;
  }
  .widget-a415d2 .section-header {
    padding: 14px 16px;
  }
  .widget-a415d2 .cards-container {
    padding: 0 16px 16px 16px;
  }
  .widget-a415d2 .registration-card {
    padding: 16px;
  }
  .widget-a415d2 .card-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .widget-a415d2 .card-info {
    width: 100%;
  }
  .widget-a415d2 .card-action {
    width: 100%;
  }
  .widget-a415d2 .action-button {
    width: 100%;
    text-align: center;
  }
  .widget-a415d2 .event-details {
    flex-direction: column;
    gap: 4px;
  }
  .widget-a415d2 .event-title {
    font-size: 15px !important;
  }
  .widget-a415d2 .skeleton-section-header {
    padding: 14px 16px 0 16px;
  }
  .widget-a415d2 .skeleton-cards-container {
    padding: 0 16px 16px 16px;
  }
  .widget-a415d2 .skeleton-card {
    padding: 16px;
  }
  .widget-a415d2 .skeleton-card-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .widget-a415d2 .skeleton-card-action {
    width: 100%;
  }
  .widget-a415d2 .skel-button {
    width: 100%;
  }
  .widget-a415d2 .skel-title-long {
    width: 90%;
  }
  .widget-a415d2 .skel-title-short {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-a415d2 .card-content {
    gap: 16px;
  }
  .widget-a415d2 .action-button {
    padding: 10px 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) { h3.event-title {
  line-height: 29px;
  font-size: 18px !important;
}

.event-details {
  margin-bottom: 30px;
}

.section-header {
  padding: 14px 16px 0;
}

.registration-card {
  padding: 20px 16px;
}

h3.section-title {
  font-size: 20px !important;
} }
.widget-1f5975 .copyright {
    font-size: 13px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}
