$("#modal-container").html("<div class=\'modal modal-fullscreen\' role=\'dialog\' tabindex=\'-1\'>\n<div class=\'modal-dialog modal-dialog-centered\' role=\'document\'>\n<div class=\'modal-content\'>\n<div class=\'modal-body\'>\n<div class=\'d-flex justify-content-end\'>\n<button aria-label=\'Close\' class=\'close\' data-dismiss=\'modal\' type=\'button\'>\n<span aria-hidden=\'true\'>×<\/span>\n<\/button>\n<\/div>\n<div class=\'d-flex border-bottom border-white-gray pb-3 pl-2 pr-3 mb-3\'>\n<i class=\'fa fa-check fa-t mr-2 green cookies-icon\'><\/i>\n<div class=\'w-100\'>\n<div class=\'d-flex align-items-stretch justify-content-between w-100 mb-2\'>\n<div class=\'font-weight-bold\'>\nMandatory cookies\n<\/div>\n<div class=\'p-mid green font-weight-bold\'>\nAllowed\n<\/div>\n<\/div>\n<div class=\'p-mid\'>\nCookies are essential for the site to function properly.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'d-flex pb-3 pl-2 pr-3\'>\n<i class=\'fa fa-check fa-t mr-2 cookies-icon green\'><\/i>\n<div class=\'w-100\'>\n<div class=\'d-flex align-items-stretch justify-content-between w-100 mb-2\'>\n<div class=\'font-weight-bold\'>\nOther cookies\n<\/div>\n<div class=\'d-flex\'>\n<div class=\'p-mid font-weight-bold cookies-change-text green\'>\nAllowed\n<\/div>\n<div class=\'custom-control custom-switch cookies-switch ml-2\'>\n<input checked class=\'custom-control-input\' data-marketing-cookies=\'\' id=\'marketingCookiesSwitch\' type=\'checkbox\'>\n<label class=\'custom-control-label\' for=\'marketingCookiesSwitch\'><\/label>\n<\/div>\n<\/div>\n<\/div>\n<div class=\'p-mid\'>\nOther cookies are used to increase your comfort when using our site. We only want to offer you things that you are really interested in whilst also enjoying your browsing experience.\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\'d-flex flex-column flex-sm-row align-items-center justify-content-center\' data-cookies-consent>\n<a class=\"text-underline m-3 p-mid\" href=\"/cookie\">More information on cookies<\/a>\n<div class=\'btn btn-light-green text-nowrap px-4 py-2 m-3 font-weight-bold text-uppercase p-sm\' data-cookies-accept-current-setting-button>\nAccept\n<\/div>\n<\/div>\n\n<\/div>\n<\/div>\n<\/div>\n");
$('.modal' , "#modal-container").removeClass('modal-fullscreen').modal();
PublicUtility.Layout.initInScope('.modal');
new PublicUtility.CookiesConsent('.modal', true);
