.elementor-kit-49984{--e-global-color-primary:#8B1919;--e-global-color-secondary:#8E9297;--e-global-color-text:#444444;--e-global-color-accent:#FF0000;--e-global-color-e9da9a1:#D0D0D0;--e-global-color-96cf232:#FBBA00;--e-global-color-0a04535:#A8A8A8;--e-global-color-b3a4d90:#343434;--e-global-color-db4b9d4:#F2F2F2;--e-global-color-40d1943:#7B7F83;--e-global-color-346a997:#E7470A;--e-global-typography-primary-font-family:"futura-pt";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"futura-pt";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-74a58f3-font-size:22px;--e-global-typography-74a58f3-font-weight:400;--e-global-typography-74a58f3-line-height:1.4em;--e-global-typography-c2c99da-font-size:14px;--e-global-typography-d3ce9ce-font-size:1.2em;--e-global-typography-d3ce9ce-font-weight:300;--e-global-typography-3350d35-font-size:18px;--e-global-typography-3350d35-letter-spacing:2px;--e-global-typography-902fe6e-font-family:"futura-pt";--e-global-typography-902fe6e-font-size:18px;--e-global-typography-902fe6e-font-weight:400;--e-global-typography-902fe6e-line-height:1.2em;--e-global-typography-d09a66a-font-family:"futura-pt";--e-global-typography-d09a66a-font-size:12px;--e-global-typography-d09a66a-font-weight:600;--e-global-typography-d09a66a-text-transform:uppercase;--e-global-typography-d09a66a-font-style:normal;--e-global-typography-d09a66a-letter-spacing:1px;--e-global-typography-a1bb8de-font-size:32px;--e-global-typography-a1bb8de-line-height:1.1em;color:#444444;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-49984 a{color:var( --e-global-color-accent );}.elementor-kit-49984 h1{font-family:"futura-pt", Sans-serif;font-weight:400;text-transform:uppercase;}.elementor-kit-49984 button,.elementor-kit-49984 input[type="button"],.elementor-kit-49984 input[type="submit"],.elementor-kit-49984 .elementor-button{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#FFFFFF;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.25);}.elementor-kit-49984 button:hover,.elementor-kit-49984 button:focus,.elementor-kit-49984 input[type="button"]:hover,.elementor-kit-49984 input[type="button"]:focus,.elementor-kit-49984 input[type="submit"]:hover,.elementor-kit-49984 input[type="submit"]:focus,.elementor-kit-49984 .elementor-button:hover,.elementor-kit-49984 .elementor-button:focus{background-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-49984{--e-global-typography-74a58f3-font-size:20px;--e-global-typography-902fe6e-font-size:16px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-kit-49984{--e-global-typography-74a58f3-font-size:16px;--e-global-typography-902fe6e-font-size:18px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS */figcaption {
    font-size: 15px;
    color: #666;
    text-align: left;
    font-style: normal;
    padding-top: 8px;
}

.mb-0 {
    margin-bottom: 0;
}

ul, ol {
    margin-bottom: 1em;
}

.indicator {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgba(255,0,0,1);
    transition: all 200ms;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}/* End custom CSS */