.elementor-kit-17385{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-17385 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --hm-content-width: 1200px;
  --hm-content-wide-width: 1320px;
  --hm-content-narrow-width: 760px;
  --hm-side-padding: clamp(16px, 3vw, 32px);
  --hm-section-padding: 96px;
  --hm-section-padding-tablet: 64px;
  --hm-section-padding-mobile: 40px;
  --hm-widget-gap: 24px;
  --hm-grid-gap: 24px;
  --hm-card-padding: 24px;
  --hm-hero-spacing: 40px;
  --hm-radius-button: 4px;
  --hm-radius-field: 8px;
  --hm-radius-card: 16px;
  --hm-border-color: #E6E6E6;
  --hm-shadow-soft: 0 10px 30px rgba(21, 21, 21, 0.06);
  --hm-focus-ring: 0 0 0 3px rgba(185, 8, 8, 0.18);
}

body,
input,
textarea,
select,
button {
  font-family: 'Sora', sans-serif;
}

.elementor-button,
.elementor-button-link,
button,
input[type="submit"],
input[type="button"],
.ff-btn,
.ff-btn-submit {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  border-radius: var(--hm-radius-button);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
.ff-el-form-control,
.ff-el-form-control input,
.ff-el-form-control textarea,
.ff-el-form-control select {
  font-family: 'Sora', sans-serif;
  border-radius: var(--hm-radius-field);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.elementor-button:focus-visible,
.elementor-button-link:focus-visible {
  outline: none;
  box-shadow: var(--hm-focus-ring);
}

.elementor-heading-title,
.elementor-tab-title,
.elementor-accordion .elementor-tab-title {
  text-wrap: balance;
}

@media (max-width: 1024px) {
  :root {
    --hm-section-padding: var(--hm-section-padding-tablet);
    --hm-widget-gap: 20px;
    --hm-grid-gap: 20px;
    --hm-card-padding: 20px;
    --hm-hero-spacing: 32px;
  }
}

@media (max-width: 767px) {
  :root {
    --hm-section-padding: var(--hm-section-padding-mobile);
    --hm-widget-gap: 16px;
    --hm-grid-gap: 16px;
    --hm-card-padding: 16px;
    --hm-hero-spacing: 24px;
  }
}/* End custom CSS */