.elementor-354 .elementor-element.elementor-element-86cbf71{margin-top:5%;margin-bottom:0%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-354 .elementor-element.elementor-element-86cbf71{margin-top:10%;margin-bottom:0%;padding:0vw 10vw 10vw 10vw;}}@media(max-width:767px){.elementor-354 .elementor-element.elementor-element-86cbf71{padding:2vw 2vw 2vw 2vw;}}/* Start custom CSS */body {
    background: linear-gradient(219deg, #2d2d2d, #2e0e0e, #0d2430, #222b0b, #2b0c1a, #2b1f0b, #1a0e2e);
    background-size: 1400% 1400%;

    -webkit-animation: AnimationName 65s ease infinite;
    -moz-animation: AnimationName 65s ease infinite;
    animation: AnimationName 65s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:84% 0%}
    50%{background-position:17% 100%}
    100%{background-position:84% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:84% 0%}
    50%{background-position:17% 100%}
    100%{background-position:84% 0%}
}
@keyframes AnimationName {
    0%{background-position:84% 0%}
    50%{background-position:17% 100%}
    100%{background-position:84% 0%}
}/* End custom CSS */