if (!jQuery) {
    console.error('jQuery was not found, please make sure jQuery is installed on the client website.');
} else {
    (function ($) {
        sessionStorage.setItem('_esco.token', 'dG9rZW5fNWM5OTIwZjE5NWJhMjkuNDk4NTExODU\x3D');
        $('<link>')
            .appendTo('head')
            .attr({
                type: 'text/css',
                rel: 'stylesheet',
                href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,700,700i'
            });

        $('<link>')
            .appendTo('head')
            .attr({
                type: 'text/css',
                rel: 'stylesheet',
                href: 'https://fonts.googleapis.com/css?family=Lato:400,700,700i,900,900i'
            });

        $('<link>')
            .appendTo('head')
            .attr({
                type: 'text/css',
                rel: 'stylesheet',
                href: 'https\x3A\x2F\x2Fessent.cloud.webhosters\x2Donline.com\x2Fcss\x2FwGwraK3u7wnFfeXoTiLPYLUT7LXCx4Uo\x2F\x3Fv\x3D3.1.0'
            });

        $(document).ready(function () {
            $('.isolation\x2Dtool\x2Dcontainer').addClass('_esco_container');

            $('<script>')
                .appendTo('head')
                .attr({
                    type: 'text/javascript',
                    src: 'https\x3A\x2F\x2Fessent.cloud.webhosters\x2Donline.com\x2Fjs\x2FwGwraK3u7wnFfeXoTiLPYLUT7LXCx4Uo\x2Fmain\x2F\x3Fv\x3D3.1.0'
                });
        });
    })(jQuery);
}