/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/EventsSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.EventsSection_eventsSection__vhqJM {
  padding: 4rem 2rem;
  background-color: #f5f1e8;
}

.EventsSection_container__UrgnL {
  max-width: 1200px;
  margin: 0 auto;
}

.EventsSection_sectionTitle__BP1ec {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.EventsSection_eventsGrid__5idK4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}

@media (min-width: 1024px) {
  .EventsSection_eventsGrid__5idK4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.EventsSection_eventCard__8mO9d {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.EventsSection_eventCard__8mO9d:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.EventsSection_cardImageWrapper__KO5bK {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #e5e7eb;
  position: relative;
}

.EventsSection_cardImage__Zjbrv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.EventsSection_endOfYearPartyImage__BvR5W {
  object-position: center 20%;
}

.EventsSection_galaImage__n3L6r {
  object-fit: cover;
}

.EventsSection_categoryBadge__xKr7P {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.EventsSection_cardContent__gv0Bj {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.EventsSection_cardTitle__pSQO4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height: 2.8rem;
}

.EventsSection_eventDetails__mWCQz {
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.EventsSection_cardDate__QjA_t,
.EventsSection_cardTime__fuV7f,
.EventsSection_cardLocation__SQ9sC {
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 0.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.EventsSection_registerButton__ZBVqp {
  width: 100%;
  background-color: var(--primary-blue);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  font-family: var(--font-gotham);
  text-decoration: none;
  display: block;
  text-align: center;
}

.EventsSection_registerButton__ZBVqp:hover {
  background-color: var(--secondary-blue);
  transform: scale(1.02);
}

.EventsSection_registerButton__ZBVqp:active {
  transform: scale(0.98);
}

.EventsSection_registerButton__ZBVqp:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
}

.EventsSection_registerButton__ZBVqp:disabled:hover {
  background-color: #9ca3af;
  transform: none;
}

.EventsSection_viewAllContainer__4cAKi {
  text-align: center;
  margin-top: 2rem;
}

.EventsSection_viewAllButton__VKAsa {
  display: inline-block;
  background-color: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  font-family: var(--font-gotham);
}

.EventsSection_viewAllButton__VKAsa:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  transform: scale(1.02);
}

.EventsSection_viewAllButton__VKAsa:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .EventsSection_eventsSection__vhqJM {
    padding: 3rem 1.5rem;
  }

  .EventsSection_sectionTitle__BP1ec {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }

  .EventsSection_eventsGrid__5idK4 {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 2rem;
  }

  .EventsSection_cardImageWrapper__KO5bK {
    height: 220px;
  }

  .EventsSection_galaImage__n3L6r {
    object-fit: cover;
    object-position: center center;
  }

  .EventsSection_cardContent__gv0Bj {
    padding: 1.35rem;
  }

  .EventsSection_cardTitle__pSQO4 {
    font-size: 1.15rem;
    min-height: auto;
  }

  .EventsSection_cardDate__QjA_t,
  .EventsSection_cardTime__fuV7f,
  .EventsSection_cardLocation__SQ9sC {
    font-size: 0.85rem;
  }

  .EventsSection_registerButton__ZBVqp {
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
  }

  .EventsSection_viewAllButton__VKAsa {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .EventsSection_eventsSection__vhqJM {
    padding: 2.5rem 1rem;
  }

  .EventsSection_sectionTitle__BP1ec {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .EventsSection_eventsGrid__5idK4 {
    gap: 1.5rem;
  }

  .EventsSection_cardImageWrapper__KO5bK {
    height: 200px;
  }

  .EventsSection_categoryBadge__xKr7P {
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.7rem;
  }

  .EventsSection_cardContent__gv0Bj {
    padding: 1.25rem;
  }

  .EventsSection_cardTitle__pSQO4 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
  }

  .EventsSection_eventDetails__mWCQz {
    margin-bottom: 1rem;
  }

  .EventsSection_cardDate__QjA_t,
  .EventsSection_cardTime__fuV7f,
  .EventsSection_cardLocation__SQ9sC {
    font-size: 0.8rem;
    margin-bottom: 0.45rem;
  }

  .EventsSection_registerButton__ZBVqp {
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
  }

  .EventsSection_viewAllButton__VKAsa {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
}




/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Banner.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Banner_banner__WwblL {
  width: 100%;
  background-color: #374B91;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Banner_container__IX85m {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.Banner_quote__HoqP4 {
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 1.5rem 0;
  font-style: italic;
  line-height: 1.5;
  font-family: var(--font-eb-garamond), 'EB Garamond', Georgia, serif;
  letter-spacing: -0.02em;
}

.Banner_author__iamHi {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .Banner_banner__WwblL {
    padding: 3rem 1.5rem;
  }

  .Banner_quote__HoqP4 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .Banner_author__iamHi {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .Banner_banner__WwblL {
    padding: 2.5rem 1rem;
  }

  .Banner_quote__HoqP4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .Banner_author__iamHi {
    font-size: 0.9rem;
  }
}


/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/GalaEventPopup.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.GalaEventPopup_overlay__xItyg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 1rem;
  animation: GalaEventPopup_fadeIn__DEKG9 0.3s ease-out;
}

@keyframes GalaEventPopup_fadeIn__DEKG9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.GalaEventPopup_popup__uatCu {
  background: var(--white);
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  max-height: calc(100vh - 2rem);
  position: relative;
  animation: GalaEventPopup_slideUp__fqCfv 0.3s ease-out;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@keyframes GalaEventPopup_slideUp__fqCfv {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.GalaEventPopup_closeButton__1keU4 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(30, 58, 95, 0.1);
  border: none;
  color: var(--primary-blue);
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.GalaEventPopup_closeButton__1keU4:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  transform: scale(1.1);
}

.GalaEventPopup_content__foFUh {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.GalaEventPopup_imageWrapper__Bgwjf {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  max-height: 40vh;
}

.GalaEventPopup_image__az_u6 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 40vh;
}

.GalaEventPopup_categoryBadge__XjI5c {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary-blue);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.GalaEventPopup_textContent__ybDD4 {
  padding: 2rem;
  color: var(--primary-blue);
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
}

.GalaEventPopup_title__XA_LS {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--primary-blue);
}

.GalaEventPopup_details__j01Ym {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.GalaEventPopup_detailItem__rIS0R {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--primary-blue);
}

.GalaEventPopup_icon__P5Afd {
  font-size: 1.25rem;
  display: inline-block;
}

.GalaEventPopup_description__J2ODg {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
  flex: 1 1;
  min-height: 0;
}

.GalaEventPopup_registerButton__jltNR {
  display: inline-block;
  background: var(--primary-blue);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-blue);
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: auto;
}

.GalaEventPopup_registerButton__jltNR:hover {
  background: var(--secondary-blue);
  border-color: var(--secondary-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

/* Mobile styles */
@media (max-width: 768px) {
  .GalaEventPopup_overlay__xItyg {
    padding: 0.5rem;
  }

  .GalaEventPopup_popup__uatCu {
    max-width: 100%;
    border-radius: 16px;
    max-height: calc(100vh - 1rem);
  }

  .GalaEventPopup_imageWrapper__Bgwjf {
    border-radius: 16px 16px 0 0;
    max-height: 30vh;
  }

  .GalaEventPopup_image__az_u6 {
    max-height: 30vh;
  }

  .GalaEventPopup_textContent__ybDD4 {
    padding: 1.25rem;
  }

  .GalaEventPopup_title__XA_LS {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .GalaEventPopup_details__j01Ym {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .GalaEventPopup_detailItem__rIS0R {
    font-size: 0.9rem;
  }

  .GalaEventPopup_description__J2ODg {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .GalaEventPopup_registerButton__jltNR {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }

  .GalaEventPopup_closeButton__1keU4 {
    top: 0.75rem;
    right: 0.75rem;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}

/* Extra small screens */
@media (max-height: 600px) {
  .GalaEventPopup_imageWrapper__Bgwjf {
    max-height: 25vh;
  }

  .GalaEventPopup_image__az_u6 {
    max-height: 25vh;
  }

  .GalaEventPopup_textContent__ybDD4 {
    padding: 1rem;
  }

  .GalaEventPopup_title__XA_LS {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .GalaEventPopup_details__j01Ym {
    gap: 0.25rem;
    margin-bottom: 0.5rem;
  }

  .GalaEventPopup_detailItem__rIS0R {
    font-size: 0.85rem;
  }

  .GalaEventPopup_description__J2ODg {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
  }
}



/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/HeroSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.HeroSection_hero__TorbU {
  position: relative;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.HeroSection_videoBackground__0EgcH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  /* Create a new stacking context for better performance */
  transform: translateZ(0);
  /* Optimize compositing */
  will-change: contents;
  contain: layout style paint;
}

.HeroSection_video__pEDcq {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  object-fit: cover;
  /* Hardware acceleration for smooth playback */
  will-change: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Optimize rendering performance */
  transform-style: preserve-3d;
  /* Prevent any interaction that could cause reflows */
  pointer-events: none;
  /* Optimize compositing */
  contain: layout style paint;
  /* Force GPU layer */
  -webkit-transform: translate3d(-50%, -50%, 0);
  /* Smooth video rendering */
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* Remove animation to prevent choppiness - video plays at natural speed */
}

@keyframes HeroSection_subtleZoom__rMn7W {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
}

/* Subtle fade effect to mask loop point */
.HeroSection_videoFade__YHJlF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    transparent 60%,
    rgba(30, 58, 95, 0.1) 100%
  );
  z-index: 1.5;
  pointer-events: none;
}

.HeroSection_videoOverlay__KT9da {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(30, 58, 95, 0.85) 0%,
    rgba(44, 82, 130, 0.75) 50%,
    rgba(30, 58, 95, 0.85) 100%
  );
  z-index: 2;
}

.HeroSection_cityscape__v_oKK {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(to bottom, transparent 0%, rgba(30, 58, 95, 0.3) 100%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect x="50" y="200" width="60" height="400" fill="%23ffffff" opacity="0.05"/><rect x="120" y="150" width="80" height="450" fill="%23ffffff" opacity="0.08"/><rect x="210" y="180" width="70" height="420" fill="%23ffffff" opacity="0.06"/><rect x="290" y="120" width="90" height="480" fill="%23ffffff" opacity="0.09"/><rect x="390" y="160" width="75" height="440" fill="%23ffffff" opacity="0.07"/><rect x="475" y="100" width="95" height="500" fill="%23ffffff" opacity="0.1"/><rect x="580" y="140" width="85" height="460" fill="%23ffffff" opacity="0.08"/><rect x="675" y="110" width="100" height="490" fill="%23ffffff" opacity="0.09"/><rect x="785" y="170" width="80" height="430" fill="%23ffffff" opacity="0.06"/><rect x="875" y="130" width="90" height="470" fill="%23ffffff" opacity="0.08"/><rect x="975" y="150" width="85" height="450" fill="%23ffffff" opacity="0.07"/><rect x="1070" y="190" width="75" height="410" fill="%23ffffff" opacity="0.05"/></svg>');
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.HeroSection_videoPlaceholder__PxsRB {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

.HeroSection_videoLabel__Xyt2B {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.HeroSection_content__owbdl {
  position: relative;
  z-index: 10;
  text-align: left;
  max-width: 1200px;
  padding: 2rem;
  padding-left: 6rem;
  animation: HeroSection_fadeIn__GVK_z 1s ease-in;
}

@keyframes HeroSection_fadeIn__GVK_z {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.HeroSection_title__uuKVE {
  font-size: 4.5rem;
  font-weight: 400 !important;
  color: var(--white);
  margin-bottom: 2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: var(--font-eb-garamond), 'EB Garamond', Georgia, serif !important;
  font-style: italic;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Override global h1 styles to ensure EB Garamond is used, not Gotham Bold */
.HeroSection_title__uuKVE,
.HeroSection_title__uuKVE span,
.HeroSection_title__uuKVE .HeroSection_word__QzBJ_,
.HeroSection_title__uuKVE .HeroSection_wordContainer__dz3qP,
.HeroSection_title__uuKVE .HeroSection_line1__5hVxb,
.HeroSection_title__uuKVE .HeroSection_line2__l36t8 {
  font-family: var(--font-eb-garamond), 'EB Garamond', Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
}

.HeroSection_line1__5hVxb {
  display: inline-block;
}

.HeroSection_line2__l36t8 {
  display: inline-block;
  padding-left: 8rem;
}

.HeroSection_wordContainer__dz3qP {
  display: inline-block;
  position: relative;
}

.HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(1) {
  margin-right: 0.5rem;
}

.HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(2) {
  /* Second word in line 1 */
}

.HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(1) {
  margin-right: 0.5rem;
}

.HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(2) {
  /* Second word in line 2 */
}

.HeroSection_word__QzBJ_ {
  display: inline-block;
  white-space: nowrap;
}

.HeroSection_fadeOut__1wXEU {
  animation: HeroSection_fadeOutSlow___PQzW 1.5s ease-in-out forwards;
}

.HeroSection_fadeIn__GVK_z {
  animation: HeroSection_fadeInSlow___NBQ_ 1.5s ease-in-out forwards;
}

@keyframes HeroSection_fadeOutSlow___PQzW {
  from {
    opacity: 1;
    filter: blur(0px);
  }
  to {
    opacity: 0;
    filter: blur(4px);
  }
}

@keyframes HeroSection_fadeInSlow___NBQ_ {
  from {
    opacity: 0;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

.HeroSection_description__C_8AB {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 700px;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

.HeroSection_ctaButton__1KCit {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--white);
  color: var(--primary-blue);
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}

.HeroSection_ctaButton__1KCit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  background-color: #f9fafb;
}

.HeroSection_arrow__w1KXt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.HeroSection_ctaButton__1KCit:hover .HeroSection_arrow__w1KXt {
  background-color: var(--secondary-blue);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .HeroSection_content__owbdl {
    padding-left: 3rem;
  }
  
  .HeroSection_title__uuKVE {
    font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  
  .HeroSection_line2__l36t8 {
    padding-left: 4rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 1 */
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 2 */
  }
  
  .HeroSection_description__C_8AB {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .HeroSection_hero__TorbU {
    min-height: calc(100vh - 120px);
  }

  .HeroSection_content__owbdl {
    padding: 1.5rem 1rem;
    padding-left: 1.5rem;
  }

  .HeroSection_title__uuKVE {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  
  .HeroSection_line2__l36t8 {
    padding-left: 2rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 1 */
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 2 */
  }
  
  .HeroSection_description__C_8AB {
    font-size: 0.95rem;
    padding: 0;
    max-width: 100%;
  }
  
  .HeroSection_ctaButton__1KCit {
    font-size: 0.95rem;
    padding: 0.85rem 1.4rem;
    margin-top: 1.5rem;
  }
  
  .HeroSection_arrow__w1KXt {
    width: 34px;
    height: 34px;
  }
  
  .HeroSection_scrollIndicator__SthbS {
    bottom: 1rem;
  }
  
  .HeroSection_scrollIndicator__SthbS span {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .HeroSection_hero__TorbU {
    min-height: calc(100vh - 100px);
  }
  
  .HeroSection_content__owbdl {
    padding: 1rem 0.75rem;
    padding-left: 1rem;
  }
  
  .HeroSection_title__uuKVE {
    font-size: 1.8rem;
    margin-bottom: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  
  .HeroSection_line2__l36t8 {
    padding-left: 1rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line1__5hVxb .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 1 */
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(1) {
    margin-right: 0.5rem;
  }
  
  .HeroSection_line2__l36t8 .HeroSection_wordContainer__dz3qP:nth-child(2) {
    /* Second word in line 2 */
  }
  
  .HeroSection_description__C_8AB {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  
  .HeroSection_ctaButton__1KCit {
    font-size: 0.85rem;
    padding: 0.75rem 1.25rem;
    gap: 0.75rem;
  }
  
  .HeroSection_arrow__w1KXt {
    width: 30px;
    height: 30px;
  }
  
  .HeroSection_scrollIndicator__SthbS {
    display: none;
  }
}

.HeroSection_scrollIndicator__SthbS {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--white);
  opacity: 0.8;
  z-index: 10;
}

.HeroSection_scrollIndicator__SthbS span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.HeroSection_mouseIcon__5VmXC {
  width: 24px;
  height: 36px;
  border: 2px solid var(--white);
  border-radius: 12px;
  position: relative;
  opacity: 0.8;
}

.HeroSection_mouseScroll__KLZwe {
  width: 3px;
  height: 8px;
  background-color: var(--white);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: HeroSection_scrollDown__eaSQU 1.5s ease-in-out infinite;
}

@keyframes HeroSection_scrollDown__eaSQU {
  0%, 100% {
    opacity: 0;
    top: 8px;
  }
  50% {
    opacity: 1;
    top: 16px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/LatestNewsSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.LatestNewsSection_newsSection__LHcx3 {
  padding: 4rem 2rem;
  background-color: #f5f1e8;
}

.LatestNewsSection_container__f72t_ {
  max-width: 1200px;
  margin: 0 auto;
}

.LatestNewsSection_sectionTitle___z7O5 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.LatestNewsSection_newsGrid__o4c8V {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}

@media (min-width: 1024px) {
  .LatestNewsSection_newsGrid__o4c8V {
    grid-template-columns: repeat(3, 1fr);
  }
}

.LatestNewsSection_newsCard__FkwO_ {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.LatestNewsSection_newsCard__FkwO_:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.LatestNewsSection_cardImageWrapper__sL73p {
  width: 100%;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  background-color: #e5e7eb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LatestNewsSection_cardImage__a437k {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.LatestNewsSection_cardContent__xVEaz {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.LatestNewsSection_cardTitle__2XQRY {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 0.75rem;
  line-height: 1.4;
  min-height: 2.8rem;
}

.LatestNewsSection_cardDate__7_SJb {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  font-weight: 400;
}

.LatestNewsSection_cardExcerpt___jUFf {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.LatestNewsSection_cardLink__OySxi {
  font-size: 0.95rem;
  color: var(--primary-blue);
  font-weight: 600;
  margin-top: auto;
  display: inline-block;
}

.LatestNewsSection_newsCard__FkwO_:hover .LatestNewsSection_cardLink__OySxi {
  color: var(--secondary-blue);
}

.LatestNewsSection_viewAllContainer__YHl2Y {
  text-align: center;
  margin-top: 2rem;
}

.LatestNewsSection_viewAllButton__IrIAz {
  display: inline-block;
  background-color: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  font-family: var(--font-gotham);
}

.LatestNewsSection_viewAllButton__IrIAz:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  transform: scale(1.02);
}

.LatestNewsSection_viewAllButton__IrIAz:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .LatestNewsSection_newsSection__LHcx3 {
    padding: 3rem 1.5rem;
  }

  .LatestNewsSection_sectionTitle___z7O5 {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }

  .LatestNewsSection_newsGrid__o4c8V {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 2rem;
  }

  .LatestNewsSection_cardImageWrapper__sL73p {
    height: 220px;
    min-height: 220px;
  }

  .LatestNewsSection_cardImage__a437k {
    min-height: 220px;
  }

  .LatestNewsSection_cardContent__xVEaz {
    padding: 1.35rem;
  }

  .LatestNewsSection_cardTitle__2XQRY {
    font-size: 1.15rem;
    min-height: auto;
  }

  .LatestNewsSection_cardDate__7_SJb {
    font-size: 0.85rem;
  }

  .LatestNewsSection_cardExcerpt___jUFf {
    font-size: 0.85rem;
  }

  .LatestNewsSection_viewAllButton__IrIAz {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .LatestNewsSection_newsSection__LHcx3 {
    padding: 2.5rem 1rem;
  }

  .LatestNewsSection_sectionTitle___z7O5 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .LatestNewsSection_newsGrid__o4c8V {
    gap: 1.5rem;
  }

  .LatestNewsSection_cardImageWrapper__sL73p {
    height: 200px;
    min-height: 200px;
  }

  .LatestNewsSection_cardImage__a437k {
    min-height: 200px;
  }

  .LatestNewsSection_cardContent__xVEaz {
    padding: 1.25rem;
  }

  .LatestNewsSection_cardTitle__2XQRY {
    font-size: 1.1rem;
    margin-bottom: 0.65rem;
  }

  .LatestNewsSection_cardDate__7_SJb {
    font-size: 0.8rem;
    margin-bottom: 0.85rem;
  }

  .LatestNewsSection_cardExcerpt___jUFf {
    font-size: 0.8rem;
    margin-bottom: 0.85rem;
  }

  .LatestNewsSection_viewAllButton__IrIAz {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
}




/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/ImagePlaceholder.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ImagePlaceholder_placeholder__aTIaX {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.3) 0%, rgba(44, 82, 130, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Ensure placeholder fills container when used in cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv {
  height: 100% !important;
  min-height: 250px;
  width: 100% !important;
}

.ImagePlaceholder_placeholder__aTIaX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/houston.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
  opacity: 0.6;
}

/* Reduce blur for news cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv::before {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

@keyframes ImagePlaceholder_float__DZCbI {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-30px, 30px) rotate(240deg);
  }
}

.ImagePlaceholder_placeholderContent__oNy_J {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
  padding: 2rem;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.ImagePlaceholder_logoContainer__M4DC_ {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.ImagePlaceholder_logo__eoMkO {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.ImagePlaceholder_placeholderText__xr2kP {
  font-size: 2.25rem;
  color: var(--primary-blue);
  font-weight: 400;
  font-family: var(--font-gotham);
  margin: 0;
  opacity: 0.8;
  max-width: 300px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 2rem;
    max-width: 250px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.75rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 1.875rem;
    max-width: 200px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.5rem;
    padding: 1rem;
  }
}


/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/SponsorsSection.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.SponsorsSection_sponsorsSection__Y_UWa {
  background-color: #f5f1e8;
  padding: 5rem 2rem 8rem;
  position: relative;
  overflow: hidden;
}

.SponsorsSection_container__R415A {
  max-width: 100%;
  margin: 0 auto;
}

.SponsorsSection_title__ZsiDY {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-gotham);
  color: var(--primary-blue);
  margin-bottom: 4rem;
  letter-spacing: 1.5px;
}

/* Carousel Wrapper */
.SponsorsSection_carouselWrapper__0Yl3F {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
}

.SponsorsSection_carouselWrapper__0Yl3F:last-of-type {
  margin-bottom: 0;
}

.SponsorsSection_carouselTrack__J2Dri {
  display: flex;
  width: 100%;
}

.SponsorsSection_carouselContent__7n4hk {
  display: flex;
  gap: 2rem;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

/* Animation for moving right */
.SponsorsSection_carouselTrack__J2Dri[data-direction="right"] .SponsorsSection_carouselContent__7n4hk {
  animation: SponsorsSection_scrollRight__ESyuV 60s linear infinite;
}

/* Animation for moving left */
.SponsorsSection_carouselTrack__J2Dri[data-direction="left"] .SponsorsSection_carouselContent__7n4hk {
  animation: SponsorsSection_scrollLeft__OF9M_ 60s linear infinite;
}

@keyframes SponsorsSection_scrollRight__ESyuV {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@keyframes SponsorsSection_scrollLeft__OF9M_ {
  0% {
    transform: translateX(-33.333%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause animation on hover - only on devices that support hover (not touch devices) */
@media (hover: hover) {
  .SponsorsSection_carouselTrack__J2Dri:hover .SponsorsSection_carouselContent__7n4hk {
    animation-play-state: paused;
  }
}

.SponsorsSection_sponsorCard__WzElh {
  background-color: white;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-height: 200px;
  min-width: 280px;
  flex-shrink: 0;
  cursor: default;
}

.SponsorsSection_logoContainer__HSKAD {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.SponsorsSection_logoPlaceholder__Se0sY {
  width: 140px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.SponsorsSection_logoImage__sz66t {
  max-width: 140px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.SponsorsSection_logoImageLarge__xdYne {
  max-width: 280px !important;
  max-height: 180px !important;
}

.SponsorsSection_category__z605j {
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

/* Modal Styles */
.SponsorsSection_modalOverlay__idKyw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
  animation: SponsorsSection_fadeIn__t7lL8 0.2s ease-out;
}

@keyframes SponsorsSection_fadeIn__t7lL8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.SponsorsSection_modalContent__pTnb5 {
  background: transparent;
  border-radius: 20px;
  padding: 0;
  max-width: 600px;
  width: 100%;
  position: relative;
  animation: SponsorsSection_slideUp__ceGr4 0.3s ease-out;
}

@keyframes SponsorsSection_slideUp__ceGr4 {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.SponsorsSection_closeButton__ZjVsX {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: #1e3a5f;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.SponsorsSection_closeButton__ZjVsX:hover {
  background-color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Membership Card Styles */
.SponsorsSection_membershipCard__hdie0 {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  color: white;
}

.SponsorsSection_cardHeader__1f13J {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.SponsorsSection_cardLogo__t1cPr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: var(--font-gotham);
  color: white;
}

.SponsorsSection_cardTitle___vDMA {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
}

.SponsorsSection_cardBody__xVFWD {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.SponsorsSection_memberInfo__sFBdn {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.SponsorsSection_memberPhoto__xXUac {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.SponsorsSection_memberDetails__0uUXm {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.SponsorsSection_memberName__0VAtu {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-gotham);
}

.SponsorsSection_memberType__5NJ9Q {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.SponsorsSection_memberCompany__tn9jy {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  margin-top: 0.25rem;
}

.SponsorsSection_memberCategory__MKFoz {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.SponsorsSection_cardSponsor__KJidh {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.SponsorsSection_sponsorLabel___wOnW {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.SponsorsSection_sponsorLevelBadge__UTZwN {
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.SponsorsSection_sponsorLevelBadge__UTZwN[data-level="platinum"] {
  background: linear-gradient(135deg, #e5e7eb 0%, #9ca3af 100%);
  color: #1f2937;
}

.SponsorsSection_sponsorLevelBadge__UTZwN[data-level="gold"] {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #78350f;
}

.SponsorsSection_sponsorLevelBadge__UTZwN[data-level="silver"] {
  background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%);
  color: #374151;
}

.SponsorsSection_sponsorLevelBadge__UTZwN[data-level="bronze"] {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  color: #ffffff;
}

.SponsorsSection_cardFooter__vgdmA {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.SponsorsSection_memberId__3DktL {
  font-weight: 500;
}

.SponsorsSection_validUntil__h1XV8 {
  font-weight: 500;
}

.SponsorsSection_visitWebsiteButton__qsF2F {
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.SponsorsSection_visitWebsiteButton__qsF2F:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}


@media (max-width: 1024px) {
  .SponsorsSection_sponsorsSection__Y_UWa {
    padding: 4rem 1.5rem 7rem;
  }

  .SponsorsSection_title__ZsiDY {
    font-size: 1.75rem;
    margin-bottom: 3.5rem;
  }

  .SponsorsSection_sponsorCard__WzElh {
    min-width: 260px;
    min-height: 190px;
  }
}

@media (max-width: 768px) {
  .SponsorsSection_sponsorsSection__Y_UWa {
    padding: 3rem 1rem 6rem;
  }

  .SponsorsSection_title__ZsiDY {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
  }

  .SponsorsSection_sponsorCard__WzElh {
    min-width: 220px;
    min-height: 170px;
    padding: 1.75rem 1rem;
    gap: 1.25rem;
  }

  .SponsorsSection_logoPlaceholder__Se0sY {
    width: 120px;
    height: 75px;
    font-size: 0.95rem;
  }

  .SponsorsSection_logoImage__sz66t {
    max-width: 120px;
    max-height: 75px;
  }

  .SponsorsSection_logoImageLarge__xdYne {
    max-width: 240px !important;
    max-height: 150px !important;
  }

  .SponsorsSection_category__z605j {
    font-size: 0.85rem;
  }

  .SponsorsSection_carouselWrapper__0Yl3F {
    margin-bottom: 1.5rem;
  }

  .SponsorsSection_carouselContent__7n4hk {
    gap: 1.25rem;
  }
  
  /* Modal adjustments for mobile */
  .SponsorsSection_modalOverlay__idKyw {
    padding: 1rem;
  }
  
  .SponsorsSection_membershipCard__hdie0 {
    padding: 1.5rem;
  }
  
  .SponsorsSection_cardHeader__1f13J {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
  }
  
  .SponsorsSection_memberInfo__sFBdn {
    flex-direction: column;
    text-align: center;
  }
  
  .SponsorsSection_memberName__0VAtu {
    font-size: 1.25rem;
  }
  
  .SponsorsSection_memberType__5NJ9Q {
    font-size: 0.85rem;
  }
  
  .SponsorsSection_memberCompany__tn9jy {
    font-size: 0.95rem;
  }
  
  .SponsorsSection_cardSponsor__KJidh {
    padding: 1rem;
  }
  
  .SponsorsSection_sponsorLevelBadge__UTZwN {
    font-size: 1rem;
    padding: 0.65rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .SponsorsSection_sponsorsSection__Y_UWa {
    padding: 2.5rem 0.75rem 5rem;
  }

  .SponsorsSection_title__ZsiDY {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .SponsorsSection_sponsorCard__WzElh {
    min-width: 190px;
    min-height: 160px;
    padding: 1.5rem 0.85rem;
    gap: 1rem;
  }

  .SponsorsSection_logoPlaceholder__Se0sY {
    width: 100px;
    height: 65px;
    font-size: 0.85rem;
    padding: 0.75rem;
  }

  .SponsorsSection_logoImage__sz66t {
    max-width: 100px;
    max-height: 65px;
  }

  .SponsorsSection_logoImageLarge__xdYne {
    max-width: 200px !important;
    max-height: 130px !important;
  }

  .SponsorsSection_category__z605j {
    font-size: 0.8rem;
  }

  .SponsorsSection_carouselContent__7n4hk {
    gap: 1rem;
  }
  
  .SponsorsSection_closeButton__ZjVsX {
    top: -0.5rem;
    right: -0.5rem;
    padding: 0.4rem;
  }
  
  .SponsorsSection_membershipCard__hdie0 {
    padding: 1.25rem;
  }
  
  .SponsorsSection_cardLogo__t1cPr {
    font-size: 1.25rem;
  }
  
  .SponsorsSection_cardTitle___vDMA {
    font-size: 0.75rem;
  }
  
  .SponsorsSection_memberPhoto__xXUac {
    width: 60px;
    height: 60px;
  }
  
  .SponsorsSection_memberName__0VAtu {
    font-size: 1.1rem;
  }
  
  .SponsorsSection_cardFooter__vgdmA {
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
  }
}

