/*Init*/
*, ::after, ::before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a {cursor:pointer;text-decoration:none!important;}
ol, ul {margin: 0;padding: 0;list-style-type: none;}
*:focus {outline:none;}
img{height:auto;object-fit:contain;}
body{margin:0;padding:0;}
/*Background*/
.preload{width:100%;height:100vh;background: url(../img/svg/bg1.svg) 50% 50% repeat;background-size:100%;}
