.elementor-kit-717{--e-global-color-primary:#3E4464;--e-global-color-secondary:#F1BD1D;--e-global-color-text:#F2F2F2;--e-global-color-accent:#DE2D2C;--e-global-color-648ca6a:#151823;--e-global-color-5a10015:#FDF4EF00;--e-global-color-35dd045:#000000;--e-global-color-8d7533e:#0F1322;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"REM";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;font-family:"Exo 2", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-717 button,.elementor-kit-717 input[type="button"],.elementor-kit-717 input[type="submit"],.elementor-kit-717 .elementor-button{background-color:transparent;font-size:17px;text-shadow:0px 0px 21px rgba(0,0,0,0.3);color:var( --e-global-color-text );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);box-shadow:0px 0px 11px 0px rgba(0,0,0,0.5);border-radius:8px 8px 8px 8px;padding:16px 38px 16px 38px;}.elementor-kit-717 e-page-transition{background-color:#FFBC7D;}.elementor-kit-717 a{font-family:"Goldman", Sans-serif;}.elementor-kit-717 h1{font-family:"Goldman", Sans-serif;font-size:48px;}.elementor-kit-717 h2{font-family:"Goldman", Sans-serif;font-size:38px;}.elementor-kit-717 h3{font-family:"Goldman", Sans-serif;}.elementor-kit-717 h4{font-family:"Goldman", Sans-serif;}.elementor-kit-717 h5{font-family:"Goldman", Sans-serif;}.elementor-kit-717 h6{font-family:"Goldman", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-717{font-size:15px;}.elementor-kit-717 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.45s ease, color 0.45s ease;
}

.elementor-button:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
}

.elementor-button .elementor-button-text {
    position: relative;
    z-index: 3;
}

.elementor-button::before,
.elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    transform: skewX(-25deg) translateX(-160%);
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
}

.elementor-button::before {
    background: linear-gradient(120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transition: transform 1.1s cubic-bezier(.22,1,.36,1);
}

.elementor-button::after {
    background: linear-gradient(120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0) 100%
    );
    transition: transform 1.35s cubic-bezier(.22,1,.36,1) 0.15s;
}

.elementor-button:hover::before,
.elementor-button:hover::after {
    transform: skewX(-25deg) translateX(260%);
}/* End custom CSS */