.home header img{transform:translate(0%,calc(50dvh - 60px));animation:logoFadeIn;animation-duration:4s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.home #et-main-area #main-content .et_pb_column .et_pb_text:first-child{opacity:0;animation:textFadeIn;animation-duration:3s;animation-delay:4.2s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.home #et-main-area #main-content .et_pb_column .et_pb_text:last-child{opacity:0;animation:textFadeIn;animation-duration:3s;animation-delay:5.7s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.home footer .et_pb_column,.home header .et_pb_text_inner{opacity:0;animation:textFadeIn;animation-duration:1s;animation-delay:7.6s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}@keyframes logoFadeIn{0%{opacity:0}5%{opacity:0}30%{opacity:1}70%{transform:translate(0%,calc(50dvh - 60px));opacity:1}100%{transform:translate(0%,0%)}}@keyframes everythingElse{0%{opacity:0}5%{opacity:0}100%{opacity:1}}@keyframes textFadeIn{0%{opacity:0}5%{opacity:0}100%{opacity:1}}