.elementor-kit-9 {
  --e-global-color-primary: #1e1e1e;
  --e-global-color-secondary: #eaeef1;
  --e-global-color-text: #828283;
  --e-global-color-accent: #f9d67b;
  --e-global-color-accentsecondary: #02587c;
  --e-global-color-white: #ffffff;
  --e-global-color-black: #000000;
  --e-global-color-divider: #f1f1f1;
  --e-global-color-darkdivider: #ffffff1a;
  --e-global-typography-primary-font-family: "Epilogue";
  --e-global-typography-primary-font-size: 46px;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Epilogue";
  --e-global-typography-secondary-font-size: 20px;
  --e-global-typography-secondary-font-weight: 600;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "DM Sans";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.6em;
  --e-global-typography-accent-font-family: "Epilogue";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-line-height: 1em;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}
.elementor-kit-9 button,
.elementor-kit-9 input[type="button"],
.elementor-kit-9 input[type="submit"],
.elementor-kit-9 .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  color: var(--e-global-color-primary);
  border-radius: 50px 50px 50px 50px;
  padding: 18px 30px 18px 30px;
}
.elementor-kit-9 h1 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
}
.elementor-kit-9 h2 {
  color: var(--e-global-color-primary);
}
.elementor-kit-9 h3 {
  color: var(--e-global-color-primary);
}
.elementor-kit-9 h4 {
  color: var(--e-global-color-primary);
}
.elementor-kit-9 h5 {
  color: var(--e-global-color-primary);
}
.elementor-kit-9 h6 {
  color: var(--e-global-color-primary);
}
.elementor-kit-9 button:hover,
.elementor-kit-9 button:focus,
.elementor-kit-9 input[type="button"]:hover,
.elementor-kit-9 input[type="button"]:focus,
.elementor-kit-9 input[type="submit"]:hover,
.elementor-kit-9 input[type="submit"]:focus,
.elementor-kit-9 .elementor-button:hover,
.elementor-kit-9 .elementor-button:focus {
  color: var(--e-global-color-white);
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px;
}
.e-con {
  --container-max-width: 1300px;
}
.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-9 {
    --e-global-typography-primary-font-size: 36px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
  .elementor-kit-9 h1 {
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
  }
  .elementor-kit-9 button,
  .elementor-kit-9 input[type="button"],
  .elementor-kit-9 input[type="submit"],
  .elementor-kit-9 .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
    padding: 15px 20px 15px 20px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-con {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-kit-9 {
    --e-global-typography-primary-font-size: 26px;
    --e-global-typography-secondary-font-size: 18px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
  .elementor-kit-9 h1 {
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
  }
  .elementor-kit-9 button,
  .elementor-kit-9 input[type="button"],
  .elementor-kit-9 input[type="submit"],
  .elementor-kit-9 .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
  }
  .e-con {
    --container-max-width: 1300px;
  }
}
