.progress-image-boat{animation:boatAnimation 3s linear infinite;transition:all .3s ease-in-out}@keyframes boatAnimation{0%{transform:rotate(0deg) translateX(-100%)}12.5%{transform:rotate(-4deg) translateX(-75%)}25%{transform:rotate(-8deg) translateX(-50%)}37.5%{transform:rotate(-4deg) translateX(-25%)}50%{transform:rotate(0deg) translateX(0)}62.5%{transform:rotate(-4deg) translateX(25%)}75%{transform:rotate(-8deg) translateX(50%)}87.5%{transform:rotate(-4deg) translateX(75%)}to{transform:rotate(0deg) translateX(100%)}}.boat-trail{color:#000;font-style:italic;transform:translateX(-25%);width:125px}.boat-trail:after{animation:trailAnimation 3s linear infinite;content:""}@keyframes trailAnimation{0%{content:"."}25%{content:". ."}50%{content:". . ."}75%{content:". . . ."}to{content:". . . . ."}}.content-power-by{align-items:center;display:flex;justify-content:center;transform:translateY(30px);transition:all 1s ease;transition-timing-function:ease}.power-by_image{margin-right:5px;width:30px}.power-by_text{color:#084a7a;font-size:22px}span.letter{opacity:0}@media screen and (max-width:768px){.power-by_text{font-size:18px}}