.box-visualisation{padding-top:20px;margin-bottom:50px}@media screen and (max-width:959px){.box-visualisation{padding-top:30px}}.box-visualisation .box__face{background:#fff;border:solid 2px #be1363;box-shadow:0 0 5px 0 #be1363}.box-visualisation__scene{width:220px;height:220px;margin:0 auto;perspective:600px;perspective-origin:140% -40%}.box-visualisation .box{transition:transform .3s ease-in;width:100%;height:80%;position:relative;transform-style:preserve-3d}.box-visualisation .box__face{position:absolute;width:200px;height:200px}.box-visualisation .box__face--front{display:flex;align-items:center;justify-content:center;overflow:hidden;transform:translateZ(100px)}.box-visualisation .box__face--right{transform:rotateY(90deg) translateZ(100px)}.box-visualisation .box__face--back{transform:rotateY(180deg) translateZ(100px)}.box-visualisation .box__face--left{transform:rotateY(-90deg) translateZ(100px)}.box-visualisation .box__face--top{transform:rotateX(90deg) translateZ(100px)}.box-visualisation .box__face--bottom{transform:rotateX(-90deg) translateZ(100px)}