@keyframes move{0%{transform:translate(0, 0)}50%{transform:translate(4px, 0)}100%{transform:translate(0, 0)}}@keyframes loop-anim{0%{transform:translateX(0)}100%{transform:translateX(var(--to-width))}}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes go-down{0%{transform:scaleY(0.8)}50%{transform:scaleY(1)}100%{transform:scaleY(0.8)}}.box-image__container.full-width{width:100%}.box-image__img picture{overflow:hidden}.box-image__img picture.fixed-size{width:100%}@media(max-width: 767px){.box-image__img picture.fixed-size{aspect-ratio:5/4}}@media(min-width: 768px){.box-image__img picture.fixed-size{aspect-ratio:1062/425}}.box-image__img picture.fixed-size img{width:100%;height:100%}.box-image__img picture.width-fixed{width:100%;height:auto}.box-image__img picture.width-fixed img{width:100%;height:auto}.box-image__img picture.auto-size{max-width:100%;width:auto;height:auto}.box-image__img picture.auto-size img{max-width:100%;width:auto;height:auto;margin:0 auto}.box-image__img picture img{object-fit:cover}.box-image__btn{margin-top:clamp(2rem,1.5rem + 2.5vw,3.75rem)}
