.spinner-wave{margin:64px auto;width:250px;height:80px;text-align:center;display:flex;justify-content:center;gap:7px}.spinner-wave>div{background-color:#7d6249;height:100%;width:10px;display:inline-block;-webkit-animation:1.6s ease-in-out infinite wave;-moz-animation:1.6s ease-in-out infinite wave;-o-animation:1.6s ease-in-out infinite wave;-ms-animation:wave 1.6s infinite ease-in-out;animation:1.6s ease-in-out infinite wave}.spinner-wave div:nth-child(2){-webkit-animation-delay:-1.4s;-moz-animation-delay:-1.4s;-ms-animation-delay:-1.4s;-o-animation-delay:-1.4s;animation-delay:-1.4s}.spinner-wave div:nth-child(3){-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-ms-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}.spinner-wave div:nth-child(4){-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-ms-animation-delay:-1.0s;-o-animation-delay:-1s;animation-delay:-1s}.spinner-wave div:nth-child(5){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-ms-animation-delay:-0.8s;-o-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes wave{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@-moz-keyframes wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}@-o-keyframes wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}@-ms-keyframes wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}@keyframes wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}