.elementor-kit-7{--e-global-color-primary:#FF4B00;--e-global-color-secondary:#06357A;--e-global-color-text:#667085;--e-global-color-accent:#FF6B2A;--e-global-color-c8d6c66:#06357A;--e-global-color-e34da5f:#FFF6EC;--e-global-color-1fe9598:#EAF7FF;--e-global-color-3d91fc6:#F7F9FC;--e-global-color-de161a0:#DF4100;--e-global-color-acbef84:#DFE6EF;--e-global-color-91818b4:#CACACA;--e-global-color-b89590c:#1A0800;--e-global-color-fee77db:#222630;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-058948a-font-family:"Poppins";--e-global-typography-058948a-font-size:58px;--e-global-typography-058948a-font-weight:800;--e-global-typography-058948a-line-height:68px;--e-global-typography-70eb7ae-font-family:"Poppins";--e-global-typography-70eb7ae-font-size:50px;--e-global-typography-70eb7ae-font-weight:800;--e-global-typography-70eb7ae-line-height:60px;--e-global-typography-d5e81f1-font-family:"Poppins";--e-global-typography-d5e81f1-font-size:38px;--e-global-typography-d5e81f1-font-weight:700;--e-global-typography-d5e81f1-line-height:48px;--e-global-typography-75905c4-font-family:"Poppins";--e-global-typography-75905c4-font-size:20px;--e-global-typography-75905c4-font-weight:600;--e-global-typography-75905c4-line-height:30px;background-color:var( --e-global-color-3d91fc6 );font-family:"Inter", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;}.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:1366px){.elementor-kit-7{--e-global-typography-058948a-font-size:54px;--e-global-typography-058948a-line-height:64px;--e-global-typography-70eb7ae-font-size:46px;--e-global-typography-70eb7ae-line-height:56px;--e-global-typography-d5e81f1-font-size:34px;--e-global-typography-d5e81f1-line-height:44px;}}@media(max-width:1200px){.elementor-kit-7{--e-global-typography-058948a-font-size:46px;--e-global-typography-058948a-line-height:56px;--e-global-typography-70eb7ae-font-size:38px;--e-global-typography-70eb7ae-line-height:48px;--e-global-typography-d5e81f1-font-size:30px;--e-global-typography-d5e81f1-line-height:40px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-058948a-font-size:38px;--e-global-typography-058948a-line-height:48px;--e-global-typography-70eb7ae-font-size:36px;--e-global-typography-70eb7ae-line-height:46px;--e-global-typography-d5e81f1-font-size:26px;--e-global-typography-d5e81f1-line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-7{--e-global-typography-058948a-font-size:36px;--e-global-typography-058948a-line-height:46px;--e-global-typography-70eb7ae-font-size:34px;--e-global-typography-70eb7ae-line-height:44px;--e-global-typography-d5e81f1-font-size:22px;--e-global-typography-d5e81f1-line-height:32px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Cleango Elementor Button Style */

.elementor-widget-button .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 52px;
    padding: 14px 24px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;

    background: linear-gradient(
        135deg,
        #ff4b00,
        #ff6b2a
    );

    border: 1px solid #ff4b00;
    border-radius: 50px;

    box-shadow: 0 12px 26px rgba(255, 75, 0, 0.22);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus {
    color: #ffffff;

    background: linear-gradient(
        135deg,
        #df4100,
        #ff4b00
    );

    border-color: #df4100;

    box-shadow: 0 16px 32px rgba(255, 75, 0, 0.29);

    transform: translateY(-2px);
}

.elementor-widget-button .elementor-button:active {
    transform: translateY(0);
}

.elementor-widget-button .elementor-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-button .elementor-button-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .elementor-widget-button .elementor-button {
        min-height: 50px;
        padding: 13px 22px;
    }
}/* End custom CSS */