.elementor-kit-32 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #000000;
    --e-global-color-d82948d: #4054B2;
    --e-global-color-59e7ae05: #23A455;
    --e-global-color-69fd89ce: #000;
    --e-global-color-339c055c: #FFF;
    --e-global-color-4324d00f: RGBA(146, 101, 21, 0.97);
    --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;
    background-color: #FFFFFFF7;
}

.elementor-kit-32 button, .elementor-kit-32 input[type="button"], .elementor-kit-32 button[type="submit"], .elementor-kit-32 .elementor-button {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #308B21;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 13px 13px 13px 13px;
    /*animation: scaling 1s infinite;*/
    position: relative;
    overflow: hidden;
}

.elementor-kit-32 button:after, .elementor-kit-32 input[type="button"]:after, .elementor-kit-32 button[type="submit"]:after, .elementor-kit-32 .elementor-button:after {
    content: "";
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    background: hsla(0, 0%, 100%, .4);
    border-radius: 100px;
    opacity: 0;
    width: 74px;
    height: 74px;
    z-index: 10;
    -webkit-animation: pulseblob 2s linear 1s infinite;
    animation: pulseblob 2s linear 1s infinite;
}

@keyframes pulseblob {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: 0;
    }

    33% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1;
    }
    66% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(6);
        transform: scale(6);
        opacity: 0;
    }
}


@keyframes scaling {
    0% {
        -moz-box-shadow: 0 0 0 0 #308B21;
        box-shadow: 0 0 0 0 #308B21;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

}

.elementor-kit-32 label {
font-family: "Tahoma", Sans-serif;
font-weight: bold;
}

.elementor-kit-32 input:not([type="button"]):not([type="submit"]), .elementor-kit-32 textarea, .elementor-kit-32 .elementor-field-textual {
font-family: "Verdana", Sans-serif;
}

.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px;
}

.e-con {
--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
margin-block-end: 20px;
}

.elementor-element {
--widgets-spacing: 20px 20px;
}

{
}
h1.entry-title {
display: var(--page-title-display);
}

.elementor-kit-32 e-page-transition {
background-color: #FFBC7D;
}

@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-32 button, .elementor-kit-32 input[type="button"], .elementor-kit-32 input[type="submit"], .elementor-kit-32 .elementor-button {
font-size: 18px;
border-width: 1px 1px 1px 1px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 767px;
}

.e-con {
--container-max-width: 767px;
}
}