.elementor-kit-3259{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7faebc9:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3259 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);}.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 */.elementor-kit-3259 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    padding: 14px;
    border-style: dashed;
}

.elementor-kit-3259 .elementor-button {
    margin-top: 20px;
}

.elementor-kit-3259 .elementor-button-icon{
    position: absolute;
    top: 8px;           
    right: 10px;
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    border: 1px dashed #7A7A7A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    transform: rotate(-40deg);
    transition: 0.3s
}

.elementor-kit-3259 .elementor-button-icon svg{
    width: 24px
    
}


.elementor-kit-3259 .elementor-button:hover .elementor-button-icon{
    transform: rotate(0deg);
}

.elementor-kit-3259 .e-form__buttons{
    z-index: 9999
}

.elementor-kit-3259 .elementor-button {
    background: linear-gradient(90deg, #2AB655, #1A7E38);
    transform: scale(1);
    border: 1px dashed #7A7A7A;
    z-index: 999 !important
}

.elementor-kit-3259 .elementor-button:hover{
    transform: scale(1.03)
}

.elementor-kit-3259 .e-form__buttons::before {
    content: "";
    background: rgba(42, 182, 85, 0.8);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: smallScale 2s infinite;
}

.elementor-kit-3259 .e-form__buttons::after {
    content: "";
    background: rgba(26, 126, 56, 0.8);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: smallScale 2s infinite;
    animation-delay: 0.7s;
}

@media(max-width: 766px){
.elementor-kit-3259 .elementor-button-icon{
    top:13px;
    right: 6px;
    width: 36px;
    height: 36px;
}

.elementor-kit-3259 .elementor-button-icon svg{
    width: 20px;
}    
}

@keyframes smallScale {
    from {
        transform: scale(0.5);
        opacity: 1;
    }
    to {
        transform: scale(1.15);
        opacity: 0;
    }
}/* End custom CSS */