:root{--custom-texts-slider-duration:17s;--animated-text-line-height:80px;--text-font-size:48px;--text-line-height:58px}@media screen and (max-width:1173px){:root{--text-font-size:40px;--text-line-height:52px;--animated-text-line-height:70px}}@media (max-width:1024px){:root{--animated-text-line-height:45px;--text-font-size:26px;--text-line-height:32px}}.animated_text{font-size:var(--text-font-size);line-height:var(--text-line-height)}.animation_wrapper{height:var(--animated-text-line-height)}.animated_texts_wrapper{animation:custom-texts-slider;animation-duration:var(--custom-texts-slider-duration);animation-iteration-count:infinite;animation-timing-function:ease-in-out}.animated_texts_wrapper>span{line-height:var(--animated-text-line-height)}@keyframes custom-texts-slider{0%{transform:translateY(0)}6%{transform:translateY(0)}14%{transform:translateY(calc(var(--animated-text-line-height)*-1))}20%{transform:translateY(calc(var(--animated-text-line-height)*-1))}28%{transform:translateY(calc(var(--animated-text-line-height)*-2))}34%{transform:translateY(calc(var(--animated-text-line-height)*-2))}42%{transform:translateY(calc(var(--animated-text-line-height)*-3))}48%{transform:translateY(calc(var(--animated-text-line-height)*-3))}56%{transform:translateY(calc(var(--animated-text-line-height)*-4))}62%{transform:translateY(calc(var(--animated-text-line-height)*-4))}70%{transform:translateY(calc(var(--animated-text-line-height)*-5))}76%{transform:translateY(calc(var(--animated-text-line-height)*-5))}84%{transform:translateY(calc(var(--animated-text-line-height)*-6))}90%{transform:translateY(calc(var(--animated-text-line-height)*-6))}to{transform:translateY(calc(var(--animated-text-line-height)*-7))}}.animated_create_your_site_button .animated_arrow_icon{transform:translateX(0);transition:.4s}.animated_create_your_site_button:hover .animated_arrow_icon{transform:translateX(8px)}