/**/.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 */
.form-categories-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  position: relative;
  min-height: 100px;
}

/* Widget Header */
.forms-widget-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.forms-widget-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.forms-widget-description {
  margin: 0;
  width: 100%;
}

@media (min-width: 1025px) {
  .forms-widget-description {
    width: 70%;
  }
}
.forms-widget-description p {
  margin: 0;
}

/* Filter Navigation */
.filters-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}

.filters-scroll::-webkit-scrollbar {
  display: none;
  height: 0;
}

.filters-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
}

.filter-pill {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
  font-family: inherit;
  white-space: nowrap;
  flex-shrink: 0;
}

.filter-pill:hover {
  opacity: 0.8;
}

.filter-pill.active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  opacity: 1;
}

.filter-label {
  font-weight: 500;
}

.filters-container.filters-no-border .filter-pill {
  border-width: 0;
}

/* Content Container */
.filter-content-container {
  position: relative;
}

/* Category Group Titles (shown when filter is hidden) */
.forms-category-group {
  margin-bottom: 30px;
}

.forms-category-group-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: inherit;
}

/* Forms List */
.post-image {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.forms-six-one-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 30px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.forms-six-one-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: inherit;
}

.forms-six-one-button-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
}

.forms-six-one-button:hover {
  transform: scale(1.01);
}

.post-image-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--display-color), transparent) 0%, transparent 100%);
}

.post-image-empty-img {
  height: 100px;
}

.forms-one-two-category-background {
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.forms-one-two-item-background-link {
  text-decoration: none;
  display: flex;
}

.forms-one-two-item-background {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: transform 0.5s;
  padding: 0;
}

.forms-one-two-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 450px;
  background-color: #0000ff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

.forms-one-two-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Image Edge Style (desktop/tablet row layout only) */
@media (min-width: 768px) {
  .forms-one-two-item-background:has(.edge-diagonal),
  .forms-one-two-item-background:has(.edge-vertical) {
    align-items: stretch;
  }
  .forms-one-two-item-image.edge-diagonal,
  .forms-one-two-item-image.edge-vertical {
    height: 100%;
    align-self: stretch;
  }
  .forms-one-two-item-image.edge-diagonal img,
  .forms-one-two-item-image.edge-vertical img {
    height: 100%;
    width: 100%;
  }
  .forms-one-two-item-image.edge-diagonal {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    margin-right: -50px;
    position: relative;
    z-index: 2;
    height: 300px;
  }
  .forms-one-two-item-image.edge-vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .forms-one-two-item-background:has(.edge-diagonal) {
    background-color: #0000ff;
  }
  .forms-one-two-item-background:has(.edge-diagonal) .forms-one-two-item-description {
    padding-left: 80px;
    z-index: 1;
  }
}
.forms-one-two-item-image-link {
  width: 100%;
}

.forms-one-two-item-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 16px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  min-height: 100%;
  width: 100%;
  background-color: #0000ff;
}

.forms-one-two-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease;
}

.forms-one-two-item-text-status {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 11px;
}

.forms-one-two-item-status-submissions {
  color: #4F4200;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  margin: 0px !important;
}

.forms-one-two-item-status-submissions-icon {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #FEE1C7;
  gap: 5px;
}

.forms-one-two-item-status-submissions-image {
  height: 12px;
}

.forms-one-two-description-title h2 {
  margin: 0px !important;
}

.forms-one-two-description-title {
  margin-top: 0px !important;
  margin-bottom: 5px;
}

.forms-one-two-description {
  margin: 0px !important;
}

.forms-one-two-description p {
  margin: 0px !important;
}

.forms-one-two-item-status {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.forms-one-two-item-status-text {
  padding: 2px 8px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  text-transform: capitalize;
}

/* Enhanced Category Indicator Styles */
.forms-one-two-item-category {
  display: flex;
  align-items: center;
}

/* Desktop & Tablet: show category badge in top-right of description, hide mobile one */
@media (min-width: 768px) {
  .category-mobile-only {
    display: none;
  }
  .category-desktop-only {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 10;
  }
  .forms-one-two-item-description {
    position: relative;
  }
}
/* Mobile: show category badge over image, hide desktop one */
@media (max-width: 767px) {
  .category-desktop-only {
    display: none;
  }
  .category-mobile-only {
    display: block;
  }
}
.forms-one-two-item-category-text {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 500;
  margin: 0px !important;
  background-color: #E8E8FF;
  color: #3838B8;
  border-radius: 4px;
  border: 1px solid rgba(56, 56, 184, 0.2);
  transition: all 0.2s ease;
}

.forms-one-two-item-category-text:hover {
  background-color: #d5d5ff;
  border-color: rgba(56, 56, 184, 0.3);
}

.forms-one-two-item-category-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.forms-category-group-description {
  margin: 4px 0 12px;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #555555;
}

.open {
  background-color: #DDFCE7;
  color: #1F7A30;
}

.closed {
  background-color: #fd4949;
  color: #4b0000;
}

/* Loading Spinner */
#forms-loading-spinner {
  --border-color: #ffffff;
  border: 4px solid;
  border-color: color-mix(in srgb, var(--border-color), transparent 90%);
  border-top: 4px solid;
  border-top-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Tablet Responsiveness */
@media (min-width: 768px) and (max-width: 1024px) {
  .filters-container {
    gap: 8px;
  }
  .filter-pill {
    padding: 7px 14px;
    font-size: 14px;
  }
  .forms-six-one-button {
    padding: 14px 40px;
    font-size: 16px;
  }
  .forms-six-one-button .forms-one-two-item-image {
    width: 400px;
  }
}
/* Mobile Responsiveness */
@media (max-width: 767px) {
  .form-categories-two {
    position: relative;
  }
  .filters-container {
    gap: 6px;
  }
  .filter-pill {
    padding: 6px 12px;
    font-size: 13px;
  }
  .forms-six-one-button {
    width: 100%;
  }
  .forms-one-two-category-background {
    gap: 10px;
  }
  .forms-one-two-item-background-link {
    flex: 1 0 100%;
  }
  .forms-one-two-item-background {
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .forms-one-two-item-image {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px !important;
    position: relative;
  }
  /* Position category label over the image on mobile */
  .category-mobile-only {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    margin: 0;
  }
  .forms-one-two-item-description {
    height: auto;
    margin-left: 0px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px !important;
    padding: 25px 16px 16px 16px;
  }
  .post-image-empty {
    width: 100%;
    height: 150px;
  }
}

@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;
  }
}

.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;
  }
}
