.elementor-kit-9{--e-global-color-primary:#0F1E3D;--e-global-color-secondary:#09162E;--e-global-color-text:#54595F;--e-global-color-accent:#F5B800;--e-global-color-9197e2f:#F7F3EC;--e-global-color-fb2219a:#B0B8C5;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bricolage Grotesque";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Bricolage Grotesque";--e-global-typography-accent-font-weight:400;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#F5B800;font-family:"Bricolage Grotesque", Sans-serif;font-size:16px;letter-spacing:0.1px;border-radius:8px 8px 8px 8px;padding:14px 28px 14px 28px;}.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{background-color:#D99D00;color:#0F1E3D;}.elementor-kit-9 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 *//* Dealer-Fule sparkle accent on all Elementor buttons */
.elementor-button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.elementor-button .elementor-button-text {
    display: inline-block;
}

.elementor-button::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'><path d='M14 5 L18 3'/><path d='M16 12 L21 12'/><path d='M14 19 L18 21'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'><path d='M14 5 L18 3'/><path d='M16 12 L21 12'/><path d='M14 19 L18 21'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .2s ease;
}

.elementor-button:hover::after {
    transform: translateX(2px);
}/* End custom CSS */