.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFA500;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF0000;--e-global-color-7dbb28e:#19AAEB;--e-global-color-1b19387:#57EBA0;--e-global-color-7bee443:#ABAEB3;--e-global-color-ebbd871:#379C96;--e-global-color-2c60ee9:#201D17;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-size:2.25rem;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-size:2.813rem;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-line-height:1.2em;--e-global-typography-45d456b-font-family:"DM Sans";--e-global-typography-45d456b-font-size:1rem;--e-global-typography-45d456b-font-weight:normal;--e-global-typography-45d456b-line-height:1.6em;--e-global-typography-0e1b08f-font-family:"DM Sans";--e-global-typography-0e1b08f-font-size:0.938rem;--e-global-typography-0e1b08f-font-weight:normal;--e-global-typography-0e1b08f-line-height:1.6em;--e-global-typography-cdb53c6-font-family:"DM Sans";--e-global-typography-cdb53c6-font-size:1.375rem;--e-global-typography-cdb53c6-font-weight:600;--e-global-typography-cdb53c6-line-height:1.6rem;--e-global-typography-2a731d5-font-family:"Syne";--e-global-typography-2a731d5-font-size:1.5rem;--e-global-typography-2a731d5-font-weight:bold;--e-global-typography-2a731d5-line-height:1.2em;--e-global-typography-073413a-font-family:"DM Sans";--e-global-typography-073413a-font-weight:normal;--e-global-typography-073413a-line-height:1.4em;--e-global-typography-76a9069-font-family:"DM Sans";--e-global-typography-76a9069-font-size:0.938rem;--e-global-typography-76a9069-font-weight:600;--e-global-typography-76a9069-line-height:1em;--e-global-typography-9ce4364-font-family:"Syne";--e-global-typography-9ce4364-font-size:1.125rem;--e-global-typography-9ce4364-font-weight:600;--e-global-typography-9ce4364-text-transform:uppercase;--e-global-typography-9ce4364-line-height:1.2em;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:2.75rem;--e-global-typography-secondary-font-size:1.95rem;--e-global-typography-accent-font-size:2.75rem;--e-global-typography-2a731d5-font-size:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:500px){.elementor-kit-6{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.75rem;--e-global-typography-text-font-size:1.05rem;--e-global-typography-accent-font-size:2rem;--e-global-typography-cdb53c6-font-size:1.125rem;--e-global-typography-2a731d5-font-size:1.25rem;--e-global-typography-9ce4364-font-size:1.05rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Jetpack Subscribe Form styled for Elementor ===== */
.lx-subscribe form,
.lx-subscribe .jetpack_subscription_widget form {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin: 0;
}

/* Remove weird Jetpack spacing */
.lx-subscribe p { margin: 0; }

/* Email input */
.lx-subscribe input[type="email"],
.lx-subscribe input[name="email"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  background: transparent;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

/* Input focus */
.lx-subscribe input[type="email"]:focus {
  border-color: currentColor;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* Subscribe button */
.lx-subscribe input[type="submit"],
.lx-subscribe button,
.lx-subscribe .jetpack_subscription_widget input[type="submit"] {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  transition: transform .08s ease, opacity .15s ease;
}

/* Button hover + active */
.lx-subscribe input[type="submit"]:hover,
.lx-subscribe button:hover { opacity: .92; }

.lx-subscribe input[type="submit"]:active,
.lx-subscribe button:active { transform: translateY(1px); }

/* Mobile: stack input + button */
@media (max-width: 767px) {
  .lx-subscribe form,
  .lx-subscribe .jetpack_subscription_widget form {
    flex-direction: column;
  }
}

.lx-subscribe input[type="submit"]{
  background: var(--e-global-color-primary);
  color: #fff;
}/* End custom CSS */