.elementor-kit-9{--e-global-color-primary:#0B67B2;--e-global-color-secondary:#E81F28;--e-global-color-text:#000000;--e-global-color-accent:#FBB117;--e-global-typography-primary-font-family:"museo-slab";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"museo-sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"museo-sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"museo-slab";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"museo-slab", Sans-serif;font-weight:800;}.elementor-kit-9 h2{font-family:"museo-slab", Sans-serif;font-weight:700;text-transform:uppercase;}.elementor-kit-9 h3{font-family:"museo-slab", Sans-serif;font-weight:500;}.elementor-kit-9 h4{font-family:"museo-sans", Sans-serif;text-transform:uppercase;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.cut-edge-btn .elementor-button {
    position: relative;
    padding: 18px 60px;
    background: #d53b33;          /* main red color */
    color: #f5ffff;
    border-radius: 0;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    overflow: hidden;

    -webkit-clip-path: polygon(
        0% 50%,    /* middle left point */
        6% 0%,     /* top-left cut */
        94% 0%,    /* top-right cut */
        100% 50%,  /* middle right point */
        94% 100%,  /* bottom-right cut */
        6% 100%    /* bottom-left cut */
    );
    clip-path: polygon(
        0% 50%,
        0% 0%,
        94% 0%,
        100% 50%,
        100% 100%,
        6% 100%
    );
}

/* optional hover effect */
.cut-edge-btn .elementor-button:hover {
    filter: brightness(1.1);
}




#submit_form {
    position: relative;
    padding: 12px 50px;
    background: #d53b33;          /* main red color */
    color: #f5ffff;
    border-radius: 0;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    overflow: hidden;

    -webkit-clip-path: polygon(
        0% 50%,    /* middle left point */
        6% 0%,     /* top-left cut */
        94% 0%,    /* top-right cut */
        100% 50%,  /* middle right point */
        94% 100%,  /* bottom-right cut */
        6% 100%    /* bottom-left cut */
    );
    clip-path: polygon(
        0% 50%,
        0% 0%,
        94% 0%,
        100% 50%,
        100% 100%,
        6% 100%
    );
}

/* optional hover effect */
#submit_form:hover {
    filter: brightness(1.1);
}/* End custom CSS */