/* 'home' imports for available devices */

    /* Base */
    @import url("home.css?1561370282");

    /* Large desktop */
    @import url("desktop/home.css?1561370292") (min-width: 1330px);

    /* Big tablets */
    @import url("tablet/home.css?1561370330") (min-width: 992px) and (max-width: 1329px);

    /* Small tablets */
    @import url("small-tablet/home.css?1561370317") (min-width: 768px) and (max-width: 991px);

    /* Phones */
    @import url("phone/home.css?1561370306") (max-width: 767px);
