@charset "UTF-8";
@import url("styles.css") only screen and (min-width:992px);
@import url("tablet.css") only screen and (min-width:768px) and (max-width:991px);
@import url("mobiles.css") only screen and (min-width:100px) and (max-width:767px);