.elementor-14198 .elementor-element.elementor-element-53b6840{--display:flex;}.elementor-14198 .elementor-element.elementor-element-108d020 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-14198 .dialog-widget-content{background-color:#00000000;margin:0px 0px 0px 0px;}#elementor-popup-modal-14198{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-14198 .dialog-message{width:420px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-14198 .dialog-close-button{display:flex;font-size:15px;}#elementor-popup-modal-14198 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-14198 .dialog-close-button svg{fill:#FFFFFF;}#elementor-popup-modal-14198 .dialog-close-button:hover i{color:var( --e-global-color-22a4c77 );}@media(max-width:767px){.elementor-14198 .elementor-element.elementor-element-53b6840{--min-height:480px;}}/* Start custom CSS for html, class: .elementor-element-108d020 */.fm-popup {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 64, 89, 0.18);
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.3;
}

/* HERO */
.fm-popup__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #4a7c2e;
  overflow: hidden;
}
.fm-popup__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
  z-index: 0;
}
.fm-popup__hero-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #3a83c4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  z-index: 1;
}
.fm-popup__logo {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 26%;
  max-width: 95px;
  height: auto;
  z-index: 2;
}

/* BODY */
.fm-popup__body {
  background: #FFFFFF;
  padding: 22px 22px 18px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fm-popup__eyebrow,
.fm-popup__subtitle {
  margin: 0 !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #3a83c4 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.3 !important;
}
.fm-popup__eyebrow {
  margin-bottom: 8px !important;
}
.fm-popup__subtitle {
  margin-top: 4px !important;
  margin-bottom: 14px !important;
}
.fm-popup__heading {
  margin: 0 0 14px 0 !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #3a83c4 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}
.fm-popup__heading:has(+ .fm-popup__subtitle) {
  margin-bottom: 0 !important;
}
.fm-popup__rule {
  width: 48px !important;
  height: 2px !important;
  background: #3a83c4 !important;
  border: 0 !important;
  margin: 0 0 14px 0 !important;
}
.fm-popup__sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.fm-popup__sponsor-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
}
.fm-popup__sponsor-logo {
  width: auto;
  height: 56px;
  display: block;
}

/* FOOTER */
.fm-popup__footer {
  background: #3a83c4;
  color: #FFFFFF;
  padding: 16px 18px 20px 18px;
  text-align: center;
}
.fm-popup__date {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 0 4px 0 !important;
  letter-spacing: 0.02em !important;
  color: #FFFFFF !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
}
.fm-popup__location {
  font-size: 12px !important;
  font-weight: 400 !important;
  opacity: 0.95 !important;
  color: #FFFFFF !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
  margin: 0 !important;
  letter-spacing: 0.01em !important;
}
.fm-popup__cta {
  display: inline-block !important;
  margin-top: 14px !important;
  padding: 10px 28px !important;
  background-color: #9dc043 !important;
  color: #004059 !important;
  font-family: 'DIN 2014', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.fm-popup__cta:hover,
.fm-popup__cta:focus {
  background-color: #8ab030 !important;
  outline: none !important;
}
.fm-popup__cta:active {
  transform: translateY(1px);
}

/* RESPONSIVE */
@media (max-width: 380px) {
  .fm-popup__body { padding: 18px 16px 14px 16px !important; }
  .fm-popup__heading { font-size: 22px !important; }
  .fm-popup__eyebrow,
  .fm-popup__subtitle { font-size: 14px !important; }
  .fm-popup__sponsor-label { font-size: 10px !important; }
  .fm-popup__sponsor-logo { height: 48px !important; }
  .fm-popup__date { font-size: 13px !important; }
  .fm-popup__location { font-size: 11px !important; }
  .fm-popup__logo { max-width: 80px !important; }
  .fm-popup__cta {
    margin-top: 12px !important;
    padding: 9px 22px !important;
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .fm-popup { max-width: 420px; }
  .fm-popup__heading { font-size: 30px !important; }
  .fm-popup__eyebrow,
  .fm-popup__subtitle { font-size: 18px !important; }
  .fm-popup__sponsor-label { font-size: 12px !important; }
  .fm-popup__sponsor-logo { height: 68px !important; }
  .fm-popup__date { font-size: 15px !important; }
  .fm-popup__location { font-size: 13px !important; }
  .fm-popup__logo { max-width: 105px !important; }
  .fm-popup__cta {
    margin-top: 16px !important;
    padding: 12px 32px !important;
    font-size: 14px !important;
  }
}/* End custom CSS */