*{box-sizing:border-box;font-family:Lato;margin:0;padding:0}.flip-container{float:left;-webkit-perspective:800px;perspective:800px;transition:all .3s ease 0s;width:30%;@media screen and (max-width:900px){margin-bottom:16px;width:100%}}.flip-container:hover .card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.card{-webkit-animation:giro 1s 1;animation:giro 1s 1;height:274px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .4s ease 0s;transition:transform .4s ease 0s;transition:transform .4s ease 0s,-webkit-transform .4s ease 0s;width:100%;@media screen and (max-width:900px){height:210px}}.back,.front{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;display:flex;height:100%;position:absolute;width:100%;@media screen and (max-width:900px){margin-bottom:16px}}.back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@keyframes giro{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes giro{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}
/*# sourceMappingURL=main.6be0b4de.css.map*/