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