.elementor-kit-6{--e-global-color-primary:#27B470;--e-global-color-secondary:#F1F1F1F1;--e-global-color-text:#1B1B1B;--e-global-color-accent:#378D38;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:1.5px;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:1.5px;--e-global-typography-text-font-family:"Barlow Condensed";--e-global-typography-text-font-size:32px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1em;--e-global-typography-text-letter-spacing:1.5px;--e-global-typography-accent-font-family:"Mina";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:1.5px;--e-global-typography-c18ccc6-font-family:"Barlow Condensed";--e-global-typography-c18ccc6-font-size:22px;--e-global-typography-c18ccc6-font-weight:700;--e-global-typography-c18ccc6-text-transform:uppercase;--e-global-typography-c18ccc6-line-height:1em;--e-global-typography-c18ccc6-letter-spacing:1.5px;color:#000000;font-family:"Mina", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-size:14px;font-weight:700;text-transform:uppercase;line-height:1.4em;letter-spacing:0.5px;color:#FFFFFF;background-image:linear-gradient(160deg, var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%);border-style:solid;border-width:1px 1px 1px 1px;border-color:#4FD192;border-radius:0px 0px 0px 0px;padding:18px 26px 16px 26px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Barlow Condensed", Sans-serif;font-size:62px;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 h2{font-family:"Barlow Condensed", Sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 h3{font-family:"Barlow Condensed", Sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 h4{font-family:"Barlow Condensed", Sans-serif;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 h5{font-family:"Barlow Condensed", Sans-serif;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 h6{font-family:"Barlow Condensed", Sans-serif;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:1.5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{box-shadow:0px 5px 30px -5px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:80px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--container-default-padding-left:20px;}.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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:13px;--e-global-typography-c18ccc6-font-size:18px;}.elementor-kit-6 h1{font-size:38px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Contact Form*/
.elementor-field-type-acceptance {
    line-height: 1em;
}

/*Animation Rotate*/
.cst-image-animate img {
    animation: animate-rotate 5s linear 2s infinite;
}
@keyframes animate-rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/*Animation Up-Down*/
.cst-up-down .elementor-icon {
    animation: animate-up-down 1s linear alternate infinite ;
}
@keyframes animate-up-down {
    from {transform: translateY(-15px);}
    to {transform: translateY(0px) ;}
}/* End custom CSS */