body,ul,ol,input,button,textarea,select,section,main,html,form,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,table,thead,tbody,tr,td,th{margin:unset;padding:unset;}
a:any-link{text-decoration: unset;cursor: pointer;}
html,main{min-height: 100vh;}
img,svg,video{max-width: 100%;height: auto;}
input,option,button,textarea,select{font-family: inherit;cursor: pointer;color: inherit;border: unset;}
button,a{transition: 0.5s;}
button:hover,input[type="submit"]:hover,a:any-link:hover{opacity: 0.65;}
footer{display:block;}
html{max-width: 100vw;overflow-x: hidden;}
*{box-sizing:border-box}
@media screen and (max-width:650px){.desktop{display:none !important}}
@media screen and (min-width:651px){.mobile{display: none !important}}
