.elementor-kit-7{--e-global-color-primary:#0D3AA0;--e-global-color-secondary:#E9D588;--e-global-color-text:#272727;--e-global-color-accent:#FFFFFF;--e-global-color-43f4923:#17C400;--e-global-color-9131e69:#947B22;--e-global-color-8180fdb:#E6D183;--e-global-color-1603cc0:#C9A84B;--e-global-typography-primary-font-family:"Open Sans Hebrew Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans Hebrew Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans Hebrew Condensed";--e-global-typography-accent-font-weight:500;--e-global-typography-3448232-font-family:"Open Sans Hebrew Condensed";--e-global-typography-3448232-font-size:35px;--e-global-typography-3448232-font-weight:600;--e-global-typography-529de2b-font-family:"Roboto Condensed";--e-global-typography-529de2b-font-size:18px;--e-global-typography-529de2b-font-weight:500;--e-global-typography-529de2b-line-height:1.4em;}.elementor-kit-7 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){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-7{--e-global-typography-3448232-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.animated-border {
    position: relative;
    border-radius: 5px;
    border: 1px solid transparent;
}

.animated-border::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 5px;
    border: 3px solid transparent;
    background: linear-gradient(90deg, #E9D588, #C9A84B, #947B22, #E9D588);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation: border-color-animation 5s linear infinite;
}

@keyframes border-color-animation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.hcp-button{
    background-color: #3D8433!important;
    border: 1px solid #3D8433!important;
    border-radius: 3px!important;
    font-family: 'Roboto Condensed';
    font-weight: 700!important;
    font-size: 20px;
}

.hcp-button:hover{
    background-color: transparent!important;
    border: 1px solid white!important;
}

.hcp-button2{
    background-color: #3D8433!important;
    border: 1px solid #3D8433!important;
    border-radius: 3px!important;
    font-family: 'Roboto Condensed';
    font-weight: 700!important;
    font-size: 20px;
    color: white;
}

.hcp-button2:hover{
    background-color: transparent!important;
    border: 1px solid #272727!important;
    color: #272727!important;
}

@media(max-width:600px){
    .hcp-button{
    font-size: 18px;
}

    .hcp-button2{
        font-size: 18px;
    }
}/* End custom CSS */