(function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};return t.m=n,t.c=i,t.i=function(n){return n},t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:r})},t.n=function(n){var i=n&&n.__esModule?function(){return n["default"]}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=12)})([function(n){n.exports='<script id="message-popup-template" type="text/html">\r\n    <div data-bind="attr: { \'id\': \'umsg-\' + id() }, css: { \'collapse-popup\': visible() === false }" class="popup-user-message collapse-popup">\r\n        <div class="overlay"><\/div>\r\n        <div class="popup-container">\r\n            <h4 data-bind="text: title"><\/h4>\r\n            <div data-bind="click: close, visible: isBlocking === false" class="close-popup"><span><\/span><\/div>\r\n            <div data-bind="html: content" class="user-message-container"><\/div>\r\n            <div class="actions-user-message">\r\n                <div data-bind="visible: apiErrorMessage, text: apiErrorMessage" class="error-message"><\/div>\r\n                <div data-bind="text: secondaryButtonText, click: secondaryAction, css: { \'loading\': isWorking() }, visible: isSecondaryButtonVisible" class="button outline-medgrey02 cancel">Cancel<\/div>\r\n                <div data-bind="text: primaryButtonText, click: primaryAction, css: { \'loading\': isWorking() }" class="button flat-maincolor accept">Accept<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/script>'},function(){Loop.viewModels.Ibar=function(n){function r(n,i,r){var u={items:{options:n},level:i,previousItemName:r,openChild:t.openChild,goBack:t.goBack};Loop.Ibar.Events.appendTemplate(u)}function u(){f();Loop.Core.subscribe(Loop.Ibar.Configuration.events.NAME_UPDATED,t.updateName);Loop.Core.subscribe(Loop.Ibar.Configuration.events.PROFILE_PICTURE_UPDATED,t.updateProfilePicture)}function f(){function n(n){if(n){var t=new Loop.Ibar.viewModels.UserMessage({messageId:n.messageId,title:n.title,content:n.content,isHtmlContent:!0,isBlocking:n.isBlocking,primaryButtonText:n.primaryButtonTitle,secondaryButtonText:n.secondaryButtonTitle,secondaryButtonLink:n.secondaryButtonLink,isSecondaryButtonVisible:n.isSecondaryButtonVisible});t.show()}}var t=Loop.Core.EndpointRepository.getEndpoint("GetUserMessage",null);Loop.Core.Ajax.loadData({withCredentials:!0,endpoint:t,successCallback:n})}var i="Sorry, {0} is not available.",t=this;n=n||{};n.userId=n.userId||Loop.Configuration.LoggedUserId;n.frontiersNavMenuExists=n.frontiersNavMenuExists||!1;n.version=function(){return"2.1"};t.notificationsMenu={options:ko.observableArray(),totalUnread:ko.observable(0),lastID:0,isLoading:ko.observable(!0),hasErrors:ko.observable(!1),errorMessage:ko.observable(),friendlyName:"notifications list"};n.frontiersNavMenuExists&&(t.frontiersMenu={options:ko.observableArray(),isLoading:ko.observable(!0),hasErrors:ko.observable(!1),errorMessage:ko.observable(),friendlyName:"'My Frontiers'"});t.name=ko.observable("");t.lastName=ko.observable("");t.profilePictureSmall=ko.observable();t.profilePictureMedium=ko.observable();t.fullName=ko.computed(function(){return t.name()+" "+t.lastName()});t.openChild=function(n,t){r(t.Children,n+1,t.Name)};t.goBack=function(n){var t=n.level;Loop.Ibar.Events.showMenuMultilevel(t-2,t-1)};t.initValues=function(n){t.name(n.Name);t.lastName(n.LastName);t.profilePictureMedium(n.ProfilePictureMedium);t.profilePictureSmall(n.ProfilePictureSmall)};t.updateName=function(n,i){t.name(i.firstName);t.lastName(i.lastName)};t.updateProfilePicture=function(n,i){i&&(t.profilePictureMedium(i+"?"+n.timeStamp),t.profilePictureSmall(i+"?"+n.timeStamp))};u()}},function(){$(document).ready(function(){if(Loop.Core.Configuration.isUserLogged()){var n=$("#header-frontier-nav")[0]!==undefined,t=$("#ibar-messaging-menu-total")[0]!==undefined;Loop.viewModels=Loop.viewModels||{};Loop.viewModels.Main=Loop.viewModels.Main||{};Loop.viewModels.Main.ibarViewModel=Loop.viewModels.Main.ibarViewModel||new Loop.viewModels.Ibar({userId:Loop.Core.Configuration.loggedUserId,frontiersNavMenuExists:n,messagingEnabled:t});ko.applyBindings(Loop.viewModels.Main.ibarViewModel,$("#ibarContainer")[0])}})},function(){Loop.Ibar.Common=function(){function t(){$(".tt").tooltip!==undefined&&$(".tt").tooltip()}var n=this;return n.showOrHideMenu=function(){$("#nav2 ul").stop().slideToggle(500,"easeInOutExpo");$("#header-frontier-nav").stop().toggleClass("open");$("body").toggleClass("overflow_hidden");var n=$("#header-frontier-nav").hasClass("open");n||$("#ibarContainer").scrollTo("0px",0,{axis:"y"})},n.formatNumber=function(n,t){var i=$.extend({thousandSeparator:",",decimalSeparator:"."},t),r=function(n){n+="";for(var r=n.split(i.decimalSeparator),t=r[0],f=r.length>1?i.decimalSeparator+r[1]:"",u=/(\d+)(\d{3})/;u.test(t);)t=t.replace(u,"$1"+i.thousandSeparator+"$2");return t+f};return r(n)},$(document).ready(function(){t()}),{showOrHideMenu:showOrHideMenu,formatNumber:n.formatNumber}}()},function(){Loop.Ibar.Configuration=function(){var n=3;return{urls:{ApiBaseUrl:""},events:{NAME_UPDATED:"nameUpdated",PROFILE_PICTURE_UPDATED:"profilePictureUpdated",CONVERSATION_OPENED:"ConversationOpened"},maxNumberOfAttempts:function(t){return t&&typeof t=="number"&&(n=t),n}}}()},function(){Loop.Core.EndpointRepository.addEndpoint({type:Loop.Core.Constants.EndpointType.PRIVATE,key:"GetUserMessage",urlArgs:{},url:function(){return Loop.Ibar.Configuration.urls.ApiBaseUrl+"/ibar/user-message"}});Loop.Core.EndpointRepository.addEndpoint({type:Loop.Core.Constants.EndpointType.PRIVATE,key:"SetUserMessageAction",urlArgs:{messageId:null},url:function(){var n="/ibar/user-message/"+this.urlArgs.messageId;return Loop.Ibar.Configuration.urls.ApiBaseUrl+n}})},function(){Loop.Ibar.Events=function(){function f(){i&&($(r).removeClass("is-visible"),setTimeout(function(){o&&$(t).height(o);$(r).animate({height:a},1,"easeInOutExpo",function(){$($(r+" ul")).each(function(n,t){n>0&&$(t).remove()});e(0)})},200))}function v(){function n(){$(".burger-icon").is(":visible")&&$(u).hasClass("open")&&$(".burger-icon").click();$(".burger-icon").is(":visible")===!1&&($(".dropdown-list.user").removeClass("is-visible"),$(".dropdown-list.multilevel").removeClass("is-visible"))}i=$(u)[0]!==undefined;$("#ibar-search-magnifier-button").click(function(n){if($("#query").val().length===0)return n.preventDefault(),!1;$("#ibar-search-form").submit()});$(".dropdown-trigger.nav-user").click(function(n){var t=$(".dropdown-list.user").hasClass("is-visible")===!1;f();t&&$(".dropdown-list.user").addClass("is-visible");n.stopPropagation()});i&&$("#header-frontier-nav .dropdown-trigger.office").click(function(n){var r=$(t).hasClass("is-visible"),i;f();r||($(t).addClass("is-visible"),i=$(".level.frontiers-dropdown-lvl1").height(),$(t).height(i),o=i);n.stopPropagation()});$(document).on("click",function(n){i?$(n.target).closest("#header-frontier-nav .nav-dropdown, .avatar .nav-dropdown, .notifications .nav-dropdown").length||f():$(n.target).closest(".avatar .nav-dropdown, .notifications .nav-dropdown").length||f()});$("#header-frontier-nav > a").on("click",n);$(".dropdown-list.user a").on("click",n);s();$("#ibar-search-form").keydown(function(n){if(n.keyCode===13&&$("#query").val().length===0)return n.preventDefault(),!1});$(".burger-icon").click(function(){s();Loop.Ibar.Common.showOrHideMenu();$(this).toggleClass("to-close")})}function y(){function r(n){for(var t=0;t<i.length;t+=1)if(n.indexOf(i[t])>-1)return!0;return!1}var i=["/overview","/bio","/network","/publications","/editorial"],n=document.location.pathname,t;return n==="/"?(n=document.location.hostname,n.indexOf("loop-discovery")&&(t="home")):n.indexOf("/settings")>-1?t="settings":n.indexOf("/messaging")>-1?t="messaging":n.indexOf("/impact")>-1?t="impact":r(n)&&(t="profile"),t}function s(){var i=y(),t,n;$("#header-frontier-nav .dropdown-list.user li > a").removeClass("current");$("#header-frontier-nav > a").removeClass("current");Loop.Configuration!==undefined?(t=Loop.Configuration.profile?Loop.Configuration.profile.ProfileUserId:0,n=Loop.Configuration.LoggedUserId):(t=0,n=-1);(t===n||["settings","messaging","home"].indexOf(i)>-1&&n>0)&&$("#header-frontier-nav [data-link='"+i+"']").addClass("current")}function e(r){var u,f,o;i&&($(n).length===0?setTimeout(function(){e(r)},200):(u=0,f=200,$(n).each(function(n,t){u=(r-n)*f;$(t).css("right",u+"px")}),o=$.support.boxSizingReliable==="function"?$.support.boxSizingReliable():$.support.boxSizingReliable,o||setTimeout(function(){var i=$($(n)[r]).height()+20;$(t).height(i+"px")},300)))}function c(r,u){if(i){var o=20,f=0,s=0;u!==undefined?(f=$($(n)[r]).height()+o,s=$($(n)[u]).height(),s<f?($(t).css("height",f+"px"),setTimeout(function(){e(r);$($(n)[u]).removeClass("visible");$($(n)[r]).addClass("visible");l(u)},200)):(e(r),$($(n)[u]).removeClass("visible"),$($(n)[r]).addClass("visible"),setTimeout(function(){$(t).css("height",f+"px");l(u)},200))):setTimeout(function(){$(t).height($(".frontiers-dropdown-lvl1").height()+o+"px")},100)}}function l(n){i&&setTimeout(function(){n===$(h).length-1&&$($(h)[n]).remove()},300)}function p(u){if(i&&$(t).length>0){var e="frontiersMenuLevel"+u.level,o="frontiersMenuLevel"+(u.level-1),f=u.level-2<0?undefined:u.level-2;$(r).append("<ul class=\"level\" data-bind=\"template: {name: 'frontiersMenuTemplate'}, css: {'frontiers-dropdown-lvl1': level<2,'frontiers-dropdown-lvl2': level>1},attr: {'data-test-id':'ibar-frontiers-menu-level' + level}\">");ko.cleanNode($(n)[u.level-1]);ko.applyBindings(u,$(n)[u.level-1]);c(u.level-1,f)}}var a,u="#header-frontier-nav",r=u+" .dropdown-list",h=r+" ul",t=u+" .dropdown-list.multilevel",n=t+" ul",i=!1,o;return $(document).ready(function(){v()}),{updateMobileMenu:s,showMenuMultilevel:c,appendTemplate:p}}()},function(){Loop=Loop||{};Loop.Ibar=Loop.Ibar||{};Loop.Ibar.viewModels=Loop.Ibar.viewModels||{};Loop.Ibar.viewModels.UserMessage=function(n){function o(n){$("html").css("overflow-y",n?"hidden":"auto")}function u(n,i){var u=Loop.Core.EndpointRepository.getEndpoint("SetUserMessageAction",{messageId:t.id()}),f={messageId:t.id(),isPrimaryBtnClicked:n,isSecondaryBtnClicked:i};r(!0);t.apiErrorMessage(null);Loop.Core.Ajax.createData({withCredentials:!0,endpoint:u,inputData:ko.toJSON(f),successCallback:function(){t.visible(!1);r(!1);o(!1)},errorCallback:function(u,f){r(!1);n===!1&&i===!1?t.visible(!1):(t.apiErrorMessage(f),e+=1,e===Loop.Ibar.Configuration.maxNumberOfAttempts()&&t.visible(!1))}})}function s(n){if(typeof n.title!="string"&&n.title.length===0)throw new Error("options.title is required");if(typeof n.content!="string"&&n.content.length===0)throw new Error("options.content is required");if(typeof n.isSecondaryButtonVisible!="boolean")throw new Error("options.isSecondaryButtonVisible must be boolean");if(typeof n.isBlocking!="boolean")throw new Error("options.isBlocking must be boolean");if(typeof n.visible!="boolean")throw new Error("options.visible must be boolean");}function h(){var r=jQuery.extend(!0,{},i,n),u;s(r);f=r.messageId;t.title=r.title;t.content=r.content;t.isHtmlContent=r.isHtmlContent;t.primaryButtonText=r.primaryButtonText;t.secondaryButtonText=r.secondaryButtonText;t.secondaryButtonLink=r.secondaryButtonLink;t.isSecondaryButtonVisible=r.isSecondaryButtonVisible;t.isBlocking=r.isBlocking;u=$($("#message-popup-template").html());$("body").append(u);ko.applyBindings(t,u[0]);r.visible&&t.show()}var t=this,f=null,e=0,r=ko.observable(!1),i={messageId:null,title:"",content:"",isHtmlContent:!0,primaryButtonText:"Accept",secondaryButtonText:"Cancel",secondaryButtonLink:null,isSecondaryButtonVisible:!1,isBlocking:!1,visible:!1};t.id=function(){return f};t.title=i.title;t.content=i.content;t.isHtmlContent=i.isHtmlContent;t.primaryButtonText=i.primaryButtonText;t.secondaryButtonText=i.secondaryButtonText;t.secondaryButtonLink=i.secondaryButtonLink;t.isSecondaryButtonVisible=i.isSecondaryButtonVisible;t.isBlocking=i.isBlocking;t.visible=ko.observable(i.visible);t.show=function(){t.visible(!0);o(!0)};t.primaryAction=function(){u(!0,!1)};t.secondaryAction=function(){t.secondaryButtonLink&&t.secondaryButtonLink.length>0?window.open(t.secondaryButtonLink,"_blank"):u(!1,!0)};t.close=function(){u(!1,!1)};t.isWorking=ko.computed(function(){return r()===!0});t.apiErrorMessage=ko.observable(null);h()}},function(n,t,i){var r=i(9),e,u,f;typeof r=="string"&&(r=[[n.i,r,""]]);u={hmr:!0};u.transform=e;u.insertInto=undefined;f=i(13)(r,u);r.locals&&(n.exports=r.locals);!1&&(n.hot.accept("!!../../../node_modules/css-loader/index.js!./loop_popupUM.css",function(){var t=require("!!../../../node_modules/css-loader/index.js!./loop_popupUM.css"),i;if(typeof t=="string"&&(t=[[n.id,t,""]]),i=function(n,t){var i,r=0;for(i in n){if(!t||n[i]!==t[i])return!1;r++}for(i in t)r--;return r===0}(r.locals,t.locals),!i)throw new Error("Aborting CSS HMR due to changed css-modules locals.");f(t)}),n.hot.dispose(function(){f()}))},function(n,t,i){t=n.exports=i(10)(!1);t.push([n.i,"@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }\r\n  100% { -webkit-transform: rotate(1080deg); -ms-transform: rotate(1080deg); transform: rotate(1080deg); } }\r\n@-moz-keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }\r\n  100% { -webkit-transform: rotate(1080deg); -ms-transform: rotate(1080deg); transform: rotate(1080deg); } }\r\n@-o-keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }\r\n  100% { -webkit-transform: rotate(1080deg); -ms-transform: rotate(1080deg); transform: rotate(1080deg); } }\r\n@keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }\r\n  100% { -webkit-transform: rotate(1080deg); -ms-transform: rotate(1080deg); transform: rotate(1080deg); } }\r\n.popup-user-message { font-family: \"MuseoSans\",Helvetica,Arial,sans-serif; }\r\n.popup-user-message .button { height: 36px; line-height: 36px; font-size: 13px; padding: 0 20px; border-radius: 0; position: relative; z-index: 0; display: inline-block; cursor: pointer; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }\r\n@media only screen and (max-width: 1024px) { .popup-user-message .button { height: 30px; line-height: 30px; font-size: 11px; padding: 0 15px; } }\r\n@media only screen and (max-width: 480px) { .popup-user-message .button { padding: 0 10px; } }\r\n.popup-user-message .button.disabled { opacity: 0.5; pointer-events: none; }\r\n.popup-user-message .button.loading { transition: all 200ms 0ms ease-in-out; color: rgba(255, 255, 255, 0) !important; box-sizing: border-box; position: relative; opacity: 0.65; cursor: default; left: 0px; }\r\n.popup-user-message .button.loading:before { content: ''; position: absolute; left: 50%; margin-left: -7px; top: 10px; width: 14px; height: 14px; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; background: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmOyIgZD0iTTcsMEM1LjEsMCwzLjMsMC44LDIsMlMwLDUuMSwwLDdjMCwzLjgsMy4yLDcsNyw3di0yLjVjLTIuNCwwLTQuNS0yLTQuNS00LjVzMi00LjUsNC41LTQuNQ0KCXM0LjUsMiw0LjUsNC41SDE0QzE0LDMuMiwxMC44LDAsNywweiIvPg0KPC9zdmc+) no-repeat; -webkit-animation: rotate 2000ms linear infinite 0s backwards; -moz-animation: rotate 2000ms linear infinite 0s backwards; -o-animation: rotate 2000ms linear infinite 0s backwards; animation: rotate 2000ms linear infinite 0s backwards; }\r\n@media only screen and (max-width: 1024px) { .popup-user-message .button.loading:before { top: 7px; } }\r\n.popup-user-message .button.flat-maincolor { background: #f29400; color: #ffffff; }\r\n.popup-user-message .button.flat-maincolor:hover { background: #d98500; }\r\n.popup-user-message .button.outline-medgrey02 { background: none; color: #999999; border: 1px solid #bababa; }\r\n.popup-user-message .button.outline-medgrey02.loading:before { background: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojRTBFMEUwOyIgZD0iTTcsMEM1LjEsMCwzLjMsMC44LDIsMlMwLDUuMSwwLDdjMCwzLjgsMy4yLDcsNyw3di0yLjVjLTIuNCwwLTQuNS0yLTQuNS00LjVzMi00LjUsNC41LTQuNQ0KCXM0LjUsMiw0LjUsNC41SDE0QzE0LDMuMiwxMC44LDAsNywweiIvPg0KPC9zdmc+) no-repeat; }\r\n.popup-user-message .error-message { font-size: 13px; line-height: 16px; font-weight: 500; color: #f44336; margin-bottom: 30px; position: relative; padding-left: 20px; }\r\n.popup-user-message .error-message.hidden { display: none; }\r\n.popup-user-message .error-message:after { content: ''; position: absolute; top: 0; left: 0; background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiPg0KPHBhdGggc3R5bGU9ImZpbGw6I0Y0NDMzNjsiIGQ9Ik04LDBDMy42LDAsMCwzLjYsMCw4czMuNiw4LDgsOHM4LTMuNiw4LThTMTIuNCwwLDgsMHogTTEyLjIsMTAuOGwtMS40LDEuNA0KCUw4LDkuNGwtMi44LDIuOGwtMS40LTEuNEw2LjYsOEwzLjgsNS4ybDEuNC0xLjRMOCw2LjZsMi44LTIuOGwxLjQsMS40TDkuNCw4TDEyLjIsMTAuOHoiLz4NCjwvc3ZnPg==) no-repeat 50% 50%; width: 16px; height: 16px; }\r\n@media only screen and (max-width: 768px) { .popup-user-message .error-message { margin-bottom: 15px; font-size: 11px; padding-left: 16px; }\r\n  .popup-user-message .error-message:after { -moz-background-size: 12px 12px; -o-background-size: 12px 12px; -webkit-background-size: 12px 12px; background-size: 12px 12px; width: 12px; height: 12px; top: 1px; } }\r\n.popup-user-message .overlay { position: fixed; width: 100%; height: 100%; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); opacity: 1; -webkit-transition: all 0ms 0ms ease-in-out, opacity 400ms 0ms ease-in-out; transition: all 0ms 0ms ease-in-out, opacity 400ms 0ms ease-in-out; z-index: 2000; }\r\n.popup-user-message .popup-container { position: fixed; min-height: 50vh; width: 90vw; max-width: 900px; padding: 30px; padding-bottom: 20px; height: 80vh; right: calc(50vw - 470px); top: calc(5vh + 30px); background: #ffffff; opacity: 1; -webkit-transition: all 0ms 0ms ease-in-out, opacity 400ms 400ms ease-in-out; transition: all 0ms 0ms ease-in-out, opacity 400ms 400ms ease-in-out; z-index: 2001; }\r\n@media only screen and (max-width: 1024px) { .popup-user-message .popup-container { padding: 20px; width: calc(100vw - 40px); height: calc(100vh - 40px); max-height: 100vh; right: 0; top: 0; margin-right: 0; margin-bottom: 0; } }\r\n.popup-user-message.collapse-popup .overlay { opacity: 0; width: 0px; height: 0px; top: 0px; right: 0px; -webkit-transition: all 0ms 800ms ease-in-out, opacity 400ms 400ms ease-in-out; transition: all 0ms 800ms ease-in-out, opacity 400ms 400ms ease-in-out; }\r\n.popup-user-message.collapse-popup .popup-container { opacity: 0; width: 0px; height: 0px; top: 0px; right: 0px; -webkit-transition: all 0ms 800ms ease-in-out, opacity 400ms 0ms ease-in-out; transition: all 0ms 800ms ease-in-out, opacity 400ms 0ms ease-in-out; }\r\n\r\n.popup-container { font-family: \"MuseoSans\", Helvetica, Arial, sans-serif; position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }\r\n.popup-container h1, .popup-container h2, .popup-container h3, .popup-container h4 { font-weight: 700; color: #020202; padding-top: 0; margin-bottom: 0; margin-top: 0; }\r\n.popup-container h1 { font-size: 36px; line-height: 42px; padding-bottom: 40px; }\r\n.popup-container h2 { font-size: 26px; line-height: 32px; padding-bottom: 40px; }\r\n.popup-container h3 { font-size: 18px; line-height: 24px; padding-bottom: 15px; }\r\n.popup-container h4 { font-size: 15px; line-height: 24px; padding-bottom: 10px; }\r\n.popup-container p { font-size: 15px; font-weight: 300; color: #999999; line-height: 24px; padding-bottom: 10px; }\r\n.popup-container p + h1, .popup-container p + h2, .popup-container p + h3, .popup-container p + h4 { padding-top: 30px; }\r\n.popup-container p b { color: #555555; }\r\n.popup-container a { font-weight: 700; color: #f29400; }\r\n.popup-container .content-tab { padding: 60px; }\r\n.popup-container .content-tab.hidden { display: none; }\r\n.popup-container ul { list-style: none; margin: 0; padding: 0; }\r\n.popup-container ul.arrow-list { margin-left: 15px; margin-bottom: 30px; }\r\n.popup-container ul.arrow-list li { position: relative; }\r\n.popup-container ul.arrow-list li:before { content: ''; position: absolute; top: 8px; left: -15px; width: 6px; height: 5px; background: url(data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjZweCIgaGVpZ2h0PSI1cHgiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDg1LCA4NSwgODUpIg0KIGQ9Ik01LjAwMCwzLjAwMCBMNS4wMDAsNC4wMDAgTDQuMDAwLDQuMDAwIEw0LjAwMCwzLjAwMCBMLTAuMDAwLDMuMDAwIEwtMC4wMDAsMi4wMDAgTDQuMDAwLDIuMDAwIEw0LjAwMCwxLjAwMCBMNS4wMDAsMS4wMDAgTDUuMDAwLDIuMDAwIEw2LjAwMCwyLjAwMCBMNi4wMDAsMy4wMDAgTDUuMDAwLDMuMDAwIFpNMy4wMDAsNS4wMDAgTDMuMDAwLDQuMDAwIEw0LjAwMCw0LjAwMCBMNC4wMDAsNS4wMDAgTDMuMDAwLDUuMDAwIFpNMy4wMDAsLTAuMDAwIEw0LjAwMCwtMC4wMDAgTDQuMDAwLDEuMDAwIEwzLjAwMCwxLjAwMCBMMy4wMDAsLTAuMDAwIFoiLz4NCjwvc3ZnPg==) no-repeat 50% 50%; }\r\n.popup-container ul.table-list { border: 1px solid #e0e0e0; border-bottom: none; }\r\n.popup-container ul.table-list li { width: 100%; }\r\n@media only screen and (max-width: 1024px) { .popup-container ul.table-list li.header-table { display: none; } }\r\n.popup-container ul.table-list li > ul { width: 100%; border-bottom: 1px solid #e0e0e0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }\r\n.popup-container ul.table-list li > ul li { padding: 15px; }\r\n.popup-container ul.table-list li > ul li h4.title-mobile { display: none; }\r\n.popup-container ul.table-list li > ul li:nth-child(1) { width: calc(14% - 30px); border-right: 1px solid #e0e0e0; -webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; }\r\n.popup-container ul.table-list li > ul li:nth-child(2) { width: calc(27% - 30px); border-right: 1px solid #e0e0e0; -webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; }\r\n.popup-container ul.table-list li > ul li:nth-child(3) { width: calc(58% - 30px); -webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; }\r\n.popup-container ul.table-list li > ul:first-child h4 { padding: 0px; }\r\n@media only screen and (max-width: 1024px) { .popup-container ul.table-list li > ul { -webkit-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }\r\n  .popup-container ul.table-list li > ul li h4.title-mobile { display: block; margin-bottom: 10px; }\r\n  .popup-container ul.table-list li > ul li:nth-child(1) { width: calc(100% - 30px); padding-bottom: 0; border-right: none; }\r\n  .popup-container ul.table-list li > ul li:nth-child(2) { width: calc(100% - 30px); border-right: none; padding-bottom: 0; }\r\n  .popup-container ul.table-list li > ul li:nth-child(3) { width: calc(100% - 30px); border-right: none; } }\r\n.popup-container .user-message-container { background: #FAFAFA; border: 1px solid #e0e0e0; padding: 30px; overflow-y: auto; -webkit-flex-grow: 3; -moz-flex-grow: 3; -ms-flex-grow: 3; flex-grow: 3; -webkit-flex-basis: auto; -moz-flex-basis: auto; -ms-flex-basis: auto; flex-basis: auto; }\r\n.popup-container .user-message-container::-webkit-scrollbar { background: #F0F0F0; -webkit-appearance: none; width: 12px; height: 12px; }\r\n.popup-container .user-message-container::-webkit-scrollbar-thumb { border-radius: 0; background-color: #e0e0e0; -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }\r\n@media only screen and (max-width: 768px) { .popup-container .user-message-container { padding: 15px; } }\r\n.popup-container .actions-user-message { margin-top: 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; -ms-flex-pack: flex-end; -webkit-flex-basis: auto; -moz-flex-basis: auto; -ms-flex-basis: auto; flex-basis: auto; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; min-height: 36px; }\r\n.popup-container .actions-user-message .button { margin-left: 15px; }\r\n.popup-container .actions-user-message .error-message { -webkit-flex-grow: 2; -moz-flex-grow: 2; -ms-flex-grow: 2; flex-grow: 2; }\r\n@media only screen and (max-width: 768px) { .popup-container .actions-user-message { margin-top: 15px; } }\r\n@media only screen and (max-width: 740px) { .popup-container .actions-user-message { -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }\r\n  .popup-container .actions-user-message .error-message { width: 100%; margin-top: 10px; margin-bottom: 0; -webkit-order: 3; -moz-order: 3; -ms-order: 3; order: 3; } }\r\n.popup-container .close-popup { position: absolute; cursor: pointer; width: 32px; height: 32px; top: 20px; right: 20px; transition: all 200ms ease-in-out; }\r\n.popup-container .close-popup span { top: 14px; left: 8px; position: absolute; background: #555555; width: 16px; height: 2px; transition: all 200ms ease-in-out; -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); opacity: 0.7; }\r\n.popup-container .close-popup span:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #555555; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }\r\n.popup-container .close-popup:hover span { transition: all 500ms cubic-bezier(0.37, 0.74, 0.15, 1); -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(-45deg) scale(1.2); opacity: 1; }\r\n",""])},function(n){function t(n,t){var u=n[1]||"",r=n[3],f,e;return r?t&&typeof btoa=="function"?(f=i(r),e=r.sources.map(function(n){return"/*# sourceURL="+r.sourceRoot+n+" */"}),[u].concat(e).concat([f]).join("\n")):[u].join("\n"):u}function i(n){var t=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,"+t;return"/*# "+i+" */"}n.exports=function(n){var i=[];return i.toString=function(){return this.map(function(i){var r=t(i,n);return i[2]?"@media "+i[2]+"{"+r+"}":r}).join("")},i.i=function(n,t){var f,r,e,u;for(typeof n=="string"&&(n=[[null,n,""]]),f={},r=0;r<this.length;r++)e=this[r][0],typeof e=="number"&&(f[e]=!0);for(r=0;r<n.length;r++)u=n[r],typeof u[0]=="number"&&f[u[0]]||(t&&!u[2]?u[2]=t:t&&(u[2]="("+u[2]+") and ("+t+")"),i.push(u))},i}},function(n){n.exports=function(n){var t=typeof window!="undefined"&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!n||typeof n!="string")return n;var i=t.protocol+"//"+t.host,r=i+t.pathname.replace(/\/[^\/]*$/,"/");return n.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(n,t){var u=t.trim().replace(/^"(.*)"$/,function(n,t){return t}).replace(/^'(.*)'$/,function(n,t){return t}),f;return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(u)?n:(f=u.indexOf("//")===0?u:u.indexOf("/")===0?i+u:r+u.replace(/^\.\//,""),"url("+JSON.stringify(f)+")")})}},function(n,t,i){var r=[i(0)];window.Loop=window.Loop||{};window.Loop.viewModels=window.Loop.viewModels||{};window.Loop.Ibar=window.Loop.Ibar||{};window.Loop.Ibar.viewModels=window.Loop.Ibar.viewModels||{};i(8);i(2);i(3);i(5);i(4);i(6);i(1);i(7);$(document).ready(function(){function t(){for(var n=window.location.host,i=n.split("."),t=0;t<i.length;t+=1)if(i[t].indexOf("frontiers")>-1){n=i[t]+"."+i[t+1];break}return n.indexOf(":")>-1&&(n=n.substr(0,n.indexOf(":"))),"www."+n}var n="//"+t()+"/registration/content/css/font.css";$("link[href='"+n+"']").length===0&&$("head").append($('<link href="'+n+'" rel="stylesheet" />'));r.forEach(function(n){$("body").append(n)})})},function(n,t,i){function o(n,t){for(var r,f,o,i,e=0;e<n.length;e++)if(r=n[e],f=u[r.id],f){for(f.refs++,i=0;i<f.parts.length;i++)f.parts[i](r.parts[i]);for(;i<r.parts.length;i++)f.parts.push(v(r.parts[i],t))}else{for(o=[],i=0;i<r.parts.length;i++)o.push(v(r.parts[i],t));u[r.id]={id:r.id,refs:1,parts:o}}}function s(n,t){for(var e=[],u={},f=0;f<n.length;f++){var i=n[f],r=t.base?i[0]+t.base:i[0],s=i[1],h=i[2],c=i[3],o={css:s,media:h,sourceMap:c};u[r]?u[r].parts.push(o):e.push(u[r]={id:r,parts:[o]})}return e}function h(n,t){var i=f(n.insertInto),u,e;if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");if(u=r[r.length-1],n.insertAt==="top")u?u.nextSibling?i.insertBefore(t,u.nextSibling):i.appendChild(t):i.insertBefore(t,i.firstChild),r.push(t);else if(n.insertAt==="bottom")i.appendChild(t);else if(typeof n.insertAt=="object"&&n.insertAt.before)e=f(n.insertInto+" "+n.insertAt.before),i.insertBefore(t,e);else throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");}function c(n){if(n.parentNode===null)return!1;n.parentNode.removeChild(n);var t=r.indexOf(n);t>=0&&r.splice(t,1)}function l(n){var t=document.createElement("style");return n.attrs.type="text/css",a(t,n.attrs),h(n,t),t}function nt(n){var t=document.createElement("link");return n.attrs.type="text/css",n.attrs.rel="stylesheet",a(t,n.attrs),h(n,t),t}function a(n,t){Object.keys(t).forEach(function(i){n.setAttribute(i,t[i])})}function v(n,t){var i,r,u,f,o;if(t.transform&&n.css)if(f=t.transform(n.css),f)n.css=f;else return function(){};return t.singleton?(o=d++,i=e||(e=l(t)),r=p.bind(null,i,o,!1),u=p.bind(null,i,o,!0)):n.sourceMap&&typeof URL=="function"&&typeof URL.createObjectURL=="function"&&typeof URL.revokeObjectURL=="function"&&typeof Blob=="function"&&typeof btoa=="function"?(i=nt(t),r=it.bind(null,i,t),u=function(){c(i);i.href&&URL.revokeObjectURL(i.href)}):(i=l(t),r=tt.bind(null,i),u=function(){c(i)}),r(n),function(t){if(t){if(t.css===n.css&&t.media===n.media&&t.sourceMap===n.sourceMap)return;r(n=t)}else u()}}function p(n,t,i,r){var e=i?"":r.css,f,u;n.styleSheet?n.styleSheet.cssText=y(t,e):(f=document.createTextNode(e),u=n.childNodes,u[t]&&n.removeChild(u[t]),u.length?n.insertBefore(f,u[t]):n.appendChild(f))}function tt(n,t){var i=t.css,r=t.media;if(r&&n.setAttribute("media",r),n.styleSheet)n.styleSheet.cssText=i;else{while(n.firstChild)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(i))}}function it(n,t,i){var r=i.css,u=i.sourceMap,o=t.convertToAbsoluteUrls===undefined&&u,e,f;(t.convertToAbsoluteUrls||o)&&(r=g(r));u&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(u))))+" */");e=new Blob([r],{type:"text/css"});f=n.href;n.href=URL.createObjectURL(e);f&&URL.revokeObjectURL(f)}var u={},w=function(n){var t;return function(){return typeof t=="undefined"&&(t=n.apply(this,arguments)),t}},b=w(function(){return window&&document&&document.all&&!window.atob}),k=function(n){return document.querySelector(n)},f=function(){var n={};return function(t){if(typeof t=="function")return t();if(typeof n[t]=="undefined"){var i=k.call(this,t);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(r){i=null}n[t]=i}return n[t]}}(),e=null,d=0,r=[],g=i(11),y;n.exports=function(n,t){if(typeof DEBUG!="undefined"&&DEBUG&&typeof document!="object")throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{};t.attrs=typeof t.attrs=="object"?t.attrs:{};t.singleton||typeof t.singleton=="boolean"||(t.singleton=b());t.insertInto||(t.insertInto="head");t.insertAt||(t.insertAt="bottom");var i=s(n,t);return o(i,t),function(n){for(var c,l,r,e,h=[],f=0;f<i.length;f++)c=i[f],r=u[c.id],r.refs--,h.push(r);for(n&&(l=s(n,t),o(l,t)),f=0;f<h.length;f++)if(r=h[f],r.refs===0){for(e=0;e<r.parts.length;e++)r.parts[e]();delete u[r.id]}}};y=function(){var n=[];return function(t,i){return n[t]=i,n.filter(Boolean).join("\n")}}()}])