.elementor-6034 .elementor-element.elementor-element-22f5d52{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}body.elementor-page-6034:not(.elementor-motion-effects-element-type-background), body.elementor-page-6034 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-66d9409 */.circle {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 5px;
    animation: colorChange 2s linear infinite;
    display: inline-block;
}

.red {
    background-color: #D4AD3C;
    animation-delay: 0s;
}

.green {
    background-color: #111111;
    animation-delay: 0.67s;
}

.blue {
    background-color: #111111;
    animation-delay: 1.34s;
}

@keyframes colorChange {
    0% {
        background-color: #D4AD3C;
    }
    33.33% {
        background-color: #111111;
    }
    66.66% {
        background-color: #111111;
    }
    100% {
        background-color: #D4AD3C;
    }
}
@media (max-width: 767px){
    .circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
}v/* End custom CSS */