.elementor-873 .elementor-element.elementor-element-1c27da6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-1c27da6 */.custom-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f7b7c0, #c0f7bc, #b7d5f7);
    background-size: 400% 400%;
    animation: moveGradient 10s ease infinite;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */