@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@keyframes pkp_spin{0%{transform:rotateZ(-360deg);-webkit-transform:rotateZ(-360deg);-moz-transform:rotateZ(-360deg);-o-transform:rotateZ(-360deg)}100%{transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg)}}@-webkit-keyframes pkp_spin{0%{transform:rotateZ(-360deg);-webkit-transform:rotateZ(-360deg);-moz-transform:rotateZ(-360deg);-o-transform:rotateZ(-360deg)}100%{transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg)}}@-moz-keyframes pkp_spin{0%{transform:rotateZ(-360deg);-webkit-transform:rotateZ(-360deg);-moz-transform:rotateZ(-360deg);-o-transform:rotateZ(-360deg)}100%{transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg)}}@-o-keyframes pkp_spin{0%{transform:rotateZ(-360deg);-webkit-transform:rotateZ(-360deg);-moz-transform:rotateZ(-360deg);-o-transform:rotateZ(-360deg)}100%{transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg)}}.pkp_button,.pkp_button_primary,.pkp_button_offset,.pkp_button_link{display:inline-block;padding:0 .5em;background:#fff;border:1px solid #ddd;border-radius:3px;font-size:.93rem;line-height:2rem;font-weight:700;color:#4b0082;text-decoration:none;box-shadow:0 1px 0 #ddd;cursor:pointer}.pkp_button:hover,.pkp_button:focus,.pkp_button_primary:hover,.pkp_button_primary:focus,.pkp_button_offset:hover,.pkp_button_offset:focus,.pkp_button_link:hover,.pkp_button_link:focus{color:#4b0082;border-color:#4b0082;outline:0}.pkp_button:active,.pkp_button_primary:active,.pkp_button_offset:active,.pkp_button_link:active{box-shadow:0 0 2px}.pkp_button:disabled,.pkp_button_primary:disabled,.pkp_button_offset:disabled,.pkp_button_link:disabled{color:#aaa}.pkp_button:disabled:hover,.pkp_button_primary:disabled:hover,.pkp_button_offset:disabled:hover,.pkp_button_link:disabled:hover{color:#aaa;border-color:#ddd;cursor:not-allowed}.pkp_button_primary{color:#fff;background:#4b0082;border-color:#4b0082;box-shadow:0 1px 0 #4b0082}.pkp_button_primary:hover,.pkp_button_primary:focus{background:#6800b5;color:#fff}.pkp_button_primary:disabled,.pkp_button_primary:disabled:hover{color:#fff;background:#b7c5ca;border-color:#b7c5ca;box-shadow:0 1px 0 #888;cursor:not-allowed}.pkp_button_offset{color:#ff4040}.pkp_button_offset:hover,.pkp_button_offset:focus{border-color:#ff4040;color:#ff4040}.pkp_button_offset:disabled,.pkp_button_offset:disabled:hover{color:#fff;background:#b7c5ca;border-color:#b7c5ca;box-shadow:0 1px 0 #888;cursor:not-allowed}.pkp_button_link{box-shadow:none;border-color:transparent}.pkp_button_link:disabled:hover{border-color:transparent}.pkp_spinner:after{display:inline-block;position:relative;width:1.25rem;height:1.25rem;vertical-align:middle;-webkit-animation:pkp_spin .6s linear infinite;-moz-animation:pkp_spin .6s linear infinite;-ms-animation:pkp_spin .6s linear infinite;-o-animation:pkp_spin .6s linear infinite;animation:pkp_spin .6s linear infinite;border-radius:100%;border-top:1px solid #888;border-bottom:1px solid transparent;border-left:1px solid #888;border-right:1px solid transparent;border-top-color:rgba(0,0,0,0.5);border-left-color:rgba(0,0,0,0.5);content:'';opacity:1}.pkp_loading{font-size:.93rem;line-height:1.43rem}.pkp_loading .pkp_spinner{margin-right:0.25em}.pkp_unstyled_list,.cmp_article_list,.cmp_breadcrumbs ol,.cmp_announcements.cmp_announcements,.pkp_site_nav_menu ul,.pkp_page_index .journals ul,.page_catalog_category .subcategories ul,.page_issue_archive .issues_archive,.page_register .context_optin .contexts,.obj_article_details .authors,.obj_article_details .galleys_links,.obj_article_details .supplementary_galleys_links,.obj_article_summary .galleys_links,.obj_issue_toc .articles,.obj_issue_toc .galleys_links,.pkp_block .content ul{margin:0;padding:0;list-style:none}.pkp_caret{content:' ';display:inline-block;width:0;height:0;border:.25rem solid transparent;vertical-align:middle}.pkp_caret_down{border-top:.375rem solid}.pkp_caret_right{border-left:.375rem solid}.pkp_screen_reader,.cmp_skip_to_content a,.pkp_page_index .journals h2,.pkp_page_index .cmp_announcements h2,.page_register .context_optin .roles legend{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;left:-2000px}.pkp_screen_reader:focus,.pkp_page_index .cmp_announcements h2:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#000;display:block;font-size:1rem;height:auto;line-height:normal;padding:1rem;position:absolute;left:0.5rem;top:0.5rem;text-decoration:none;width:auto;z-index:100000}.pkp_helpers_clear:before,.pkp_helpers_clear:after{content:" ";display:table}.pkp_helpers_clear:after{clear:both}.pkp_uploadedFile_summary{font-size:.93rem;line-height:1.43rem}.pkp_uploadedFile_summary .filename .display{line-height:2rem}.pkp_uploadedFile_summary .filename .edit{line-height:1.43rem}.pkp_uploadedFile_summary .details{margin-top:0.5rem;color:rgba(0,0,0,0.54)}.pkp_uploadedFile_summary .details>span{margin-left:2rem}.pkp_uploadedFile_summary .details>span:first-child{margin-left:0}.pkp_uploadedFile_summary .details>span:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);padding-right:0.25em;color:#aaa}.pkp_uploadedFile_summary .pixels:before{content:"\f108"}.pkp_uploadedFile_summary .print{margin-left:2rem}.pkp_uploadedFile_summary .print:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);padding-right:0.25em;color:#aaa;content:"\f02f"}.pkp_uploadedFile_summary .type:before{content:"\f016"}.pkp_uploadedFile_summary .type.pdf:before{content:"\f1c1"}.pkp_uploadedFile_summary .type.doc:before,.pkp_uploadedFile_summary .type.docx:before{content:"\f1c2"}.pkp_uploadedFile_summary .type.xls:before,.pkp_uploadedFile_summary .type.xlsx:before{content:"\f1c3"}.pkp_uploadedFile_summary .file_size:before{content:"\f0a0"}.pkp_helpers_invisible{visibility:hidden}.pkp_helpers_display_none{display:none !important}.pkp_helpers_align_left{float:left}.pkp_helpers_align_right{float:right}.pkp_helpers_text_left{text-align:left}.pkp_helpers_text_right{text-align:right}.pkp_helpers_text_center{text-align:center}.pkp_helpers_text_justify{text-align:justify}.pkp_helpers_title_padding{padding:5px !important}.pkp_helpers_image_left{float:left;margin:4px 10px 4px 0}.pkp_helpers_image_right{float:right;margin:4px 0 4px 10px}.pkp_helpers_container_center{margin:0 auto}.pkp_helpers_debug,.pkp_helpers_debug div{border:1px dashed #f00;padding:2px}.pkp_helpers_flatlist{margin:0;padding:0}.pkp_helpers_flatlist li{float:left;position:relative}.pkp_helpers_bulletlist li{list-style:disc}.pkp_helpers_icon_link_valign{line-height:24px}.pkp_helpers_moveicon{cursor:move}.pkp_helpers_full{width:100%}.pkp_helpers_half{width:50%}.pkp_helpers_third{width:33%}.pkp_helpers_quarter{width:25%}.pkp_helpers_fifth{width:20%}.pkp_helpers_threeQuarter{width:75%}.pkp_helpers_underline:after{border-bottom:2px solid #fff;content:" ";display:block}.pkp_helpers_dotted_underline{border-bottom:1px dotted #999}.pkp_helpers_black_bg{background-color:black}.pkp_helpers_text_warn{color:#d00a6c}.pkp_helpers_text_primary{color:black}.NMI_TYPE_CUSTOM_EDIT{display:none}.pkp_helpers_form_input_title_text{font-weight:bold;color:#777777}#orcid-id-logo{display:inline-block;width:1.4em;height:1.4em;margin-right:0.5em;vertical-align:middle}.orcid_icon{display:inline-block;margin-right:0.5em;width:24px;height:24px;vertical-align:middle}.orcid-failure{width:100%;background:#F6D8CE;border:1px solid #f00;border-radius:5px;padding:15px;margin-bottom:15px}.orcid-success{width:100%;background:#E6F8E0;border:1px solid #3adf00;border-radius:5px;padding:15px;margin-bottom:15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.cmp_button,.cmp_form .buttons button,.page_lost_password .buttons button,.page_search .submit button,.block_make_submission a{display:inline-block;padding:0 1em;background:#eee;border:1px solid rgba(0,0,0,0.4);border-top-color:#bbb;border-radius:3px;box-shadow:inset 0 -1em 1em rgba(0,0,0,0.1);font-size:.93rem;line-height:calc(2.143rem - 2px);font-weight:700;color:#4b0082;text-decoration:none}.cmp_button:hover,.cmp_button:focus,.page_search .submit button:hover,.page_search .submit button:focus{box-shadow:inset 0 1em 1em rgba(0,0,0,0.1)}.cmp_button_wire,.obj_galley_link{display:inline-block;padding:0 1em;background:#fff;border:1px solid #4b0082;border-radius:3px;font-size:.93rem;line-height:calc(2.143rem - 2px);color:#4b0082;text-decoration:none}.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus{background:#4b0082;color:#fff}.cmp_article_list>li{margin-bottom:2.143rem}.cmp_article_list>li:before,.cmp_article_list>li:after{content:" ";display:table}.cmp_article_list>li:after{clear:both}.cmp_form fieldset{margin:0 0 1.43rem;padding:0;border:none}.cmp_form legend{margin-bottom:.714rem;font-size:1.143rem;font-weight:700;line-height:1.43rem}.cmp_form .fields>div{position:relative;padding-bottom:2.143rem}.cmp_form .fields>div .error{position:absolute;left:0.5em;bottom:11px;padding:0 .5em;background:#ff4040;border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-size:.93rem;line-height:1.43rem;font-weight:700;color:#fff}.cmp_form label{display:block;cursor:pointer}.cmp_form .label{display:block;font-size:.93rem;font-weight:400}.cmp_form input[type="text"],.cmp_form input[type="email"],.cmp_form input[type="password"],.cmp_form input[type="url"],.cmp_form input[type="tel"],.cmp_form select,.cmp_form textarea{padding:0 .5em;width:100%;height:calc(2.143rem - 2px);background:#fff;border:1px solid rgba(0,0,0,0.4);border-radius:3px;font-size:.93rem;line-height:calc(2.143rem - 2px)}.cmp_form textarea{width:100%;height:8em}.cmp_form .pkp_form_error{margin-bottom:.714rem;border-radius:3px;padding:0 .5em;font-weight:700;font-size:.93rem;background:#ff4040;color:#fff}.cmp_form label>input[type="checkbox"],.cmp_form label>input[type="radio"]{margin-right:0.25em}.cmp_form .buttons:before,.cmp_form .buttons:after{content:" ";display:table}.cmp_form .buttons:after{clear:both}.cmp_form .buttons a{font-size:.93rem;line-height:2.143rem;margin-left:1em}.cmp_form .description{margin-top:0;font-size:.93rem;line-height:1.5em;color:rgba(0,0,0,0.54)}@media (min-width:480px){.cmp_form input[type="text"],.cmp_form input[type="email"],.cmp_form input[type="password"],.cmp_form input[type="url"],.cmp_form input[type="tel"],.cmp_form select{max-width:20em}}.cmp_pagination{text-align:right}.cmp_pagination:before,.cmp_pagination:after{content:" ";display:table}.cmp_pagination:after{clear:both}.cmp_pagination .prev{float:left;margin-right:0.5em;text-decoration:none}.cmp_pagination .prev:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f177";margin-right:0.5em}.cmp_pagination .next{margin-left:0.5em;text-decoration:none}.cmp_pagination .next:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f178";margin-left:0.5em}.cmp_edit_link{display:inline-block;margin-left:1em;font-size:.93rem;font-weight:400;line-height:1;vertical-align:middle;text-decoration:none}.cmp_edit_link:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f040"}.cmp_search_filter{margin-bottom:.714rem;font-size:.93rem}.cmp_search_filter:last-child{margin-bottom:0}.cmp_search_filter label{font-style:italic}.cmp_search_filter .delete{color:#ff4040}.cmp_notification{display:block;width:100%;padding:1.43rem;margin-bottom:2.857rem;background:#ddd;border-left:.357rem solid #4b0082;font-size:1rem;line-height:1.43rem}.cmp_notification .success{border-color:#00b24e}.cmp_notification .no{border-color:#ff4040}.cmp_breadcrumbs{display:inline-block}.cmp_breadcrumbs ol{margin-bottom:2.143rem;padding:.357rem 0;line-height:1.43rem;font-size:.93rem}.cmp_breadcrumbs li{display:inline-block}.cmp_breadcrumbs a{display:inline-block;text-decoration:none}.cmp_breadcrumbs .separator{color:rgba(0,0,0,0.54);padding:0 .5em}.cmp_breadcrumbs .current{color:rgba(0,0,0,0.54)}.cmp_breadcrumbs .current h1{margin:0;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:.93rem;font-weight:400}.cmp_back_link{margin-top:1.43rem}.cmp_announcements.cmp_announcements{margin-left:-0.714rem;margin-right:-0.714rem}.cmp_announcements.cmp_announcements>li{padding:2.143rem .714rem;border-bottom:1px solid #ddd}.cmp_announcements.cmp_announcements>li:last-child{border-bottom:none}@media (min-width:480px){.cmp_announcements.cmp_announcements{margin-left:-1.43rem;margin-right:-1.43rem}.cmp_announcements.cmp_announcements>li{padding-left:1.43rem;padding-right:1.43rem}}@media (min-width:992px){.cmp_announcements.cmp_announcements{margin-left:-2.143rem;margin-right:-2.143rem}.cmp_announcements.cmp_announcements>li{padding-left:2.143rem;padding-right:2.143rem}}.cmp_skip_to_content a{display:block;padding:1em;z-index:99999;background:#fff;transform:translateX(-50%)}.cmp_skip_to_content a:focus{clip:auto;top:0;left:50%;color:#4b0082}.cmp_table{width:100%;border:1px solid #ddd;border-bottom:none;border-collapse:collapse}.cmp_table th,.cmp_table td{padding:0.5em;text-align:left;border-bottom:1px solid #ddd}.cmp_table th{font-weight:700}html,body{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:14px;line-height:1.43rem;color:rgba(0,0,0,0.87);background:#fff}a{color:#4b0082}a:hover,a:focus{color:#6800b5}.pkp_site_name_wrapper,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_search_mobile,.pkp_structure_content,.pkp_structure_footer{position:relative;width:100%;margin:0 auto;padding-left:.714rem;padding-right:.714rem}.pkp_site_name_wrapper:before,.pkp_navigation_primary_wrapper:before,.pkp_navigation_user:before,.pkp_search_mobile:before,.pkp_structure_content:before,.pkp_structure_footer:before,.pkp_site_name_wrapper:after,.pkp_navigation_primary_wrapper:after,.pkp_navigation_user:after,.pkp_search_mobile:after,.pkp_structure_content:after,.pkp_structure_footer:after{content:" ";display:table}.pkp_site_name_wrapper:after,.pkp_navigation_primary_wrapper:after,.pkp_navigation_user:after,.pkp_search_mobile:after,.pkp_structure_content:after,.pkp_structure_footer:after{clear:both}@media (min-width:768px){.pkp_site_name_wrapper,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_search_mobile,.pkp_structure_content,.pkp_structure_footer{width:728px;padding:0}}@media (min-width:992px){.pkp_site_name_wrapper,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_search_mobile,.pkp_structure_content,.pkp_structure_footer{width:952px}}@media (min-width:1200px){.pkp_site_name_wrapper,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_search_mobile,.pkp_structure_content,.pkp_structure_footer{width:1160px}}.has_site_logo .pkp_site_name,.has_site_logo .pkp_navigation_primary_wrapper{width:auto}.has_site_logo .pkp_head_wrapper{position:relative;width:100%;margin:0 auto;padding-right:.714rem}.has_site_logo .pkp_head_wrapper:before,.has_site_logo .pkp_head_wrapper:after{content:" ";display:table}.has_site_logo .pkp_head_wrapper:after{clear:both}@media (min-width:768px){.has_site_logo .pkp_head_wrapper{width:728px;padding-left:0;padding-right:0}}@media (min-width:992px){.has_site_logo .pkp_head_wrapper{width:952px}}@media (min-width:1200px){.has_site_logo .pkp_head_wrapper{width:1160px}}.pkp_structure_main{padding:.714rem}@media (min-width:480px){.pkp_structure_main{padding:1.43rem}}@media (min-width:768px){.pkp_structure_main:before,.pkp_structure_main:after{content:'';position:absolute;top:0;left:0;bottom:0;width:1px;background:#ddd}.pkp_structure_main:after{left:728px}}@media (min-width:992px){.pkp_structure_content{padding-top:2.143rem}.pkp_structure_sidebar{float:right;width:300px}.pkp_structure_main{float:left;padding:0 2.143rem 6.429rem;width:652px}.pkp_structure_main:after{left:652px}}@media (min-width:1200px){.pkp_structure_main{width:860px}.pkp_structure_main:after{left:860px}}@media (min-width:992px){.pkp_structure_main:first-child:last-child{float:none;margin-left:auto;margin-right:auto;margin-top:2.857rem}.pkp_structure_main:first-child:last-child:before{left:150px}.pkp_structure_main:first-child:last-child:after{left:auto;right:150px}}img{max-width:100%;width:auto;height:auto}.pkp_structure_head{background-color:#64057a;border-bottom:1px solid #ddd}.pkp_head_wrapper{position:relative}.pkp_site_name_wrapper{height:2.857rem}@media (min-width:992px){.pkp_site_name_wrapper{height:auto}}.pkp_site_name{position:absolute;left:2.857rem;right:0;margin-top:0;margin-bottom:0;padding-left:.714rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:.93rem}.pkp_site_name>a{padding-top:.714rem;padding-bottom:.714rem}.pkp_site_name>a:focus{outline:0}.pkp_site_name .is_img{display:inline-block;margin-top:.357rem;margin-bottom:.357rem;padding:0}.pkp_site_name .is_img:focus{outline:1px solid #fff}.pkp_site_name .is_img img{display:block;max-height:2.143rem;max-width:100%;width:auto;height:auto}.pkp_site_name .is_text{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:.93rem;font-weight:700;line-height:2.857rem;color:#fff;text-decoration:none}.pkp_site_name .is_text:focus{text-decoration:underline}.pkp_navigation_primary_wrapper{padding-left:0;padding-right:0}.pkp_site_nav_menu{position:absolute;width:100%;top:100%;background:#64057a;left:0;padding:.714rem;z-index:9999}.pkp_site_nav_menu .pkp_nav_list{padding-left:0;margin-left:0}.pkp_site_nav_menu ul ul{padding-left:0.5rem}.pkp_site_nav_menu a{display:inline-block;padding:.125rem 0;color:#fff;text-decoration:none}.pkp_site_nav_menu a:hover,.pkp_site_nav_menu a:focus{color:#fff;text-decoration:underline}.pkp_site_nav_menu #siteNav{position:absolute;top:0;height:0}.pkp_navigation_user.pkp_navigation_user{margin-left:auto;margin-right:auto;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1)}.pkp_navigation_user .task_count{display:inline-block;width:1.43rem;height:1.43rem;margin-left:0.5em;border-radius:50%;background:rgba(255,255,255,0.1);line-height:1.43rem;text-align:center;font-size:0.857rem;position:relative}.pkp_navigation_user>li>a .task_count{display:none}.pkp_navigation_user>li>ul a .task_count{display:inline-block;background:rgba(255,255,255,0.1);color:#fff}.pkp_navigation_user>li>ul a:hover .task_count,.pkp_navigation_user>li>ul a:focus .task_count{background:rgba(0,0,0,0.87)}.pkp_navigation_search_wrapper{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1)}@media (min-width:992px){.pkp_head_wrapper{padding-top:4.286rem}.pkp_site_nav_toggle{display:none}.pkp_site_name{position:relative;width:100%;left:auto;right:auto;padding:0;white-space:normal;font-size:2em;background:transparent;overflow:visible}.pkp_site_name .is_text{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.714rem;line-height:2.143rem}.pkp_site_name .is_img img{max-height:80px}.pkp_site_nav_menu{display:block;position:static;top:auto;padding:0}.pkp_site_nav_menu ul ul{padding-left:0}.has_site_logo .pkp_head_wrapper{padding-top:2.143rem}.pkp_nav_list{margin:0;padding:0;list-style:none}.pkp_nav_list li{position:relative;display:inline-block}.pkp_nav_list a{display:inline-block;padding-left:.714rem;padding-right:.714rem;text-decoration:none;padding-top:.357rem;padding-bottom:.357rem}.pkp_nav_list a:hover,.pkp_nav_list a:focus{text-decoration:none}.pkp_nav_list ul{position:absolute;top:100%;left:-9999px;z-index:1000;width:15em;margin:0;padding:0;background:#fff;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.3)}.pkp_nav_list ul li{display:block}.pkp_nav_list ul a{display:block;padding-left:.357rem;border-left:.357rem solid transparent;color:#4b0082}.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus{outline:0;background:#ddd;border-color:#4b0082;color:#4b0082}.pkp_nav_list ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}.pkp_nav_list ul li:last-child a{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.pkp_nav_list>li:hover ul{left:0}.pkp_nav_list [aria-haspopup]:after{position:relative;display:inline-block;content:"";width:0;height:0;margin-left:0.25em;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;vertical-align:middle;overflow:hidden}.pkp_navigation_primary{text-align:center}.pkp_navigation_primary>li>a{margin:.357rem .5em 0;padding:.357rem .5em calc(.714rem - 2px);border-bottom:2px solid transparent;color:#fff;text-decoration:none}.pkp_navigation_primary>li>a:hover{color:#fff;outline:0;border-color:#fff}.pkp_navigation_primary>li>a:focus{background:#fff;color:#64057a;outline:0}.pkp_navigation_primary>li:first-child a{margin-left:-0.5em}.pkp_navigation_primary>li:last-child a{margin-right:-0.5em}.pkp_navigation_primary>li:hover ul{position:absolute;transform:translate3d(7px, 40px, 0px);top:0;left:0;will-change:transform}.pkp_navigation_primary ul a{padding-top:.714rem;padding-bottom:.714rem}.pkp_navigation_primary [aria-haspopup]:hover{border-color:transparent}.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover{border-color:#4b0082}.dropdown-menu{display:none}.dropdown-menu.show{display:block}[data-toggle="dropdown"]:hover+.dropdown-menu,.dropdown-menu:hover{display:block}.pkp_navigation_user_wrapper{position:absolute;top:0;left:50%;transform:translateX(-50%);padding-left:.714rem;padding-right:.714rem;text-align:right;padding-top:0;margin-top:0;border-top:none;z-index:1000}.pkp_navigation_user{text-align:right;font-size:.93rem;padding-right:1.43rem}.pkp_navigation_user.pkp_navigation_user{margin:0;padding:0;border:none}.pkp_navigation_user li{text-align:left}.pkp_navigation_user a{padding-top:.357rem;padding-bottom:.357rem;line-height:1.43rem}.pkp_navigation_user>li>a:focus{outline:0;background:#fff;color:#64057a}.pkp_navigation_user ul{width:10em}.pkp_navigation_user>li:hover ul{position:absolute;top:0;left:0;transform:translate3d(0px, 30px, 0px);will-change:transform}.pkp_navigation_user>li:last-child>a{margin-right:-0.714rem}.pkp_navigation_user>li>a .task_count{display:inline-block}.pkp_navigation_user>li>a:focus .task_count{background:#64057a;color:#fff}.pkp_navigation_user>li>ul a .task_count{display:none}.pkp_navigation_search_wrapper{float:right;margin:0;padding:0;border:none}.pkp_navigation_search_wrapper a{margin:.357rem .5em 0;padding:.357rem .5em calc(.714rem - 2px);border-bottom:2px solid transparent;color:#fff;text-decoration:none}.pkp_navigation_search_wrapper a:hover{color:#fff;outline:0;border-color:#fff;text-decoration:none}.pkp_navigation_search_wrapper a:focus{background:#fff;color:#64057a;outline:0;text-decoration:none}}@media (min-width:992px) and (min-width:992px){.pkp_navigation_primary{display:inline-block;max-width:80%;text-align:left}}.pkp_structure_main h1{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.714rem;line-height:2.143rem;font-weight:700}.pkp_structure_main h2{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.285rem;line-height:2.143rem;font-weight:700}.pkp_structure_main h3{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.143rem;line-height:1.43rem;font-weight:700}.pkp_structure_main h4{font-size:1rem;line-height:1.43rem;font-weight:700}.pkp_structure_main h5{font-size:1rem;line-height:1.43rem;font-weight:400}.pkp_structure_main h6{font-size:.93rem;line-height:1.43rem;font-weight:700}.pkp_structure_main h1,.pkp_structure_main h2,.pkp_structure_main h3,.pkp_structure_main h4{margin:2.857rem 0 1.43rem}.pkp_structure_main h5,.pkp_structure_main h6{margin:1.43rem 0}.pkp_structure_main p,.pkp_structure_main ul{line-height:1.785rem;margin:1.43rem 0}.pkp_structure_main p:last-child{margin-bottom:0}.pkp_structure_main .page h1{margin-top:0}.pkp_structure_main .page>.cmp_edit_link{float:right;padding:.357rem 0;line-height:2.143rem}.pkp_structure_main .page .monograph_count{float:right;padding:.714rem 0;font-size:.93rem;color:rgba(0,0,0,0.54)}.pkp_structure_main .page .about_section{color:rgba(0,0,0,0.54);line-height:2.143rem}.pkp_structure_main .page .about_section:before,.pkp_structure_main .page .about_section:after{content:" ";display:table}.pkp_structure_main .page .about_section:after{clear:both}.pkp_structure_main .page .about_section .cover{float:right;width:20%;margin-left:10%;margin-right:10%}.pkp_structure_main .page .about_section .cover img{display:block;margin:0 auto}.pkp_structure_main .page .about_section .description p:first-child{margin-top:0}.pkp_structure_main .page .about_section .description p:last-child{margin-bottom:0}@media (min-width:480px){.pkp_structure_main .page .about_section{font-size:1.143rem;font-style:italic}}.pkp_site_nav_toggle{position:absolute;top:0;left:0;width:2.857rem;height:2.857rem;border:0;background:none;box-shadow:1px 0 0 rgba(255,255,255,0.2),-1px 0 0 rgba(255,255,255,0.2);z-index:999}.pkp_site_nav_toggle:focus{outline:1px dotted #fff;box-shadow:none}.pkp_site_nav_toggle>span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:19px;border-bottom:3px solid #fff;text-indent:-9999px;overflow:hidden}.pkp_site_nav_toggle>span:before,.pkp_site_nav_toggle>span:after{content:"";position:absolute;left:0;width:100%;height:3px;background:#fff}.pkp_site_nav_toggle>span:before{top:0}.pkp_site_nav_toggle>span:after{top:8px}.pkp_site_nav_toggle--transform>span{border-bottom:0;overflow:visible}.pkp_site_nav_toggle--transform>span:before{top:7px;transform:rotate(-405deg) translateY(1px) translateX(-2px);-webkit-transform:rotate(-405deg) translateY(1px) translateX(-2px)}.pkp_site_nav_toggle--transform>span:after{top:14px;transform:rotate(405deg) translateY(-3px) translateX(-4px);-webkit-transform:rotate(405deg) translateY(-3px) translateX(-4px)}.pkp_site_nav_menu{display:none}.pkp_site_nav_menu--isOpen{display:block}body.navIsOpen .siteHeader__details{right:0}body.navIsOpen .siteHeader__screen{display:block;opacity:0.5}body.navIsOpen .siteHeader__navToggleIcon>span:first-child{transform:rotate(45deg);top:18px}body.navIsOpen .siteHeader__navToggleIcon>span:nth-child(2){opacity:0}body.navIsOpen .siteHeader__navToggleIcon>span:last-child{transform:rotate(-45deg);top:18px}@media (min-width:992px){.pkp_site_nav_menu{display:block}}.highlights{margin-top:-0.714rem;margin-left:-1.43rem;margin-right:-1.43rem;background:#ddd}.swiper{--swiper-theme-color:#64057a;--swiper-navigation-size:2.143rem;--swiper-navigation-sides-offset:.357rem}.swiper-wrapper{margin:0;padding:0 0 2.857rem;list-style:none}.swiper-slide-content{padding-left:2.143rem;padding-right:2.143rem}.swiper .swiper-slide-title{margin-top:1.43rem}.swiper-slide-button{display:inline-block;margin-top:1.43rem}.swiper-button-prev,.swiper-button-next{background:transparent;border:none;color:#fff}.swiper-button-prev:focus-visible,.swiper-button-next:focus-visible{outline:2px solid #fff;outline-offset:.357rem}.swiper-slide-image{width:100vw;max-height:50vh;object-fit:cover}@media (min-width:480px){.highlights{margin-top:-1.43rem;margin-left:-2.143rem;margin-right:-2.143rem}.swiper-slide-content{padding-left:2.857rem;padding-right:2.857rem}}@media (min-width:768px){.highlights{margin-top:-1.43rem;margin-left:-1.43rem;margin-right:-1.43rem}.swiper-slide.-has-image{display:grid;grid-template-columns:1fr 1fr}.swiper-slide-content{padding-inline-start:2.143rem}}@media (min-width:992px){.highlights{margin-top:-4.998rem;margin-left:-2.143rem;margin-right:-2.143rem}.pkp_structure_content.has_sidebar .highlights{margin-top:-2.143rem}}.pkp_page_index .journals{margin-top:2.143rem}.pkp_page_index .journals>ul>li{margin:2.143rem 0}.pkp_page_index .journals img{display:block;max-height:20em}.pkp_page_index .journals h3{margin:.714rem 0;font-size:1rem;font-weight:700}.pkp_page_index .journals h3 a{text-decoration:none}.pkp_page_index .journals p{margin:.714rem 0}.pkp_page_index .journals .links li{display:inline-block;margin:0 .714rem .714rem 0}@media (min-width:768px){.pkp_page_index .journals>ul>li{margin:0 -1.43rem;padding:1.43rem;border-top:1px solid #ddd}.pkp_page_index .journals>ul>li:before,.pkp_page_index .journals>ul>li:after{content:" ";display:table}.pkp_page_index .journals>ul>li:after{clear:both}.pkp_page_index .journals .thumb{float:left;width:25%;padding-right:1.43rem}.pkp_page_index .journals .thumb+.body{float:right;width:75%}}@media (min-width:992px){.pkp_page_index .journals>ul>li{margin:0 -2.143rem;padding:2.143rem}.pkp_page_index .journals .thumb{padding-right:2.143rem}}.pkp_page_index .homepage_image,.pkp_page_index .additional_content{margin-left:-0.714rem;margin-right:-0.714rem}@media (min-width:480px){.pkp_page_index .homepage_image,.pkp_page_index .additional_content{margin-left:-1.43rem;margin-right:-1.43rem}}@media (min-width:992px){.pkp_page_index .homepage_image,.pkp_page_index .additional_content{margin-left:-2.143rem;margin-right:-2.143rem}}.pkp_page_index .homepage_image img{display:block;width:100%;height:auto}@media (min-width:992px){.pkp_page_index .homepage_image{margin-top:-2.143rem}}.pkp_page_index .homepage_about{padding-top:2.143rem;padding-bottom:2.143rem}.pkp_page_index .homepage_about h2{margin-top:-0.714rem}.pkp_page_index .cmp_announcements{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.pkp_page_index .cmp_announcements:before,.pkp_page_index .cmp_announcements:after{content:" ";display:table}.pkp_page_index .cmp_announcements:after{clear:both}.pkp_page_index .cmp_announcements>.obj_announcement_summary{display:block;position:relative;padding:2.143rem .714rem}.pkp_page_index .cmp_announcements .more{position:relative}.pkp_page_index .cmp_announcements .more .obj_announcement_summary{padding:.714rem}.pkp_page_index .cmp_announcements .more h4{font-size:.93rem}@media (min-width:480px){.pkp_page_index .cmp_announcements>.obj_announcement_summary,.pkp_page_index .cmp_announcements .more .obj_announcement_summary{padding-left:1.43rem;padding-right:1.43rem}}@media (min-width:768px){.pkp_page_index .cmp_announcements>.obj_announcement_summary{float:left;width:65%}.pkp_page_index .cmp_announcements>.obj_announcement_summary:before{content:' ';position:absolute;top:0;right:-1px;width:1px;height:100%;border-left:1px solid #ddd}.pkp_page_index .cmp_announcements .more{float:right;width:35%;padding-top:1.43rem;padding-bottom:1.43rem}.pkp_page_index .cmp_announcements .more:before{content:' ';position:absolute;top:0;left:0;width:1px;height:100%;border-left:1px solid #ddd}}@media (min-width:992px){.pkp_page_index .cmp_announcements>.obj_announcement_summary,.pkp_page_index .cmp_announcements .more .obj_announcement_summary{padding-left:2.143rem;padding-right:2.143rem}}.pkp_page_index .current_issue .current_issue_title{margin:1.43rem 0;font-weight:700}.pkp_page_index .current_issue .read_more{display:inline-block;position:relative;padding-right:2.143rem;font-size:.93rem;font-weight:700;line-height:2.143rem;color:#4b0082;text-decoration:none;margin-bottom:1.43rem}.pkp_page_index .current_issue .read_more:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f054";position:absolute;top:2px;right:0;width:2.143rem;height:2.143rem;line-height:2.143rem;text-align:center}.pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus{color:#6800b5}@media (min-width:768px){.pkp_page_index .current_issue .section:last-child{margin-bottom:0}}.pkp_page_index .additional_content{padding:2.143rem .714rem 0 .714rem;border-top:1px solid #ddd}@media (min-width:480px){.pkp_page_index .additional_content{padding-left:1.43rem;padding-right:1.43rem}}@media (min-width:992px){.pkp_page_index .additional_content{padding-left:2.143rem;padding-right:2.143rem}}.pkp_page_index .additional_content>p:first-child{margin-top:0}.pkp_page_index .additional_content>p:last-child{margin-bottom:0}@media (min-width:768px){.pkp_page_index .cmp_announcements+.additional_content{border-top:none}}.page_catalog_category .article_count{float:right;padding:.714rem 0;font-size:.93rem;color:rgba(0,0,0,0.54)}.page_catalog_category .about_section .cover{float:right;width:20%;margin-left:10%;margin-right:10%}.page_catalog_category .subcategories li{padding-top:.357rem;padding-bottom:.357rem}.page_catalog_category .subcategories a{text-decoration:none}@media (min-width:768px){.page_catalog_category .subcategories{position:relative;margin-top:4.286rem;margin-left:-1.43rem;margin-right:-1.43rem;padding:2.143rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.page_catalog_category .subcategories h2{position:absolute;top:-15px;left:1.43rem;margin:0;padding-left:.714rem;padding-right:.714rem;line-height:2.143rem;background:#fff;color:rgba(0,0,0,0.54)}}@media (min-width:992px){.page_catalog_category .subcategories{margin-left:-2.143rem;margin-right:-2.143rem}}@media (min-width:768px){.page_catalog_category .cmp_article_list{padding-top:1.43rem}.page_catalog_category h2.title{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;left:-2000px}.page_catalog_category h2.title:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#000;display:block;font-size:1rem;height:auto;line-height:normal;padding:1rem;position:absolute;left:0.5rem;top:0.5rem;text-decoration:none;width:auto;z-index:100000}}@media (min-width:992px){.page_catalog_category .cmp_article_list{padding-top:2.143rem}}.page_contact .address,.page_contact .phone,.page_contact .email{margin-top:.714rem;margin-bottom:.714rem;font-size:.93rem}.page_contact .address{margin-top:0}.page_contact .address p{margin:0}.page_contact .label{display:block;font-weight:700}.page_contact .contact.support{margin-top:2.857rem}@media (min-width:768px){.page_contact .contact_section:before,.page_contact .contact_section:after{content:" ";display:table}.page_contact .contact_section:after{clear:both}.page_contact .contact{float:left;width:50%}.page_contact .contact.primary{padding-right:1.43rem}.page_contact .contact.support{margin-top:0}}.page_masthead h2{margin-top:1.43rem;margin-bottom:.714rem}.page_masthead .user_listing{list-style-type:none;padding:0;margin-top:.357rem}.page_masthead .user_listing li{margin-bottom:1.43rem}.page_masthead .user_listing li>span{display:block}.page_masthead .user_listing .name{font-weight:bold}.page_masthead .user_listing .affiliation{font-size:.93rem;color:rgba(0,0,0,0.54)}.page_masthead .user_listing .date_start{font-size:.93rem;color:rgba(0,0,0,0.54)}.page_masthead .user_listing .orcid{font-size:.93rem;margin-left:0.2rem;margin-right:0.2rem}.page_masthead .user_listing .orcid_icon{width:1.4rem;height:1.4rem;margin:0}.page_issue_archive .issues_archive{margin-left:-0.714rem;margin-right:-0.714rem;border-top:1px solid #ddd}.page_issue_archive .issues_archive>li{padding:2.143rem .714rem;border-bottom:1px solid #ddd}@media (min-width:480px){.page_issue_archive .issues_archive{margin-left:-1.43rem;margin-right:-1.43rem}.page_issue_archive .issues_archive>li{padding-left:1.43rem;padding-right:1.43rem}}@media (min-width:992px){.page_issue_archive .issues_archive{margin-left:-2.143rem;margin-right:-2.143rem}.page_issue_archive .issues_archive>li{padding-left:2.143rem;padding-right:2.143rem}}.page_issue_archive .cmp_pagination{margin-top:1.43rem}.page_login .login{margin-bottom:0;max-width:17em}.page_login .login input[type="text"],.page_login .login input[type="password"]{width:100%}.page_login .password a{font-size:.93rem;font-style:normal}.page_login .remember{padding-bottom:0}.page_login .remember .label{display:inline;font-style:normal}.page_login .buttons button{float:right}.page_login .buttons a{float:right;margin-right:1em;margin-left:0}.page_lost_password .lost_password{margin-bottom:0;max-width:17em}.page_lost_password .lost_password input[type="text"]{width:100%}.page_lost_password .pkp_form_error{margin:1.43rem 0;padding:.714rem;background:#ff4040;color:#fff;font-size:.93rem;font-weight:700}.page_lost_password .buttons:before,.page_lost_password .buttons:after{content:" ";display:table}.page_lost_password .buttons:after{clear:both}.page_lost_password .buttons button{float:right}.page_lost_password .buttons a{float:right;font-size:.93rem;line-height:2.143rem;margin-right:1em}.page_register .required_label{font-size:.93rem;line-height:1.43rem;color:rgba(0,0,0,0.54);margin-bottom:1.43rem}.page_register .consent{margin-bottom:0}.page_register .fields .reviewer_interests{max-height:0;padding-bottom:0;overflow:hidden;opacity:0;transition:all .3s}.page_register .fields .reviewer_interests.is_visible{max-height:400px;overflow:visible;padding-bottom:2.143rem;opacity:1}.page_register .context_optin .contexts>li{margin-bottom:1em}.page_register .context_optin .contexts>li:last-child{margin-bottom:0}.page_register .context_optin .roles{padding:.357rem 0;margin-bottom:0}.page_register .context_optin .roles label{display:inline-block;margin-right:1em;font-size:.93rem;line-height:1.43rem}.page_register .context_optin .context_privacy{position:absolute;left:-9999px;padding:.357rem 0;font-size:.93rem;line-height:1.43rem}.page_register .context_optin .context_privacy_visible{position:relative;left:auto}.page_register #formErrors{margin:1.43rem 0;padding:.714rem;background:#ff4040;color:#fff}.page_register #formErrors .pkp_form_error{padding:0;font-size:.93rem;font-weight:bold;line-height:1.43rem}.page_register #formErrors .pkp_form_error_list{margin:0;padding-left:1.43rem;font-size:.93rem;line-height:1.43rem}.page_register #formErrors .pkp_form_error_list a{color:#fff}@media (min-width:768px){.page_register .identity li{display:inline-block;padding-right:1em;max-width:13em}}@media (min-width:1200px){.page_register .identity li{max-width:17em}}.pkp_op_register .ui-helper-hidden-accessible{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;left:-2000px}.pkp_op_register .ui-helper-hidden-accessible:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#000;display:block;font-size:1rem;height:auto;line-height:normal;padding:.714rem;position:absolute;left:.357rem;top:.357rem;text-decoration:none;width:auto;z-index:100000}.pkp_op_register .ui-autocomplete{position:absolute !important}.page_search .search_input .query{width:100%;max-width:100%;height:calc(2.857rem - 2px);font-size:1.285rem;line-height:calc(2.857rem - 2px)}.page_search .search_advanced{border:1px solid #ddd;padding:0 1.43rem 1.43rem}.page_search .search_advanced legend{padding:.714rem 1.43rem;margin:0;font-weight:400}.page_search .search_advanced label{font-size:1rem;font-style:normal}.page_search .date_range legend{padding:0;font-size:1rem}.page_search .date_range label{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;left:-2000px}.page_search .date_range label:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#000;display:block;font-size:1rem;height:auto;line-height:normal;padding:1rem;position:absolute;left:0.5rem;top:0.5rem;text-decoration:none;width:auto;z-index:100000}.page_search .date_range select+label+select{margin-left:0.25em}.page_search .date_range [name*="Year"]{width:6em}.page_search .date_range [name*="Day"]{width:4em}.page_search .date_range [name*="Month"]{width:10em}.page_search .label_contexts{margin-top:1.43rem}.page_search .submit{text-align:right}.page_search .submit button{position:relative;padding-right:3.2145rem;border-right:none;padding-right:1em;padding-left:3.2145rem;border-right:1px solid rgba(0,0,0,0.4);border-left:none}.page_search .submit button:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f002";position:absolute;top:-1px;right:0;width:2.143rem;height:2.143rem;border-top-right-radius:3px;border-bottom-right-radius:3px;line-height:2.143rem;text-align:center;background:#4b0082;box-shadow:inset 0 -1em 1em rgba(0,0,0,0.2);color:#fff}.page_search .submit button:hover:after,.page_search .submit button:focus:after{box-shadow:inset 0 1em 1em rgba(0,0,0,0.2);background:#6800b5}.page_search .submit button:after{right:auto;left:0;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.page_search .submit button:after{right:auto;left:0}.page_search .search_results{margin:2.857rem 0;padding:0;list-style:none}.page_search .search_results .obj_article_summary{margin:1.43rem 0}.page_search .cmp_pagination{margin-top:1.43rem;font-size:.93rem;line-height:1.43rem;color:rgba(0,0,0,0.54);text-align:right}.page_search .cmp_pagination a{padding-left:0.5em;padding-right:0.5em}@media (min-width:768px){.page_search .search_advanced:before,.page_search .search_advanced:after{content:" ";display:table}.page_search .search_advanced:after{clear:both}.page_search .date_range{float:left;width:50%}.page_search .date_range .to fieldset{margin-bottom:0}.page_search .author{float:right;width:50%}}.page_section .section_description{margin-bottom:2em}.header_view{z-index:2;position:relative;background:#4b0082}.header_view a{line-height:2.143rem;text-decoration:none}.header_view .return{position:absolute;top:0;left:0;width:2.143rem;height:2.143rem;line-height:2.143rem;background:#fff;color:#4b0082;text-align:center}.header_view .return:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f060"}.header_view .return:hover,.header_view .return:focus{background:#6800b5;color:#fff}.header_view .title{display:block;padding-left:2.857rem;max-width:100%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.93rem;color:#fff}.header_view .title:hover,.header_view .title:focus{background:#6800b5}.header_view .download{display:block;position:absolute;top:0;right:0;width:2.143rem;background:#fff;text-align:center}.header_view .download:hover,.header_view .download:focus{background:#6800b5;color:#fff}.header_view .download:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f019"}.header_view .download .label{display:none}@media (min-width:768px){.header_view .title{font-size:1rem}.header_view .download{width:auto;padding:0 1.43rem}.header_view .download .label{display:inline-block}.header_view .download .pkp_screen_reader,.header_view .download .pkp_page_index .cmp_announcements h2{display:none}}.galley_view{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:hidden}.galley_view iframe{width:100%;height:100%;padding-top:2.143rem;border:none}.galley_view.galley_view_with_notice iframe{padding-top:6.429rem}.galley_view .galley_view_notice{position:absolute;top:2.143rem;width:100%;height:4.286rem;background:#ff4040}.galley_view .galley_view_notice_message{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);color:#fff;font-weight:700;text-align:center}.galley_view .galley_view_notice_message a{color:#fff;text-decoration:underline}.obj_announcement_full h1{margin:0}.obj_announcement_full .date{margin:16px 0;color:rgba(0,0,0,0.54)}.obj_announcement_full .date:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f073";margin-right:0.5em;color:#ddd}.obj_announcement_full .description{margin-top:2.857rem}.obj_announcement_full .description p:first-child{margin-top:0}.obj_announcement_full .description p:last-child{margin-bottom:0}.obj_announcement_summary h2,.obj_announcement_summary h3,.obj_announcement_summary h4{margin:0;font-size:1rem;line-height:1.43rem}.obj_announcement_summary h2 a,.obj_announcement_summary h3 a,.obj_announcement_summary h4 a{text-decoration:none}.obj_announcement_summary .date{font-size:.93rem;line-height:1.785rem;color:rgba(0,0,0,0.54)}.obj_announcement_summary .date:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f073";margin-right:0.5em;font-size:1rem;color:#ddd}.obj_announcement_summary .summary{font-size:.93rem;line-height:1.43rem;margin-top:.714rem}.obj_announcement_summary .summary p:first-child{margin-top:0}.obj_announcement_summary .summary p:last-child{margin-bottom:0}.obj_announcement_summary .read_more{display:inline-block;position:relative;padding-right:2.143rem;font-size:.93rem;font-weight:700;line-height:2.143rem;color:#4b0082;text-decoration:none}.obj_announcement_summary .read_more:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f054";position:absolute;top:2px;right:0;width:2.143rem;height:2.143rem;line-height:2.143rem;text-align:center}.obj_announcement_summary .read_more:hover,.obj_announcement_summary .read_more:focus{color:#6800b5}@media (min-width:768px){.obj_announcement_summary_has_image{display:grid;grid-template-columns:33% auto;gap:2.143rem}}.obj_article_details>.page_title{margin:0}.obj_article_details>.subtitle{margin:0;font-size:1rem;line-height:2.143rem;font-weight:400}.obj_article_details .row{margin-top:2.143rem}.obj_article_details .item{padding-top:1.43rem;padding-bottom:1.43rem}.obj_article_details .item>*:first-child{margin-top:0}.obj_article_details .item>*:last-child{margin-bottom:0}.obj_article_details .item>h2+p{margin-top:0}.obj_article_details .sub_item{margin-bottom:1.43rem}.obj_article_details .sub_item:last-child{margin-bottom:0}.obj_article_details .main_entry .item .label{margin:0 0 1.43rem;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.143rem;font-weight:700}.obj_article_details .main_entry .item.doi .label,.obj_article_details .main_entry .item.keywords .label{display:inline;font-size:1rem}.obj_article_details .main_entry .sub_item .label{font-size:1rem}.obj_article_details .authors li{margin-bottom:.714rem}.obj_article_details .authors .name{font-weight:bold;display:block}.obj_article_details .authors .userGroup{display:block}.obj_article_details .authors .orcid{display:block;font-size:.93rem;line-height:1.43rem}.obj_article_details .authors .orcid a{vertical-align:middle}.obj_article_details .authors .orcid_icon{width:1.43rem;height:1.43rem}.obj_article_details .authors .affiliation{font-size:.93rem;color:rgba(0,0,0,0.54)}.obj_article_details .authors .affiliation a,.obj_article_details .authors .affiliation span,.obj_article_details .authors .affiliation svg{display:inline-block;vertical-align:middle}.obj_article_details .author_bios .sub_item .label{margin-bottom:0}.obj_article_details .author_bios .sub_item .value>p:first-child{margin-top:0}.obj_article_details .item.doi,.obj_article_details .item.keywords{padding-top:0}.obj_article_details .galleys_links{display:flex;flex-flow:row nowrap;justify-content:start}.obj_article_details .galleys_links li{margin-inline-end:1rem}.obj_article_details .supplementary_galleys_links{margin-top:.714rem}.obj_article_details .copyright{font-size:.93rem;line-height:1.43rem}.obj_article_details .copyright a[rel="license"]+p{margin-top:0}.obj_article_details .entry_details{margin-left:-1.43rem;margin-right:-1.43rem;border-top:1px solid #ddd}.obj_article_details .entry_details .item{padding:1.43rem;border-bottom:1px solid #ddd;word-wrap:break-word}.obj_article_details .entry_details .item:last-child{border-bottom:none}.obj_article_details .entry_details .item .label{margin:0;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:.93rem;font-weight:400;color:rgba(0,0,0,0.54)}.obj_article_details .categories{margin:0;padding:0;list-style:none}.obj_article_details .versions ul{margin:0;padding:0;list-style:none}.obj_article_details .citation_display .value{font-size:.93rem}.obj_article_details .citation_display .csl-left-margin{display:none}.obj_article_details .citation_display [aria-hidden="true"]{display:none}.obj_article_details .citation_display .citation_formats{margin-top:1em;border:1px solid rgba(0,0,0,0.4);border-radius:3px}.obj_article_details .citation_display .citation_formats_button{position:relative;background:transparent;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none;padding:0 1em;width:100%;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-weight:400;color:rgba(0,0,0,0.54);text-align:left}.obj_article_details .citation_display .citation_formats_button:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f0d7";position:absolute;top:50%;right:1em;transform:translateY(-50%)}.obj_article_details .citation_display .citation_formats_button[aria-expanded="true"]:after{content:"\f0d8"}.obj_article_details .citation_display .citation_formats_button:focus{background:#ddd;outline:0}.obj_article_details .citation_display .citation_formats_styles{margin:0;padding:0;list-style:none}.obj_article_details .citation_display .citation_formats_styles a{display:block;padding:.5em 1em;border-bottom:1px solid #ddd;text-decoration:none}.obj_article_details .citation_display .citation_formats_styles a:focus{background:#ddd;outline:0}.obj_article_details .citation_display .citation_formats_styles li:last-child a{border-bottom:none}.obj_article_details .citation_display .citation_formats_list .label{padding:1em 1em .25em 1em}.obj_article_details .citation_display .citation_formats_styles+.label{border-top:1px solid #ddd}.obj_article_details .citation_display span{margin-right:0.5em}@media (min-width:480px){.obj_article_details .entry_details{margin-left:-2.143rem;margin-right:-2.143rem}}@media (min-width:768px){.obj_article_details .row{margin-left:-1.43rem;margin-right:-1.43rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.obj_article_details .main_entry{float:left;width:428px;border-right:1px solid #ddd}.obj_article_details .item{padding:1.43rem}.obj_article_details .item .label{margin:0 0 1.43rem;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.143rem;font-weight:700}.obj_article_details .item.doi .label,.obj_article_details .item.keywords .label{display:inline;font-size:1rem}.obj_article_details .entry_details{float:left;width:300px;margin:0 0 0 -1px;border-top:none;border-left:1px solid #ddd}.obj_article_details .entry_details .item{margin-right:-1px;border-bottom:1px solid #ddd}.obj_article_details .entry_details .item:last-child{border-bottom:none}}@media (min-width:992px){.obj_article_details .row{margin-left:-2.143rem;margin-right:-2.143rem}.obj_article_details .main_entry{width:352px}.obj_article_details .item{padding:2.143rem}}@media (min-width:1200px){.obj_article_details .main_entry{width:560px}}.obj_article_summary:before,.obj_article_summary:after{content:" ";display:table}.obj_article_summary:after{clear:both}.obj_article_summary .cover{display:block;margin-bottom:1.43rem}.obj_article_summary .cover img{display:block;max-height:250px;width:auto}.obj_article_summary>.title{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1rem;line-height:1.43rem;font-weight:700;border-bottom:none;margin:0}.obj_article_summary>.title a{text-decoration:none}.obj_article_summary .subtitle{display:block;margin-top:0.25em;margin-bottom:0.5em;font-weight:400;color:rgba(0,0,0,0.54)}.obj_article_summary .meta{position:relative;padding-top:.357rem;font-size:.93rem;line-height:1.43rem}.obj_article_summary .pages,.obj_article_summary .published{color:rgba(0,0,0,0.54)}.obj_article_summary .galleys_links{margin-top:.714rem;display:flex;flex-flow:row nowrap;justify-content:start}.obj_article_summary .galleys_links li{margin-inline-end:1rem}.obj_article_summary .galleys_links li:last-child{margin-inline-end:0}@media (min-width:768px){.obj_article_summary .authors{padding-right:5em}.obj_article_summary .pages{position:absolute;top:0;right:0;line-height:2.143rem}.obj_article_summary .cover{float:left;width:25%;height:auto;max-height:none;margin-right:1.43rem}}@media (min-width:992px){.obj_article_summary .cover{margin-right:2.143rem;margin-bottom:2.143rem}.obj_article_summary .cover img{max-height:none}}.obj_galley_link:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f0f6";margin-right:0.25em}.obj_galley_link.pdf:before{content:"\f1c1"}.obj_galley_link.restricted{border-color:#d00a6c;color:#d00a6c}.obj_galley_link.restricted:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f023";color:#d00a6c}.obj_galley_link.restricted:hover,.obj_galley_link.restricted:focus{background:#d00a6c;color:#fff}.obj_galley_link.restricted:hover:before,.obj_galley_link.restricted:focus:before{color:#fff}.obj_galley_link_supplementary{display:inline-block;position:relative;padding-right:2.143rem;font-size:.93rem;font-weight:700;line-height:2.143rem;color:#4b0082;text-decoration:none;padding-right:0;padding-left:1.43rem}.obj_galley_link_supplementary:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:"\f0f6";position:absolute;top:2px;right:0;width:2.143rem;height:2.143rem;line-height:2.143rem;text-align:center}.obj_galley_link_supplementary:hover,.obj_galley_link_supplementary:focus{color:#6800b5}.obj_galley_link_supplementary:after{right:auto;left:0;text-align:left}.obj_issue_summary h2{margin:0;font-size:1rem;line-height:1.43rem;font-weight:400}.obj_issue_summary .cover{display:block;margin-bottom:1.43rem}.obj_issue_summary .cover img{display:block;width:auto;max-height:250px}.obj_issue_summary .title{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-weight:700;text-decoration:none}.obj_issue_summary .series{margin-bottom:.357rem;color:rgba(0,0,0,0.54)}.obj_issue_summary .description{font-size:.93rem;line-height:1.43rem}.obj_issue_summary .description p:first-child{margin-top:0}.obj_issue_summary .description p:last-child{margin-bottom:0}@media (min-width:768px){.obj_issue_summary:before,.obj_issue_summary:after{content:" ";display:table}.obj_issue_summary:after{clear:both}.obj_issue_summary .cover{float:left;width:25%;height:auto;margin-right:1.43rem}.obj_issue_summary .cover img{max-height:auto}}.obj_issue_toc .cover{display:block;margin-bottom:1.43rem}.obj_issue_toc .cover img{display:block;max-height:250px;width:auto}.obj_issue_toc .description>*:first-child{margin-top:0}.obj_issue_toc .description>*:last-child{margin-bottom:0}.obj_issue_toc .pub_id{margin:1.43rem 0}.obj_issue_toc .pub_id .type{font-weight:700}.obj_issue_toc .published{margin:1.43rem 0}.obj_issue_toc .published .label{font-weight:700}.obj_issue_toc .articles{margin-top:calc(2.143rem + 1.43rem)}.obj_issue_toc h2+.articles,.obj_issue_toc h3+.articles{margin-top:0}.obj_issue_toc .sections:not(:first-child){margin-top:4.286rem}.obj_issue_toc .section:last-child .articles>li:last-child{margin-bottom:0}.obj_issue_toc .galleys_links{margin-top:.714rem;display:flex;flex-flow:row nowrap;justify-content:start}.obj_issue_toc .galleys_links li{margin-inline-end:1rem}.obj_issue_toc .galleys_links li:last-child{margin-inline-end:0}@media (min-width:768px){.obj_issue_toc .heading:before,.obj_issue_toc .heading:after{content:" ";display:table}.obj_issue_toc .heading:after{clear:both}.obj_issue_toc .cover{float:left;width:25%;height:auto;max-height:none;margin-right:1.43rem}.obj_issue_toc .galleys,.obj_issue_toc .section{position:relative;margin:2.143rem -1.43rem;padding:2.143rem}.obj_issue_toc .galleys:before,.obj_issue_toc .section:before{content:'';position:absolute;top:45px;left:0;width:100%;border-top:1px solid #ddd}.obj_issue_toc .galleys>h2,.obj_issue_toc .section>h2,.obj_issue_toc .galleys>h3,.obj_issue_toc .section>h3{display:inline-block;position:relative;left:-15px;margin-top:0;padding:0 1.0715rem;background:#fff;font-size:1.143rem;font-weight:400;line-height:2.143rem;color:rgba(0,0,0,0.54)}}@media (min-width:992px){.obj_issue_toc .galleys,.obj_issue_toc .section{margin:2.143rem -2.143rem}.obj_issue_toc .cover{margin-right:2.143rem;margin-bottom:2.143rem}.obj_issue_toc .cover img{max-height:none}}.pkp_block{padding:2.143rem 1.43rem;font-size:1rem;line-height:1.43rem}.pkp_block .title{display:block;margin-bottom:.714rem;margin-top:0;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-size:1.143rem;font-weight:700;line-height:1.43rem;color:rgba(0,0,0,0.54)}.pkp_block .content ul li{line-height:1.43rem;padding:.357rem 0}.pkp_block .content p{line-height:1.785rem}.pkp_block .content p:first-child{margin-top:0}.pkp_block .content p:last-child{margin-bottom:0}.pkp_block a{text-decoration:none}@media (min-width:992px){.pkp_block{padding:2.143rem}}.block_browse{font-size:.93rem}.block_browse .has_submenu{margin-top:1.43rem;font-size:.93rem;font-weight:700;color:rgba(0,0,0,0.54)}.block_browse .has_submenu ul{margin-top:calc(.357rem - 1px);padding-top:.357rem;font-weight:400}.block_browse .is_sub{margin-left:.714rem}.block_browse .current a{padding-left:0.5em;border-left:4px solid #ddd;color:rgba(0,0,0,0.54);cursor:text}.block_information a,.block_language_toggle a{font-size:.93rem}.block_subscription .subscription_name{margin-bottom:0;font-weight:700}.block_subscription .subscription_membership{margin-top:0}.pkp_structure_footer_wrapper{background:#ddd}.pkp_structure_footer{text-align:center}.pkp_footer_content{padding:2.143rem;text-align:left}.pkp_brand_footer{padding:2.143rem}.pkp_brand_footer:before,.pkp_brand_footer:after{content:" ";display:table}.pkp_brand_footer:after{clear:both}.pkp_brand_footer a{float:right;display:block;max-width:150px}body[dir="rtl"]{direction:rtl;unicode-bidi:embed}@media (min-width:768px){body[dir="rtl"] .pkp_structure_main:before{left:auto;right:0}body[dir="rtl"] .pkp_structure_main:after{left:auto;right:728px}}@media (min-width:992px){body[dir="rtl"] .pkp_structure_main{float:right}body[dir="rtl"] .pkp_structure_main:after{left:auto;right:652px}body[dir="rtl"] .pkp_structure_sidebar{float:left}body[dir="rtl"] .pkp_navigation_search_wrapper{float:left;text-align:left}}@media (min-width:1200px){body[dir="rtl"] .pkp_structure_main:after{left:auto;right:860px}}@media (min-width:992px){body[dir="rtl"] .pkp_site_name{text-align:right}}body[dir="rtl"] .pkp_navigation_primary ul{text-align:right}body[dir="rtl"] .pkp_navigation_user{text-align:left}body[dir="rtl"] .pkp_navigation_user li{text-align:right}body[dir="rtl"] .pkp_screen_reader,body[dir="rtl"] .cmp_skip_to_content a,body[dir="rtl"] .pkp_page_index .journals h2,body[dir="rtl"] .pkp_page_index .cmp_announcements h2,body[dir="rtl"] .page_register .context_optin .roles legend,body[dir="rtl"] .pkp_page_index .cmp_announcements h2{left:auto;right:-2000px}body[dir="rtl"] .pkp_screen_reader:focus,body[dir="rtl"] .cmp_skip_to_content a:focus,body[dir="rtl"] .pkp_page_index .journals h2:focus,body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,body[dir="rtl"] .page_register .context_optin .roles legend:focus,body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus{right:50%}body[dir="rtl"] .obj_announcement_summary .date:before{margin-right:0;margin-left:0.5em}body[dir="rtl"] .obj_issue_toc .galleys_links li{margin-right:inherit;margin-left:1em}@media (min-width:768px){body[dir="rtl"] .obj_issue_toc .galleys h2,body[dir="rtl"] .obj_issue_toc .section h2{left:auto;right:1.0715rem}body[dir="rtl"] .obj_issue_toc .cover{float:right;margin-right:inherit;margin-left:1.43rem}}@media (min-width:992px){body[dir="rtl"] .obj_issue_toc .cover{margin-right:inherit;margin-left:2.143rem}}@media (min-width:768px){body[dir="rtl"] .obj_issue_summary .cover{float:right;margin-right:inherit;margin-left:1.43rem}}@media (min-width:768px){body[dir="rtl"] .obj_article_summary{padding-right:0;padding-left:5em}}@media (min-width:768px){body[dir="rtl"] .galleys h2,body[dir="rtl"] .section h2{left:auto;right:1.0715rem}body[dir="rtl"] .cover{float:right;margin-right:inherit;margin-left:1.43rem}}@media (min-width:992px){body[dir="rtl"] .cover{margin-right:inherit;margin-left:2.143rem}}body,p,li,span,input,select,textarea,button,.pkp_block .content{font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important}h1,h2,h3,h4,h5,h6,.pkp_site_name,.obj_article_summary .title a,.journals_list h3 a{font-family:'Lora',Georgia,"Times New Roman",serif !important}.pkp_structure_head{background-color:#4B0082 !important;border:none !important;box-shadow:0 4px 15px rgba(0,0,0,0.04) !important;padding:10px 0 !important}@media (min-width:992px){.pkp_structure_head{padding:16px 0 0 0 !important}}.pkp_site_name_wrapper{padding:4px 0 !important;display:flex !important;align-items:center !important}.pkp_site_name{color:#4B0082 !important;font-weight:700 !important;font-size:1.35rem !important;letter-spacing:-0.2px !important;text-decoration:none !important}.pkp_site_name:hover{color:#4B0082 !important}@media (min-width:992px){.pkp_site_name{font-size:1.95rem !important}}.pkp_site_name,.pkp_site_name a,.pkp_site_name img,.pkp_site_name .is_img,.pkp_site_name a.is_img,.pkp_site_name a.is_img img{border:none !important;border-width:0 !important;box-shadow:none !important;text-decoration:none !important;outline:none !important}.pkp_site_name .is_img img{max-height:48px !important;height:auto !important;width:auto !important;max-width:100% !important;display:block !important}@media (min-width:992px){.pkp_site_name .is_img img{max-height:72px !important}}.pkp_navigation_primary_row{background-color:transparent !important;border:none !important;box-shadow:none !important}.pkp_navigation_primary_wrapper{max-width:1200px !important;margin:10px auto !important;padding:0 24px !important;display:flex !important;align-items:center !important;justify-content:space-between !important}.pkp_navigation_primary{padding:0 !important}@media (min-width:992px){.pkp_navigation_primary{display:flex !important;margin:0 auto 0 0 !important}}.pkp_navigation_primary>li>a{color:#6C3BAA !important;font-weight:600 !important;font-size:0.88rem !important;padding:12px 16px !important;transition:all .2s ease !important}.pkp_navigation_primary>li>a:hover,.pkp_navigation_primary>li>a.active{color:#4B0082 !important;background:rgba(75,0,130,0.05) !important}.pkp_navigation_primary ul{background-color:#ffffff !important;border:1px solid #e2e8f0 !important;box-shadow:0 4px 12px rgba(0,0,0,0.08) !important;border-radius:4px !important;padding:4px 0 !important}.pkp_navigation_primary ul a{color:#6C3BAA !important;font-size:0.85rem !important;font-weight:500 !important;padding:8px 16px !important}.pkp_navigation_primary ul a:hover{background-color:#F1F5F9 !important;color:#4B0082 !important}.pkp_navigation_search_wrapper a{color:#6C3BAA !important;font-size:0.88rem !important;padding:12px 16px !important}.pkp_navigation_search_wrapper a:hover{color:#4B0082 !important}.pkp_navigation_user>li>a{color:#475569 !important;font-weight:600 !important;font-size:0.85rem !important;transition:color .15s ease !important}.pkp_navigation_user>li>a:hover{color:#4B0082 !important}.pkp_site_nav_toggle{color:#4B0082 !important;border:none !important;outline:none !important;box-shadow:none !important}.pkp_site_nav_toggle:focus,.pkp_site_nav_toggle:active,.pkp_site_nav_toggle:hover{border:none !important;outline:none !important;box-shadow:none !important}.pkp_site_nav_toggle span{background-color:transparent !important;border-bottom-color:#ffffff !important}.pkp_site_nav_toggle span::before,.pkp_site_nav_toggle span::after{background-color:#ffffff !important}.portal_hero_section{background-color:#FAF5FF !important;border-left:6px solid #4b0082 !important;border-right:1px solid #e9d5ff !important;border:none !important;border-radius:8px !important;padding:24px 32px !important;margin-bottom:32px !important;box-shadow:0 4px 12px rgba(75,0,130,0.02) !important}.portal_hero_section h2{font-family:'Inter',sans-serif !important;font-size:0.82rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.8px !important;color:#6C3BAA !important;margin:0 0 6px 0 !important}.portal_hero_section h1{font-family:'Lora',serif !important;font-size:2.1rem !important;font-weight:700 !important;color:#4B0082 !important;margin:0 0 12px 0 !important;line-height:1.2 !important}.portal_hero_section p{font-size:1.02rem !important;line-height:1.6 !important;color:#475569 !important;margin:0 !important;max-width:860px !important}.portal_hero_section .hero_about_text{max-width:860px !important}.portal_hero_section .hero_about_text p,.portal_hero_section .hero_about_text li,.portal_hero_section .hero_about_text span{font-size:1.02rem !important;line-height:1.6 !important;color:#475569 !important;margin:0 0 12px 0 !important}.portal_hero_section .hero_about_text p:last-child,.portal_hero_section .hero_about_text li:last-child,.portal_hero_section .hero_about_text span:last-child{margin:0 !important}.index_portal_layout{display:flex !important;flex-direction:column !important;gap:32px !important;margin-top:0px !important}@media (min-width:992px){.index_portal_layout{flex-direction:row !important;align-items:flex-start !important}}.journals_column{flex:1 !important;min-width:0 !important}.journals_column h2{font-size:1.75rem !important;font-weight:700 !important;color:#4B0082 !important;border:none !important;padding-bottom:12px !important;margin-bottom:24px !important}.journals_list{list-style:none !important;padding:0 !important;margin:0 !important}.journals_list>li{display:flex !important;flex-direction:column !important;background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;padding:20px !important;margin-bottom:20px !important;transition:all .25s ease !important}@media (min-width:600px){.journals_list>li{flex-direction:row !important;gap:20px !important}}.journals_list>li:hover{border-color:#4B0082 !important;box-shadow:0 4px 15px rgba(75,0,130,0.05) !important}.journals_list>li .thumb{flex-shrink:0 !important;width:110px !important;margin-bottom:12px !important}@media (min-width:600px){.journals_list>li .thumb{margin-bottom:0 !important}}.journals_list>li .thumb img{width:100% !important;height:auto !important;border:1px solid #e2e8f0 !important;border-radius:4px !important}.journals_list>li .body{flex:1 !important}.journals_list>li .body h3{font-size:1.35rem !important;font-weight:600 !important;margin:0 0 10px 0 !important;line-height:1.25 !important}.journals_list>li .body h3 a{color:#4B0082 !important;text-decoration:none !important}.journals_list>li .body h3 a:hover{color:#6C3BAA !important}.journals_list>li .body .description{color:#475569 !important;font-size:0.9rem !important;line-height:1.5 !important;margin-bottom:16px !important}.pkp_page_index.pkp_op_index .journals_list>li .body .description{position:relative !important;max-height:110px !important;overflow:hidden !important;margin-bottom:12px !important}.pkp_page_index.pkp_op_index .journals_list>li .body .description::after{content:"" !important;position:absolute !important;bottom:0 !important;left:0 !important;width:100% !important;height:40px !important;background:linear-gradient(transparent, #fff) !important;pointer-events:none !important}.journals_list>li .body .links{display:flex !important;gap:12px !important;list-style:none !important;padding:0 !important;margin:0 !important}.journals_list>li .body .links li a{display:inline-block !important;font-size:0.82rem !important;font-weight:600 !important;text-decoration:none !important;padding:6px 14px !important;border-radius:4px !important;transition:all .2s ease !important}.journals_list>li .body .links .view a{background-color:#4B0082 !important;color:#ffffff !important}.journals_list>li .body .links .view a:hover{background-color:#6C3BAA !important}.journals_list>li .body .links .current a{background-color:transparent !important;border:1px solid #e2e8f0 !important;color:#475569 !important}.journals_list>li .body .links .current a:hover{background-color:#F8FAFC !important;border-color:#4B0082 !important;color:#4B0082 !important}.academic_sidebar{width:100% !important}@media (min-width:992px){.academic_sidebar{width:280px !important;flex-shrink:0 !important}}.academic_sidebar .sidebar_card{background-color:#F8FAFC !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;padding:20px !important;margin-bottom:20px !important}.academic_sidebar .sidebar_card h3{font-size:1.1rem !important;font-weight:700 !important;color:#4B0082 !important;margin:0 0 12px 0 !important;border:none !important;padding-bottom:6px !important;text-transform:uppercase;letter-spacing:0.5px}.academic_sidebar .sidebar_card p{font-size:0.88rem !important;color:#475569 !important;line-height:1.5 !important;margin:0 0 16px 0 !important}.academic_sidebar .submit_card{background-color:#FAF5FF !important;border-color:#E9D5FF !important}.academic_sidebar .submit_card .sidebar_btn{display:block !important;width:100% !important;background-color:#4B0082 !important;color:#ffffff !important;text-align:center !important;font-weight:600 !important;font-size:0.9rem !important;padding:10px 16px !important;border-radius:4px !important;text-decoration:none !important;transition:all .2s ease !important}.academic_sidebar .submit_card .sidebar_btn:hover{background-color:#FFC72C !important;color:#4B0082 !important}.academic_sidebar .guidelines_card ul{list-style:none !important;padding:0 !important;margin:0 !important}.academic_sidebar .guidelines_card ul li{margin-bottom:10px !important}.academic_sidebar .guidelines_card ul li:last-child{margin-bottom:0 !important}.academic_sidebar .guidelines_card ul li a{color:#475569 !important;font-size:0.88rem !important;font-weight:500 !important;text-decoration:none !important;transition:color .15s ease !important}.academic_sidebar .guidelines_card ul li a:hover{color:#4B0082 !important;text-decoration:underline !important}.indexing_strip{border:none !important;margin-top:40px !important;padding-top:24px !important;text-align:center !important}.indexing_strip h3{font-size:1rem !important;font-weight:700 !important;color:#475569 !important;text-transform:uppercase !important;letter-spacing:1px !important;margin-bottom:20px !important}.indexing_strip .indexing_logos{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:32px !important;padding:8px 16px !important}.indexing_strip .indexing_logos img{max-height:28px !important;width:auto !important;filter:grayscale(100%) !important;opacity:0.6 !important;transition:all .3s ease !important}.indexing_strip .indexing_logos img:hover{filter:none !important;opacity:1 !important}.obj_article_summary{background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:6px !important;padding:18px 22px !important;margin-bottom:16px !important;transition:all .2s ease !important}.obj_article_summary:hover{border-color:#4B0082 !important;box-shadow:0 4px 12px rgba(0,0,0,0.02) !important}.obj_article_summary .title{font-size:1.22rem !important;font-weight:600 !important;line-height:1.3 !important;margin:0 0 10px 0 !important}.obj_article_summary .title a{color:#4B0082 !important;text-decoration:none !important}.obj_article_summary .title a:hover{color:#4B0082 !important}.obj_article_summary .meta{margin-bottom:12px !important}.obj_article_summary .meta .authors{font-size:0.88rem !important;font-weight:500 !important;color:#475569 !important;margin-bottom:6px !important}.obj_article_summary .meta .meta_details{display:flex !important;flex-wrap:wrap !important;gap:14px !important;font-size:0.8rem !important;color:#64748B !important;font-weight:500 !important}.obj_article_summary .meta .meta_details .pages,.obj_article_summary .meta .meta_details .published{text-transform:uppercase !important;letter-spacing:0.2px !important}.obj_article_summary .meta .meta_details .doi a{color:#6C3BAA !important;text-decoration:none !important}.obj_article_summary .meta .meta_details .doi a:hover{text-decoration:underline !important}.obj_article_summary .galleys_links{list-style:none !important;padding:0 !important;margin:0 !important;display:flex !important;gap:10px !important}.obj_article_summary .galleys_links .obj_galley_link{display:inline-flex !important;align-items:center !important;background:#F1F5F9 !important;border:1px solid #cbd5e1 !important;color:#6C3BAA !important;font-size:0.78rem !important;font-weight:600 !important;text-decoration:none !important;padding:4px 10px !important;border-radius:4px !important;transition:all .2s ease !important}.obj_article_summary .galleys_links .obj_galley_link::before{content:"\f1c1" !important;font-family:"FontAwesome" !important;margin-right:6px !important;color:#dc2626 !important}.obj_article_summary .galleys_links .obj_galley_link:hover{background:#E2E8F0 !important;border-color:#4B0082 !important;color:#4B0082 !important}.pkp_structure_sidebar .pkp_block{background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:6px !important;padding:16px 20px !important;margin-bottom:20px !important}.pkp_structure_sidebar .pkp_block .title{font-size:0.95rem !important;font-weight:700 !important;color:#4B0082 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;border:none !important;padding-bottom:6px !important;margin-bottom:12px !important}.pkp_structure_sidebar .pkp_block .content{font-size:0.85rem !important;color:#475569 !important;line-height:1.5 !important}.pkp_button,.cmp_button,.pkp_button_primary,.pkp_button_offset,.pkp_button_link,.cmp_form .buttons button,.page_lost_password .buttons button,.page_search .submit button,.block_make_submission a{background-color:#4B0082 !important;color:#ffffff !important;font-size:0.88rem !important;font-weight:600 !important;padding:8px 16px !important;border-radius:4px !important;border:none !important;transition:all .2s ease !important}.pkp_button:hover,.cmp_button:hover,.pkp_button_primary:hover,.pkp_button_offset:hover,.pkp_button_link:hover,.page_search .submit button:hover{background-color:#FFC72C !important;color:#4B0082 !important}.pkp_structure_footer_wrapper{background-color:#4B0082 !important;border:none !important;padding:32px 0 20px 0 !important;color:rgba(255,255,255,0.75) !important}.pkp_structure_footer{background:transparent !important;color:inherit !important;border:none !important;font-size:0.85rem !important;line-height:1.6 !important;max-width:1200px !important;margin:0 auto !important;padding:30px 16px !important;display:flex !important;flex-direction:column !important;gap:24px !important;align-items:center !important;text-align:center !important}@media (min-width:768px){.pkp_structure_footer{flex-direction:column !important;justify-content:center !important;text-align:center !important;align-items:center !important}}.pkp_footer_content{padding:0 !important;width:100% !important;text-align:center !important}.pkp_footer_content a{color:#FFC72C !important;text-decoration:none !important;font-weight:600 !important}.pkp_footer_content a:hover{color:#ffffff !important;text-decoration:underline !important}.pkp_footer_right{display:flex !important;flex-direction:column !important;align-items:center !important;gap:20px !important;width:100% !important}.pkp_brand_footer{padding:0 !important;flex-shrink:0 !important;display:flex !important;justify-content:center !important}.pkp_brand_footer a{display:block !important;float:none !important}.pkp_footer_navigation{margin:0 !important;text-align:center !important;width:100% !important}@media (min-width:768px){.pkp_footer_navigation{text-align:center !important}}.pkp_footer_navigation .footer_nav_links{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:12px 24px !important;margin:0 0 12px 0 !important;padding:0 !important;list-style:none !important}@media (min-width:768px){.pkp_footer_navigation .footer_nav_links{justify-content:center !important}}.pkp_footer_navigation .footer_nav_links li{display:inline-block !important;margin:0 !important;padding:0 !important}.pkp_footer_navigation .footer_nav_links li a{font-family:'Outfit',sans-serif !important;font-size:0.9rem !important;font-weight:500 !important;color:rgba(255,255,255,0.8) !important;text-decoration:none !important;transition:color .2s ease !important}.pkp_footer_navigation .footer_nav_links li a:hover{color:#FFC72C !important;text-decoration:underline !important}.pkp_footer_navigation .copyright_text{font-family:'Outfit',sans-serif !important;font-size:0.85rem !important;color:rgba(255,255,255,0.6) !important;margin:0 !important;line-height:1.5 !important}body.pkp_page_index:not([class*="pkp_context_"]) .pkp_structure_head{background-color:#4B0082 !important}body.pkp_page_index:not([class*="pkp_context_"]) .pkp_site_name{color:#ffffff !important}body.pkp_page_index:not([class*="pkp_context_"]) .pkp_navigation_user>li>a{color:#ffffff !important}body.pkp_page_index:not([class*="pkp_context_"]) .pkp_navigation_primary>li>a{color:#ffffff !important}body.pkp_page_index:not([class*="pkp_context_"]) .pkp_navigation_primary>li>a:hover,body.pkp_page_index:not([class*="pkp_context_"]) .pkp_navigation_primary>li>a.active{color:#FFC72C !important;background:transparent !important;background-color:transparent !important}.pkp_page_index .journals>ul>li,.journals_list>li{margin:0 0 20px 0 !important;padding:24px !important;border-radius:12px !important}.pkp_page_index .journals>ul>li .thumb,.journals_list>li .thumb{width:180px !important}.pkp_page_index .journals>ul>li .thumb img,.journals_list>li .thumb img{border-radius:8px !important}.pkp_page_index .journals>ul>li .body h3,.journals_list>li .body h3{font-size:1.5rem !important}.pkp_page_index .journals>ul>li .body .description,.journals_list>li .body .description{color:#475569 !important;line-height:1.6 !important}.pkp_page_index .journals>ul>li .links,.journals_list>li .links{margin-top:16px !important}.pkp_page_index .journals>ul>li .links li a,.journals_list>li .links li a{padding:10px 20px !important;font-size:0.9rem !important}.pkp_page_index .journals>ul>li .links .current a,.journals_list>li .links .current a{background-color:#4B0082 !important;border:none !important;color:#ffffff !important}.pkp_page_index .journals>ul>li .links .current a:hover,.journals_list>li .links .current a:hover{background-color:#6C3BAA !important;color:#ffffff !important}.pkp_structure_main::before,.pkp_structure_main::after{display:none !important}.index_portal_layout{display:flex !important;flex-direction:column !important;gap:30px !important;margin-top:30px !important}@media (min-width:992px){.index_portal_layout{flex-direction:row !important;align-items:flex-start !important;gap:40px !important}}.index_portal_layout .journals_column{flex:1 !important;min-width:0 !important}.index_portal_layout .journals_column .journals{margin-top:0 !important;padding-top:0 !important}.index_portal_layout .journals_column h2{display:none !important}.index_portal_layout .portal_sidebar{width:100% !important;flex-shrink:0 !important}@media (min-width:992px){.index_portal_layout .portal_sidebar{width:380px !important;position:sticky !important;top:20px !important}}.index_portal_layout .portal_sidebar .cta_card{background-color:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;padding:24px !important;margin-bottom:20px !important;box-shadow:0 4px 10px rgba(0,0,0,0.01) !important}.index_portal_layout .portal_sidebar .cta_card h3{font-family:'Inter',sans-serif !important;font-size:1.1rem !important;font-weight:700 !important;color:#4B0082 !important;margin:0 0 12px 0 !important;border:none !important;padding-bottom:8px !important}.index_portal_layout .portal_sidebar .cta_card p{font-size:0.9rem !important;line-height:1.5 !important;color:#64748B !important;margin:0 0 16px 0 !important}.index_portal_layout .portal_sidebar .cta_card .cta_benefits{list-style:none !important;padding:0 !important;margin:0 0 20px 0 !important}.index_portal_layout .portal_sidebar .cta_card .cta_benefits li{font-size:0.88rem !important;color:#475569 !important;margin-bottom:8px !important;display:flex !important;align-items:center !important;gap:8px !important}.index_portal_layout .portal_sidebar .cta_card .cta_benefits li .bullet-icon{color:#FFC72C !important;font-weight:bold !important}.index_portal_layout .portal_sidebar .cta_card .cta_btn{display:block !important;width:100% !important;text-align:center !important;background-color:#4B0082 !important;color:#ffffff !important;padding:11px 16px !important;border-radius:8px !important;font-size:0.92rem !important;font-weight:600 !important;text-decoration:none !important;transition:all .2s ease !important;box-shadow:0 4px 10px rgba(75,0,130,0.1) !important}.index_portal_layout .portal_sidebar .cta_card .cta_btn:hover{background-color:#6C3BAA !important;transform:translateY(-1px) !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul{list-style:none !important;padding:0 !important;margin:0 !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul li{margin-bottom:12px !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul li:last-child{margin-bottom:0 !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul li a{font-size:0.92rem !important;color:#475569 !important;text-decoration:none !important;display:flex !important;align-items:center !important;gap:8px !important;transition:color .15s ease !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul li a .arrow-icon{color:#FFC72C !important;font-size:0.8rem !important}.index_portal_layout .portal_sidebar .cta_card.resources_cta ul li a:hover{color:#4B0082 !important}.journal_submission_cta{background-color:#FAF8FF !important;border:1px solid #e9d5ff !important;border-left:6px solid #4b0082 !important;border-radius:12px !important;padding:28px !important;margin-bottom:36px !important;box-shadow:0 4px 15px rgba(75,0,130,0.02) !important}.journal_submission_cta .cta_content h2{font-family:'Lora',serif !important;font-size:1.6rem !important;font-weight:700 !important;color:#4B0082 !important;margin:0 0 10px 0 !important}.journal_submission_cta .cta_content p{font-size:0.98rem !important;line-height:1.6 !important;color:#475569 !important;margin:0 0 20px 0 !important;max-width:800px !important}.journal_submission_cta .cta_content .cta_actions{display:flex !important;flex-wrap:wrap !important;gap:12px !important}.journal_submission_cta .cta_content .cta_actions .cta_button{display:inline-block !important;padding:10px 22px !important;border-radius:30px !important;font-size:0.92rem !important;font-weight:600 !important;text-decoration:none !important;transition:all .2s ease !important}.journal_submission_cta .cta_content .cta_actions .cta_button.submit_now{background-color:#4B0082 !important;color:#ffffff !important;border:1px solid #4b0082 !important}.journal_submission_cta .cta_content .cta_actions .cta_button.submit_now:hover{background-color:#6C3BAA !important;border-color:#6C3BAA !important;transform:translateY(-1px) !important}.journal_submission_cta .cta_content .cta_actions .cta_button.guidelines{background-color:#ffffff !important;color:#475569 !important;border:1px solid #cbd5e1 !important}.journal_submission_cta .cta_content .cta_actions .cta_button.guidelines:hover{background-color:#F1F5F9 !important;color:#4B0082 !important;border-color:#94A3B8 !important;transform:translateY(-1px) !important}.journal_nsepj .journal_submission_cta{background-color:#F0FDF4 !important;border-color:#CCFBF1 !important;border-left-color:#0D9488 !important}.journal_nsepj .journal_submission_cta .cta_content .cta_actions .cta_button.submit_now{background-color:#0D9488 !important;border-color:#0D9488 !important}.journal_nsepj .journal_submission_cta .cta_content .cta_actions .cta_button.submit_now:hover{background-color:#0F766E !important;border-color:#0F766E !important}.journal_scholares .journal_submission_cta{background-color:#EEF2FF !important;border-color:#E0E7FF !important;border-left-color:#4F46E5 !important}.journal_scholares .journal_submission_cta .cta_content .cta_actions .cta_button.submit_now{background-color:#4F46E5 !important;border-color:#4F46E5 !important}.journal_scholares .journal_submission_cta .cta_content .cta_actions .cta_button.submit_now:hover{background-color:#4338CA !important;border-color:#4338CA !important}.portal_sidebar .cta_card{background-color:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:10px !important;padding:16px 18px !important;margin-bottom:12px !important;box-shadow:0 4px 10px rgba(0,0,0,0.01) !important;transition:all .25s ease !important}.portal_sidebar .cta_card:hover{transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(75,0,130,0.08) !important}.portal_sidebar .cta_card h3{font-family:'Inter',sans-serif !important;font-size:1.05rem !important;font-weight:700 !important;margin:0 0 8px 0 !important;padding-bottom:4px !important;border-bottom:2px solid #f1f5f9 !important}.portal_sidebar .cta_card p{font-size:0.85rem !important;line-height:1.4 !important;color:#64748B !important;margin:0 0 12px 0 !important}.portal_sidebar .cta_card .cta_btn{display:block !important;width:100% !important;text-align:center !important;padding:8px 12px !important;border-radius:6px !important;font-weight:600 !important;font-size:0.88rem !important;text-decoration:none !important;transition:all .2s ease !important;box-shadow:0 2px 6px rgba(0,0,0,0.05) !important}.portal_sidebar .scholar_cta{border-left:5px solid #475569 !important}.portal_sidebar .scholar_cta h3{color:#475569 !important}.portal_sidebar .scholar_cta .cta_btn{background-color:#475569 !important;color:#ffffff !important}.portal_sidebar .scholar_cta .cta_btn:hover{background-color:#334155 !important}.portal_sidebar .author_cta{border-left:5px solid #4b0082 !important}.portal_sidebar .author_cta h3{color:#4B0082 !important}.portal_sidebar .author_cta .cta_btn{background-color:#4B0082 !important;color:#ffffff !important}.portal_sidebar .author_cta .cta_btn:hover{background-color:#FFC72C !important;color:#4B0082 !important}.portal_sidebar .publisher_cta{border-left:5px solid #ffc72c !important}.portal_sidebar .publisher_cta h3{color:#8C7139 !important}.portal_sidebar .publisher_cta .cta_btn{background-color:#FFC72C !important;color:#4B0082 !important}.portal_sidebar .publisher_cta .cta_btn:hover{background-color:#4B0082 !important;color:#ffffff !important}.journal_roles_cta{margin:32px 0 !important;padding:0 !important}.journal_roles_cta .cta_grid{display:grid !important;grid-template-columns:1fr !important;gap:20px !important}@media (min-width:768px){.journal_roles_cta .cta_grid{grid-template-columns:repeat(3, 1fr) !important}}.journal_roles_cta .cta_item{background-color:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;padding:24px !important;box-shadow:0 4px 10px rgba(0,0,0,0.01) !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;transition:all .25s ease !important}.journal_roles_cta .cta_item:hover{transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(0,0,0,0.04) !important}.journal_roles_cta .cta_item h3{font-family:'Inter',sans-serif !important;font-size:1.15rem !important;font-weight:700 !important;margin:0 0 10px 0 !important;padding-bottom:8px !important;border-bottom:2px solid #f1f5f9 !important}.journal_roles_cta .cta_item p{font-size:0.88rem !important;line-height:1.5 !important;color:#64748B !important;margin:0 0 16px 0 !important;flex-grow:1 !important}.journal_roles_cta .cta_item .cta_btn{display:block !important;width:100% !important;text-align:center !important;padding:8px 12px !important;border-radius:6px !important;font-weight:600 !important;font-size:0.88rem !important;text-decoration:none !important;transition:all .2s ease !important;box-shadow:0 2px 6px rgba(0,0,0,0.05) !important}.journal_roles_cta .scholar{border-top:4px solid #475569 !important}.journal_roles_cta .scholar h3{color:#475569 !important}.journal_roles_cta .scholar .cta_btn{background-color:#475569 !important;color:#ffffff !important}.journal_roles_cta .scholar .cta_btn:hover{background-color:#334155 !important}.journal_roles_cta .author{border-top:4px solid #4b0082 !important}.journal_roles_cta .author h3{color:#4B0082 !important}.journal_roles_cta .author .cta_btn{background-color:#4B0082 !important;color:#ffffff !important}.journal_roles_cta .author .cta_btn:hover{background-color:#FFC72C !important;color:#4B0082 !important}.journal_roles_cta .publisher{border-top:4px solid #ffc72c !important}.journal_roles_cta .publisher h3{color:#8C7139 !important}.journal_roles_cta .publisher .cta_btn{background-color:#FFC72C !important;color:#4B0082 !important}.journal_roles_cta .publisher .cta_btn:hover{background-color:#4B0082 !important;color:#ffffff !important}body.pkp_context_nsepj .pkp_structure_head{background-color:#0D9488 !important;border:none !important}@media (min-width:992px){body.pkp_context_nsepj .pkp_navigation_primary_wrapper{background-color:#0F766E !important}}body.pkp_context_nsepj .pkp_site_nav_menu{background-color:#0D9488 !important}body.pkp_context_nsepj .pkp_structure_footer_wrapper{background-color:#0D9488 !important;border:none !important}body.pkp_context_nsepj .cta_item.author{border-top-color:#0D9488 !important}body.pkp_context_nsepj .cta_item.author h3{color:#0D9488 !important}body.pkp_context_nsepj .cta_item.author .cta_btn{background-color:#0D9488 !important;color:#ffffff !important}body.pkp_context_nsepj .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#0D9488 !important}body.pkp_context_nsepj .pkp_button,body.pkp_context_nsepj .cmp_button,body.pkp_context_nsepj .pkp_button_primary,body.pkp_context_nsepj .pkp_button_offset,body.pkp_context_nsepj .pkp_button_link,body.pkp_context_nsepj .page_search .submit button{background-color:#0D9488 !important}body.pkp_context_nsepj .pkp_button:hover,body.pkp_context_nsepj .cmp_button:hover,body.pkp_context_nsepj .pkp_button_primary:hover,body.pkp_context_nsepj .pkp_button_offset:hover,body.pkp_context_nsepj .pkp_button_link:hover,body.pkp_context_nsepj .page_search .submit button:hover{background-color:#FFC72C !important;color:#0D9488 !important}body.pkp_context_scholares .pkp_structure_head{background-color:#3F51B5 !important;border:none !important}@media (min-width:992px){body.pkp_context_scholares .pkp_navigation_primary_wrapper{background-color:#303F9F !important}}body.pkp_context_scholares .pkp_site_nav_menu{background-color:#3F51B5 !important}body.pkp_context_scholares .pkp_structure_footer_wrapper{background-color:#3F51B5 !important;border:none !important}body.pkp_context_scholares .cta_item.author{border-top-color:#3F51B5 !important}body.pkp_context_scholares .cta_item.author h3{color:#3F51B5 !important}body.pkp_context_scholares .cta_item.author .cta_btn{background-color:#3F51B5 !important;color:#ffffff !important}body.pkp_context_scholares .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#3F51B5 !important}body.pkp_context_scholares .pkp_button,body.pkp_context_scholares .cmp_button,body.pkp_context_scholares .pkp_button_primary,body.pkp_context_scholares .pkp_button_offset,body.pkp_context_scholares .pkp_button_link,body.pkp_context_scholares .page_search .submit button{background-color:#3F51B5 !important}body.pkp_context_scholares .pkp_button:hover,body.pkp_context_scholares .cmp_button:hover,body.pkp_context_scholares .pkp_button_primary:hover,body.pkp_context_scholares .pkp_button_offset:hover,body.pkp_context_scholares .pkp_button_link:hover,body.pkp_context_scholares .page_search .submit button:hover{background-color:#FFC72C !important;color:#3F51B5 !important}body.pkp_context_pagsj .pkp_structure_head{background-color:#1B365D !important;border:none !important}@media (min-width:992px){body.pkp_context_pagsj .pkp_navigation_primary_wrapper{background-color:#12243F !important}}body.pkp_context_pagsj .pkp_site_nav_menu{background-color:#1B365D !important}body.pkp_context_pagsj .pkp_structure_footer_wrapper{background-color:#1B365D !important;border:none !important}body.pkp_context_pagsj .cta_item.author{border-top-color:#1B365D !important}body.pkp_context_pagsj .cta_item.author h3{color:#1B365D !important}body.pkp_context_pagsj .cta_item.author .cta_btn{background-color:#1B365D !important;color:#ffffff !important}body.pkp_context_pagsj .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#1B365D !important}body.pkp_context_pagsj .pkp_button,body.pkp_context_pagsj .cmp_button,body.pkp_context_pagsj .pkp_button_primary,body.pkp_context_pagsj .pkp_button_offset,body.pkp_context_pagsj .pkp_button_link,body.pkp_context_pagsj .page_search .submit button{background-color:#1B365D !important}body.pkp_context_pagsj .pkp_button:hover,body.pkp_context_pagsj .cmp_button:hover,body.pkp_context_pagsj .pkp_button_primary:hover,body.pkp_context_pagsj .pkp_button_offset:hover,body.pkp_context_pagsj .pkp_button_link:hover,body.pkp_context_pagsj .page_search .submit button:hover{background-color:#FFC72C !important;color:#1B365D !important}body.pkp_context_ijms .pkp_structure_head{background-color:#34495E !important;border:none !important}@media (min-width:992px){body.pkp_context_ijms .pkp_navigation_primary_wrapper{background-color:#2C3E50 !important}}body.pkp_context_ijms .pkp_site_nav_menu{background-color:#34495E !important}body.pkp_context_ijms .pkp_structure_footer_wrapper{background-color:#34495E !important;border:none !important}body.pkp_context_ijms .cta_item.author{border-top-color:#34495E !important}body.pkp_context_ijms .cta_item.author h3{color:#34495E !important}body.pkp_context_ijms .cta_item.author .cta_btn{background-color:#34495E !important;color:#ffffff !important}body.pkp_context_ijms .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#34495E !important}body.pkp_context_ijms .pkp_button,body.pkp_context_ijms .cmp_button,body.pkp_context_ijms .pkp_button_primary,body.pkp_context_ijms .pkp_button_offset,body.pkp_context_ijms .pkp_button_link,body.pkp_context_ijms .page_search .submit button{background-color:#34495E !important}body.pkp_context_ijms .pkp_button:hover,body.pkp_context_ijms .cmp_button:hover,body.pkp_context_ijms .pkp_button_primary:hover,body.pkp_context_ijms .pkp_button_offset:hover,body.pkp_context_ijms .pkp_button_link:hover,body.pkp_context_ijms .page_search .submit button:hover{background-color:#FFC72C !important;color:#34495E !important}body.pkp_context_tuklas .pkp_structure_head{background-color:#800020 !important;border:none !important}@media (min-width:992px){body.pkp_context_tuklas .pkp_navigation_primary_wrapper{background-color:#5C0017 !important}}body.pkp_context_tuklas .pkp_site_nav_menu{background-color:#800020 !important}body.pkp_context_tuklas .pkp_structure_footer_wrapper{background-color:#800020 !important;border:none !important}body.pkp_context_tuklas .cta_item.author{border-top-color:#800020 !important}body.pkp_context_tuklas .cta_item.author h3{color:#800020 !important}body.pkp_context_tuklas .cta_item.author .cta_btn{background-color:#800020 !important;color:#ffffff !important}body.pkp_context_tuklas .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#800020 !important}body.pkp_context_tuklas .pkp_button,body.pkp_context_tuklas .cmp_button,body.pkp_context_tuklas .pkp_button_primary,body.pkp_context_tuklas .pkp_button_offset,body.pkp_context_tuklas .pkp_button_link,body.pkp_context_tuklas .page_search .submit button{background-color:#800020 !important}body.pkp_context_tuklas .pkp_button:hover,body.pkp_context_tuklas .cmp_button:hover,body.pkp_context_tuklas .pkp_button_primary:hover,body.pkp_context_tuklas .pkp_button_offset:hover,body.pkp_context_tuklas .pkp_button_link:hover,body.pkp_context_tuklas .page_search .submit button:hover{background-color:#FFC72C !important;color:#800020 !important}body.pkp_context_realm .pkp_structure_head{background-color:#1E4620 !important;border:none !important}@media (min-width:992px){body.pkp_context_realm .pkp_navigation_primary_wrapper{background-color:#132E15 !important}}body.pkp_context_realm .pkp_site_nav_menu{background-color:#1E4620 !important}body.pkp_context_realm .pkp_structure_footer_wrapper{background-color:#1E4620 !important;border:none !important}body.pkp_context_realm .cta_item.author{border-top-color:#1E4620 !important}body.pkp_context_realm .cta_item.author h3{color:#1E4620 !important}body.pkp_context_realm .cta_item.author .cta_btn{background-color:#1E4620 !important;color:#ffffff !important}body.pkp_context_realm .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#1E4620 !important}body.pkp_context_realm .pkp_button,body.pkp_context_realm .cmp_button,body.pkp_context_realm .pkp_button_primary,body.pkp_context_realm .pkp_button_offset,body.pkp_context_realm .pkp_button_link,body.pkp_context_realm .page_search .submit button{background-color:#1E4620 !important}body.pkp_context_realm .pkp_button:hover,body.pkp_context_realm .cmp_button:hover,body.pkp_context_realm .pkp_button_primary:hover,body.pkp_context_realm .pkp_button_offset:hover,body.pkp_context_realm .pkp_button_link:hover,body.pkp_context_realm .page_search .submit button:hover{background-color:#FFC72C !important;color:#1E4620 !important}body.pkp_context_adamls .pkp_structure_head{background-color:#2D3436 !important;border:none !important}@media (min-width:992px){body.pkp_context_adamls .pkp_navigation_primary_wrapper{background-color:#222F3E !important}}body.pkp_context_adamls .pkp_site_nav_menu{background-color:#2D3436 !important}body.pkp_context_adamls .pkp_structure_footer_wrapper{background-color:#2D3436 !important;border:none !important}body.pkp_context_adamls .cta_item.author{border-top-color:#2D3436 !important}body.pkp_context_adamls .cta_item.author h3{color:#2D3436 !important}body.pkp_context_adamls .cta_item.author .cta_btn{background-color:#2D3436 !important;color:#ffffff !important}body.pkp_context_adamls .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#2D3436 !important}body.pkp_context_adamls .pkp_button,body.pkp_context_adamls .cmp_button,body.pkp_context_adamls .pkp_button_primary,body.pkp_context_adamls .pkp_button_offset,body.pkp_context_adamls .pkp_button_link,body.pkp_context_adamls .page_search .submit button{background-color:#2D3436 !important}body.pkp_context_adamls .pkp_button:hover,body.pkp_context_adamls .cmp_button:hover,body.pkp_context_adamls .pkp_button_primary:hover,body.pkp_context_adamls .pkp_button_offset:hover,body.pkp_context_adamls .pkp_button_link:hover,body.pkp_context_adamls .page_search .submit button:hover{background-color:#FFC72C !important;color:#2D3436 !important}body.pkp_context_jcje .pkp_structure_head{background-color:#006064 !important;border:none !important}@media (min-width:992px){body.pkp_context_jcje .pkp_navigation_primary_wrapper{background-color:#004D40 !important}}body.pkp_context_jcje .pkp_site_nav_menu{background-color:#006064 !important}body.pkp_context_jcje .pkp_structure_footer_wrapper{background-color:#006064 !important;border:none !important}body.pkp_context_jcje .cta_item.author{border-top-color:#006064 !important}body.pkp_context_jcje .cta_item.author h3{color:#006064 !important}body.pkp_context_jcje .cta_item.author .cta_btn{background-color:#006064 !important;color:#ffffff !important}body.pkp_context_jcje .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#006064 !important}body.pkp_context_jcje .pkp_button,body.pkp_context_jcje .cmp_button,body.pkp_context_jcje .pkp_button_primary,body.pkp_context_jcje .pkp_button_offset,body.pkp_context_jcje .pkp_button_link,body.pkp_context_jcje .page_search .submit button{background-color:#006064 !important}body.pkp_context_jcje .pkp_button:hover,body.pkp_context_jcje .cmp_button:hover,body.pkp_context_jcje .pkp_button_primary:hover,body.pkp_context_jcje .pkp_button_offset:hover,body.pkp_context_jcje .pkp_button_link:hover,body.pkp_context_jcje .page_search .submit button:hover{background-color:#FFC72C !important;color:#006064 !important}body.pkp_context_dalum .pkp_structure_head{background-color:#5D4037 !important;border:none !important}@media (min-width:992px){body.pkp_context_dalum .pkp_navigation_primary_wrapper{background-color:#4E342E !important}}body.pkp_context_dalum .pkp_site_nav_menu{background-color:#5D4037 !important}body.pkp_context_dalum .pkp_structure_footer_wrapper{background-color:#5D4037 !important;border:none !important}body.pkp_context_dalum .cta_item.author{border-top-color:#5D4037 !important}body.pkp_context_dalum .cta_item.author h3{color:#5D4037 !important}body.pkp_context_dalum .cta_item.author .cta_btn{background-color:#5D4037 !important;color:#ffffff !important}body.pkp_context_dalum .cta_item.author .cta_btn:hover{background-color:#FFC72C !important;color:#5D4037 !important}body.pkp_context_dalum .pkp_button,body.pkp_context_dalum .cmp_button,body.pkp_context_dalum .pkp_button_primary,body.pkp_context_dalum .pkp_button_offset,body.pkp_context_dalum .pkp_button_link,body.pkp_context_dalum .page_search .submit button{background-color:#5D4037 !important}body.pkp_context_dalum .pkp_button:hover,body.pkp_context_dalum .cmp_button:hover,body.pkp_context_dalum .pkp_button_primary:hover,body.pkp_context_dalum .pkp_button_offset:hover,body.pkp_context_dalum .pkp_button_link:hover,body.pkp_context_dalum .page_search .submit button:hover{background-color:#FFC72C !important;color:#5D4037 !important}html,html.pkp_structure_adminBar,body,body.pkp_structure_adminBar{padding-top:0 !important;margin-top:0 !important}#pkpAdminBar,.pkp_structure_adminBar #pkpAdminBar{display:none !important;height:0 !important;visibility:hidden !important}.pkp_structure_head .pkp_site_name a,.pkp_structure_head .pkp_navigation_primary>li>a,.pkp_structure_head .pkp_navigation_user>li>a,.pkp_structure_head .pkp_navigation_search_wrapper a,.pkp_structure_head .pkp_site_nav_menu>li>a,.pkp_structure_head .pkp_site_nav_toggle{color:#ffffff !important}.pkp_navigation_primary>li>a,.pkp_site_nav_menu a,#navigationPrimary a{transition:all .2s ease !important}.pkp_navigation_primary>li>a:hover,.pkp_site_nav_menu a:hover,#navigationPrimary a:hover,.pkp_navigation_primary>li>a:focus,.pkp_site_nav_menu a:focus,#navigationPrimary a:focus,.pkp_navigation_primary>li>a.active,.pkp_site_nav_menu a.active,#navigationPrimary a.active{color:#FFC72C !important;background-color:transparent !important;background:transparent !important}@media (min-width:992px){.pkp_head_wrapper,.pkp_structure_content,.pkp_structure_footer{width:90% !important;max-width:1100px !important;margin:0 auto !important}}@media (min-width:1200px){.pkp_head_wrapper,.pkp_structure_content,.pkp_structure_footer{width:90% !important;max-width:1160px !important;margin:0 auto !important}}@media (min-width:1400px){.pkp_head_wrapper,.pkp_structure_content,.pkp_structure_footer{width:90% !important;max-width:1160px !important;margin:0 auto !important}}body.pkp_page_index .pkp_structure_main,body.pkp_op_index .pkp_structure_main,body.pkp_op_archive .pkp_structure_main,.page_index_site .pkp_structure_main{max-width:100% !important;float:none !important;margin:0 auto !important;display:block !important;padding:0 0 40px 0 !important}body.pkp_page_index .pkp_structure_main::before,body.pkp_op_index .pkp_structure_main::before,body.pkp_op_archive .pkp_structure_main::before,.page_index_site .pkp_structure_main::before,body.pkp_page_index .pkp_structure_main::after,body.pkp_op_index .pkp_structure_main::after,body.pkp_op_archive .pkp_structure_main::after,.page_index_site .pkp_structure_main::after{display:none !important}@media (min-width:992px){body.pkp_page_index .pkp_structure_main,body.pkp_op_index .pkp_structure_main,body.pkp_op_archive .pkp_structure_main,.page_index_site .pkp_structure_main{width:85% !important}}@media (max-width:991px){body.pkp_page_index .pkp_structure_main,body.pkp_op_index .pkp_structure_main,body.pkp_op_archive .pkp_structure_main,.page_index_site .pkp_structure_main{width:100% !important;padding-left:15px !important;padding-right:15px !important}}body.pkp_page_index .pkp_structure_sidebar,body.pkp_op_index .pkp_structure_sidebar,body.pkp_op_archive .pkp_structure_sidebar{display:none !important;width:0 !important;height:0 !important;visibility:hidden !important}.index_portal_layout .portal_sidebar .cta_card{padding:16px 18px !important;margin-bottom:12px !important;border-radius:10px !important}.index_portal_layout .portal_sidebar .cta_card h3{font-size:1.05rem !important;margin:0 0 8px 0 !important;padding-bottom:4px !important}.index_portal_layout .portal_sidebar .cta_card p{font-size:0.85rem !important;line-height:1.4 !important;margin:0 0 12px 0 !important}.index_portal_layout .portal_sidebar .cta_card .cta_btn{padding:8px 12px !important;border-radius:6px !important}.pkp_site_name a.is_img{display:inline-flex !important;align-items:center !important;gap:16px !important;text-decoration:none !important}.pkp_site_name a.is_img img{max-height:60px !important;width:auto !important;height:auto !important}.header_site_title{font-family:'Inter',sans-serif !important;font-size:1.4rem !important;font-weight:700 !important;color:#ffffff !important;letter-spacing:-0.5px !important;line-height:1.2 !important}@media (max-width:767px){.header_site_title{font-size:1.1rem !important}}.pkp_structure_head .pkp_site_nav_menu .pkp_navigation_user ul{background-color:#ffffff !important;background:#ffffff !important;border-radius:8px !important;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05) !important;border:1px solid #e2e8f0 !important;padding:8px 0 !important}.pkp_structure_head .pkp_site_nav_menu .pkp_navigation_user ul li a{color:#475569 !important;padding:8px 16px !important;font-weight:500 !important;font-size:0.85rem !important;display:block !important;text-align:left !important;transition:all .15s ease !important;background-color:transparent !important;background:transparent !important}.pkp_structure_head .pkp_site_nav_menu .pkp_navigation_user ul li a:hover,.pkp_structure_head .pkp_site_nav_menu .pkp_navigation_user ul li a:focus{color:#4B0082 !important;background-color:#F3E8FF !important;background:#F3E8FF !important}@media (min-width:992px){.pkp_navigation_primary_wrapper{background:rgba(90,20,150,0.55) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important;border:1px solid rgba(255,255,255,0.12) !important;box-shadow:0 8px 32px rgba(0,0,0,0.15) !important;border-top-left-radius:20px !important;border-top-right-radius:20px !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;margin-bottom:0 !important;margin-top:14px !important}}@media (min-width:992px){body.pkp_page_index .pkp_structure_footer,body.pkp_op_index .pkp_structure_footer,.page_index_site .pkp_structure_footer{width:76.5% !important;max-width:935px !important;padding-left:0 !important;padding-right:0 !important}}@media (min-width:1200px){body.pkp_page_index .pkp_structure_footer,body.pkp_op_index .pkp_structure_footer,.page_index_site .pkp_structure_footer{width:76.5% !important;max-width:1105px !important;padding-left:0 !important;padding-right:0 !important}}@media (min-width:1400px){body.pkp_page_index .pkp_structure_footer,body.pkp_op_index .pkp_structure_footer,.page_index_site .pkp_structure_footer{width:76.5% !important;max-width:1190px !important;padding-left:0 !important;padding-right:0 !important}}@media (max-width:991px){body.pkp_page_index .pkp_structure_footer,body.pkp_op_index .pkp_structure_footer,.page_index_site .pkp_structure_footer{width:100% !important;padding-left:20px !important;padding-right:20px !important;text-align:center !important}}.pkp_brand_footer{display:none !important;height:0 !important;visibility:hidden !important}.page_search{max-width:1000px !important;margin:32px auto !important;padding:0 20px !important;font-family:'Inter',sans-serif !important}.page_search h1{display:none !important}.page_search .cmp_breadcrumbs{margin-bottom:16px !important;color:#64748b !important;font-size:0.875rem !important}.page_search .cmp_breadcrumbs a{color:#64748b !important;text-decoration:none !important;transition:color .15s ease !important}.page_search .cmp_breadcrumbs a:hover{color:#4B0082 !important}.page_search form.cmp_form{background:#ffffff !important;border-radius:16px !important;border:1px solid #e2e8f0 !important;padding:32px !important;box-shadow:0 4px 20px rgba(0,0,0,0.03) !important;margin-bottom:40px !important}@media (max-width:767px){.page_search form.cmp_form{padding:16px !important}}.page_search .search_input{position:relative !important;margin-bottom:24px !important}.page_search .search_input input.query{width:100% !important;height:54px !important;padding:12px 24px 12px 50px !important;font-size:1.15rem !important;font-weight:500 !important;color:#1e293b !important;background-color:#f8fafc !important;border:2px solid #e2e8f0 !important;border-radius:30px !important;transition:all .2s ease-in-out !important;box-sizing:border-box !important}.page_search .search_input input.query:focus{outline:none !important;border-color:#4B0082 !important;background-color:#ffffff !important;box-shadow:0 0 0 4px rgba(75,0,130,0.1) !important}.page_search .search_input input.query::placeholder{color:#94a3b8 !important}.page_search .search_input::before{content:"\f002" !important;font-family:"FontAwesome" !important;position:absolute !important;left:20px !important;top:50% !important;transform:translateY(-50%) !important;color:#94a3b8 !important;font-size:1.2rem !important;pointer-events:none !important;z-index:10 !important}.page_search fieldset.search_advanced{border:none !important;background:transparent !important;padding:0 !important;margin:24px 0 0 0 !important;display:flex !important;flex-direction:column !important;gap:24px !important}.page_search fieldset.search_advanced legend{display:block !important;font-size:0.85rem !important;font-weight:700 !important;color:#4B0082 !important;text-transform:uppercase !important;letter-spacing:1px !important;padding:0 !important;margin-bottom:12px !important;border:none !important}.page_search fieldset.search_advanced .date_range{float:none !important;width:100% !important;clear:both !important;display:grid !important;grid-template-columns:1fr !important;gap:20px !important;border:none !important;padding:0 !important;margin:0 !important}@media (min-width:768px){.page_search fieldset.search_advanced .date_range{grid-template-columns:1fr 1fr !important}}.page_search fieldset.search_advanced .date_range .from,.page_search fieldset.search_advanced .date_range .to{background:#f8fafc !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;padding:16px 20px !important;box-sizing:border-box !important}.page_search fieldset.search_advanced .date_range .from fieldset,.page_search fieldset.search_advanced .date_range .to fieldset{border:none !important;padding:0 !important;margin:0 !important;display:block !important}.page_search fieldset.search_advanced .date_range .from fieldset legend,.page_search fieldset.search_advanced .date_range .to fieldset legend{display:block !important;font-size:0.85rem !important;font-weight:600 !important;color:#475569 !important;text-transform:none !important;letter-spacing:normal !important;padding:0 !important;margin:0 0 12px 0 !important;float:none !important;width:100% !important}.page_search fieldset.search_advanced .date_range .from fieldset select,.page_search fieldset.search_advanced .date_range .to fieldset select{display:inline-block !important;width:calc(27.33%) !important;margin-right:8px !important;height:40px !important;padding:6px 12px !important;background-color:#ffffff !important;border:1px solid #cbd5e1 !important;border-radius:8px !important;font-size:0.875rem !important;color:#334155 !important;box-sizing:border-box !important}.page_search fieldset.search_advanced .date_range .from fieldset select:last-of-type,.page_search fieldset.search_advanced .date_range .to fieldset select:last-of-type{margin-right:0 !important}@media (max-width:575px){.page_search fieldset.search_advanced .date_range .from fieldset select,.page_search fieldset.search_advanced .date_range .to fieldset select{display:block !important;width:100% !important;margin-right:0 !important;margin-bottom:8px !important}.page_search fieldset.search_advanced .date_range .from fieldset select:last-of-type,.page_search fieldset.search_advanced .date_range .to fieldset select:last-of-type{margin-bottom:0 !important}}.page_search fieldset.search_advanced .author{float:none !important;width:100% !important;clear:both !important;display:grid !important;grid-template-columns:1fr !important;gap:16px !important;border:none !important;padding:0 !important;margin:0 !important}@media (min-width:768px){.page_search fieldset.search_advanced .author{grid-template-columns:1fr 1fr !important;grid-template-rows:auto auto !important;gap:8px 24px !important}.page_search fieldset.search_advanced .author label[for="authors"]{grid-column:1 !important;grid-row:1 !important;margin-bottom:0 !important}.page_search fieldset.search_advanced .author input#authors{grid-column:1 !important;grid-row:2 !important}.page_search fieldset.search_advanced .author label[for="searchJournal"]{grid-column:2 !important;grid-row:1 !important;margin-bottom:0 !important}.page_search fieldset.search_advanced .author select#searchJournal{grid-column:2 !important;grid-row:2 !important}}.page_search fieldset.search_advanced .author label.label{display:block !important;font-size:0.85rem !important;font-weight:600 !important;color:#475569 !important;margin-bottom:8px !important}.page_search fieldset.search_advanced .author input[type="text"],.page_search fieldset.search_advanced .author select{width:100% !important;max-width:100% !important;height:42px !important;padding:8px 16px !important;background-color:#f8fafc !important;border:1px solid #cbd5e1 !important;border-radius:8px !important;font-size:0.9rem !important;color:#334155 !important;box-sizing:border-box !important;transition:all .15s ease !important}.page_search fieldset.search_advanced .author input[type="text"]:focus,.page_search fieldset.search_advanced .author select:focus{outline:none !important;border-color:#4B0082 !important;background-color:#ffffff !important;box-shadow:0 0 0 3px rgba(75,0,130,0.08) !important}.page_search .submit{text-align:right !important;margin-top:16px !important}.page_search .submit button.submit{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;height:46px !important;padding:0 28px !important;font-size:0.95rem !important;font-weight:600 !important;color:#ffffff !important;background-color:#4B0082 !important;border:none !important;border-radius:30px !important;cursor:pointer !important;box-shadow:0 4px 12px rgba(75,0,130,0.15) !important;transition:all .2s ease-in-out !important;white-space:nowrap !important}.page_search .submit button.submit::before,.page_search .submit button.submit::after{display:none !important;content:none !important;background:none !important;border:none !important}.page_search .submit button.submit:hover,.page_search .submit button.submit:focus{background-color:#37006B !important;transform:translateY(-1px) !important;box-shadow:0 6px 16px rgba(75,0,130,0.25) !important}.page_search .submit button.submit:active{transform:translateY(1px) !important}.page_search .search_results{list-style:none !important;padding:0 !important;margin:32px 0 !important}.page_search .search_results li{background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;padding:24px !important;margin-bottom:20px !important;box-shadow:0 2px 8px rgba(0,0,0,0.02) !important;transition:all .2s ease !important}@media (max-width:767px){.page_search .search_results li{padding:16px !important}}.page_search .search_results li:hover{transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(0,0,0,0.05) !important;border-color:#cbd5e1 !important}.page_search span[role="status"]{display:block !important;margin:32px 0 !important}.page_search span[role="status"] .cmp_notification{display:flex !important;align-items:center !important;padding:16px 24px !important;background-color:#f1f5f9 !important;border:1px solid #e2e8f0 !important;border-left:4px solid #4b0082 !important;border-radius:8px !important;color:#475569 !important;font-size:0.95rem !important;font-weight:500 !important;line-height:1.5 !important}.page_search span[role="status"] .cmp_notification::before{content:"\f05a" !important;font-family:"FontAwesome" !important;margin-right:12px !important;font-size:1.2rem !important;color:#4B0082 !important}.page_search span[role="status"] .cmp_notification .notifyIcon,.page_search span[role="status"] .cmp_notification .notify_icon{display:none !important}.page_search .cmp_pagination{display:flex !important;flex-direction:column !important;align-items:center !important;gap:12px !important;margin-top:40px !important;font-size:0.9rem !important;color:#64748b !important}.page_search .cmp_pagination .label{font-weight:500 !important}.page_search .cmp_pagination ul{display:inline-flex !important;list-style:none !important;padding:0 !important;margin:0 !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;overflow:hidden !important}.page_search .cmp_pagination ul li{border-right:1px solid #e2e8f0 !important;background-color:#ffffff !important}.page_search .cmp_pagination ul li:last-child{border-right:none !important}.page_search .cmp_pagination ul li a,.page_search .cmp_pagination ul li span{display:block !important;padding:8px 16px !important;color:#475569 !important;text-decoration:none !important;font-weight:600 !important;transition:all .15s ease !important}.page_search .cmp_pagination ul li a:hover,.page_search .cmp_pagination ul li span:hover{background-color:#f1f5f9 !important;color:#4B0082 !important}.page_search .cmp_pagination ul li span.current{background-color:#4B0082 !important;color:#ffffff !important}@media (max-width:991px){.pkp_navigation_primary_wrapper{position:relative !important}.pkp_site_nav_menu{position:absolute !important;top:100% !important;left:0 !important;right:auto !important;width:auto !important;min-width:250px !important;z-index:99999 !important;padding:24px 20px !important;box-sizing:border-box !important;box-shadow:0 10px 25px rgba(0,0,0,0.18) !important;border-radius:0 !important;margin:0 !important;text-align:left !important;background-color:#4B0082 !important}body.pkp_context_nsepj .pkp_site_nav_menu{background-color:#0D9488 !important}body.pkp_context_scholares .pkp_site_nav_menu{background-color:#3F51B5 !important}body.pkp_context_pagsj .pkp_site_nav_menu{background-color:#1B365D !important}body.pkp_context_ijms .pkp_site_nav_menu{background-color:#34495E !important}body.pkp_context_tuklas .pkp_site_nav_menu{background-color:#800020 !important}body.pkp_context_realm .pkp_site_nav_menu{background-color:#1E4620 !important}body.pkp_context_adamls .pkp_site_nav_menu{background-color:#2D3436 !important}body.pkp_context_jcje .pkp_site_nav_menu{background-color:#006064 !important}body.pkp_context_dalum .pkp_site_nav_menu{background-color:#5D4037 !important}.pkp_site_nav_menu .pkp_navigation_primary{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:4px !important;margin:0 0 16px 0 !important;padding:0 !important;list-style:none !important}.pkp_site_nav_menu .pkp_navigation_primary li{display:block !important;width:100% !important;margin:0 !important;padding:0 !important;text-align:left !important}.pkp_site_nav_menu .pkp_navigation_primary li a{display:block !important;padding:8px 12px !important;font-size:0.95rem !important;font-weight:600 !important;color:#ffffff !important;text-align:left !important;justify-content:flex-start !important;text-decoration:none !important;border-radius:0 !important;background:transparent !important;transition:all .15s ease !important}.pkp_site_nav_menu .pkp_navigation_primary li a:hover,.pkp_site_nav_menu .pkp_navigation_primary li a:focus{background:rgba(255,255,255,0.1) !important}.pkp_site_nav_menu .pkp_navigation_user{margin:0 !important;padding:0 !important;list-style:none !important;background-color:transparent !important;box-shadow:none !important;border:none !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul)>a{font-size:0 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;padding:10px 12px !important;color:#ffffff !important;font-weight:700 !important;text-decoration:none !important;border-bottom:1px solid rgba(255,255,255,0.15) !important;margin-bottom:8px !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul)>a::before{content:"Portal" !important;font-size:0.95rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;color:#ffffff !important;display:inline-block !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul)>a::after{content:"\f0d7" !important;font-family:"FontAwesome" !important;font-size:0.9rem !important;color:#ffffff !important;display:inline-block !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul) ul{display:none !important;margin:0 !important;padding:4px 0 !important;list-style:none !important;background:transparent !important;border:none !important;box-shadow:none !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul).portal-menu-open>a::after{content:"\f0d8" !important}.pkp_site_nav_menu .pkp_navigation_user>li:has(ul).portal-menu-open ul{display:block !important}.pkp_site_nav_menu .pkp_navigation_user li{display:block !important;width:100% !important;margin:0 !important;padding:0 !important}.pkp_site_nav_menu .pkp_navigation_user li a{display:block !important;padding:8px 16px !important;font-size:0.9rem !important;font-weight:600 !important;color:rgba(255,255,255,0.8) !important;text-align:left !important;text-decoration:none !important;border-radius:0 !important;background:transparent !important;transition:all .15s ease !important}.pkp_site_nav_menu .pkp_navigation_user li a:hover,.pkp_site_nav_menu .pkp_navigation_user li a:focus{color:#ffffff !important;background-color:rgba(255,255,255,0.1) !important}}.galleys_links li .obj_galley_link{background-color:#ffffff !important;background:#ffffff !important;border:2px solid #4b0082 !important;color:#4b0082 !important;font-weight:700 !important;border-radius:6px !important;padding:6px 12px !important;display:inline-flex !important;align-items:center !important;transition:all .2s ease-in-out !important}.galleys_links li .obj_galley_link::before{content:"\f1c1" !important;font-family:"FontAwesome" !important;margin-right:6px !important;color:#4b0082 !important;transition:color .2s ease-in-out !important}.galleys_links li .obj_galley_link:hover,.galleys_links li .obj_galley_link:focus{background-color:#4b0082 !important;background:#4b0082 !important;color:#ffffff !important;border-color:#4b0082 !important}.galleys_links li .obj_galley_link:hover::before,.galleys_links li .obj_galley_link:focus::before{color:#ffffff !important}.obj_article_details{margin-top:2rem !important}.obj_article_details .page_title{font-size:2.2rem !important;font-weight:700 !important;line-height:1.25 !important;color:#1e293b !important;margin-bottom:1.5rem !important;font-family:'Lora',Georgia,serif !important}.obj_article_details .subtitle{font-size:1.25rem !important;font-weight:400 !important;color:#64748b !important;line-height:1.4 !important;margin-bottom:2rem !important}.obj_article_details .row{margin-top:2.5rem !important;border:none !important;display:grid !important;grid-template-columns:1fr !important;gap:30px !important}@media (min-width:992px){.obj_article_details .row{grid-template-columns:2.8fr 1.2fr !important;display:grid !important}}.obj_article_details .main_entry{float:none !important;width:100% !important;border-right:none !important;padding:0 !important}.obj_article_details .main_entry .item.authors{padding:0 0 2rem 0 !important;border-bottom:none !important;margin-bottom:2rem !important}.obj_article_details .main_entry .item.authors ul.authors{display:flex !important;flex-wrap:wrap !important;gap:16px 24px !important;list-style:none !important;padding:0 !important;margin:0 !important}.obj_article_details .main_entry .item.authors ul.authors li{display:flex !important;flex-direction:column !important;margin:0 !important}.obj_article_details .main_entry .item.authors ul.authors li .name{font-size:1.1rem !important;font-weight:600 !important;color:#0f172a !important;display:inline-flex !important;align-items:center !important;gap:6px !important}.obj_article_details .main_entry .item.authors ul.authors li .affiliation{font-size:0.85rem !important;color:#64748b !important;margin-top:2px !important;font-style:italic !important}.obj_article_details .main_entry .item.authors ul.authors li .orcid{font-size:0.82rem !important;color:#475569 !important;margin-top:4px !important;display:inline-flex !important;align-items:center !important;gap:4px !important}.obj_article_details .main_entry .item.authors ul.authors li .orcid a{color:#a6ce39 !important;font-weight:500 !important;text-decoration:none !important}.obj_article_details .main_entry .item.authors ul.authors li .orcid a:hover{text-decoration:underline !important}.obj_article_details .main_entry .item.doi,.obj_article_details .main_entry .item.keywords{background:transparent !important;border:none !important;padding:0 !important;margin-bottom:16px !important;font-size:0.95rem !important;line-height:1.6 !important}.obj_article_details .main_entry .item.doi .label,.obj_article_details .main_entry .item.keywords .label{font-weight:700 !important;color:#475569 !important;font-family:'Outfit',sans-serif !important;margin-right:4px !important}.obj_article_details .main_entry .item.doi .value,.obj_article_details .main_entry .item.keywords .value{color:#1e293b !important}.obj_article_details .main_entry .item.doi .value a,.obj_article_details .main_entry .item.keywords .value a{color:#4b0082 !important;text-decoration:none !important;font-weight:600 !important}.obj_article_details .main_entry .item.doi .value a:hover,.obj_article_details .main_entry .item.keywords .value a:hover{text-decoration:underline !important}.obj_article_details .main_entry .item.abstract{padding:0 20px 2.5rem 20px !important;border-bottom:none !important;margin-bottom:2.5rem !important}@media (min-width:992px){.obj_article_details .main_entry .item.abstract{padding:0 30px 2.5rem 30px !important}}.obj_article_details .main_entry .item.abstract .label{font-family:'Lora',Georgia,serif !important;font-size:1.6rem !important;font-weight:700 !important;color:#0f172a !important;margin-bottom:1.2rem !important;border:none !important}.obj_article_details .main_entry .item.abstract p{font-size:1.05rem !important;line-height:1.7 !important;color:#334155 !important;margin-bottom:1rem !important}.obj_article_details .main_entry .item.references{padding:0 20px 2.5rem 20px !important}@media (min-width:992px){.obj_article_details .main_entry .item.references{padding:0 30px 2.5rem 30px !important}}.obj_article_details .main_entry .item.references .label{font-family:'Lora',Georgia,serif !important;font-size:1.6rem !important;font-weight:700 !important;color:#0f172a !important;margin-bottom:1.5rem !important;border:none !important}.obj_article_details .main_entry .item.references .value p{font-size:0.95rem !important;line-height:1.6 !important;color:#475569 !important;margin-bottom:14px !important;padding-left:24px !important;text-indent:-24px !important;word-wrap:break-word !important;word-break:break-all !important}.obj_article_details .main_entry .item.references .value p a{color:#4b0082 !important;text-decoration:none !important}.obj_article_details .main_entry .item.references .value p a:hover{text-decoration:underline !important}.obj_article_details .entry_details{float:none !important;width:100% !important;margin:0 !important;border:none !important;border-radius:0 !important;background:transparent !important;padding:24px 0 !important;box-sizing:border-box !important;align-self:start !important;position:sticky !important;top:24px !important}.obj_article_details .entry_details .item{padding:0 0 20px 0 !important;margin-bottom:20px !important;border-bottom:1px solid #e2e8f0 !important;box-sizing:border-box !important}.obj_article_details .entry_details .item:last-child{border-bottom:none !important;margin-bottom:0 !important;padding-bottom:0 !important}.obj_article_details .entry_details .item .label{font-size:0.8rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;color:#64748b !important;margin-bottom:8px !important}.obj_article_details .entry_details .item .value{font-size:0.95rem !important;color:#1e293b !important;font-weight:500 !important}.obj_article_details .entry_details .item .value a{color:#4b0082 !important;text-decoration:none !important}.obj_article_details .entry_details .item .value a:hover{text-decoration:underline !important}.obj_article_details .entry_details .item.cover_image{background:transparent !important;margin-bottom:24px !important;text-align:center !important;border:none !important}.obj_article_details .entry_details .item.cover_image img{max-width:100% !important;height:auto !important;border-radius:8px !important;box-shadow:0 4px 12px rgba(0,0,0,0.06) !important}.obj_article_details .entry_details .item.galleys{border:none !important;margin-bottom:24px !important;border-bottom:1px solid #e2e8f0 !important}.obj_article_details .entry_details .item.galleys .galleys_links{display:flex !important;flex-direction:column !important;gap:12px !important;list-style:none !important;padding:0 !important;margin:0 !important}.obj_article_details .entry_details .item.galleys .galleys_links li{margin:0 !important;width:100% !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link{display:flex !important;justify-content:center !important;width:100% !important;box-sizing:border-box !important}.obj_article_details .entry_details .citation_display .value{font-size:0.88rem !important;line-height:1.5 !important;color:#334155 !important}.obj_article_details .entry_details .citation_display .citation_formats{border:1px solid #cbd5e1 !important;border-radius:8px !important;background:#ffffff !important;margin-top:12px !important;overflow:hidden !important}.obj_article_details .entry_details .citation_display .citation_formats_button{background:#ffffff !important;font-size:0.88rem !important;font-weight:600 !important;color:#0f172a !important;padding:10px 14px !important;border:none !important;border-bottom:1px solid #cbd5e1 !important;outline:none !important;cursor:pointer !important;width:100% !important;box-sizing:border-box !important}.obj_article_details .entry_details .citation_display .citation_formats_button::after{color:#64748b !important}.obj_article_details .entry_details .citation_display .citation_formats_styles{background:#ffffff !important;padding:0 !important;list-style:none !important;margin:0 !important}.obj_article_details .entry_details .citation_display .citation_formats_styles a{font-size:0.85rem !important;color:#475569 !important;padding:8px 14px !important;border-bottom:1px solid #f1f5f9 !important;display:block !important;transition:all .15s ease !important}.obj_article_details .entry_details .citation_display .citation_formats_styles a:hover,.obj_article_details .entry_details .citation_display .citation_formats_styles a:focus{background:#f1f5f9 !important;color:#4b0082 !important}.obj_article_details .entry_details .citation_display .citation_formats_styles li:last-child a{border-bottom:none !important}.pkp_structure_sidebar .pkp_block{background:#ffffff !important;border:1px solid rgba(11,37,69,0.06) !important;border-radius:12px !important;padding:20px !important;margin-bottom:26px !important;box-shadow:0 3px 12px rgba(11,37,69,0.02) !important;box-sizing:border-box !important}.pkp_structure_sidebar .pkp_block .title{font-family:'Outfit',sans-serif !important;font-size:1.1rem !important;font-weight:700 !important;color:#1e293b !important;text-transform:uppercase !important;letter-spacing:0.8px !important;border-bottom:2px solid #4b0082 !important;padding-bottom:8px !important;margin-bottom:16px !important;margin-top:0 !important}.pkp_structure_sidebar .pkp_block .content{color:#475569 !important;line-height:1.6 !important;font-size:0.92rem !important}.pkp_structure_sidebar .pkp_block .content ul{list-style:none !important;padding:0 !important;margin:0 !important}.pkp_structure_sidebar .pkp_block .content ul li{margin-bottom:10px !important}.pkp_structure_sidebar .pkp_block .content ul li:last-child{margin-bottom:0 !important}.pkp_structure_sidebar .pkp_block .content ul li a{color:#475569 !important;text-decoration:none !important;font-weight:600 !important;transition:color .15s ease !important}.pkp_structure_sidebar .pkp_block .content ul li a:hover,.pkp_structure_sidebar .pkp_block .content ul li a:focus{color:#4b0082 !important}.pkp_structure_sidebar .block_make_submission{background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important}.pkp_structure_sidebar .block_make_submission .block_make_submission_link{display:block !important;background-color:#4b0082 !important;color:#ffffff !important;text-align:center !important;padding:12px 20px !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;box-shadow:0 4px 10px rgba(0,0,0,0.05) !important;transition:all .2s ease-in-out !important}.pkp_structure_sidebar .block_make_submission .block_make_submission_link:hover,.pkp_structure_sidebar .block_make_submission .block_make_submission_link:focus{background-color:#ffffff !important;color:#4b0082 !important;box-shadow:0 0 0 2px #4b0082 inset !important}.obj_article_details .page_title{font-family:'Outfit',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;font-size:2rem !important;font-weight:700 !important;line-height:1.3 !important;color:#1e293b !important;margin-bottom:12px !important;margin-top:0 !important}.obj_article_details .subtitle{font-family:'Outfit',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;font-size:1.15rem !important;line-height:1.5 !important;color:#64748b !important;font-weight:400 !important;margin-bottom:24px !important}.obj_article_details .row{margin-top:2rem !important;margin-left:0 !important;margin-right:0 !important;border-top:none !important;border-bottom:none !important;display:block !important}@media (min-width:768px){.obj_article_details .row{margin-left:-30px !important;margin-right:-30px !important}}.obj_article_details .row:before,.obj_article_details .row:after{content:" " !important;display:table !important}.obj_article_details .row:after{clear:both !important}.obj_article_details .main_entry{width:100% !important;border-right:none !important;padding:24px 0 48px 0 !important;box-sizing:border-box !important;float:none !important}@media (min-width:768px){.obj_article_details .main_entry{float:left !important;width:428px !important;border-right:none !important;padding-right:0 !important}}@media (min-width:992px){.obj_article_details .main_entry{width:352px !important}}.obj_article_details .main_entry .item.authors{padding-top:0 !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;border-bottom:none !important;margin-bottom:20px !important}@media (min-width:992px){.obj_article_details .main_entry .item.authors{padding-left:30px !important;padding-right:30px !important}}.obj_article_details .main_entry .item.authors ul.authors{list-style:none !important;padding:0 !important;margin:0 !important}.obj_article_details .main_entry .item.authors ul.authors li{margin-bottom:12px !important}.obj_article_details .main_entry .item.authors ul.authors li:last-child{margin-bottom:0 !important}.obj_article_details .main_entry .item.authors ul.authors li .name{font-size:1.1rem !important;font-weight:700 !important;color:#0f172a !important;display:block !important}.obj_article_details .main_entry .item.authors ul.authors li .affiliation{font-size:0.88rem !important;color:#64748b !important;display:block !important;margin-top:2px !important}.obj_article_details .main_entry .item.doi,.obj_article_details .main_entry .item.keywords{padding-top:0 !important;padding-bottom:0 !important;padding-left:20px !important;padding-right:20px !important;margin-bottom:16px !important;font-size:0.95rem !important;line-height:1.6 !important}@media (min-width:992px){.obj_article_details .main_entry .item.doi,.obj_article_details .main_entry .item.keywords{padding-left:30px !important;padding-right:30px !important}}.obj_article_details .main_entry .item.doi .label,.obj_article_details .main_entry .item.keywords .label{font-weight:700 !important;color:#475569 !important;font-family:'Outfit',sans-serif !important;margin-right:4px !important}.obj_article_details .main_entry .item.doi .value,.obj_article_details .main_entry .item.keywords .value{color:#1e293b !important}.obj_article_details .main_entry .item.doi .value a,.obj_article_details .main_entry .item.keywords .value a{color:#4b0082 !important;text-decoration:none !important;font-weight:600 !important}.obj_article_details .main_entry .item.doi .value a:hover,.obj_article_details .main_entry .item.keywords .value a:hover{text-decoration:underline !important}.obj_article_details .main_entry .item{padding:20px !important;box-sizing:border-box !important}@media (min-width:992px){.obj_article_details .main_entry .item{padding:30px !important}}.obj_article_details .main_entry .item .label{font-family:'Outfit',sans-serif !important;font-size:1.3rem !important;font-weight:700 !important;color:#0f172a !important;margin:0 0 16px 0 !important}.obj_article_details .main_entry .item p{font-size:1.02rem !important;line-height:1.7 !important;color:#334155 !important;margin-bottom:14px !important}.obj_article_details .main_entry .item p:last-child{margin-bottom:0 !important}.obj_article_details .main_entry .item.references{padding-left:20px !important;padding-right:20px !important}@media (min-width:992px){.obj_article_details .main_entry .item.references{padding-left:30px !important;padding-right:30px !important}}.obj_article_details .main_entry .item.references .value p{font-size:0.92rem !important;line-height:1.6 !important;color:#475569 !important;padding-left:24px !important;text-indent:-24px !important;margin-bottom:12px !important;word-wrap:break-word !important;word-break:break-all !important}.obj_article_details .main_entry .item.references .value p a{color:#4b0082 !important;text-decoration:none !important}.obj_article_details .main_entry .item.references .value p a:hover{text-decoration:underline !important}.obj_article_details .entry_details{width:100% !important;border-left:none !important;padding:24px 0 !important;box-sizing:border-box !important;float:none !important}@media (min-width:768px){.obj_article_details .entry_details{float:left !important;width:300px !important;border-left:none !important;padding-left:0 !important;margin-left:-1px !important}}.obj_article_details .entry_details .item{padding:20px !important;margin-bottom:20px !important;border-bottom:none !important;box-sizing:border-box !important}@media (min-width:992px){.obj_article_details .entry_details .item{padding:30px !important}}.obj_article_details .entry_details .item:last-child{border-bottom:none !important;margin-bottom:0 !important;padding-bottom:0 !important}.obj_article_details .entry_details .item .label{font-family:'Outfit',sans-serif !important;font-size:0.8rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;color:#64748b !important;margin-bottom:6px !important}.obj_article_details .entry_details .item .value{font-size:0.92rem !important;color:#1e293b !important;font-weight:500 !important}.obj_article_details .entry_details .item .value a{color:#4b0082 !important;text-decoration:none !important}.obj_article_details .entry_details .item .value a:hover{text-decoration:underline !important}.obj_article_details .entry_details .item.cover_image{border:none !important;margin-bottom:24px !important}.obj_article_details .entry_details .item.cover_image img{max-width:100% !important;height:auto !important;border-radius:8px !important;box-shadow:0 8px 24px rgba(11,37,69,0.12) !important}.obj_article_details .entry_details .item.galleys{border:none !important;margin-bottom:24px !important}.obj_article_details .entry_details .item.galleys .galleys_links{display:flex !important;flex-wrap:wrap !important;gap:8px !important;list-style:none !important;padding:0 !important;margin:0 !important}.obj_article_details .entry_details .item.galleys .galleys_links li{margin:0 !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link{border-radius:4px !important;padding:8px 18px !important;font-size:0.88rem !important;font-weight:600 !important}.obj_article_details .entry_details .citation_display .value{font-size:0.88rem !important;line-height:1.5 !important;color:#334155 !important}.obj_article_details .entry_details .citation_display .citation_formats{border:none !important;border-radius:0 !important;background:transparent !important;margin-top:10px !important;box-shadow:none !important;overflow:visible !important}.obj_article_details .entry_details .citation_display .citation_formats_button{background:transparent !important;font-size:0.85rem !important;font-weight:700 !important;color:#4b0082 !important;padding:8px 0 !important;border:none !important;border-bottom:1px solid #e2e8f0 !important;outline:none !important;cursor:pointer !important;width:100% !important;box-sizing:border-box !important;display:flex !important;justify-content:space-between !important;align-items:center !important;text-transform:uppercase !important;letter-spacing:0.5px !important}.obj_article_details .entry_details .citation_display .citation_formats_button:hover{color:#2e004f !important}.obj_article_details .entry_details .citation_display .citation_formats_styles{background:transparent !important;padding:8px 0 0 0 !important;list-style:none !important;margin:0 !important}.obj_article_details .entry_details .citation_display .citation_formats_styles li{padding:0 !important;margin:0 !important;border:none !important}.obj_article_details .entry_details .citation_display .citation_formats_styles li:not(:has(a)){font-size:0.82rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;color:#64748b !important;padding:16px 0 6px 0 !important;margin-top:8px !important;border-bottom:none !important}.obj_article_details .entry_details .citation_display .citation_formats_styles a{font-size:0.85rem !important;color:#475569 !important;padding:6px 0 !important;border:none !important;border-bottom:none !important;display:block !important;text-decoration:none !important;transition:all .15s ease !important}.obj_article_details .entry_details .citation_display .citation_formats_styles a:hover,.obj_article_details .entry_details .citation_display .citation_formats_styles a:focus{background:transparent !important;color:#4b0082 !important;text-decoration:underline !important}@media (min-width:1200px){.obj_article_details .row{border-top:none !important;border-bottom:none !important}.obj_article_details .main_entry{width:560px !important;border-right:none !important;padding-right:0 !important}.obj_article_details .entry_details{width:300px !important;border-left:none !important;padding-left:0 !important}.obj_article_details .entry_details .item{border-bottom:none !important}}.cmp_breadcrumbs{margin-bottom:24px !important}.cmp_breadcrumbs ol{list-style:none !important;padding:0 !important;margin:0 !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important}.cmp_breadcrumbs li{font-family:'Outfit',sans-serif !important;font-size:0.88rem !important;color:#64748b !important;display:flex !important;align-items:center !important}.cmp_breadcrumbs li.current{color:#1e293b !important;font-weight:600 !important}.cmp_breadcrumbs li.current span{color:#1e293b !important}.cmp_breadcrumbs a{color:#64748b !important;text-decoration:none !important;transition:color .15s ease !important}.cmp_breadcrumbs a:hover,.cmp_breadcrumbs a:focus{color:#4b0082 !important}.cmp_breadcrumbs .separator{margin:0 10px !important;color:#cbd5e1 !important;font-size:0.85rem !important}.obj_article_details .main_entry .item.doi{border-bottom:1px solid #f1f5f9 !important;padding-bottom:16px !important;margin-bottom:20px !important}.obj_article_details .main_entry .item.author_bios{padding-top:24px !important;padding-bottom:24px !important;border-top:1px solid #e2e8f0 !important;margin-top:24px !important}.obj_article_details .main_entry .item.author_bios .label{font-family:'Outfit',sans-serif !important;font-size:1.3rem !important;font-weight:700 !important;color:#0f172a !important;margin:0 0 16px 0 !important}.obj_article_details .main_entry .item.author_bios .authors{list-style:none !important;padding:0 !important;margin:0 !important}.obj_article_details .main_entry .item.author_bios .authors .sub_item{margin-bottom:16px !important}.obj_article_details .main_entry .item.author_bios .authors .sub_item:last-child{margin-bottom:0 !important}.obj_article_details .main_entry .item.author_bios .authors .sub_item .label{font-size:1rem !important;font-weight:700 !important;color:#1e293b !important;text-transform:none !important;letter-spacing:normal !important;margin-bottom:6px !important}.obj_article_details .main_entry .item.author_bios .authors .sub_item .value{font-size:0.95rem !important;line-height:1.6 !important;color:#475569 !important}.obj_article_details .main_entry .item.downloads_chart{padding-top:24px !important;padding-bottom:24px !important;border-top:1px solid #e2e8f0 !important;margin-top:24px !important}.obj_article_details .main_entry .item.downloads_chart .label{font-family:'Outfit',sans-serif !important;font-size:1.3rem !important;font-weight:700 !important;color:#0f172a !important;margin:0 0 16px 0 !important}.obj_article_details .main_entry .item.downloads_chart .value canvas{max-width:100% !important;height:auto !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link{display:inline-flex !important;align-items:center !important;padding:8px 18px !important;background-color:#ffffff !important;background:#ffffff !important;border:1px solid #4b0082 !important;border-radius:4px !important;color:#4b0082 !important;font-size:0.88rem !important;font-weight:600 !important;text-decoration:none !important;transition:all .2s ease-in-out !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link::before{content:"\f1c1" !important;font-family:"FontAwesome" !important;margin-right:6px !important;color:#4b0082 !important;font-size:0.95rem !important;transition:color .2s ease-in-out !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link:hover,.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link:focus{background-color:#4b0082 !important;background:#4b0082 !important;color:#ffffff !important;border-color:#4b0082 !important}.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link:hover::before,.obj_article_details .entry_details .item.galleys .galleys_links li .obj_galley_link:focus::before{color:#ffffff !important}.obj_article_details .main_entry .item.abstract p,.obj_article_details .main_entry .item.abstract .value,.obj_article_details .main_entry .item.abstract div{text-align:justify !important}@media (min-width:992px){.pkp_structure_main{padding-left:30px !important;padding-right:30px !important}}.page_login{max-width:440px !important;margin:60px auto !important;padding:40px !important;background:#ffffff !important;border-radius:16px !important;box-shadow:0 10px 30px rgba(11,37,69,0.08) !important;box-sizing:border-box !important;border-top:5px solid #4b0082 !important}body.pkp_context_nsepj .page_login{border-top-color:#0D9488 !important}body.pkp_context_scholares .page_login{border-top-color:#3F51B5 !important}body.pkp_context_pagsj .page_login{border-top-color:#1B365D !important}body.pkp_context_ijms .page_login{border-top-color:#34495E !important}body.pkp_context_tuklas .page_login{border-top-color:#800020 !important}body.pkp_context_realm .page_login{border-top-color:#1E4620 !important}body.pkp_context_adamls .page_login{border-top-color:#2D3436 !important}body.pkp_context_jcje .page_login{border-top-color:#006064 !important}body.pkp_context_dalum .page_login{border-top-color:#5D4037 !important}.page_login form.login,.page_login .cmp_form{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important}.page_login fieldset.fields,.page_login .fields{width:100% !important;max-width:100% !important;border:none !important;padding:0 !important;margin:0 !important}.page_login .cmp_form .username input,.page_login .cmp_form .password input,.page_login .cmp_form button.submit{width:100% !important;max-width:100% !important}.page_login h1{font-family:'Outfit',sans-serif !important;font-size:1.85rem !important;font-weight:700 !important;color:#0f172a !important;text-align:center !important;margin-bottom:24px !important;margin-top:0 !important}.page_login .cmp_breadcrumbs,.page_login p:first-of-type{display:none !important}.page_login .pkp_form_error{background-color:#fef2f2 !important;border:1px solid #fee2e2 !important;color:#991b1b !important;padding:12px 16px !important;border-radius:8px !important;font-size:0.9rem !important;margin-bottom:20px !important;font-family:'Outfit',sans-serif !important}.page_login .username,.page_login .password{margin-bottom:20px !important}.page_login .username label,.page_login .password label{display:block !important;width:100% !important}.page_login .username .label,.page_login .password .label{display:block !important;font-family:'Outfit',sans-serif !important;font-size:0.78rem !important;font-weight:700 !important;color:#475569 !important;text-transform:uppercase !important;margin-bottom:8px !important;letter-spacing:0.5px !important}.page_login .username .label .required,.page_login .password .label .required{color:#ef4444 !important}.page_login .username input[type="text"],.page_login .password input[type="text"],.page_login .username input[type="password"],.page_login .password input[type="password"]{width:100% !important;height:46px !important;padding:0 16px !important;background-color:#f8fafc !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;font-family:'Outfit',sans-serif !important;font-size:0.95rem !important;color:#0f172a !important;box-sizing:border-box !important;transition:all .2s ease !important}.page_login .username input[type="text"]:focus,.page_login .password input[type="text"]:focus,.page_login .username input[type="password"]:focus,.page_login .password input[type="password"]:focus{background-color:#ffffff !important;border-color:#4b0082 !important;outline:none !important;box-shadow:0 0 0 4px rgba(75,0,130,0.15) !important}body.pkp_context_nsepj .page_login .username input[type="text"]:focus,body.pkp_context_nsepj .page_login .password input[type="text"]:focus,body.pkp_context_nsepj .page_login .username input[type="password"]:focus,body.pkp_context_nsepj .page_login .password input[type="password"]:focus{border-color:#0D9488 !important;box-shadow:0 0 0 4px rgba(13,148,136,0.15) !important}body.pkp_context_scholares .page_login .username input[type="text"]:focus,body.pkp_context_scholares .page_login .password input[type="text"]:focus,body.pkp_context_scholares .page_login .username input[type="password"]:focus,body.pkp_context_scholares .page_login .password input[type="password"]:focus{border-color:#3F51B5 !important;box-shadow:0 0 0 4px rgba(63,81,181,0.15) !important}body.pkp_context_pagsj .page_login .username input[type="text"]:focus,body.pkp_context_pagsj .page_login .password input[type="text"]:focus,body.pkp_context_pagsj .page_login .username input[type="password"]:focus,body.pkp_context_pagsj .page_login .password input[type="password"]:focus{border-color:#1B365D !important;box-shadow:0 0 0 4px rgba(27,54,93,0.15) !important}body.pkp_context_ijms .page_login .username input[type="text"]:focus,body.pkp_context_ijms .page_login .password input[type="text"]:focus,body.pkp_context_ijms .page_login .username input[type="password"]:focus,body.pkp_context_ijms .page_login .password input[type="password"]:focus{border-color:#34495E !important;box-shadow:0 0 0 4px rgba(52,73,94,0.15) !important}body.pkp_context_tuklas .page_login .username input[type="text"]:focus,body.pkp_context_tuklas .page_login .password input[type="text"]:focus,body.pkp_context_tuklas .page_login .username input[type="password"]:focus,body.pkp_context_tuklas .page_login .password input[type="password"]:focus{border-color:#800020 !important;box-shadow:0 0 0 4px rgba(128,0,32,0.15) !important}body.pkp_context_realm .page_login .username input[type="text"]:focus,body.pkp_context_realm .page_login .password input[type="text"]:focus,body.pkp_context_realm .page_login .username input[type="password"]:focus,body.pkp_context_realm .page_login .password input[type="password"]:focus{border-color:#1E4620 !important;box-shadow:0 0 0 4px rgba(30,70,32,0.15) !important}body.pkp_context_adamls .page_login .username input[type="text"]:focus,body.pkp_context_adamls .page_login .password input[type="text"]:focus,body.pkp_context_adamls .page_login .username input[type="password"]:focus,body.pkp_context_adamls .page_login .password input[type="password"]:focus{border-color:#2D3436 !important;box-shadow:0 0 0 4px rgba(45,52,54,0.15) !important}body.pkp_context_jcje .page_login .username input[type="text"]:focus,body.pkp_context_jcje .page_login .password input[type="text"]:focus,body.pkp_context_jcje .page_login .username input[type="password"]:focus,body.pkp_context_jcje .page_login .password input[type="password"]:focus{border-color:#006064 !important;box-shadow:0 0 0 4px rgba(0,96,100,0.15) !important}body.pkp_context_dalum .page_login .username input[type="text"]:focus,body.pkp_context_dalum .page_login .password input[type="text"]:focus,body.pkp_context_dalum .page_login .username input[type="password"]:focus,body.pkp_context_dalum .page_login .password input[type="password"]:focus{border-color:#5D4037 !important;box-shadow:0 0 0 4px rgba(93,64,55,0.15) !important}.page_login .password{position:relative !important}.page_login .password a{position:absolute !important;right:0 !important;top:0 !important;font-family:'Outfit',sans-serif !important;font-size:0.8rem !important;font-weight:600 !important;color:#4b0082 !important;text-decoration:none !important}body.pkp_context_nsepj .page_login .password a{color:#0D9488 !important}body.pkp_context_scholares .page_login .password a{color:#3F51B5 !important}body.pkp_context_pagsj .page_login .password a{color:#1B365D !important}body.pkp_context_ijms .page_login .password a{color:#34495E !important}body.pkp_context_tuklas .page_login .password a{color:#800020 !important}body.pkp_context_realm .page_login .password a{color:#1E4620 !important}body.pkp_context_adamls .page_login .password a{color:#2D3436 !important}body.pkp_context_jcje .page_login .password a{color:#006064 !important}body.pkp_context_dalum .page_login .password a{color:#5D4037 !important}.page_login .password a:hover{text-decoration:underline !important}.page_login .remember{margin-bottom:24px !important;display:flex !important;align-items:center !important}.page_login .remember label{display:flex !important;align-items:center !important;cursor:pointer !important}.page_login .remember input[type="checkbox"]{width:16px !important;height:16px !important;margin:0 8px 0 0 !important;cursor:pointer !important;accent-color:#4b0082 !important}body.pkp_context_nsepj .page_login .remember input[type="checkbox"]{accent-color:#0D9488 !important}body.pkp_context_scholares .page_login .remember input[type="checkbox"]{accent-color:#3F51B5 !important}body.pkp_context_pagsj .page_login .remember input[type="checkbox"]{accent-color:#1B365D !important}body.pkp_context_ijms .page_login .remember input[type="checkbox"]{accent-color:#34495E !important}body.pkp_context_tuklas .page_login .remember input[type="checkbox"]{accent-color:#800020 !important}body.pkp_context_realm .page_login .remember input[type="checkbox"]{accent-color:#1E4620 !important}body.pkp_context_adamls .page_login .remember input[type="checkbox"]{accent-color:#2D3436 !important}body.pkp_context_jcje .page_login .remember input[type="checkbox"]{accent-color:#006064 !important}body.pkp_context_dalum .page_login .remember input[type="checkbox"]{accent-color:#5D4037 !important}.page_login .remember .label{font-family:'Outfit',sans-serif !important;font-size:0.88rem !important;color:#475569 !important;font-weight:500 !important;text-transform:none !important;letter-spacing:normal !important;margin:0 !important}.page_login .buttons{display:flex !important;flex-direction:column !important;gap:16px !important}.page_login .buttons button.submit{width:100% !important;height:48px !important;background-color:#4b0082 !important;border:none !important;border-radius:8px !important;color:#ffffff !important;font-family:'Outfit',sans-serif !important;font-size:0.95rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;cursor:pointer !important;transition:all .2s ease !important;box-shadow:0 4px 12px rgba(75,0,130,0.2) !important}body.pkp_context_nsepj .page_login .buttons button.submit{background-color:#0D9488 !important;box-shadow:0 4px 12px rgba(13,148,136,0.2) !important}body.pkp_context_scholares .page_login .buttons button.submit{background-color:#3F51B5 !important;box-shadow:0 4px 12px rgba(63,81,181,0.2) !important}body.pkp_context_pagsj .page_login .buttons button.submit{background-color:#1B365D !important;box-shadow:0 4px 12px rgba(27,54,93,0.2) !important}body.pkp_context_ijms .page_login .buttons button.submit{background-color:#34495E !important;box-shadow:0 4px 12px rgba(52,73,94,0.2) !important}body.pkp_context_tuklas .page_login .buttons button.submit{background-color:#800020 !important;box-shadow:0 4px 12px rgba(128,0,32,0.2) !important}body.pkp_context_realm .page_login .buttons button.submit{background-color:#1E4620 !important;box-shadow:0 4px 12px rgba(30,70,32,0.2) !important}body.pkp_context_adamls .page_login .buttons button.submit{background-color:#2D3436 !important;box-shadow:0 4px 12px rgba(45,52,54,0.2) !important}body.pkp_context_jcje .page_login .buttons button.submit{background-color:#006064 !important;box-shadow:0 4px 12px rgba(0,96,100,0.2) !important}body.pkp_context_dalum .page_login .buttons button.submit{background-color:#5D4037 !important;box-shadow:0 4px 12px rgba(93,64,55,0.2) !important}.page_login .buttons button.submit:hover{transform:translateY(-1px) !important;opacity:0.95 !important}.page_login .buttons button.submit:active{transform:translateY(1px) !important}.page_login .buttons a.register{display:block !important;text-align:center !important;font-family:'Outfit',sans-serif !important;font-size:0.9rem !important;color:#64748b !important;text-decoration:none !important;font-weight:600 !important;transition:color .2s ease !important;padding:8px 0 !important}.page_login .buttons a.register:hover{color:#4b0082 !important}body.pkp_context_nsepj .page_login .buttons a.register:hover{color:#0D9488 !important}body.pkp_context_scholares .page_login .buttons a.register:hover{color:#3F51B5 !important}body.pkp_context_pagsj .page_login .buttons a.register:hover{color:#1B365D !important}body.pkp_context_ijms .page_login .buttons a.register:hover{color:#34495E !important}body.pkp_context_tuklas .page_login .buttons a.register:hover{color:#800020 !important}body.pkp_context_realm .page_login .buttons a.register:hover{color:#1E4620 !important}body.pkp_context_adamls .page_login .buttons a.register:hover{color:#2D3436 !important}body.pkp_context_jcje .page_login .buttons a.register:hover{color:#006064 !important}body.pkp_context_dalum .page_login .buttons a.register:hover{color:#5D4037 !important}@media (max-width:480px){.page_login{margin:30px 16px !important;padding:24px !important}.page_login h1{font-size:1.6rem !important}}body.pkp_page_user.pkp_op_register .pkp_structure_sidebar{display:none !important;width:0 !important;height:0 !important;visibility:hidden !important}body.pkp_page_user.pkp_op_register .pkp_structure_main{width:100% !important;float:none !important;padding-left:0 !important;padding-right:0 !important}.page_register{max-width:680px !important;margin:60px auto !important;padding:40px !important;background:#ffffff !important;border-radius:16px !important;box-shadow:0 10px 30px rgba(11,37,69,0.08) !important;box-sizing:border-box !important;border-top:5px solid #4b0082 !important}body.pkp_context_nsepj .page_register{border-top-color:#0D9488 !important}body.pkp_context_scholares .page_register{border-top-color:#3F51B5 !important}body.pkp_context_pagsj .page_register{border-top-color:#1B365D !important}body.pkp_context_ijms .page_register{border-top-color:#34495E !important}body.pkp_context_tuklas .page_register{border-top-color:#800020 !important}body.pkp_context_realm .page_register{border-top-color:#1E4620 !important}body.pkp_context_adamls .page_register{border-top-color:#2D3436 !important}body.pkp_context_jcje .page_register{border-top-color:#006064 !important}body.pkp_context_dalum .page_register{border-top-color:#5D4037 !important}.page_register form.register,.page_register .cmp_form{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important}.page_register .cmp_form .username input,.page_register .cmp_form .password input,.page_register .cmp_form .email input,.page_register .cmp_form .given_name input,.page_register .cmp_form .family_name input,.page_register .cmp_form .affiliation input,.page_register .cmp_form .country select,.page_register .cmp_form button.submit{width:100% !important;max-width:100% !important}.page_register fieldset.fields,.page_register .fields{width:100% !important;max-width:100% !important;border:none !important;padding:0 !important;margin:0 !important}.page_register .identity .fields,.page_register .login .fields{display:flex !important;flex-wrap:wrap !important;gap:16px !important}.page_register .identity .fields>div,.page_register .login .fields>div{margin-bottom:0 !important;flex:1 1 100% !important}@media (min-width:768px){.page_register .identity .fields>div,.page_register .login .fields>div{flex:1 1 calc(42%) !important}}.page_register h1{font-family:'Outfit',sans-serif !important;font-size:1.85rem !important;font-weight:700 !important;color:#0f172a !important;text-align:center !important;margin-bottom:24px !important;margin-top:0 !important}.page_register .cmp_breadcrumbs,.page_register p:first-of-type{display:none !important}.page_register h2{font-family:'Outfit',sans-serif !important;font-size:1.25rem !important;font-weight:700 !important;color:#0f172a !important;margin:32px 0 16px 0 !important;border-bottom:2px solid #f1f5f9 !important;padding-bottom:8px !important}.page_register .fields>div,.page_register fieldset.fields>div,.page_register div.username,.page_register div.password,.page_register div.email,.page_register div.given_name,.page_register div.family_name,.page_register div.affiliation,.page_register div.country,.page_register div.userGroupId{margin-bottom:20px !important}.page_register .fields>div label,.page_register fieldset.fields>div label,.page_register div.username label,.page_register div.password label,.page_register div.email label,.page_register div.given_name label,.page_register div.family_name label,.page_register div.affiliation label,.page_register div.country label,.page_register div.userGroupId label{display:block !important;width:100% !important}.page_register .fields>div .label,.page_register fieldset.fields>div .label,.page_register div.username .label,.page_register div.password .label,.page_register div.email .label,.page_register div.given_name .label,.page_register div.family_name .label,.page_register div.affiliation .label,.page_register div.country .label,.page_register div.userGroupId .label{display:block !important;font-family:'Outfit',sans-serif !important;font-size:0.78rem !important;font-weight:700 !important;color:#475569 !important;text-transform:uppercase !important;margin-bottom:8px !important;letter-spacing:0.5px !important}.page_register .fields>div .label .required,.page_register fieldset.fields>div .label .required,.page_register div.username .label .required,.page_register div.password .label .required,.page_register div.email .label .required,.page_register div.given_name .label .required,.page_register div.family_name .label .required,.page_register div.affiliation .label .required,.page_register div.country .label .required,.page_register div.userGroupId .label .required{color:#ef4444 !important}.page_register .fields>div input[type="text"],.page_register fieldset.fields>div input[type="text"],.page_register div.username input[type="text"],.page_register div.password input[type="text"],.page_register div.email input[type="text"],.page_register div.given_name input[type="text"],.page_register div.family_name input[type="text"],.page_register div.affiliation input[type="text"],.page_register div.country input[type="text"],.page_register div.userGroupId input[type="text"],.page_register .fields>div input[type="password"],.page_register fieldset.fields>div input[type="password"],.page_register div.username input[type="password"],.page_register div.password input[type="password"],.page_register div.email input[type="password"],.page_register div.given_name input[type="password"],.page_register div.family_name input[type="password"],.page_register div.affiliation input[type="password"],.page_register div.country input[type="password"],.page_register div.userGroupId input[type="password"],.page_register .fields>div input[type="email"],.page_register fieldset.fields>div input[type="email"],.page_register div.username input[type="email"],.page_register div.password input[type="email"],.page_register div.email input[type="email"],.page_register div.given_name input[type="email"],.page_register div.family_name input[type="email"],.page_register div.affiliation input[type="email"],.page_register div.country input[type="email"],.page_register div.userGroupId input[type="email"],.page_register .fields>div select,.page_register fieldset.fields>div select,.page_register div.username select,.page_register div.password select,.page_register div.email select,.page_register div.given_name select,.page_register div.family_name select,.page_register div.affiliation select,.page_register div.country select,.page_register div.userGroupId select{width:100% !important;height:46px !important;padding:0 16px !important;background-color:#f8fafc !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;font-family:'Outfit',sans-serif !important;font-size:0.95rem !important;color:#0f172a !important;box-sizing:border-box !important;transition:all .2s ease !important}.page_register .fields>div input[type="text"]:focus,.page_register fieldset.fields>div input[type="text"]:focus,.page_register div.username input[type="text"]:focus,.page_register div.password input[type="text"]:focus,.page_register div.email input[type="text"]:focus,.page_register div.given_name input[type="text"]:focus,.page_register div.family_name input[type="text"]:focus,.page_register div.affiliation input[type="text"]:focus,.page_register div.country input[type="text"]:focus,.page_register div.userGroupId input[type="text"]:focus,.page_register .fields>div input[type="password"]:focus,.page_register fieldset.fields>div input[type="password"]:focus,.page_register div.username input[type="password"]:focus,.page_register div.password input[type="password"]:focus,.page_register div.email input[type="password"]:focus,.page_register div.given_name input[type="password"]:focus,.page_register div.family_name input[type="password"]:focus,.page_register div.affiliation input[type="password"]:focus,.page_register div.country input[type="password"]:focus,.page_register div.userGroupId input[type="password"]:focus,.page_register .fields>div input[type="email"]:focus,.page_register fieldset.fields>div input[type="email"]:focus,.page_register div.username input[type="email"]:focus,.page_register div.password input[type="email"]:focus,.page_register div.email input[type="email"]:focus,.page_register div.given_name input[type="email"]:focus,.page_register div.family_name input[type="email"]:focus,.page_register div.affiliation input[type="email"]:focus,.page_register div.country input[type="email"]:focus,.page_register div.userGroupId input[type="email"]:focus,.page_register .fields>div select:focus,.page_register fieldset.fields>div select:focus,.page_register div.username select:focus,.page_register div.password select:focus,.page_register div.email select:focus,.page_register div.given_name select:focus,.page_register div.family_name select:focus,.page_register div.affiliation select:focus,.page_register div.country select:focus,.page_register div.userGroupId select:focus{background-color:#ffffff !important;border-color:#4b0082 !important;outline:none !important;box-shadow:0 0 0 4px rgba(75,0,130,0.15) !important}body.pkp_context_nsepj .page_register .fields>div input[type="text"]:focus,body.pkp_context_nsepj .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_nsepj .page_register div.username input[type="text"]:focus,body.pkp_context_nsepj .page_register div.password input[type="text"]:focus,body.pkp_context_nsepj .page_register div.email input[type="text"]:focus,body.pkp_context_nsepj .page_register div.given_name input[type="text"]:focus,body.pkp_context_nsepj .page_register div.family_name input[type="text"]:focus,body.pkp_context_nsepj .page_register div.affiliation input[type="text"]:focus,body.pkp_context_nsepj .page_register div.country input[type="text"]:focus,body.pkp_context_nsepj .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_nsepj .page_register .fields>div input[type="password"]:focus,body.pkp_context_nsepj .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_nsepj .page_register div.username input[type="password"]:focus,body.pkp_context_nsepj .page_register div.password input[type="password"]:focus,body.pkp_context_nsepj .page_register div.email input[type="password"]:focus,body.pkp_context_nsepj .page_register div.given_name input[type="password"]:focus,body.pkp_context_nsepj .page_register div.family_name input[type="password"]:focus,body.pkp_context_nsepj .page_register div.affiliation input[type="password"]:focus,body.pkp_context_nsepj .page_register div.country input[type="password"]:focus,body.pkp_context_nsepj .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_nsepj .page_register .fields>div input[type="email"]:focus,body.pkp_context_nsepj .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_nsepj .page_register div.username input[type="email"]:focus,body.pkp_context_nsepj .page_register div.password input[type="email"]:focus,body.pkp_context_nsepj .page_register div.email input[type="email"]:focus,body.pkp_context_nsepj .page_register div.given_name input[type="email"]:focus,body.pkp_context_nsepj .page_register div.family_name input[type="email"]:focus,body.pkp_context_nsepj .page_register div.affiliation input[type="email"]:focus,body.pkp_context_nsepj .page_register div.country input[type="email"]:focus,body.pkp_context_nsepj .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_nsepj .page_register .fields>div select:focus,body.pkp_context_nsepj .page_register fieldset.fields>div select:focus,body.pkp_context_nsepj .page_register div.username select:focus,body.pkp_context_nsepj .page_register div.password select:focus,body.pkp_context_nsepj .page_register div.email select:focus,body.pkp_context_nsepj .page_register div.given_name select:focus,body.pkp_context_nsepj .page_register div.family_name select:focus,body.pkp_context_nsepj .page_register div.affiliation select:focus,body.pkp_context_nsepj .page_register div.country select:focus,body.pkp_context_nsepj .page_register div.userGroupId select:focus{border-color:#0D9488 !important;box-shadow:0 0 0 4px rgba(13,148,136,0.15) !important}body.pkp_context_scholares .page_register .fields>div input[type="text"]:focus,body.pkp_context_scholares .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_scholares .page_register div.username input[type="text"]:focus,body.pkp_context_scholares .page_register div.password input[type="text"]:focus,body.pkp_context_scholares .page_register div.email input[type="text"]:focus,body.pkp_context_scholares .page_register div.given_name input[type="text"]:focus,body.pkp_context_scholares .page_register div.family_name input[type="text"]:focus,body.pkp_context_scholares .page_register div.affiliation input[type="text"]:focus,body.pkp_context_scholares .page_register div.country input[type="text"]:focus,body.pkp_context_scholares .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_scholares .page_register .fields>div input[type="password"]:focus,body.pkp_context_scholares .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_scholares .page_register div.username input[type="password"]:focus,body.pkp_context_scholares .page_register div.password input[type="password"]:focus,body.pkp_context_scholares .page_register div.email input[type="password"]:focus,body.pkp_context_scholares .page_register div.given_name input[type="password"]:focus,body.pkp_context_scholares .page_register div.family_name input[type="password"]:focus,body.pkp_context_scholares .page_register div.affiliation input[type="password"]:focus,body.pkp_context_scholares .page_register div.country input[type="password"]:focus,body.pkp_context_scholares .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_scholares .page_register .fields>div input[type="email"]:focus,body.pkp_context_scholares .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_scholares .page_register div.username input[type="email"]:focus,body.pkp_context_scholares .page_register div.password input[type="email"]:focus,body.pkp_context_scholares .page_register div.email input[type="email"]:focus,body.pkp_context_scholares .page_register div.given_name input[type="email"]:focus,body.pkp_context_scholares .page_register div.family_name input[type="email"]:focus,body.pkp_context_scholares .page_register div.affiliation input[type="email"]:focus,body.pkp_context_scholares .page_register div.country input[type="email"]:focus,body.pkp_context_scholares .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_scholares .page_register .fields>div select:focus,body.pkp_context_scholares .page_register fieldset.fields>div select:focus,body.pkp_context_scholares .page_register div.username select:focus,body.pkp_context_scholares .page_register div.password select:focus,body.pkp_context_scholares .page_register div.email select:focus,body.pkp_context_scholares .page_register div.given_name select:focus,body.pkp_context_scholares .page_register div.family_name select:focus,body.pkp_context_scholares .page_register div.affiliation select:focus,body.pkp_context_scholares .page_register div.country select:focus,body.pkp_context_scholares .page_register div.userGroupId select:focus{border-color:#3F51B5 !important;box-shadow:0 0 0 4px rgba(63,81,181,0.15) !important}body.pkp_context_pagsj .page_register .fields>div input[type="text"]:focus,body.pkp_context_pagsj .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_pagsj .page_register div.username input[type="text"]:focus,body.pkp_context_pagsj .page_register div.password input[type="text"]:focus,body.pkp_context_pagsj .page_register div.email input[type="text"]:focus,body.pkp_context_pagsj .page_register div.given_name input[type="text"]:focus,body.pkp_context_pagsj .page_register div.family_name input[type="text"]:focus,body.pkp_context_pagsj .page_register div.affiliation input[type="text"]:focus,body.pkp_context_pagsj .page_register div.country input[type="text"]:focus,body.pkp_context_pagsj .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_pagsj .page_register .fields>div input[type="password"]:focus,body.pkp_context_pagsj .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_pagsj .page_register div.username input[type="password"]:focus,body.pkp_context_pagsj .page_register div.password input[type="password"]:focus,body.pkp_context_pagsj .page_register div.email input[type="password"]:focus,body.pkp_context_pagsj .page_register div.given_name input[type="password"]:focus,body.pkp_context_pagsj .page_register div.family_name input[type="password"]:focus,body.pkp_context_pagsj .page_register div.affiliation input[type="password"]:focus,body.pkp_context_pagsj .page_register div.country input[type="password"]:focus,body.pkp_context_pagsj .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_pagsj .page_register .fields>div input[type="email"]:focus,body.pkp_context_pagsj .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_pagsj .page_register div.username input[type="email"]:focus,body.pkp_context_pagsj .page_register div.password input[type="email"]:focus,body.pkp_context_pagsj .page_register div.email input[type="email"]:focus,body.pkp_context_pagsj .page_register div.given_name input[type="email"]:focus,body.pkp_context_pagsj .page_register div.family_name input[type="email"]:focus,body.pkp_context_pagsj .page_register div.affiliation input[type="email"]:focus,body.pkp_context_pagsj .page_register div.country input[type="email"]:focus,body.pkp_context_pagsj .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_pagsj .page_register .fields>div select:focus,body.pkp_context_pagsj .page_register fieldset.fields>div select:focus,body.pkp_context_pagsj .page_register div.username select:focus,body.pkp_context_pagsj .page_register div.password select:focus,body.pkp_context_pagsj .page_register div.email select:focus,body.pkp_context_pagsj .page_register div.given_name select:focus,body.pkp_context_pagsj .page_register div.family_name select:focus,body.pkp_context_pagsj .page_register div.affiliation select:focus,body.pkp_context_pagsj .page_register div.country select:focus,body.pkp_context_pagsj .page_register div.userGroupId select:focus{border-color:#1B365D !important;box-shadow:0 0 0 4px rgba(27,54,93,0.15) !important}body.pkp_context_ijms .page_register .fields>div input[type="text"]:focus,body.pkp_context_ijms .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_ijms .page_register div.username input[type="text"]:focus,body.pkp_context_ijms .page_register div.password input[type="text"]:focus,body.pkp_context_ijms .page_register div.email input[type="text"]:focus,body.pkp_context_ijms .page_register div.given_name input[type="text"]:focus,body.pkp_context_ijms .page_register div.family_name input[type="text"]:focus,body.pkp_context_ijms .page_register div.affiliation input[type="text"]:focus,body.pkp_context_ijms .page_register div.country input[type="text"]:focus,body.pkp_context_ijms .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_ijms .page_register .fields>div input[type="password"]:focus,body.pkp_context_ijms .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_ijms .page_register div.username input[type="password"]:focus,body.pkp_context_ijms .page_register div.password input[type="password"]:focus,body.pkp_context_ijms .page_register div.email input[type="password"]:focus,body.pkp_context_ijms .page_register div.given_name input[type="password"]:focus,body.pkp_context_ijms .page_register div.family_name input[type="password"]:focus,body.pkp_context_ijms .page_register div.affiliation input[type="password"]:focus,body.pkp_context_ijms .page_register div.country input[type="password"]:focus,body.pkp_context_ijms .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_ijms .page_register .fields>div input[type="email"]:focus,body.pkp_context_ijms .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_ijms .page_register div.username input[type="email"]:focus,body.pkp_context_ijms .page_register div.password input[type="email"]:focus,body.pkp_context_ijms .page_register div.email input[type="email"]:focus,body.pkp_context_ijms .page_register div.given_name input[type="email"]:focus,body.pkp_context_ijms .page_register div.family_name input[type="email"]:focus,body.pkp_context_ijms .page_register div.affiliation input[type="email"]:focus,body.pkp_context_ijms .page_register div.country input[type="email"]:focus,body.pkp_context_ijms .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_ijms .page_register .fields>div select:focus,body.pkp_context_ijms .page_register fieldset.fields>div select:focus,body.pkp_context_ijms .page_register div.username select:focus,body.pkp_context_ijms .page_register div.password select:focus,body.pkp_context_ijms .page_register div.email select:focus,body.pkp_context_ijms .page_register div.given_name select:focus,body.pkp_context_ijms .page_register div.family_name select:focus,body.pkp_context_ijms .page_register div.affiliation select:focus,body.pkp_context_ijms .page_register div.country select:focus,body.pkp_context_ijms .page_register div.userGroupId select:focus{border-color:#34495E !important;box-shadow:0 0 0 4px rgba(52,73,94,0.15) !important}body.pkp_context_tuklas .page_register .fields>div input[type="text"]:focus,body.pkp_context_tuklas .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_tuklas .page_register div.username input[type="text"]:focus,body.pkp_context_tuklas .page_register div.password input[type="text"]:focus,body.pkp_context_tuklas .page_register div.email input[type="text"]:focus,body.pkp_context_tuklas .page_register div.given_name input[type="text"]:focus,body.pkp_context_tuklas .page_register div.family_name input[type="text"]:focus,body.pkp_context_tuklas .page_register div.affiliation input[type="text"]:focus,body.pkp_context_tuklas .page_register div.country input[type="text"]:focus,body.pkp_context_tuklas .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_tuklas .page_register .fields>div input[type="password"]:focus,body.pkp_context_tuklas .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_tuklas .page_register div.username input[type="password"]:focus,body.pkp_context_tuklas .page_register div.password input[type="password"]:focus,body.pkp_context_tuklas .page_register div.email input[type="password"]:focus,body.pkp_context_tuklas .page_register div.given_name input[type="password"]:focus,body.pkp_context_tuklas .page_register div.family_name input[type="password"]:focus,body.pkp_context_tuklas .page_register div.affiliation input[type="password"]:focus,body.pkp_context_tuklas .page_register div.country input[type="password"]:focus,body.pkp_context_tuklas .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_tuklas .page_register .fields>div input[type="email"]:focus,body.pkp_context_tuklas .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_tuklas .page_register div.username input[type="email"]:focus,body.pkp_context_tuklas .page_register div.password input[type="email"]:focus,body.pkp_context_tuklas .page_register div.email input[type="email"]:focus,body.pkp_context_tuklas .page_register div.given_name input[type="email"]:focus,body.pkp_context_tuklas .page_register div.family_name input[type="email"]:focus,body.pkp_context_tuklas .page_register div.affiliation input[type="email"]:focus,body.pkp_context_tuklas .page_register div.country input[type="email"]:focus,body.pkp_context_tuklas .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_tuklas .page_register .fields>div select:focus,body.pkp_context_tuklas .page_register fieldset.fields>div select:focus,body.pkp_context_tuklas .page_register div.username select:focus,body.pkp_context_tuklas .page_register div.password select:focus,body.pkp_context_tuklas .page_register div.email select:focus,body.pkp_context_tuklas .page_register div.given_name select:focus,body.pkp_context_tuklas .page_register div.family_name select:focus,body.pkp_context_tuklas .page_register div.affiliation select:focus,body.pkp_context_tuklas .page_register div.country select:focus,body.pkp_context_tuklas .page_register div.userGroupId select:focus{border-color:#800020 !important;box-shadow:0 0 0 4px rgba(128,0,32,0.15) !important}body.pkp_context_realm .page_register .fields>div input[type="text"]:focus,body.pkp_context_realm .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_realm .page_register div.username input[type="text"]:focus,body.pkp_context_realm .page_register div.password input[type="text"]:focus,body.pkp_context_realm .page_register div.email input[type="text"]:focus,body.pkp_context_realm .page_register div.given_name input[type="text"]:focus,body.pkp_context_realm .page_register div.family_name input[type="text"]:focus,body.pkp_context_realm .page_register div.affiliation input[type="text"]:focus,body.pkp_context_realm .page_register div.country input[type="text"]:focus,body.pkp_context_realm .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_realm .page_register .fields>div input[type="password"]:focus,body.pkp_context_realm .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_realm .page_register div.username input[type="password"]:focus,body.pkp_context_realm .page_register div.password input[type="password"]:focus,body.pkp_context_realm .page_register div.email input[type="password"]:focus,body.pkp_context_realm .page_register div.given_name input[type="password"]:focus,body.pkp_context_realm .page_register div.family_name input[type="password"]:focus,body.pkp_context_realm .page_register div.affiliation input[type="password"]:focus,body.pkp_context_realm .page_register div.country input[type="password"]:focus,body.pkp_context_realm .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_realm .page_register .fields>div input[type="email"]:focus,body.pkp_context_realm .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_realm .page_register div.username input[type="email"]:focus,body.pkp_context_realm .page_register div.password input[type="email"]:focus,body.pkp_context_realm .page_register div.email input[type="email"]:focus,body.pkp_context_realm .page_register div.given_name input[type="email"]:focus,body.pkp_context_realm .page_register div.family_name input[type="email"]:focus,body.pkp_context_realm .page_register div.affiliation input[type="email"]:focus,body.pkp_context_realm .page_register div.country input[type="email"]:focus,body.pkp_context_realm .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_realm .page_register .fields>div select:focus,body.pkp_context_realm .page_register fieldset.fields>div select:focus,body.pkp_context_realm .page_register div.username select:focus,body.pkp_context_realm .page_register div.password select:focus,body.pkp_context_realm .page_register div.email select:focus,body.pkp_context_realm .page_register div.given_name select:focus,body.pkp_context_realm .page_register div.family_name select:focus,body.pkp_context_realm .page_register div.affiliation select:focus,body.pkp_context_realm .page_register div.country select:focus,body.pkp_context_realm .page_register div.userGroupId select:focus{border-color:#1E4620 !important;box-shadow:0 0 0 4px rgba(30,70,32,0.15) !important}body.pkp_context_adamls .page_register .fields>div input[type="text"]:focus,body.pkp_context_adamls .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_adamls .page_register div.username input[type="text"]:focus,body.pkp_context_adamls .page_register div.password input[type="text"]:focus,body.pkp_context_adamls .page_register div.email input[type="text"]:focus,body.pkp_context_adamls .page_register div.given_name input[type="text"]:focus,body.pkp_context_adamls .page_register div.family_name input[type="text"]:focus,body.pkp_context_adamls .page_register div.affiliation input[type="text"]:focus,body.pkp_context_adamls .page_register div.country input[type="text"]:focus,body.pkp_context_adamls .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_adamls .page_register .fields>div input[type="password"]:focus,body.pkp_context_adamls .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_adamls .page_register div.username input[type="password"]:focus,body.pkp_context_adamls .page_register div.password input[type="password"]:focus,body.pkp_context_adamls .page_register div.email input[type="password"]:focus,body.pkp_context_adamls .page_register div.given_name input[type="password"]:focus,body.pkp_context_adamls .page_register div.family_name input[type="password"]:focus,body.pkp_context_adamls .page_register div.affiliation input[type="password"]:focus,body.pkp_context_adamls .page_register div.country input[type="password"]:focus,body.pkp_context_adamls .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_adamls .page_register .fields>div input[type="email"]:focus,body.pkp_context_adamls .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_adamls .page_register div.username input[type="email"]:focus,body.pkp_context_adamls .page_register div.password input[type="email"]:focus,body.pkp_context_adamls .page_register div.email input[type="email"]:focus,body.pkp_context_adamls .page_register div.given_name input[type="email"]:focus,body.pkp_context_adamls .page_register div.family_name input[type="email"]:focus,body.pkp_context_adamls .page_register div.affiliation input[type="email"]:focus,body.pkp_context_adamls .page_register div.country input[type="email"]:focus,body.pkp_context_adamls .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_adamls .page_register .fields>div select:focus,body.pkp_context_adamls .page_register fieldset.fields>div select:focus,body.pkp_context_adamls .page_register div.username select:focus,body.pkp_context_adamls .page_register div.password select:focus,body.pkp_context_adamls .page_register div.email select:focus,body.pkp_context_adamls .page_register div.given_name select:focus,body.pkp_context_adamls .page_register div.family_name select:focus,body.pkp_context_adamls .page_register div.affiliation select:focus,body.pkp_context_adamls .page_register div.country select:focus,body.pkp_context_adamls .page_register div.userGroupId select:focus{border-color:#2D3436 !important;box-shadow:0 0 0 4px rgba(45,52,54,0.15) !important}body.pkp_context_jcje .page_register .fields>div input[type="text"]:focus,body.pkp_context_jcje .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_jcje .page_register div.username input[type="text"]:focus,body.pkp_context_jcje .page_register div.password input[type="text"]:focus,body.pkp_context_jcje .page_register div.email input[type="text"]:focus,body.pkp_context_jcje .page_register div.given_name input[type="text"]:focus,body.pkp_context_jcje .page_register div.family_name input[type="text"]:focus,body.pkp_context_jcje .page_register div.affiliation input[type="text"]:focus,body.pkp_context_jcje .page_register div.country input[type="text"]:focus,body.pkp_context_jcje .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_jcje .page_register .fields>div input[type="password"]:focus,body.pkp_context_jcje .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_jcje .page_register div.username input[type="password"]:focus,body.pkp_context_jcje .page_register div.password input[type="password"]:focus,body.pkp_context_jcje .page_register div.email input[type="password"]:focus,body.pkp_context_jcje .page_register div.given_name input[type="password"]:focus,body.pkp_context_jcje .page_register div.family_name input[type="password"]:focus,body.pkp_context_jcje .page_register div.affiliation input[type="password"]:focus,body.pkp_context_jcje .page_register div.country input[type="password"]:focus,body.pkp_context_jcje .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_jcje .page_register .fields>div input[type="email"]:focus,body.pkp_context_jcje .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_jcje .page_register div.username input[type="email"]:focus,body.pkp_context_jcje .page_register div.password input[type="email"]:focus,body.pkp_context_jcje .page_register div.email input[type="email"]:focus,body.pkp_context_jcje .page_register div.given_name input[type="email"]:focus,body.pkp_context_jcje .page_register div.family_name input[type="email"]:focus,body.pkp_context_jcje .page_register div.affiliation input[type="email"]:focus,body.pkp_context_jcje .page_register div.country input[type="email"]:focus,body.pkp_context_jcje .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_jcje .page_register .fields>div select:focus,body.pkp_context_jcje .page_register fieldset.fields>div select:focus,body.pkp_context_jcje .page_register div.username select:focus,body.pkp_context_jcje .page_register div.password select:focus,body.pkp_context_jcje .page_register div.email select:focus,body.pkp_context_jcje .page_register div.given_name select:focus,body.pkp_context_jcje .page_register div.family_name select:focus,body.pkp_context_jcje .page_register div.affiliation select:focus,body.pkp_context_jcje .page_register div.country select:focus,body.pkp_context_jcje .page_register div.userGroupId select:focus{border-color:#006064 !important;box-shadow:0 0 0 4px rgba(0,96,100,0.15) !important}body.pkp_context_dalum .page_register .fields>div input[type="text"]:focus,body.pkp_context_dalum .page_register fieldset.fields>div input[type="text"]:focus,body.pkp_context_dalum .page_register div.username input[type="text"]:focus,body.pkp_context_dalum .page_register div.password input[type="text"]:focus,body.pkp_context_dalum .page_register div.email input[type="text"]:focus,body.pkp_context_dalum .page_register div.given_name input[type="text"]:focus,body.pkp_context_dalum .page_register div.family_name input[type="text"]:focus,body.pkp_context_dalum .page_register div.affiliation input[type="text"]:focus,body.pkp_context_dalum .page_register div.country input[type="text"]:focus,body.pkp_context_dalum .page_register div.userGroupId input[type="text"]:focus,body.pkp_context_dalum .page_register .fields>div input[type="password"]:focus,body.pkp_context_dalum .page_register fieldset.fields>div input[type="password"]:focus,body.pkp_context_dalum .page_register div.username input[type="password"]:focus,body.pkp_context_dalum .page_register div.password input[type="password"]:focus,body.pkp_context_dalum .page_register div.email input[type="password"]:focus,body.pkp_context_dalum .page_register div.given_name input[type="password"]:focus,body.pkp_context_dalum .page_register div.family_name input[type="password"]:focus,body.pkp_context_dalum .page_register div.affiliation input[type="password"]:focus,body.pkp_context_dalum .page_register div.country input[type="password"]:focus,body.pkp_context_dalum .page_register div.userGroupId input[type="password"]:focus,body.pkp_context_dalum .page_register .fields>div input[type="email"]:focus,body.pkp_context_dalum .page_register fieldset.fields>div input[type="email"]:focus,body.pkp_context_dalum .page_register div.username input[type="email"]:focus,body.pkp_context_dalum .page_register div.password input[type="email"]:focus,body.pkp_context_dalum .page_register div.email input[type="email"]:focus,body.pkp_context_dalum .page_register div.given_name input[type="email"]:focus,body.pkp_context_dalum .page_register div.family_name input[type="email"]:focus,body.pkp_context_dalum .page_register div.affiliation input[type="email"]:focus,body.pkp_context_dalum .page_register div.country input[type="email"]:focus,body.pkp_context_dalum .page_register div.userGroupId input[type="email"]:focus,body.pkp_context_dalum .page_register .fields>div select:focus,body.pkp_context_dalum .page_register fieldset.fields>div select:focus,body.pkp_context_dalum .page_register div.username select:focus,body.pkp_context_dalum .page_register div.password select:focus,body.pkp_context_dalum .page_register div.email select:focus,body.pkp_context_dalum .page_register div.given_name select:focus,body.pkp_context_dalum .page_register div.family_name select:focus,body.pkp_context_dalum .page_register div.affiliation select:focus,body.pkp_context_dalum .page_register div.country select:focus,body.pkp_context_dalum .page_register div.userGroupId select:focus{border-color:#5D4037 !important;box-shadow:0 0 0 4px rgba(93,64,55,0.15) !important}.page_register .fields>div select,.page_register fieldset.fields>div select,.page_register div.username select,.page_register div.password select,.page_register div.email select,.page_register div.given_name select,.page_register div.family_name select,.page_register div.affiliation select,.page_register div.country select,.page_register div.userGroupId select{appearance:none !important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;background-size:16px !important;padding-right:40px !important}.page_register .checkbox{margin-bottom:20px !important;display:flex !important;align-items:flex-start !important}.page_register .checkbox label{display:flex !important;align-items:flex-start !important;cursor:pointer !important}.page_register .checkbox input[type="checkbox"]{width:16px !important;height:16px !important;margin:3px 10px 0 0 !important;flex-shrink:0 !important;cursor:pointer !important;accent-color:#4b0082 !important}body.pkp_context_nsepj .page_register .checkbox input[type="checkbox"]{accent-color:#0D9488 !important}body.pkp_context_scholares .page_register .checkbox input[type="checkbox"]{accent-color:#3F51B5 !important}body.pkp_context_pagsj .page_register .checkbox input[type="checkbox"]{accent-color:#1B365D !important}body.pkp_context_ijms .page_register .checkbox input[type="checkbox"]{accent-color:#34495E !important}body.pkp_context_tuklas .page_register .checkbox input[type="checkbox"]{accent-color:#800020 !important}body.pkp_context_realm .page_register .checkbox input[type="checkbox"]{accent-color:#1E4620 !important}body.pkp_context_adamls .page_register .checkbox input[type="checkbox"]{accent-color:#2D3436 !important}body.pkp_context_jcje .page_register .checkbox input[type="checkbox"]{accent-color:#006064 !important}body.pkp_context_dalum .page_register .checkbox input[type="checkbox"]{accent-color:#5D4037 !important}.page_register .checkbox .label{font-family:'Outfit',sans-serif !important;font-size:0.88rem !important;color:#475569 !important;font-weight:500 !important;text-transform:none !important;letter-spacing:normal !important;margin:0 !important;line-height:1.4 !important}.page_register .orcid_wrapper,.page_register a[class*="orcid"]{display:inline-flex !important;align-items:center !important;padding:10px 16px !important;border-radius:8px !important;font-family:'Outfit',sans-serif !important;font-weight:600 !important;font-size:0.9rem !important;margin-bottom:24px !important;text-decoration:none !important}.page_register .orcid_wrapper.orcid_btn,.page_register a[class*="orcid"].orcid_btn,.page_register .orcid_wrapper.orcid_link,.page_register a[class*="orcid"].orcid_link{background-color:#1e293b !important;color:#ffffff !important}.page_register .orcid_wrapper.orcid_btn:hover,.page_register a[class*="orcid"].orcid_btn:hover,.page_register .orcid_wrapper.orcid_link:hover,.page_register a[class*="orcid"].orcid_link:hover{background-color:#0f172a !important}.page_register .buttons{display:flex !important;flex-direction:column !important;gap:16px !important;margin-top:32px !important}.page_register .buttons button.submit{width:100% !important;height:48px !important;background-color:#4b0082 !important;border:none !important;border-radius:8px !important;color:#ffffff !important;font-family:'Outfit',sans-serif !important;font-size:0.95rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.5px !important;cursor:pointer !important;transition:all .2s ease !important;box-shadow:0 4px 12px rgba(75,0,130,0.2) !important}body.pkp_context_nsepj .page_register .buttons button.submit{background-color:#0D9488 !important;box-shadow:0 4px 12px rgba(13,148,136,0.2) !important}body.pkp_context_scholares .page_register .buttons button.submit{background-color:#3F51B5 !important;box-shadow:0 4px 12px rgba(63,81,181,0.2) !important}body.pkp_context_pagsj .page_register .buttons button.submit{background-color:#1B365D !important;box-shadow:0 4px 12px rgba(27,54,93,0.2) !important}body.pkp_context_ijms .page_register .buttons button.submit{background-color:#34495E !important;box-shadow:0 4px 12px rgba(52,73,94,0.2) !important}body.pkp_context_tuklas .page_register .buttons button.submit{background-color:#800020 !important;box-shadow:0 4px 12px rgba(128,0,32,0.2) !important}body.pkp_context_realm .page_register .buttons button.submit{background-color:#1E4620 !important;box-shadow:0 4px 12px rgba(30,70,32,0.2) !important}body.pkp_context_adamls .page_register .buttons button.submit{background-color:#2D3436 !important;box-shadow:0 4px 12px rgba(45,52,54,0.2) !important}body.pkp_context_jcje .page_register .buttons button.submit{background-color:#006064 !important;box-shadow:0 4px 12px rgba(0,96,100,0.2) !important}body.pkp_context_dalum .page_register .buttons button.submit{background-color:#5D4037 !important;box-shadow:0 4px 12px rgba(93,64,55,0.2) !important}.page_register .buttons button.submit:hover{transform:translateY(-1px) !important;opacity:0.95 !important}.page_register .buttons button.submit:active{transform:translateY(1px) !important}.page_register .buttons a.login{display:block !important;text-align:center !important;font-family:'Outfit',sans-serif !important;font-size:0.9rem !important;color:#64748b !important;text-decoration:none !important;font-weight:600 !important;transition:color .2s ease !important;padding:8px 0 !important}.page_register .buttons a.login:hover{color:#4b0082 !important}body.pkp_context_nsepj .page_register .buttons a.login:hover{color:#0D9488 !important}body.pkp_context_scholares .page_register .buttons a.login:hover{color:#3F51B5 !important}body.pkp_context_pagsj .page_register .buttons a.login:hover{color:#1B365D !important}body.pkp_context_ijms .page_register .buttons a.login:hover{color:#34495E !important}body.pkp_context_tuklas .page_register .buttons a.login:hover{color:#800020 !important}body.pkp_context_realm .page_register .buttons a.login:hover{color:#1E4620 !important}body.pkp_context_adamls .page_register .buttons a.login:hover{color:#2D3436 !important}body.pkp_context_jcje .page_register .buttons a.login:hover{color:#006064 !important}body.pkp_context_dalum .page_register .buttons a.login:hover{color:#5D4037 !important}@media (max-width:767px){.page_register{margin:30px 16px !important;padding:24px !important}.page_register h1{font-size:1.6rem !important}}.page_issue_archive .issues_archive{display:grid !important;grid-template-columns:1fr !important;gap:30px !important;margin:40px 0 !important;padding:0 !important;list-style:none !important}@media (min-width:576px){.page_issue_archive .issues_archive{grid-template-columns:repeat(2, 1fr) !important}}@media (min-width:992px){.page_issue_archive .issues_archive{grid-template-columns:repeat(4, 1fr) !important}}.page_issue_archive .issues_archive>li{margin:0 !important;padding:0 !important;border:none !important;float:none !important;width:100% !important;box-sizing:border-box !important}.page_issue_archive .issues_archive>li::before,.page_issue_archive .issues_archive>li::after{display:none !important}.page_issue_archive .obj_issue_summary{display:flex !important;flex-direction:column !important;background:#ffffff !important;border:1px solid #eaeaea !important;border-radius:12px !important;padding:20px !important;box-shadow:0 4px 15px rgba(0,0,0,0.05) !important;transition:transform .3s ease,box-shadow .3s ease !important;height:100% !important;box-sizing:border-box !important;text-align:center !important}.page_issue_archive .obj_issue_summary:hover{transform:translateY(-5px) !important;box-shadow:0 8px 25px rgba(0,0,0,0.1) !important}.page_issue_archive .obj_issue_summary .cover{display:block !important;width:100% !important;margin:0 auto 16px auto !important;float:none !important;text-align:center !important;border-radius:8px !important;overflow:hidden !important;box-shadow:0 4px 12px rgba(0,0,0,0.08) !important}.page_issue_archive .obj_issue_summary .cover img{display:block !important;width:100% !important;height:280px !important;object-fit:cover !important;margin:0 auto !important;border:none !important;transition:transform .3s ease !important}.page_issue_archive .obj_issue_summary .cover:hover img{transform:scale(1.03) !important}.page_issue_archive .obj_issue_summary h2{font-family:'Outfit',sans-serif !important;font-size:1.05rem !important;line-height:1.4 !important;font-weight:600 !important;margin:10px 0 5px 0 !important;text-align:center !important;border:none !important;padding:0 !important}.page_issue_archive .obj_issue_summary h2 a{color:#0b2545 !important;text-decoration:none !important}.page_issue_archive .obj_issue_summary h2 a:hover{color:#123d71 !important;text-decoration:none !important}.page_issue_archive .obj_issue_summary .series{font-family:'Outfit',sans-serif !important;font-size:0.85rem !important;color:#777777 !important;font-weight:400 !important;margin-top:4px !important;text-align:center !important}.page_issue_archive .obj_issue_summary .description{display:none !important}