/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-absolutezero:var(--color-blue-600);--color-white:#fff;--color-text:var(--color-gray);--color-text-light:var(--color-gray-500);--color-gray-050-o-40:rgba(243,244,249,0.4);--color-gray-200-o-80:rgba(212,212,218,0.8);--color-maximumred:var(--color-red-500);--color-sunglow:#ffd23f;--color-sunglow-shaded:#977405;--color-lightninggreen:#26a769;--color-focus:var(--color-lightninggreen);--color-absolutezero-hover:var(--color-blue-650);--color-absolutezero-active:var(--color-blue-700);--color-maximumred-hover:var(--color-red-550);--color-maximumred-active:var(--color-red-600);--color-bgblue-hover:var(--color-blue-020);--color-bgblue-active:var(--color-blue-050);--color-bgred-hover:var(--color-red-020);--color-bgred-active:var(--color-red-050);--color-gray:#232429;--color-gray-900:#393a3f;--color-gray-800:#55565b;--color-gray-700:#75767b;--color-gray-600:#828388;--color-gray-500:#919297;--color-gray-400:#adaeb3;--color-gray-300:#c1c2c7;--color-gray-200:#d3d4d9;--color-gray-100:#dedfe4;--color-gray-050:#f3f4f9;--color-gray-025:#f9faff;--color-blue:var(--color-blue-600);--color-blue-900:#000f33;--color-blue-800:#001f66;--color-blue-700:#002e9a;--color-blue-650:#0036b1;--color-blue-600:#003ecc;--color-blue-500:#004eff;--color-blue-400:#3371ff;--color-blue-300:#6694ff;--color-blue-200:#99b8ff;--color-blue-100:#ccdbff;--color-blue-070:#dbe6ff;--color-blue-050:#e5edff;--color-blue-020:#f5f8ff;--color-red:var(--color-red-500);--color-red-900:#2c0707;--color-red-800:#580e0e;--color-red-700:#841515;--color-red-600:#b01c1c;--color-red-550:#c61f1f;--color-red-500:#dc2323;--color-red-400:#e34f4f;--color-red-300:#ea7b7b;--color-red-200:#f1a7a7;--color-red-100:#f8d3d3;--color-red-070:#fae0e0;--color-red-050:#fce9e9;--color-red-020:#fdf5f5;--color-fg:var(--color-text);--color-bg:var(--color-white);--color-link:var(--color-absolutezero);--color-link-hover:var(--color-absolutezero-hover);--color-link-active:var(--color-absolutezero-active);--color-divider:rgba(142,146,156,0.5);--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-family-serif:"Times New Roman",times,serif;--line-height:1.5;--line-height-heading:1.3;--line-height-form-label:calc(18rem / 16);--font-size-base:1rem;--font-size-xl:2.25rem;--font-size-h1:2.027rem;--font-size-h2:1.802rem;--font-size-h3:1.602rem;--font-size-h4:1.424rem;--font-size-h5:1.266rem;--font-size-h6:1.125rem;--font-size-s:0.889rem;--font-size-xs:0.79rem;--font-size-xxs:0.702rem;--font-size-label:var(--font-size-s);--font-size-description:var(--font-size-xs);--space-xl:3rem;--space-l:1.5rem;--space-m:1rem;--space-s:0.75rem;--space-xs:0.5rem;--speed-transition:0.2s;--transition:all var(--speed-transition) ease-out;--base-border-radius:2px;--focus-border-size:0.1875rem;--focus-border-offset-size:2px;--outline-size:2px;--focus-outline:var(--outline-size) dotted transparent;--focus-box-shadow:0 0 0 var(--focus-border-offset-size) var(--color-white),0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-focus);--shadow-z3:0 0.875rem 1.875rem rgba(0,0,0,0.1);--input-fg-color:var(--color-fg);--input-bg-color:var(--color-bg);--input-fg-color--description:var(--color-gray-800);--input-fg-color--placeholder:var(--color-gray-700);--input-border-color:var(--color-gray-500);--input--hover-border-color:var(--color-text);--input--focus-border-color:var(--color-absolutezero);--input--error-color:var(--color-maximumred);--input--error-border-color:var(--color-maximumred);--input--disabled-color:rgba(84,85,96,0.6);--input--disabled-fg-color:var(--color-gray-800);--input--disabled-bg-color:#f2f2f3;--input--disabled-border-color:#bababf;--input--disabled-border-opacity:0.5;--input-border-radius-size:0.125rem;--input-border-size:1px;--input--error-border-size:2px;--input-padding-vertical:calc(var(--space-s) - var(--input-border-size));--input-padding-horizontal:calc(var(--space-m) - var(--input-border-size));--input-font-size:var(--font-size-base);--input-line-height:var(--space-l);--input-padding-vertical--small:calc(var(--space-xs) - (var(--input-border-size) * 2));--input-padding-horizontal--small:calc(var(--space-m) - var(--input-border-size));--input-font-size--small:var(--font-size-xs);--input-line-height--small:1.3125rem;--input--extrasmall-padding-vertical:calc(0.15rem - var(--input-border-size));--input--extrasmall-padding-horizontal:calc(var(--space-xs) - var(--input-border-size));--input--extrasmall-font-size:var(--font-size-s);--input--extrasmall-line-height:calc(var(--space-m) + 0.2rem);--input--required-mark-size:0.4375rem;--input--label-spacing:1.6875rem;--details-border-color:var(--color-gray-100);--details-summary-shadow-color:var(--color-focus);--details-summary-focus-border-size:var(--focus-border-size);--details-desktop-wrapper-padding-start:calc(var(--space-m) + var(--space-s) + var(--space-xs));--details-box-shadow:0 2px 0.25rem rgba(0,0,0,0.1);--details-border-size:1px;--details-border-size-radius:2px;--details-accordion-border-size-radius:var(--base-border-radius);--details-spread-box-shadow-radius:2px;--details-bg-color-transition-duration:0.12s;--details-box-shadow-transition-duration:0.2s;--details-transform-transition-duration:0.12s;--details-line-height:1.295rem;--button--focus-border-color:var(--color-blue-300);--button-border-radius-size:var(--base-border-radius);--button-fg-color:var(--color-text);--button-bg-color:var(--color-gray-200);--button--hover-bg-color:var(--color-gray-300);--button--active-bg-color:var(--color-gray-400);--button--disabled-bg-color:#ebebed;--button--disabled-fg-color:var(--color-gray-500);--button-fg-color--primary:var(--color-white);--button-bg-color--primary:var(--color-absolutezero);--button--hover-bg-color--primary:var(--color-absolutezero-hover);--button--active-bg-color--primary:var(--color-absolutezero-active);--button--focus-bg-color--primary:var(--button-bg-color--primary);--button--disabled-bg-color--primary:var(--color-gray-200);--button--disabled-fg-color--primary:var(--color-gray-600);--button-fg-color--danger:var(--color-white);--button-bg-color--danger:var(--color-maximumred);--button--hover-bg-color--danger:var(--color-maximumred-hover);--button--active-bg-color--danger:var(--color-maximumred-active);--dropbutton-widget-z-index:100;--jui-dropdown-fg-color:var(--color-gray-800);--jui-dropdown-bg-color:var(--color-white);--jui-dropdown--active-fg-color:var(--color-white);--jui-dropdown--active-bg-color:var(--color-absolutezero);--jui-dropdown-border-color:rgba(216,217,224,0.8);--jui-dropdown-shadow-color:rgba(34,35,48,0.1);--jui-dialog-title-color:var(--color-white);--jui-dialog-title-bg-color:var(--color-text);--jui-dialog-title-font-size:var(--font-size-h4);--jui-dialog-close-button-size:calc(var(--space-m) * 2);--jui-dialog-close-button-border-radius:50%;--jui-dialog-close-button-reserved-space:calc(var(--space-m) * 4);--jui-dialog-off-canvas-close-button-reserved-space:calc(var(--space-m) * 3);--jui-dialog-border-radius:0.25rem;--jui-dialog-box-shadow:0 0 var(--space-m) calc(var(--space-m) / -4) var(--color-text);--jui-dialog--focus-outline:2px dotted transparent;--jui-dialog--focus-box-shadow:0 0 0 0.1875rem var(--color-focus);--jui-dialog-z-index:1260;--jui-dialog-off-canvas-z-index:501;--progress-bar-border-size:1px;--progress-bar-small-size:calc(var(--space-xs) - (2 * var(--progress-bar-border-size)));--progress-bar-small-size-radius:var(--space-xs);--progress-bar-spacing-size:var(--space-xs);--progress-bar-transition:width 0.5s ease-out;--progress-bar-label-color:var(--color-text);--progress-bar-description-color:var(--color-gray-800);--progress-bar-description-font-size:var(--font-size-xs);--progress-track-border-color:var(--color-gray-500);--progress-track-bg-color:var(--color-gray-200);--tabledrag-handle-icon-size:calc(17rem / 16);--ajax-progress-margin-horizontal:var(--space-s);--breadcrumb-height:1.25rem;--layout-region-edit-width:min(60rem,100%);--layout-region-edit-extended-width:min(68rem,100%);--vertical-tabs-margin-vertical:var(--space-s);--vertical-tabs-border-radius:var(--details-accordion-border-size-radius);--vertical-tabs-shadow:var(--details-box-shadow);--vertical-tabs-border-color:var(--details-border-color);--vertical-tabs-border-size:1px;--vertical-tabs-border:var(--vertical-tabs-border-size) solid var(--vertical-tabs-border-color);--vertical-tabs-menu-item-shadow-extraspace:0.5rem;--vertical-tabs-menu-item--top-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -2);--vertical-tabs-menu-item--right-margin:calc(var(--vertical-tabs-border-size) * -1);--vertical-tabs-menu-item--bottom-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-item--left-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-separator-color:var(--color-gray-200);--vertical-tabs-menu-separator-size:1px;--vertical-tabs-menu-width:20em;--vertical-tabs-pane-width:calc(100% - var(--vertical-tabs-menu-width));--vertical-tabs-menu-link-focus-border-size:var(--details-summary-focus-border-size);--vertical-tabs-menu-link--active-border-size:0.25rem;--vertical-tabs-menu-link--active-border-color:var(--color-absolutezero);--vertical-tabs-menu--z-index:0;}
html{font-family:var(--font-family);font-size:100%;font-weight:normal;font-style:normal;line-height:var(--line-height);}body{word-wrap:break-word;hyphens:auto;color:var(--color-fg);background:var(--color-bg);}a,.link{color:var(--color-link);}a:hover,a:focus,.link:hover,.link:focus{-webkit-text-decoration:none;text-decoration:none;outline:0;}a:hover,.link:hover{color:var(--color-link-hover);}a:active,.link:active{color:var(--color-link-active);}hr{height:1px;margin:var(--space-m) 0;padding:0;border:none;background:var(--color-divider);}summary{font-weight:bold;}h1,.heading-a{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h1);font-weight:bold;line-height:var(--line-height-heading);}h2,.heading-b{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h2);font-weight:bold;line-height:var(--line-height-heading);}h3,.heading-c{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h3);font-weight:bold;line-height:var(--line-height-heading);}h4,.heading-d{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h4);font-weight:bold;line-height:var(--line-height-heading);}h5,.heading-e{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h5);font-weight:bold;line-height:var(--line-height-heading);}h6,.heading-f{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h6);font-weight:bold;line-height:var(--line-height-heading);}p{margin:1em 0;}dl{margin:0 0 1.25rem;}dl dd,dl dl{margin-block-end:0.625rem;margin-inline-start:1.25rem;}blockquote{position:relative;margin-block:var(--space-l);margin-inline:2.5rem var(--space-l);font-size:var(--font-size-h6);}blockquote::before{position:absolute;inset-inline-start:-2.5rem;content:open-quote;color:var(--color-absolutezero);font-family:var(--font-family-serif);font-size:var(--space-xl);line-height:1em;}blockquote::after{content:no-close-quote;}address{font-style:italic;}u,ins{-webkit-text-decoration:underline;text-decoration:underline;}s,strike,del{-webkit-text-decoration:line-through;text-decoration:line-through;}big{font-size:larger;}small{font-size:smaller;}sub{vertical-align:sub;font-size:smaller;line-height:normal;}sup{vertical-align:super;font-size:smaller;line-height:normal;}abbr,acronym{border-bottom:dotted 1px;}ul{margin-block:0.25em;margin-inline:1.5em 0;padding-inline-start:0;list-style-type:disc;list-style-image:none;}ol{margin-block:0.25em;margin-inline:2em 0;padding:0;}code{margin:0.5em 0;}pre{margin:0.5em 0;white-space:pre-wrap;}details{line-height:var(--details-line-height);}details summary{padding:0.95em 1.45em;}details summary:focus{outline:none;}img{max-width:100%;height:auto;}.page-wrapper *:focus,.ui-dialog *:focus{outline:var(--focus-outline);box-shadow:var(--focus-box-shadow);}
.leader{margin-top:1.538rem;}.leader-double{margin-top:3.076rem;}.leader-triple{margin-top:4.614rem;}.leader-quadruple{margin-top:6.152rem;}.trailer{margin-bottom:1.538rem;}.trailer-double{margin-bottom:3.076rem;}.trailer-triple{margin-bottom:4.614rem;}.trailer-quadruple{margin-bottom:6.152rem;}
@media print{*{color:#000 !important;background-color:transparent !important;box-shadow:none !important;text-shadow:none !important;}body{padding-top:0;}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}a,.link{color:#000;}.button,.button--primary{background:none !important;}.messages{border-width:1px;border-color:#999;}.is-collapse-enabled .tabs{max-height:999em;}.is-horizontal .tabs__tab{margin:0 0.25rem !important;border-radius:0.25rem 0.25rem 0 0 !important;}.dropbutton-multiple .dropbutton .secondary-action{display:block;}.js .dropbutton-widget,.js td .dropbutton-widget{position:relative;}.js .dropbutton .dropbutton-toggle{display:none;}.js .dropbutton-multiple .dropbutton-widget{border-radius:0.25rem;background:none;}input.form-autocomplete,input.form-text,input.form-tel,input.form-email,input.form-url,input.form-search,input.form-number,input.form-color,input.form-file,textarea.form-textarea,select.form-select{border-width:1px;}}
.layout-container{margin-right:1em;margin-left:1em;}.layout-container::after{display:table;clear:both;content:"";}@media screen and (min-width:38em){.toolbar-tray-open:not(.toolbar-vertical) .layout-container,body:not(.toolbar-tray-open) .layout-container{margin-right:3em;margin-left:3em;}.toolbar-tray-open:not(.toolbar-vertical) .layout-row,body:not(.toolbar-tray-open) .layout-row{margin-right:-1.5em;margin-left:-1.5em;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column,body:not(.toolbar-tray-open) .layout-column{float:left;box-sizing:border-box;padding-right:1.5em;padding-left:1.5em;}[dir="rtl"] .toolbar-tray-open:not(.toolbar-vertical) .layout-column,[dir="rtl"] body:not(.toolbar-tray-open) .layout-column{float:right;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--half,body:not(.toolbar-tray-open) .layout-column--half{width:50%;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--quarter,body:not(.toolbar-tray-open) .layout-column--quarter{width:25%;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--three-quarter,body:not(.toolbar-tray-open) .layout-column--three-quarter{width:75%;}}@media screen and (min-width:60em){.layout-container{margin-right:3em;margin-left:3em;}.layout-row{margin-right:-1.5em;margin-left:-1.5em;}.layout-column{float:left;box-sizing:border-box;padding-right:1.5em;padding-left:1.5em;}[dir="rtl"] .layout-column{float:right;}.layout-column--half{width:50%;}.layout-column--quarter{width:25%;}.layout-column--three-quarter{width:75%;}}
.region-breadcrumb{min-height:var(--breadcrumb-height);}
.local-actions{margin:var(--space-m) 0;padding:0;list-style:none;}[dir="rtl"] .local-actions{margin-right:0;}.local-actions__item{display:inline-block;margin:0 calc(var(--space-xs) / 2);}.local-actions__item:first-child{margin-left:0;}[dir="rtl"] .local-actions__item:first-child{margin-right:0;margin-left:calc(var(--space-xs) / 2);}.local-actions__item:last-child{margin-right:0;}[dir="rtl"] .local-actions__item:last-child{margin-right:calc(var(--space-xs) / 2);margin-left:0;}[dir="rtl"] .local-actions__item:only-child{margin-right:0;margin-left:0;}
.page-content{margin-top:1.5rem;margin-bottom:5rem;}@media screen and (min-width:38em){.page-content{margin-top:2rem;}}.layout-icon__region{fill:#f5f5f2;stroke:#666;}
.node--unpublished{background-color:#fff4f4;}
.admin-list{margin-block:1em 2em;padding:0;}.admin-list--panel{margin:-1em -1.5em;}.admin-item{padding-block:0.75em;padding-inline:3em 1.5em;}.admin-item:not(:last-child){border-bottom:calc(1em / 16) solid var(--color-gray-200);}.admin-item__title{font-weight:bold;}.admin-item__link{position:relative;display:inline-block;margin-inline-start:-1.5em;padding-inline-start:1.5em;-webkit-text-decoration:none;text-decoration:none;}.admin-item__link::before{position:absolute;inset-block-start:0;inset-inline-start:0;display:block;width:1em;height:1.5em;content:"";background:transparent no-repeat 50% 50%;background-image:url("data:image/svg+xml,%3csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.71.314L.29 1.723l5.302 5.353L.289 12.43l1.422 1.408 6.697-6.762z' fill='%23003ecc'/%3e%3c/svg%3e");}[dir="rtl"] .admin-item__link::before{transform:scaleX(-1);}@media (forced-colors:active){.admin-item__link::before{mask-image:url("data:image/svg+xml,%3csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.71.314L.29 1.723l5.302 5.353L.289 12.43l1.422 1.408 6.697-6.762z' fill='%23003ecc'/%3e%3c/svg%3e");mask-repeat:no-repeat;mask-position:center center;background-color:linktext;background-image:none;}}.admin-item__description{margin-block:0.5em 0.25em;margin-inline:0;color:var(--color-gray-800);}
.compact-link{margin:0 0 0.5em 0;}small .admin-link::before{content:" [";}small .admin-link::after{content:"]";}.system-cron-settings__link{overflow-wrap:break-word;}
:root{--module-table-cell-padding-vertical:var(--space-m);--module-table-cell-padding-horizontal:calc(var(--space-m) - (var(--input-border-size) * 2));}.modules-table-filter,.permissions-table-filter{padding:0.25rem var(--space-l);border:1px solid var(--color-gray-200);border-radius:2px 2px 0 0;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.modules-table-filter .form-item__description,.permissions-table-filter .form-item__description{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.claro-details.claro-details--package-listing,.claro-details.module-list__module-details{margin-top:2rem;margin-bottom:0;border:none;box-shadow:none;}.claro-details__wrapper.claro-details__wrapper--package-listing{margin:0;}.claro-details__summary.claro-details__summary--package-listing{color:var(--color-text);border-radius:0.25rem;background:var(--color-gray-050);font-size:1.125rem;line-height:1.424rem;}.module-list{margin-top:0;}.module-list__module{color:var(--color-text);border-bottom:1px solid var(--color-gray-200);background:none;}.module-list__module:hover{background:none;}.module-list__module td{height:auto;padding:var(--module-table-cell-padding-vertical) var(--module-table-cell-padding-horizontal);vertical-align:top;}@media screen and (min-width:60em){td.module-list__module{width:25%;}}.module-list__module-name{font-weight:bold;}.module-list__checkbox{padding-left:0.6875rem;text-align:left;}[dir="rtl"] .module-list__checkbox{padding-right:0.6875rem;padding-left:var(--module-table-cell-padding-horizontal);text-align:right;}.module-list__checkbox .form-type--checkbox{margin:0;line-height:var(--details-line-height);}.module-list__checkbox .form-checkbox:not([disabled]){cursor:pointer;}td.module-list__checkbox{width:4%;}td.module-list__description{padding-top:0;padding-right:0;padding-bottom:0;}.claro-details.module-list__module-details{margin:0;}.claro-details__summary.module-list__module-summary{padding-top:var(--module-table-cell-padding-vertical);padding-bottom:var(--module-table-cell-padding-vertical);font-weight:normal;line-height:var(--details-line-height);}.claro-details__summary.module-list__module-summary::before{top:calc(var(--space-m) + var(--space-s));}.module-details__description{font-size:var(--space-s);line-height:0.9375rem;}.claro-details__wrapper.module-details__wrapper{margin-top:0;margin-bottom:0;}.module-details__requirements{margin-bottom:var(--space-m);}.module-details__links{position:relative;margin-top:calc((var(--space-s) - ((var(--space-l) - var(--space-s)) / 2)) * -1);margin-bottom:var(--space-m);}.module-details__links .action-link + .action-link{margin-left:0;}[dir="rtl"] .module-details__links .action-link + .action-link{margin-right:0;}.claro-details .tableresponsive-toggle{padding:var(--space-m) var(--space-m) var(--space-m) 0;}.claro-details .tableresponsive-toggle::before{position:relative;top:-1px;display:inline-block;width:calc(var(--space-m) * 2);height:1.25rem;content:"";cursor:pointer;vertical-align:text-top;background:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e") no-repeat center;background-size:contain;}.claro-details .tableresponsive-toggle:hover{color:var(--color-absolutezero-hover);background-color:var(--color-bgblue-hover);}.claro-details .tableresponsive-toggle:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230036b1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.claro-details .tableresponsive-toggle-columns button{margin-top:var(--space-xs);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);font-weight:bold;}.claro-details .admin-missing{color:var(--color-maximumred);}
.panel{margin-block:1em 3em;padding:0;border-block-end:calc(1em / 16) solid var(--color-gray-200);}.panel__title{margin:0;padding-block:calc(12em / 18);padding-inline:calc(24em / 18);background:var(--color-gray-050);font-size:calc(18em / 16);line-height:calc(24em / 18);}.panel__content,.panel__description{padding-block:1em;padding-inline:1.5em;}
.ui-widget{background:none;}.ui-widget-content{border:none;}.ui-dialog{z-index:var(--jui-dialog-z-index);}.ui-state-default,.ui-state-hover,.ui-state-focus,.ui-state-active{outline:0;}.ui-state-highlight{font-weight:bold;}.ui-state-active,.ui-widget-content .ui-state-active{color:#840;}.ui-state-error,.ui-widget-content .ui-state-error{color:#fff;border-color:#d52;background:#e63;}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:0.35;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:0.7;}.ui-icon{display:block;overflow:hidden;width:1rem;height:1rem;text-indent:-6249.9375rem;background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);background-repeat:no-repeat;}.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);}.ui-state-default .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-888888-256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-454545-256x240.png);}.ui-state-active .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-800000-256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-ffffff-256x240.png);}.ui-widget p .ui-icon{margin:2px 0.1875rem 0 0;}[dir="rtl"] .ui-widget p .ui-icon{margin:2px 0 0 0.1875rem;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-icon-carat-1-n{background-position:0 0;}.ui-accordion{border:none;}.ui-accordion .ui-accordion-header{text-transform:uppercase;border:solid 1px #ccc;}.ui-accordion h3.ui-accordion-header,#block-system-main h3.ui-accordion-header{margin:0.625rem 0;font-size:1.1em;}#block-system-main .ui-accordion h3.ui-state-active,.ui-accordion h3.ui-state-active{margin-bottom:0;}.ui-accordion .ui-accordion-header a{display:block;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border:solid 1px #ccc;border-top:0;}.ui-tabs{padding:0;}.ui-tabs .ui-tabs-nav{margin:0;padding:0.3125rem 0.625rem 0.25rem;border-bottom:solid 1px #ccc;border-bottom-right-radius:0;border-bottom-left-radius:0;line-height:1.25rem;}.ui-tabs .ui-tabs-nav li{margin:0;padding:0 1em 0 0.625rem;list-style:none;}[dir="rtl"] .ui-tabs .ui-tabs-nav li{padding:0 0.625rem 0 1em;}.ui-tabs .ui-tabs-nav li a{float:none;padding:0 0.625rem;border-radius:0.625rem;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{color:#fff;background:#666;font-weight:normal;}.ui-widget-overlay{z-index:calc(var(--jui-dialog-z-index) - 1);opacity:0.7;background:var(--color-text);}.ui-slider{border:solid 1px #ccc;}.ui-slider .ui-slider-range{background:#e4e4e4;}.ui-slider .ui-slider-handle{border:1px solid #e4e4e4;border-right-color:#d2d2d2;border-bottom:1px solid #b4b4b4;border-left-color:#d2d2d2;border-radius:0.25rem;background-color:#e4e4e4;}.ui-slider a.ui-state-active,.ui-slider .ui-slider-handle:active{color:#fff;border:solid 1px #555;background:#666;}.ui-progressbar{height:1.4em;background:#e4e4e4;}.ui-progressbar .ui-progressbar-value{height:1.5em;background:var(--color-blue-600) url(/core/themes/misc/progress.gif);}.ui-autocomplete{color:var(--jui-dropdown-fg-color);border:var(--input-border-size) solid var(--jui-dropdown-border-color);border-top:0;border-radius:0 0 var(--input-border-radius-size) var(--input-border-radius-size);background:var(--jui-dropdown-bg-color);box-shadow:0 0.125rem 0.25rem var(--jui-dropdown-shadow-color);}.ui-autocomplete .ui-menu-item{list-style:none;}.ui-autocomplete .ui-menu-item-wrapper{display:block;padding:0.75rem 0.9375rem;color:inherit;background:inherit;}.ui-autocomplete .ui-menu-item-wrapper:focus,.ui-autocomplete .ui-menu-item-wrapper:hover{-webkit-text-decoration:none;text-decoration:none;}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{margin:0;color:var(--jui-dropdown--active-fg-color);background:var(--jui-dropdown--active-bg-color);}.ui-autocomplete .ui-menu-item.ui-state-focus,.autocomplete .ui-menu-item.ui-state-hover{margin:0;background:var(--color-blue-600);}.ui-autocomplete .ui-state-focus a,.autocomplete .ui-state-hover a{color:#fff;}
:root{--card-list-spacing:var(--space-m);--cards-two-cols-width:calc(((100% + var(--card-list-spacing)) / 2) - var(--card-list-spacing));--cards-three-cols-width:calc(((100% + var(--card-list-spacing)) / 3) - var(--card-list-spacing));--cards-four-cols-width:calc(((100% + var(--card-list-spacing)) / 4) - var(--card-list-spacing));}.card-list{display:flex;flex-direction:column;}.card-list--two-cols,.card-list--four-cols{flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;}.card-list__item{box-sizing:border-box;margin-bottom:var(--card-list-spacing);}.card-list--two-cols .card-list__item,.card-list--four-cols .card-list__item{flex-basis:100%;}@media screen and (min-width:36.75rem){.card-list--four-cols .card-list__item{flex-basis:var(--cards-two-cols-width);max-width:var(--cards-two-cols-width);}.card-list--four-cols .card-list__item{margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item{margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:0;}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card-list--four-cols .card-list__item{flex-basis:100%;max-width:100%;margin-right:0;margin-left:0;}}@media screen and (min-width:70rem){.card-list--four-cols .card-list__item{flex-basis:var(--cards-three-cols-width);max-width:var(--cards-three-cols-width);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;margin-left:0;}}@media screen and (min-width:85.375rem){.card-list--two-cols .card-list__item{flex-basis:var(--cards-two-cols-width);max-width:var(--cards-two-cols-width);margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--two-cols .card-list__item{margin-right:0;margin-left:var(--card-list-spacing);}.card-list--two-cols .card-list__item:nth-child(even){margin-right:0;}[dir="rtl"] .card-list--two-cols .card-list__item:nth-child(even){margin-right:0;margin-left:0;}.card-list--four-cols .card-list__item{flex-basis:var(--cards-four-cols-width);max-width:var(--cards-four-cols-width);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(3n){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(4n){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(4n){margin-right:0;margin-left:0;}}
:root{--card-bg-color:var(--color-white);--card-border-size:1px;--card-border-color:var(--color-gray-200-o-80);--card-border-radius-size:var(--base-border-radius);--card-image-border-radius-size:calc(var(--card-border-radius-size) - var(--card-border-size));--card-box-shadow:0 0.25rem 0.625rem rgba(0,0,0,0.1);}.card{display:flex;flex-direction:column;align-items:stretch;justify-items:flex-start;padding:0;border:var(--card-border-size) solid var(--card-border-color);border-radius:var(--card-border-radius-size);background-color:var(--card-bg-color);box-shadow:var(--card-box-shadow);}@media screen and (min-width:36.75rem){.card--horizontal{flex-direction:row;}.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal{flex-direction:column;}}@media screen and (min-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal{flex-direction:row;}}.card__image{overflow:hidden;border-radius:var(--card-image-border-radius-size) var(--card-image-border-radius-size) 0 0;line-height:0;}@media screen and (min-width:36.75rem){.card--horizontal .card__image{flex-basis:35%;border-start-start-radius:var(--card-image-border-radius-size);border-start-end-radius:0;border-end-start-radius:var(--card-image-border-radius-size);border-end-end-radius:0;}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal .card__image{flex-basis:auto;}}@media screen and (min-width:85.375rem){.card--horizontal .card__image{flex-basis:45%;}}.card__content-wrapper{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;box-sizing:border-box;padding:var(--space-l);}@media screen and (min-width:36.75rem){.card--horizontal .card__content-wrapper{flex-basis:65%;}.card--horizontal .card__image ~ .card__content-wrapper{padding-inline-start:var(--space-m);}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal .card__content-wrapper{flex-basis:auto;}}@media screen and (min-width:85.375rem){.card--horizontal .card__content-wrapper{flex-basis:55%;}}.card__content{flex-grow:1;}.card__content-item{margin-block:0 var(--space-m);}.card__content-item:last-child{margin-block-end:0;}.card__footer{order:100;margin-block-start:var(--space-l);}.card__footer .action-links{margin-block:0;text-align:right;}[dir="rtl"] :is(.card__footer .action-links){text-align:left;}
.container-inline label::after,.container-inline .label::after{content:":";}.form-type-radios .container-inline label::after,.form-type-checkboxes .container-inline label::after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
.exposed-filters .filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .filters{float:right;margin-right:0;margin-left:1em;}.exposed-filters .form-item{margin:0 0 0.1em 0;padding:0;}.exposed-filters .form-item label{float:left;width:10em;font-weight:normal;}[dir="rtl"] .exposed-filters .form-item label{float:right;}.exposed-filters .form-select{width:14em;}.exposed-filters .current-filters{margin-bottom:1em;}.exposed-filters .current-filters .placeholder{font-weight:bold;font-style:normal;}.exposed-filters .additional-filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .additional-filters{float:right;margin-right:0;margin-left:1em;}
.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field__label,[dir="rtl"] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}
.icon-help{padding:1px 0 1px 20px;background:url(/core/misc/help.png) 0 50% no-repeat;}[dir="rtl"] .icon-help{padding:1px 20px 1px 0;background-position:100% 50%;}.feed-icon{display:block;overflow:hidden;width:16px;height:16px;text-indent:-9999px;background:url(/core/misc/feed.svg) no-repeat;}
.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}[dir="rtl"] .views-filterable-options-controls .form-item{margin-right:2%;}.form--inline .form-item-separator{margin-top:2.3em;margin-right:1em;margin-left:0.5em;}[dir="rtl"] .form--inline .form-item-separator{margin-right:0.5em;margin-left:1em;}.form--inline .form-actions{clear:left;}[dir="rtl"] .form--inline .form-actions{clear:right;}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
button.link{margin:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}label button.link{font-weight:bold;}
ul.inline,ul.links.inline{display:inline;padding-left:0;}[dir="rtl"] ul.inline,[dir="rtl"] ul.links.inline{padding-right:0;padding-left:15px;}ul.inline li{display:inline;padding:0 0.5em;list-style-type:none;}ul.links a.is-active{color:#000;}
ul.menu{margin-left:1em;padding:0;list-style:none outside;text-align:left;}[dir="rtl"] ul.menu{margin-right:1em;margin-left:0;text-align:right;}.menu-item--expanded{list-style-type:circle;list-style-image:url(/core/misc/menu-expanded.png);}.menu-item--collapsed{list-style-type:disc;list-style-image:url(/core/misc/menu-collapsed.png);}[dir="rtl"] .menu-item--collapsed{list-style-image:url(/core/misc/menu-collapsed-rtl.png);}.menu-item{margin:0;padding-top:0.2em;}ul.menu a.is-active{color:#000;}
.more-link{display:block;text-align:right;}[dir="rtl"] .more-link{text-align:left;}
th.is-active img{display:inline;}td.is-active{background-color:#ddd;}
.form-textarea-wrapper textarea{display:block;box-sizing:border-box;width:100%;margin:0;}
.ui-dialog--narrow{max-width:500px;}@media screen and (max-width:600px){.ui-dialog--narrow{min-width:95%;max-width:95%;}}
.accordion{--accordion-color:var(--color-text);--accordion-border-size:var(--details-border-size);--accordion-border-color:var(--details-border-color);--accordion-border-radius:var(--details-accordion-border-size-radius);--accordion-bg-color:var(--color-white);--accordion-box-shadow:var(--details-box-shadow);color:var(--accordion-color);border:var(--accordion-border-size) solid var(--accordion-border-color);border-radius:var(--accordion-border-radius);background-color:var(--accordion-bg-color);box-shadow:var(--accordion-box-shadow);}.accordion__item{--accordion-item-border-radius:var(--details-accordion-border-size-radius);margin:0 -1px;border-radius:0;}.accordion__item:first-child{margin-top:-1px;border-top-left-radius:var(--accordion-item-border-radius);border-top-right-radius:var(--accordion-item-border-radius);}.accordion__item + .accordion__item{margin-top:-1px;}.accordion__item:last-child{margin-bottom:-1px;border-bottom-right-radius:var(--accordion-item-border-radius);border-bottom-left-radius:var(--accordion-item-border-radius);}.accordion__item .claro-details__summary .summary{--accordion-summary-color:var(--color-gray-800);display:block;color:var(--accordion-summary-color);font-weight:normal;}
.action-links{margin:var(--space-l) 0;list-style:none;}.action-links__item{display:inline-block;}.action-links__item + .action-links__item > .action-link{margin-inline-start:var(--space-s);}.action-links__item + .action-links__item > .action-link--small{margin-inline-start:var(--space-xs);}.action-link{display:inline-block;padding:calc(var(--space-m) - ((var(--space-l) - var(--space-m)) / 2)) var(--space-m);cursor:pointer;-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);border-radius:var(--button-border-radius-size);background-color:var(--color-bg);font-size:var(--font-size-base);font-weight:700;line-height:var(--space-l);-webkit-font-smoothing:antialiased;}.action-link:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-absolutezero-hover);background-color:var(--color-bgblue-hover);}.action-link:focus{position:relative;z-index:1;-webkit-text-decoration:none;text-decoration:none;}.action-link:active{color:var(--color-absolutezero-active);background-color:var(--color-bgblue-active);}.action-link::before{position:relative;inset-block-start:0.125rem;display:inline-block;width:1em;height:1em;margin-inline:calc(var(--space-s) - var(--space-m)) 0.5em;background-repeat:no-repeat;background-position:center;background-size:contain;}.action-link + .action-link{margin-inline-start:var(--space-s);}.form-actions .action-link,.field-actions .action-link{margin-inline:0 var(--space-s);}.no-touchevents .action-link--small{padding:calc(var(--space-s) - ((var(--space-l) - var(--space-s)) / 2)) var(--space-s);font-size:var(--font-size-s);}.no-touchevents .action-link--extrasmall{padding:0 var(--space-xs);font-size:var(--font-size-s);}.no-touchevents .action-link--small + .action-link--small,.no-touchevents .action-link--extrasmall + .action-link--extrasmall{margin-inline-start:var(--space-xs);}.action-link--danger{color:var(--color-maximumred);}.action-link--danger:hover{color:var(--color-maximumred-hover);background-color:var(--color-bgred-hover);}.action-link--danger:active{color:var(--color-maximumred-active);background-color:var(--color-bgred-active);}.no-touchevents .action-link--small::before,.no-touchevents .action-link--extrasmall::before{inset-block-start:0.0625rem;width:var(--space-s);height:var(--space-s);margin-inline:-0.125rem 0.4em;}.action-link--icon-plus::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-plus::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}}.action-link--icon-plus:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230036b1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23002E9A' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23c11f1f' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23ab1b1b' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-trash::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-trash::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23d72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}}.action-link--icon-trash:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%230036B1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23002E9A' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23d72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23C11F1F' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23Ab1B1B' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-ex::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-ex::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}}.action-link--icon-ex:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230035b1' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23002E9A' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23c11f1f' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23ab1b1b' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-checkmark::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-checkmark::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}}.action-link--icon-checkmark:hover::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%230036B1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark:active::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23002E9A' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23c11f1f' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23ab1b1b' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-cog::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-cog::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}}.action-link--icon-cog:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%230036b1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23C11F1F' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-show::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-show::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' width='16' fill='%23D72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}}.action-link--icon-show:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%230036B1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' width='16' fill='%23D72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23d72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-hide::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-hide::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}}.action-link--icon-hide:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%230036B1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23C11F1F' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-key::before{content:"";background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23545560'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-key::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23d72222'/%3e%3c/svg%3e");}}.action-link--icon-key:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%230036B1'/%3e%3c/svg%3e");}.action-link--icon-key:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23002E9A'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23d72222'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23c11f1f'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23ab1b1b'/%3e%3c/svg%3e");}.action-link--icon-questionmark::before{content:"";background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23545560'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-questionmark::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23d72222'/%3e%3c/svg%3e");}}.action-link--icon-questionmark:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%230036B1'/%3e%3c/svg%3e");}.action-link--icon-questionmark:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23002E9A'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23d72222'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23c11f1f'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23ab1b1b'/%3e%3c/svg%3e");}.action-link--icon-chevron-left::before{display:block;content:"";background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}@media (min-width:30em){.action-link--icon-chevron-left::before{display:inline-block;}}
.content-header{overflow:hidden;margin-bottom:var(--space-s);padding:var(--space-l) 0 0;background-color:var(--color-gray-050);}
.ck{--ck-color-base-border:var(--input-border-color);}
.container-inline .form-radios label::after{content:"";}.container-inline .form-radios .form-type-radio{margin-inline-end:1em;}
.container-inline div,.container-inline label{display:inline-block;}.form-items-inline{margin-block:-2px;}.form-items-inline > .form-item{display:inline-block;margin-block:2px;}
.breadcrumb{padding:0;color:var(--color-text);font-size:0.79rem;}.breadcrumb__list,[dir="rtl"] .breadcrumb__list{margin:0;padding:0;list-style-type:none;}.breadcrumb__item,.breadcrumb__link{display:inline;-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);font-weight:bold;}.breadcrumb__item + .breadcrumb__item::before{display:inline-block;padding:0 0.75rem;content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='8' width='5'%3e%3cpath fill='currentColor' d='M1.207.647L.5 1.354 3.146 4 .5 6.647l.707.707L4.561 4z'/%3e%3c/svg%3e");}[dir="rtl"] :is(.breadcrumb__item + .breadcrumb__item::before){transform:scaleX(-1);}@media (forced-colors:active){.breadcrumb__item + .breadcrumb__item::before{width:0.3125rem;height:0.5rem;content:"";background-color:canvastext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='8' width='5'%3e%3cpath fill='currentColor' d='M1.207.647L.5 1.354 3.146 4 .5 6.647l.707.707L4.561 4z'/%3e%3c/svg%3e");mask-size:contain;mask-repeat:no-repeat;mask-position:center;}}.breadcrumb__link:hover,.breadcrumb__link:focus{-webkit-text-decoration:none;text-decoration:none;}
.button{display:inline-block;margin-block:var(--space-m);margin-inline:0 var(--space-s);padding:calc(var(--space-m) - 1px) calc(var(--space-l) - 1px);cursor:pointer;text-align:center;-webkit-text-decoration:none;text-decoration:none;color:var(--button-fg-color);border:1px solid transparent;border-radius:var(--button-border-radius-size);background-color:var(--button-bg-color);font-size:var(--font-size-base);font-weight:700;line-height:1rem;appearance:none;-webkit-font-smoothing:antialiased;}.button:not(:focus){box-shadow:0 1px 2px rgba(0,0,0,0.25);}.button:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--button-fg-color);background-color:var(--button--hover-bg-color);}.button:focus{-webkit-text-decoration:none;text-decoration:none;}.button:active{background-color:var(--button--active-bg-color);}.no-touchevents .button--small{margin-block:var(--space-s);margin-inline:0 var(--space-xs);padding:calc(var(--space-xs) - 1px) calc(var(--space-m) - 1px);font-size:var(--font-size-xs);}.no-touchevents .button--extrasmall{margin-block:var(--space-xs);margin-inline:0 var(--space-xs);padding:calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) - 1px);font-size:var(--font-size-xs);}.button--action{margin:0;}.button--action::before{margin-inline:-0.25em 0;padding-inline:0 0.25em;content:"+";font-weight:900;}.button--primary{color:var(--button-fg-color--primary);background-color:var(--button-bg-color--primary);}.button--primary:is(:hover,:active){color:var(--button-fg-color--primary);background-color:var(--button--hover-bg-color--primary);}.button--danger{color:var(--button-fg-color--danger);background-color:var(--button-bg-color--danger);}.button--danger:is(:hover,:active){color:var(--button-fg-color--danger);background-color:var(--button--hover-bg-color--danger);}.button:is(:disabled,.is-disabled){color:var(--button--disabled-fg-color);background-color:var(--button--disabled-bg-color);}.button.is-disabled{-webkit-user-select:none;user-select:none;pointer-events:none;}.link{display:inline;padding:0;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;border:0;background:none;appearance:none;}
:root{--size-summary-border-radius:calc(var(--details-border-size-radius) - var(--details-border-size));--summary-accordion-padding-vertical:calc(var(--space-l) + ((var(--space-m) - var(--space-l)) / 2));--summary-accordion-line-height:var(--space-l);}.claro-details{display:block;margin-block:var(--space-m);color:var(--color-text);border:var(--details-border-size) solid var(--details-border-color);border-radius:var(--details-border-size-radius);background-color:var(--color-white);box-shadow:var(--details-box-shadow);}td .claro-details{width:min-content;min-width:100%;}.claro-details--accordion-item,.claro-details--vertical-tabs-item{margin-block:0;border-radius:0;box-shadow:none;}.claro-details--accordion-item:first-of-type{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details--accordion-item:last-of-type{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details__summary{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--details-desktop-wrapper-padding-start) var(--space-m);list-style:none;cursor:pointer;transition:background-color var(--details-bg-color-transition-duration) ease-in-out;color:var(--color-gray-800);border-radius:var(--size-summary-border-radius);background-color:transparent;line-height:var(--space-m);}.claro-details__summary--accordion,.claro-details__summary--accordion-item,.claro-details__summary--vertical-tabs-item{padding-block:var(--summary-accordion-padding-vertical);padding-inline:var(--details-desktop-wrapper-padding-start) var(--space-l);background:var(--color-white);line-height:var(--summary-accordion-line-height);}.claro-details__summary--accordion-item{border-radius:0;}.claro-details--accordion-item:first-child .claro-details__summary--accordion-item{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details--accordion-item:last-child .claro-details__summary--accordion-item{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details__summary::-webkit-details-marker{display:none;}.claro-details__summary::before{position:absolute;inset-block-start:50%;inset-inline-start:var(--space-s);display:inline-block;width:var(--space-m);height:var(--space-m);margin-block-start:calc(var(--space-m) / -2);content:"";transition:transform var(--details-transform-transition-duration) ease-in 0s;transform:rotate(90deg);text-align:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath d='M5.21 1.314L3.79 2.723l5.302 5.353-5.303 5.354 1.422 1.408 6.697-6.762z' fill='%23545560'/%3e%3c/svg%3e");background-size:contain;}[dir="rtl"] .claro-details__summary::before{transform:rotate(-270deg);}@media (prefers-reduced-motion:reduce){.claro-details__summary::before{transition:none;}}@media (forced-colors:active){.claro-details__summary::before{width:0.5625rem;height:0.5625rem;transition:transform var(--details-transform-transition-duration) ease-in 0s,margin var(--details-transform-transition-duration) ease-in 0s;transform:rotate(135deg);border-block-start:0.125rem solid;border-inline-end:0.125rem solid;background:none;}[dir="rtl"] .claro-details__summary::before{transform:rotate(-225deg);}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.claro-details__summary::before{transition:none;}}}.claro-details__summary::after{position:absolute;inset:-1px;content:"";transition:opacity var(--details-box-shadow-transition-duration) ease-in-out;pointer-events:none;opacity:0;border-radius:var(--details-border-size-radius);box-shadow:inset 0 0 0 var(--details-summary-focus-border-size) var(--details-summary-shadow-color);}.claro-details > .claro-details__summary--accordion-item::after,.vertical-tabs__item > .claro-details__summary--vertical-tabs-item::after{border-radius:0;}.claro-details:first-child > .claro-details__summary--accordion-item::after,.vertical-tabs__item--first > .claro-details__summary--vertical-tabs-item::after{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details:last-child > .claro-details__summary--accordion-item::after,.vertical-tabs__item--last > .claro-details__summary--vertical-tabs-item::after{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details[open] > .claro-details__summary--accordion::after,.claro-details[open] > .claro-details__summary--accordion-item::after,.vertical-tabs__item--last[open] > .claro-details__summary--vertical-tabs-item::after{border-bottom-right-radius:0;border-bottom-left-radius:0;}.claro-details__summary:focus{box-shadow:none;}[open] .claro-details__summary--accordion,[open] .claro-details__summary--accordion-item,[open] .claro-details__summary--vertical-tabs-item{color:var(--color-absolutezero);}.claro-details__summary:hover::before,.claro-details__summary:hover:focus::before,.claro-details[open] > .claro-details__summary:focus::before,.claro-details[open] > .claro-details__summary--accordion::before,.claro-details[open] > .claro-details__summary--accordion-item::before,.claro-details[open] > .claro-details__summary--vertical-tabs-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath d='M5.21 1.314L3.79 2.723l5.302 5.353-5.303 5.354 1.422 1.408 6.697-6.762z' fill='%230036B1'/%3e%3c/svg%3e");}.claro-details[open] > .claro-details__summary{border-radius:var(--size-summary-border-radius) var(--size-summary-border-radius) 0 0;}.claro-details[open] > .claro-details__summary::before{transform:rotate(-90deg);}@media (forced-colors:active){.claro-details__summary:hover::before,.claro-details__summary:hover:focus::before,.claro-details[open] > .claro-details__summary:focus::before{background:none;}.claro-details[open] > .claro-details__summary::before,[dir="rtl"] .claro-details[open] > .claro-details__summary::before{margin-block-start:-0.125rem;margin-inline-end:0.125rem;transform:rotate(-45deg);background:none;}}.claro-details[open] > .claro-details__summary--accordion,.claro-details[open] > .claro-details__summary--accordion-item,.claro-details[open] > .claro-details__summary--vertical-tabs-item{box-shadow:var(--details-box-shadow);}.claro-details__summary:hover{color:var(--color-absolutezero);background-color:var(--color-bgblue-hover);}[open] > .claro-details__summary--accordion:not(:focus,:active)::after,[open] > .claro-details__summary--accordion-item:not(:focus,:active)::after,[open] > .claro-details__summary--vertical-tabs-item:not(:focus,:active)::after{opacity:1;border:var(--details-summary-focus-border-size) solid var(--color-absolutezero);border-width:0 0 0 var(--details-summary-focus-border-size);box-shadow:none;}[dir="rtl"] :is([open] > .claro-details__summary--accordion:not(:focus,:active)::after),[dir="rtl"] :is([open] > .claro-details__summary--accordion-item:not(:focus,:active)::after),[dir="rtl"] :is([open] > .claro-details__summary--vertical-tabs-item:not(:focus,:active)::after){border-width:0 var(--details-summary-focus-border-size) 0 0;}.claro-details__summary:focus::after,.claro-details__summary:active::after{opacity:1;}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.claro-details__summary::after{transition:none;}}}.claro-details[open] > .claro-details__summary:focus{color:var(--color-absolutezero);}.claro-details__wrapper,.claro-details__content{margin:var(--space-m);}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{margin:0;}.claro-details__wrapper--accordion::before,.claro-details__wrapper--accordion::after,.claro-details__wrapper--accordion-item::before,.claro-details__wrapper--accordion-item::after,.claro-details__wrapper--vertical-tabs-item::before,.claro-details__wrapper--vertical-tabs-item::after{display:table;clear:both;content:"";}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{border-top:var(--details-border-size) solid var(--details-border-color);background-color:var(--color-gray-050-o-40);}@media screen and (min-width:40.0625rem){.claro-details__wrapper{margin:var(--space-l) var(--details-desktop-wrapper-padding-start);}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{margin:0;}.js .claro-details__wrapper--vertical-tabs-item{margin:0;border-top:0;background-color:transparent;}}.claro-details__content--accordion,.claro-details__content--accordion-item,.claro-details__content--vertical-tabs-item{margin:var(--space-m) var(--space-m) var(--space-l);}@media screen and (min-width:85em){.vertical-tabs .claro-details__content--vertical-tabs-item{margin:var(--space-l);}}.claro-details__description{margin-block-end:var(--space-m);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.claro-details__description.is-disabled{color:var(--input--disabled-fg-color);}.claro-details__summary-summary{display:block;color:var(--color-gray-800);font-size:var(--font-size-s);font-weight:normal;}.required-mark::after{display:inline-block;width:0.4375rem;height:0.4375rem;margin-inline:0.3em;content:"";vertical-align:super;background-image:url("data:image/svg+xml,%3csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23e00'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:0.4375rem 0.4375rem;}
.divider{height:1px;background-color:var(--color-divider);}
:root{--messages-bg-color:#353641;--messages-fg-color:var(--color-white);--messages-border-radius:2px;--messages-border-width:0.3125rem;--messages--status-color:#42a877;--messages--warning-color:#e0ac00;--messages--error-color:#e34f4f;--messages__link-color:var(--color-sunglow);--messages__link--hover-color:var(--color-white);--messages__icon-size:1rem;--messages__text-margin:calc(var(--messages__icon-size) + var(--space-l));}.messages-list{margin-block:calc(var(--space-m) + var(--space-l));padding:0;list-style:none;}.field .messages-list,.form-wrapper .messages-list{margin-block-end:0;}.messages{overflow:auto;box-sizing:border-box;margin-block:var(--space-m);padding-block:var(--space-l) 2rem;padding-inline:calc(var(--space-l) - 0.3125rem) var(--space-l);color:var(--messages-fg-color);border-width:0 0 0 var(--messages-border-width);border-style:solid;border-color:var(--messages-bg-color);border-radius:var(--messages-border-radius);background-color:var(--messages-bg-color);}.messages a{-webkit-text-decoration:underline;text-decoration:underline;color:var(--messages__link-color);}.messages a:hover{color:var(--messages__link--hover-color);}.messages pre{margin:0;}[dir="rtl"] .messages{border-right-width:var(--messages-border-width);border-left-width:0;}.messages--error{border-color:var(--messages--error-color);}.messages--error .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3e%3cpath d='M3 11.193L11.45 3' stroke='%23e34f4f' stroke-width='2'/%3e%3ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3e%3c/svg%3e") no-repeat center left;}.messages--status{border-color:var(--messages--status-color);}.messages--status .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat center left;}.messages--warning{border-color:var(--messages--warning-color);}.messages--warning .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e") no-repeat center left;}.messages__title{margin-block:0;margin-inline:var(--messages__text-margin) 0;font-size:var(--font-size-base);}.messages__header{display:flex;align-items:center;margin-block-end:var(--space-m);}[dir="rtl"] .messages__header{background-position:center right;}@media screen and (min-width:48rem){.messages__content{margin-inline-start:var(--messages__text-margin);}}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-block-start:var(--space-s);}
.entity-meta{--entity-meta-spacing-xs:var(--space-xs);--entity-meta-spacing-l:var(--space-l);--entity-meta-spacing-m:var(--space-m);--entity-meta-color-fg:var(--color-fg);--entity-meta-color-bg:var(--color-bg);--entity-meta-color-white:var(--color-white);--entity-meta-border-size:var(--details-border-size);--entity-meta-border-color:var(--details-border-color);--entity-meta-border-size-radius:var(--details-accordion-border-size-radius);--entity-meta-font-size-base:var(--font-size-base);}.entity-meta__header{padding:calc(var(--entity-meta-spacing-m) - var(--entity-meta-spacing-xs)) var(--entity-meta-spacing-m) calc(var(--entity-meta-spacing-l) - var(--entity-meta-spacing-xs));color:var(--entity-meta-color-fg);border:var(--entity-meta-border-size) solid var(--entity-meta-border-color);border-radius:var(--entity-meta-border-size-radius);background-color:var(--entity-meta-color-bg);}.entity-meta__header .form-item{margin-block:var(--entity-meta-spacing-xs);}.entity-meta__header .form-type--item .form-item__label{display:inline-block;margin:0;font-size:var(--entity-meta-font-size-base);}.entity-meta__header .form-type--item .form-item__label::after{content:":";}@media screen and (min-width:48em){.entity-meta__header{padding:calc(var(--entity-meta-spacing-l) - var(--entity-meta-spacing-xs)) var(--entity-meta-spacing-l) var(--entity-meta-spacing-l);}}.entity-meta__title{margin:0.25em 0;text-shadow:0 1px 0 var(--entity-meta-color-white);font-size:1.231em;font-weight:bold;}.entity-meta__revision{margin-block-start:var(--entity-meta-spacing-l);}
.fieldset{min-width:0;margin:var(--space-m) 0;padding:0;color:var(--color-text);border:var(--details-border-size) solid var(--details-border-color);border-radius:var(--base-border-radius);background-color:var(--color-white);box-shadow:var(--details-box-shadow);}.fieldset--group{color:inherit;border:0;border-radius:0;background:none;box-shadow:none;}.fieldset__legend{display:contents;float:left;width:100%;margin-block-end:var(--space-m);color:var(--color-gray-800);font-weight:bold;}.fieldset__legend--composite{float:none;width:auto;margin-block-start:calc(var(--space-xs) / 2);margin-block-end:calc(var(--space-xs) / 2);color:inherit;font-size:var(--font-size-s);line-height:calc(18rem / 16);}@media screen and (min-width:48em){.fieldset__legend{margin-bottom:var(--space-l);}}.fieldset__legend--group{text-transform:uppercase;color:inherit;}.fieldset__label{display:block;padding:var(--space-m);line-height:var(--space-m);}.fieldset__label.is-disabled{color:var(--input--disabled-fg-color);}.fieldset__label.has-error{color:var(--input--error-color);}.fieldset__label--group{padding:0;line-height:inherit;}@media screen and (min-width:48em){.fieldset__label{padding-right:var(--space-l);padding-left:var(--space-l);}.fieldset__label--group{padding:0;}}.fieldset__description{margin-block-start:calc(6rem / 16);margin-block-end:calc(6rem / 16);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.fieldset__description.is-disabled{color:var(--input--disabled-fg-color);}.fieldset__error-message{margin-block-start:calc(6rem / 16);margin-block-end:calc(6rem / 16);color:var(--input--error-color);font-size:var(--font-size-xs);font-weight:normal;line-height:calc(17rem / 16);}.fieldset__wrapper{margin:var(--space-m);}.fieldset__wrapper > .container-inline{padding:0;}@media screen and (min-width:48em){.fieldset__wrapper{margin:var(--space-l) var(--space-l) calc(var(--space-m) + var(--space-s));}}.fieldset__legend--visible ~ .fieldset__wrapper{margin-block-start:0;}.fieldset__wrapper--group{margin:0;}
::placeholder{opacity:1;color:var(--input-fg-color--placeholder);}.form-item{margin-block:var(--space-l);}tr .form-item,.container-inline .form-item{margin-block:var(--space-s);}.form-item__label{display:table;margin-block:calc(var(--space-xs) / 2);font-size:var(--font-size-s);font-weight:bold;line-height:var(--line-height-form-label);}.form-item__label[for]{cursor:pointer;}.form-item__label.option{display:inline;font-weight:normal;}.form-item__label.has-error{color:var(--input--error-color);}.form-item__label.option.has-error{color:inherit;}.form-item__label.is-disabled{cursor:default;color:var(--input--disabled-fg-color);}.form-item__label--multiple-value-form,.field-multiple-table .field-label h4.label{display:inline-block;margin-block:0;align-self:center;font-size:inherit;font-weight:inherit;line-height:inherit;}.form-item__label.form-required::after,.fieldset__label.form-required::after{display:inline-block;margin-inline:0.15em;content:"*";color:var(--color-maximumred);font-size:0.875rem;}.form-item__description{margin-block:calc(6rem / 16);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.form-item__description.is-disabled{color:var(--input--disabled-fg-color);}.form-item__error-message{margin-block:calc(6rem / 16);color:var(--input--error-color);font-size:var(--font-size-xs);font-weight:normal;line-height:calc(17rem / 16);}.form-item__prefix.is-disabled,.form-item__suffix.is-disabled{color:var(--input--disabled-fg-color);}@media screen and (min-width:37.5625rem){.form-item__suffix{margin-inline-start:var(--space-xs);white-space:nowrap;}}.form-actions,.field-actions{display:flex;flex-wrap:wrap;align-items:flex-start;margin-block:var(--space-xs);}.form-actions .form-wrapper,.field-actions .form-wrapper{display:flex;flex-wrap:wrap;gap:var(--space-xs) 0;}.form-actions .button,.field-actions .button,.form-actions .action-link,.field-actions .action-link{margin-block:var(--space-xs);}.form-actions .ajax-progress--throbber,.field-actions .ajax-progress--throbber{align-self:center;}.form-actions > .form-wrapper{margin-inline:0 var(--space-s);}.confirm-parent,.password-parent{overflow:visible;width:auto;}.form-item-options-group-info-identifier,.form-item-pass .description{clear:both;}.form-item--editor-format{display:flex;flex-wrap:wrap;align-items:center;max-width:100%;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix,.form-item--editor-format .form-element--editor-format{min-width:1px;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix,.form-item--editor-format .form-element--editor-format{min-width:1px;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix{margin-inline-end:var(--space-xs);}.form-item--editor-format .form-item__description,.form-item--editor-format .form-item__error-message{flex:0 1 100%;min-width:1px;}@media screen and (max-width:37.5rem){.password-strength{width:100%;}div.form-item div.password-suggestions{float:none;}}button{line-height:1.125rem;}input,optgroup{line-height:1.5rem;}::-webkit-file-upload-button{-webkit-appearance:push-button;}
.form-type--boolean{margin-inline-start:var(--input--label-spacing);line-height:var(--space-l);}.form-type--boolean .form-boolean{position:relative;inset-block-start:calc(var(--space-l) / 2);float:left;margin-inline-start:calc(var(--input--label-spacing) * -1);transform:translateY(-50%);}[dir="rtl"] :is(.form-type--boolean .form-boolean){float:right;}.form-type--boolean.form-item--no-label{margin-inline-start:0;}.form-type--boolean.form-item--no-label .form-boolean{position:static;float:none;margin-inline:0;transform:none;}.form-boolean-group .form-type--boolean{margin-block:0.4em;}.form-boolean{display:inline-block;box-sizing:border-box;width:1.125rem;height:1.125rem;vertical-align:text-bottom;border:1px solid var(--input-border-color);border-radius:2px;background:var(--input-bg-color) no-repeat 50% 50%;background-size:100% 100%;box-shadow:0 0 0 4px transparent;appearance:none;}.form-boolean:active,.form-boolean:hover{border-color:var(--input-fg-color);box-shadow:inset 0 0 0 1px var(--input-fg-color);}.form-boolean:focus:active,.form-boolean:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input-fg-color);}@media (forced-colors:active){.form-boolean{appearance:auto;}}.form-boolean--type-radio{width:1.1875rem;height:1.1875rem;border-radius:1.1875rem;}.form-boolean--type-radio:checked{border-color:var(--input--focus-border-color);background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23003ecc'/%3e%3c/svg%3e");box-shadow:inset 0 0 0 1px var(--input--focus-border-color);}.form-boolean--type-radio:checked:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--focus-border-color);}.form-boolean--type-radio:checked:focus:active,.form-boolean--type-radio:checked:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input-fg-color);}.form-boolean--type-radio:checked:active,.form-boolean--type-radio:checked:hover{border-color:var(--input-fg-color);background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23000f33'/%3e%3c/svg%3e");box-shadow:inset 0 0 0 1px var(--input-fg-color);}.form-boolean--type-checkbox:checked{border-color:var(--input--focus-border-color);background-color:var(--input--focus-border-color);background-image:url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%23fff'/%3e%3c/svg%3e");}.form-boolean--type-checkbox:checked:active,.form-boolean--type-checkbox:checked:hover{border-color:var(--input-fg-color);background-color:var(--input-fg-color);}.form-boolean.error{border-color:var(--input--error-border-color);background-color:var(--input-bg-color);box-shadow:inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:active,.form-boolean.error:hover{box-shadow:inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:focus,.form-boolean.error:focus:active,.form-boolean.error:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:checked:active,.form-boolean.error:checked:hover{border-color:var(--input--error-border-color);background-color:var(--input-bg-color);}.form-boolean--type-checkbox.error:checked,.form-boolean--type-checkbox.error:checked:active,.form-boolean--type-checkbox.error:checked:hover{background-color:var(--input--error-border-color);}.form-boolean--type-radio.error:checked,.form-boolean--type-radio.error:checked:active,.form-boolean--type-radio.error:checked:hover{background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23d72222'/%3e%3c/svg%3e");}.form-boolean--type-radio.error:checked:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--error-border-color);}.form-boolean[disabled],.form-boolean[disabled]:hover,.form-boolean[disabled].error,.form-boolean[disabled].error:hover,.form-boolean--type-radio[disabled]:focus:active,.form-boolean--type-radio[disabled]:active:hover,.form-boolean--type-radio[disabled].error:active:hover{border-color:var(--input--disabled-border-color);background-color:var(--input--disabled-bg-color);background-image:none;box-shadow:none;}.form-boolean--type-checkbox[disabled]:checked{background-image:url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%2382828c'/%3e%3c/svg%3e");}.form-boolean--type-radio[disabled]:checked,.form-boolean--type-radio[disabled].error:checked{background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%2382828c'/%3e%3c/svg%3e");}
.field-multiple-table{margin-block:var(--space-m);}.form-item--multiple .field-add-more-submit{margin-block:0;}
:root{--file-widget-form-item-min-width:16rem;--file-widget-form-item-max-width:32rem;}.form-managed-file.no-upload{display:inline-flex;flex-direction:column;max-width:100%;}.form-managed-file.has-value.is-multiple{display:block;}.form-managed-file .file{word-break:break-all;}.form-managed-file .file__size{word-break:normal;}.form-managed-file__meta{display:flex;flex-wrap:wrap;align-items:flex-start;margin-block-start:var(--space-m);}.form-managed-file__meta .form-element{width:100%;}.form-managed-file__meta .form-item{max-width:var(--file-widget-form-item-max-width);margin-block:0 var(--space-m);}.form-managed-file__meta .form-item:last-child{margin-block-end:var(--space-xs);}.draggable .form-managed-file.has-value .form-managed-file__meta{display:inline-flex;}.form-managed-file__image-preview{flex:0 0 auto;max-width:100%;margin-block-end:var(--space-m);}.form-managed-file.has-meta .form-managed-file__image-preview{margin-inline-end:var(--space-m);}td .form-managed-file.no-meta .form-managed-file__image-preview{margin-block-end:var(--space-xs);}.form-managed-file__meta-items{flex:1 1 var(--file-widget-form-item-min-width);max-width:100%;}.form-managed-file__main{display:inline-flex;align-items:center;max-width:100%;}.form-managed-file__main .file{flex:1 1 auto;margin-block:var(--space-xs);margin-inline:0 var(--space-m);}.form-managed-file__main .form-element--api-file{flex:1 1 auto;}.form-managed-file__main .button.button{flex:0 0 auto;margin:0;}.form-managed-file.is-single.has-value .form-managed-file__main:last-child{margin-block-end:var(--space-m);}.draggable .form-managed-file.has-value .form-managed-file__main{display:flex;}.file-widget-multiple.has-table .form-type--managed-file{margin-inline:var(--space-m);}
.form-element{box-sizing:border-box;max-width:100%;min-height:calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-line-height));padding:var(--input-padding-vertical) var(--input-padding-horizontal);color:var(--input-fg-color);border:var(--input-border-size) solid var(--input-border-color);border-radius:var(--input-border-radius-size);background:var(--input-bg-color);font-size:var(--input-font-size);line-height:var(--input-line-height);appearance:none;}.no-touchevents .form-element--extrasmall,.no-touchevents .form-element[name$="][_weight]"]{min-height:calc(((var(--input--extrasmall-padding-vertical) + var(--input-border-size)) * 2) + var(--input--extrasmall-line-height));padding:var(--input--extrasmall-padding-vertical) var(--input--extrasmall-padding-horizontal);font-size:var(--input--extrasmall-font-size);line-height:var(--input--extrasmall-line-height);}.form-element--type-search[type="search"]{appearance:none;box-sizing:border-box;}.form-element--type-date,.form-element--type-time{vertical-align:-webkit-baseline-middle;}.form-element--type-date{min-width:9.5rem;}.form-element--type-time{min-width:7.5rem;}.form-element--type-color{min-width:3rem;padding:0;text-indent:calc(0.75rem - var(--input-border-size));}.form-element--type-file::-webkit-file-upload-button{vertical-align:top;}.form-element:active{border-color:var(--input--focus-border-color);}.form-element:hover{border-color:var(--input--hover-border-color);box-shadow:inset 0 0 0 var(--input-border-size) var(--input--hover-border-color);}.form-element:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);}.form-element:hover:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 var(--input-border-size) var(--input--hover-border-color);}.form-element.error{border-width:var(--input--error-border-size);border-color:var(--input--error-border-color);}.form-element.error:hover{box-shadow:none;}.form-element.error:hover:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);}.form-element--type-textarea.error + .cke{border-color:var(--input--error-border-color);}.form-element[disabled]{color:var(--input--disabled-fg-color);border-color:var(--input--disabled-border-color);background-color:var(--input--disabled-bg-color);box-shadow:none;-webkit-text-fill-color:var(--input--disabled-fg-color);}@media screen and (max-width:37.5rem){.form-element{float:none;width:100%;margin-block-start:0.75rem;margin-inline:0;}.form-element:first-child,.form-item__label + .form-element{margin-block-start:0;}}.form-element--type-textarea.error + .ck-editor > .ck-editor__main{border:var(--input--error-border-size) solid var(--input--error-border-color);}
.form-element--type-select{padding-inline-end:calc(2rem - var(--input-border-size));background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23545560'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:100% 50%;background-size:2.75rem 0.5625rem;}.form-element--type-select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23003ecc'/%3e%3c/svg%3e");}.form-element--type-select[disabled]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%238e929c'/%3e%3c/svg%3e");}[dir="rtl"] .form-element--type-select{background-position:0 50%;}.no-touchevents .form-element--type-select.form-element--extrasmall,.no-touchevents .form-element--type-select[name$="][_weight]"]{padding-inline-end:calc(1.5rem - var(--input-border-size));background-size:1.75rem 0.4375rem;}@media (forced-colors:active){.form-element--type-select,.form-element--type-select:focus,.form-element--type-select[disabled]{padding-inline-end:var(--input-padding-horizontal);background-image:none;appearance:revert;}}
.help p{margin:0 0 0.625rem;}
:root{--color-pattern:var(--color-gray-200);--size-pattern-square:calc(7rem / 16);}.image-preview{line-height:0;}.image-preview img{background-image:linear-gradient(-45deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(-45deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(135deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(135deg,var(--color-pattern) 25%,transparent 26%);background-position:0 0,var(--size-pattern-square) var(--size-pattern-square),var(--size-pattern-square) var(--size-pattern-square),0 0;background-size:calc(var(--size-pattern-square) * 2) calc(var(--size-pattern-square) * 2);}.image-preview__img-wrapper{display:inline-block;max-width:100%;background-color:var(--color-white);box-shadow:inset 0 0 var(--size-pattern-square) var(--color-pattern);}.image-widget .file.file{padding:0;background:none;}
.item-list,.menu-item{--item-list-spacing-l:var(--space-l);--item-list-spacing-m:var(--space-m);}.item-list ul{margin-block:0.25rem;margin-inline:var(--item-list-spacing-l) 0;list-style:disc;}.item-list ul li,.menu-item{list-style:disc;}.menu-item{margin:0;}.item-list ul li.collapsed,.menu-item--collapsed{list-style:disc;}.item-list ul li.expanded,.menu-item--expanded{list-style:circle;}ul.links li,ul.inline li{padding-inline-end:var(--item-list-spacing-m);}ul.inline li{display:inline;}
:root{--modules-page-system-modules-fieldset-color:#ccc;--modules-page-system-modules-tr-border-color:#fff;--modules-page-system-modules-tr-bg-color:#f3f4ee;}.system-modules fieldset{border:0;border-top:1px solid var(--modules-page-system-modules-fieldset-color);}.system-modules .fieldset-wrapper{padding:0;}.system-modules table,.locale-translation-status-form table{border:0;}.system-modules tr.even,.system-modules tr.odd,.locale-translation-status-form tr.even,.locale-translation-status-form tr.odd{border:0;border-bottom:10px solid var(--modules-page-system-modules-tr-border-color);background:var(--modules-page-system-modules-tr-bg-color);}.system-modules tr td:last-child,.locale-translation-status-form tr td:last-child{border:0;}.system-modules table th,.locale-translation-status-form table th{border:0;border-bottom:10px solid var(--modules-page-system-modules-tr-border-color);}.system-modules .sticky-header th,.locale-translation-status-form .sticky-header th{border:0;}
.node__submitted{margin:1em 0;}
.block-page-title-block{margin-block-end:var(--space-s);}.block-page-title-block:last-child{margin-block-end:var(--space-l);}.page-title{display:inline-block;margin:0;font-size:var(--font-size-h1);-webkit-font-smoothing:antialiased;}.region-header > .page-title{margin-block:var(--breadcrumb-height) var(--space-l);}
.pager{--pager-size:2rem;--pager-border-width:0.125rem;--pager-fg-color:var(--color-gray-800);--pager-bg-color:var(--color-white);--pager-hover-bg-color:var(--color-bgblue-active);--pager-focus-bg-color:var(--color-focus);--pager-active-fg-color:var(--color-white);--pager-active-bg-color:var(--color-absolutezero);--pager-border-radius--action:var(--pager-border-width);margin-block:var(--space-m);}.pager__items{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;margin:var(--space-m) 0;list-style:none;text-align:center;font-weight:bold;}.pager__item{display:inline-block;margin-inline:calc(var(--space-xs) / 2);vertical-align:top;}.pager__link,.pager__item--current{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-inline-size:var(--pager-size);block-size:var(--pager-size);padding-inline:var(--space-xs);-webkit-text-decoration:none;text-decoration:none;color:var(--pager-fg-color);border-radius:var(--space-m);background:var(--pager-bg-color);line-height:1;}.pager__link:hover,.pager__link:focus,.pager__link:active{-webkit-text-decoration:none;text-decoration:none;}.pager__link:hover,.pager__link.is-active:hover{color:var(--pager-fg-color);background:var(--pager-hover-bg-color);}.pager__link--action-link{border-radius:var(--pager-border-radius--action);}.pager__link.is-active,.pager__item--current{color:var(--pager-active-fg-color);border:var(--pager-border-width) solid transparent;background:var(--pager-active-bg-color);}.pager__item--first .pager__link::before{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--previous .pager__link::before{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--next .pager__link::after{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--last .pager__link::after{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--first .pager__link::before,.pager__item--previous .pager__link::before,.pager__item--next .pager__link::after,.pager__item--last .pager__link::after{position:relative;display:inline-block;inline-size:1rem;block-size:1rem;content:"";background-image:var(--background-image);background-repeat:no-repeat;background-position:center;}@media (forced-colors:active){.pager__item--first .pager__link::before,.pager__item--previous .pager__link::before,.pager__item--next .pager__link::after,.pager__item--last .pager__link::after{background-color:linktext;background-image:none;mask-image:var(--background-image);mask-repeat:no-repeat;mask-position:center;}}[dir="rtl"] .pager__item--first .pager__link::before,[dir="rtl"] .pager__item--previous .pager__link::before,[dir="rtl"] .pager__item--next .pager__link::after,[dir="rtl"] .pager__item--last .pager__link::after{transform:scaleX(-1);}.pager__item--mini{margin-inline:calc(var(--space-m) / 2);}.pager__link--mini{border-radius:50%;}.pager__link--mini::before{margin-inline:0;}.pager__item-title--backwards{margin-inline-start:0.5rem;}.pager__item-title--forward{margin-inline-end:0.5rem;}@media (forced-colors:active){.pager__item a:hover{-webkit-text-decoration:underline;text-decoration:underline;}}
:root{--skip-link-bg-color:var(--color-gray-800);--skip-link-color:var(--color-white);--skip-link-active-bg-color:var(--color-gray);}.skip-link{z-index:503;top:0;left:0;padding:1px 0.625rem 2px;color:var(--skip-link-color);border-radius:0 0 0.625rem 0;background:var(--skip-link-bg-color);box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);font-size:0.94em;}.skip-link:hover,.skip-link:active{color:var(--skip-link-color);background-color:var(--skip-link-active-bg-color);}.skip-link:focus{-webkit-text-decoration:none;text-decoration:none;}.skip-link.visually-hidden.focusable:focus{position:absolute !important;}[dir="rtl"] .skip-link{right:0;left:auto;border-radius:0 0 0 0.625rem;}
table{width:100%;margin-block:var(--space-l);border-collapse:collapse;}.sticky-header{min-width:0;}caption{text-align:start;}th{position:relative;box-sizing:border-box;height:var(--space-xl);padding:var(--space-xs) var(--space-m);text-align:start;color:var(--color-text);background:var(--color-gray-050);line-height:1.25rem;}.sortable-heading{padding:0 var(--space-m);}.sortable-heading > a{display:block;padding-block:var(--space-xs);padding-inline:0 1.5rem;-webkit-text-decoration:none;text-decoration:none;color:inherit;}.sortable-heading > a:focus,.sortable-heading > a:hover{-webkit-text-decoration:none;text-decoration:none;}.sortable-heading > a:focus::before,.sortable-heading > a:hover::before{border-color:inherit;}.sortable-heading > a:focus::after,.sortable-heading > a:hover::after{opacity:1;}.sortable-heading > a::before{position:absolute;z-index:0;inset-block-start:0;inset-inline-end:1rem;inset-block-end:0;inset-inline-start:1rem;display:block;content:"";border-bottom:0.125rem solid transparent;}.sortable-heading > a::after{position:absolute;inset-block-start:50%;inset-inline-end:1rem;width:0.875rem;height:1rem;margin-block-start:-0.5rem;content:"";opacity:0.5;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;background-size:contain;}[dir="rtl"] :is(.sortable-heading > a::after){transform:scaleX(-1);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");}@media (forced-colors:active){[dir="rtl"] :is(.sortable-heading > a::after){mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;}}@media (forced-colors:active){.sortable-heading > a::after{opacity:1;background:linktext;mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;}}.sortable-heading.is-active > a{color:var(--color-absolutezero);}.sortable-heading.is-active > a::before{border-bottom:0.1875rem solid var(--color-absolutezero);}.sortable-heading.is-active > a::after{content:none;}tr{border-bottom:0.0625rem solid var(--color-gray-200);}tr:hover,tr:focus-within{color:var(--color-text);background:var(--color-bgblue-hover);}tr.color-warning:hover,tr.color-warning:focus{color:var(--color-text);background:#fdf8ed;}tr.color-error:hover,tr.color-error:focus{color:var(--color-text);background:#fcf4f2;}tr,.draggable-table.tabledrag-disabled tr{color:var(--color-text);background:var(--color-white);}thead tr{border:0;}td{box-sizing:border-box;height:4rem;padding:var(--space-xs) var(--space-m);text-align:start;}td .item-list ul{margin:0;}td.is-active{background:none;}td > .form-item > .form-element,td > .ajax-new-content > .form-item > .form-element,td > .form-item > .claro-autocomplete,td > .form-item > .claro-autocomplete > .form-element,td > .ajax-new-content > .form-item > .claro-autocomplete,td > .ajax-new-content > .form-item > .claro-autocomplete > .form-element{width:100%;}td > .form-item > .form-element--type-select,td > .ajax-new-content > .form-item > .form-element--type-select{width:max-content;min-width:100%;}th.is-disabled.is-disabled{color:var(--input--disabled-fg-color);}th.select-all{width:1px;}.caption{margin-block-end:1.25rem;}tfoot{font-weight:bold;}tfoot tr:last-child{border-bottom:0;}tfoot tr:first-child td{border-top:0.0625rem solid var(--color-gray-500);}th.priority-low,th.priority-medium,td.priority-low,td.priority-medium{display:none;}@media screen and (min-width:38em){th.priority-medium,td.priority-medium{display:table-cell;}}@media screen and (min-width:60em){th.priority-low,td.priority-low{display:table-cell;}}.tabledrag-toggle-weight-wrapper{margin-block-start:var(--space-l);line-height:calc(28rem / 16);}.tabledrag-toggle-weight-wrapper + table,.tabledrag-toggle-weight-wrapper + .tableresponsive-toggle-columns + table{margin-block-start:0;}
.table-file-multiple-widget tbody{vertical-align:top;}.table-file-multiple-widget .tabledrag-cell-content{position:relative;display:block;height:auto;}.table-file-multiple-widget .tabledrag-cell-content > *{display:block;}.table-file-multiple-widget .tabledrag-cell-content__item{padding:0;}.table-file-multiple-widget .tabledrag-handle,.table-file-multiple-widget .tabledrag-changed{float:left;}.table-file-multiple-widget .tabledrag-changed{line-height:calc(var(--tabledrag-handle-icon-size) + calc(var(--space-xs) * 2));}.table-file-multiple-widget td{height:calc(var(--space-m) * 3);padding-block:var(--space-m);}.table-file-multiple-widget td > :first-child,.table-file-multiple-widget td > :last-child{margin-block:0;}.table-file-multiple-widget .button.button:only-child{margin:0;}.table-file-multiple-widget th{height:calc(var(--space-m) * 2);color:var(--color-gray-800);background:var(--color-gray-050);font-size:var(--font-size-s);}.table-file-multiple-widget .tabledrag-cell{padding-block:var(--space-xs);}.table-file-multiple-widget .checkbox .form-type--boolean{line-height:calc(var(--space-m) * 3);}[dir="rtl"] .table-file-multiple-widget .tabledrag-handle,[dir="rtl"] .table-file-multiple-widget .tabledrag-changed{float:right;}.no-touchevents .table-file-multiple-widget .checkbox .form-type--boolean{line-height:var(--line-height);}.file-operations-cell{width:1px;white-space:nowrap;}.table-file-multiple-widget--no-upload > tbody:last-child > tr:last-child{border-block-end:0;}@media screen and (max-width:37.5em){.claro-details__wrapper .file-widget-multiple__table-wrapper{margin-inline:calc(var(--space-m) * -1);}.claro-details__wrapper .file-widget-multiple__table-wrapper > :not(table){margin-inline:var(--space-m);}}
.search-admin-settings .container-inline{margin-block-end:1em;}.search-admin-settings label[for="edit-search-type"]{display:block;}
.tablesort{position:absolute;top:50%;inset-inline-end:1rem;width:0.875rem;height:var(--space-m);margin-block-start:-0.5rem;opacity:0.5;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 50%;background-size:auto;}[dir="rtl"] .tablesort{transform:scaleX(-1);}@media (forced-colors:active){.tablesort{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");mask-repeat:no-repeat;mask-position:0 50%;}}.tablesort--asc{opacity:1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");}@media (forced-colors:active){.tablesort--asc{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");}}.tablesort--desc{opacity:1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");}@media (forced-colors:active){.tablesort--desc{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");}}
.system-status-general-info{padding-block-start:var(--space-m);}.system-status-general-info__header{--system-status-general-info-header-color:#ccc;padding:2.75rem 0 var(--space-l);border-block-start:1px solid var(--system-status-general-info-header-color);}.system-status-general-info__item{display:block;overflow-x:auto;box-sizing:border-box;margin-block-end:var(--space-l);padding:1.125rem;}.system-status-general-info__item-icon{display:inline-block;width:2.625rem;height:2.625rem;vertical-align:top;}.system-status-general-info__item-icon::before{display:block;width:100%;height:100%;content:"";border-radius:2.625rem;background-color:var(--color-gray-600);background-repeat:no-repeat;background-position:50% center;background-size:var(--space-l);}.system-status-general-info__item-icon--drupal::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='drupal-logo' width='142' height='180' viewBox='0 0 142 180'%3e  %3cpath fill='%23ffffff' d='M126.054 66.3c-.1-.2-.2-.3-.4-.5-9.8-11-23.7-26.6-33.7-37.7-3.1-3.3-6.2-6.6-9.1-10-.7-.8-1.3-1.6-2-2.4-.6-.6-.9-1-.9-1h.1c-3.4-4-6.1-8.5-8-13.3l-.5-1.1c0-.1-.1-.1-.2-.2-.1 0-.3-.1-.4-.1h-.1c-.2 0-.3.1-.4.1l-.2.2-.5 1.1c-2 4.8-4.7 9.3-8 13.3h.1s-.3.4-.9 1c-.7.8-1.3 1.6-2 2.4-3 3.4-6 6.7-9.1 10-10 11.1-24 26.7-33.8 37.7-.1.2-.2.3-.4.5-37 49.3 3.2 89.5 3.2 89.5h-.1c11.9 13.8 28.8 22.3 46.9 23.6 1.6.2 3.3.3 5.1.3h.1c1.7 0 3.4-.1 5.1-.3 18.2-1.3 35-9.8 46.9-23.6h-.1c.1 0 40.3-40.2 3.3-89.5Zm-86.1 34.7-.9 1.4-.1.1c-6.8 8.2-10.8 17-12.1 25.7-.2 1.1-1.2 1.8-2.2 1.6-.7-.1-1.2-.6-1.5-1.2-1.8-4.2-3-8.6-3.6-13.1-2.3-15.9 2.5-29.8 12.7-41.7l12.3-14.1c.7-.8 1.9-.9 2.7-.2l.2.2c3.3 3.8 7.6 8.7 12.4 14.3.6.7.6 1.8 0 2.6-6.6 7.9-13.6 16.3-19.9 24.3v.1Zm56.8 41.2c-3.8 10-11.3 16-21.9 17.7-15.1 2.3-29.2-8-31.5-23.1 0-.2 0-.3-.1-.5-1.2-8.5 1.4-16 6.9-22.4 6.4-7.5 20.5-24.9 20.7-25.2.3.3 15.3 19 20.9 25.6 7.1 8.3 8.8 17.8 5 27.9Zm22.3-15.7c-.1.3-.3.7-.4 1-.4 1-1.5 1.5-2.5 1.1-.6-.3-1.1-.8-1.2-1.5-1.4-8.4-5.4-16.8-11.9-24.7l-.1-.1-.6-.9-.4-.5c-5.2-6.6-32.7-38.8-44.7-52.9-.6-.7-.6-1.8 0-2.6 4-4.4 8-8.8 11.9-13.3.7-.8 1.9-.8 2.7-.1l.1.1c1.8 1.9 3.5 3.8 5.2 5.8 10.9 12.2 21.9 24.2 32.5 36.5 13.4 15.5 16.5 33.3 9.4 52.1Z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--clock::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42.659' height='46.603' viewBox='0 0 42.659 46.603'%3e  %3cpath fill='%23FFF' d='M24.15 3.73V0h-8v3.915C6.15 6.13 0 14.717 0 24.978 0 36.92 9.975 46.603 21.918 46.603s20.74-9.682 20.74-21.625c0-10.576-8.507-19.372-18.507-21.25zm7 24.072H17.83V11h5v12.802h8.32v4z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--server::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='34' viewBox='0 0 44 34'%3e  %3cpath fill='%23FFF' d='M29.98 7.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 7c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 0v10h44V0H0zM29.98 31.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 31c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 24v10h44V24H0zM29.98 19.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 19c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 12v10h44V12H0z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--php::before{background-image:url("data:image/svg+xml,%3csvg height='33.447' viewBox='0 0 66 33.447' width='66' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m49.5 12.255h-2.7l-1.473 7h2.4c1.59 0 2.773-.342 3.55-.94.78-.6 1.304-1.62 1.577-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.498-.51-2.996-.51z'/%3e%3cpath d='m33 0c-18.225 0-33 7.488-33 16.724s14.775 16.724 33 16.724 33-7.488 33-16.724-14.775-16.724-33-16.724zm-9.328 19.982c-.787.737-1.662 1.376-2.625 1.69-.963.313-2.19.583-3.68.583h-3.377l-.935 5h-3.945l3.52-18h7.584c2.28 0 3.946.34 4.992 1.537s1.36 2.74.944 4.885c-.172.884-.462 1.628-.87 2.36-.413.732-.947 1.338-1.608 1.945zm11.51 2.273 1.558-8.124c.177-.91.112-1.29-.196-1.62s-.962-.255-1.963-.255h-3.126l-2.016 10h-3.913l3.52-18h3.912l-.935 5h3.486c2.193 0 3.706.124 4.54.888.832.765 1.08 1.99.748 3.703l-1.637 8.41h-3.977zm21.747-6.708c-.173.884-.463 1.692-.872 2.424-.41.734-.944 1.404-1.605 2.01-.787.738-1.662 1.377-2.625 1.69-.963.314-2.19.584-3.68.584h-3.377l-.934 5h-3.944l3.518-18h7.584c2.282 0 3.946.34 4.992 1.537 1.046 1.2 1.36 2.61.943 4.757z'/%3e%3cpath d='m18.72 12.255h-2.703l-1.473 7h2.4c1.59 0 2.773-.342 3.552-.94.778-.6 1.303-1.62 1.576-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.497-.51-2.996-.51z'/%3e%3c/g%3e%3c/svg%3e");background-size:2rem;}.system-status-general-info__item-icon--database::before{background-image:url("data:image/svg+xml,%3csvg height='44.262' viewBox='0 0 38.847 44.262' width='38.847' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m19.745 0c5.74.123 12.272.953 16.9 4.668 1.865 1.498 2.786 3.91 1.597 6.126-1.255 2.34-4.13 3.733-6.518 4.6-5.63 2.04-12.113 2.38-18.014 1.573-2.92-.4-5.91-1.103-8.58-2.374-2.19-1.04-4.74-2.805-5.093-5.403-.532-3.925 4.23-6.23 7.264-7.3 3.986-1.408 8.239-1.853 12.444-1.89 4.302.092-3.334.03 0 0z'/%3e%3cpath d='m6.76 17.5c3.702 1.427 7.65 1.972 11.6 2.09 4.058.12 8.107-.424 12.023-1.523 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 26.436c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.964c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 35.374c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.134-.626-2.21-.626-3.485v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3c/g%3e%3c/svg%3e");}@media (forced-colors:active){.system-status-general-info__item-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:50% center;mask-size:var(--space-l);}.system-status-general-info__item-icon--drupal::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='drupal-logo' width='142' height='180' viewBox='0 0 142 180'%3e  %3cpath fill='%23ffffff' d='M126.054 66.3c-.1-.2-.2-.3-.4-.5-9.8-11-23.7-26.6-33.7-37.7-3.1-3.3-6.2-6.6-9.1-10-.7-.8-1.3-1.6-2-2.4-.6-.6-.9-1-.9-1h.1c-3.4-4-6.1-8.5-8-13.3l-.5-1.1c0-.1-.1-.1-.2-.2-.1 0-.3-.1-.4-.1h-.1c-.2 0-.3.1-.4.1l-.2.2-.5 1.1c-2 4.8-4.7 9.3-8 13.3h.1s-.3.4-.9 1c-.7.8-1.3 1.6-2 2.4-3 3.4-6 6.7-9.1 10-10 11.1-24 26.7-33.8 37.7-.1.2-.2.3-.4.5-37 49.3 3.2 89.5 3.2 89.5h-.1c11.9 13.8 28.8 22.3 46.9 23.6 1.6.2 3.3.3 5.1.3h.1c1.7 0 3.4-.1 5.1-.3 18.2-1.3 35-9.8 46.9-23.6h-.1c.1 0 40.3-40.2 3.3-89.5Zm-86.1 34.7-.9 1.4-.1.1c-6.8 8.2-10.8 17-12.1 25.7-.2 1.1-1.2 1.8-2.2 1.6-.7-.1-1.2-.6-1.5-1.2-1.8-4.2-3-8.6-3.6-13.1-2.3-15.9 2.5-29.8 12.7-41.7l12.3-14.1c.7-.8 1.9-.9 2.7-.2l.2.2c3.3 3.8 7.6 8.7 12.4 14.3.6.7.6 1.8 0 2.6-6.6 7.9-13.6 16.3-19.9 24.3v.1Zm56.8 41.2c-3.8 10-11.3 16-21.9 17.7-15.1 2.3-29.2-8-31.5-23.1 0-.2 0-.3-.1-.5-1.2-8.5 1.4-16 6.9-22.4 6.4-7.5 20.5-24.9 20.7-25.2.3.3 15.3 19 20.9 25.6 7.1 8.3 8.8 17.8 5 27.9Zm22.3-15.7c-.1.3-.3.7-.4 1-.4 1-1.5 1.5-2.5 1.1-.6-.3-1.1-.8-1.2-1.5-1.4-8.4-5.4-16.8-11.9-24.7l-.1-.1-.6-.9-.4-.5c-5.2-6.6-32.7-38.8-44.7-52.9-.6-.7-.6-1.8 0-2.6 4-4.4 8-8.8 11.9-13.3.7-.8 1.9-.8 2.7-.1l.1.1c1.8 1.9 3.5 3.8 5.2 5.8 10.9 12.2 21.9 24.2 32.5 36.5 13.4 15.5 16.5 33.3 9.4 52.1Z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--clock::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42.659' height='46.603' viewBox='0 0 42.659 46.603'%3e  %3cpath fill='%23FFF' d='M24.15 3.73V0h-8v3.915C6.15 6.13 0 14.717 0 24.978 0 36.92 9.975 46.603 21.918 46.603s20.74-9.682 20.74-21.625c0-10.576-8.507-19.372-18.507-21.25zm7 24.072H17.83V11h5v12.802h8.32v4z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--server::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='34' viewBox='0 0 44 34'%3e  %3cpath fill='%23FFF' d='M29.98 7.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 7c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 0v10h44V0H0zM29.98 31.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 31c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 24v10h44V24H0zM29.98 19.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 19c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 12v10h44V12H0z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--php::before{mask-image:url("data:image/svg+xml,%3csvg height='33.447' viewBox='0 0 66 33.447' width='66' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m49.5 12.255h-2.7l-1.473 7h2.4c1.59 0 2.773-.342 3.55-.94.78-.6 1.304-1.62 1.577-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.498-.51-2.996-.51z'/%3e%3cpath d='m33 0c-18.225 0-33 7.488-33 16.724s14.775 16.724 33 16.724 33-7.488 33-16.724-14.775-16.724-33-16.724zm-9.328 19.982c-.787.737-1.662 1.376-2.625 1.69-.963.313-2.19.583-3.68.583h-3.377l-.935 5h-3.945l3.52-18h7.584c2.28 0 3.946.34 4.992 1.537s1.36 2.74.944 4.885c-.172.884-.462 1.628-.87 2.36-.413.732-.947 1.338-1.608 1.945zm11.51 2.273 1.558-8.124c.177-.91.112-1.29-.196-1.62s-.962-.255-1.963-.255h-3.126l-2.016 10h-3.913l3.52-18h3.912l-.935 5h3.486c2.193 0 3.706.124 4.54.888.832.765 1.08 1.99.748 3.703l-1.637 8.41h-3.977zm21.747-6.708c-.173.884-.463 1.692-.872 2.424-.41.734-.944 1.404-1.605 2.01-.787.738-1.662 1.377-2.625 1.69-.963.314-2.19.584-3.68.584h-3.377l-.934 5h-3.944l3.518-18h7.584c2.282 0 3.946.34 4.992 1.537 1.046 1.2 1.36 2.61.943 4.757z'/%3e%3cpath d='m18.72 12.255h-2.703l-1.473 7h2.4c1.59 0 2.773-.342 3.552-.94.778-.6 1.303-1.62 1.576-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.497-.51-2.996-.51z'/%3e%3c/g%3e%3c/svg%3e");mask-size:2rem;}.system-status-general-info__item-icon--database::before{mask-image:url("data:image/svg+xml,%3csvg height='44.262' viewBox='0 0 38.847 44.262' width='38.847' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m19.745 0c5.74.123 12.272.953 16.9 4.668 1.865 1.498 2.786 3.91 1.597 6.126-1.255 2.34-4.13 3.733-6.518 4.6-5.63 2.04-12.113 2.38-18.014 1.573-2.92-.4-5.91-1.103-8.58-2.374-2.19-1.04-4.74-2.805-5.093-5.403-.532-3.925 4.23-6.23 7.264-7.3 3.986-1.408 8.239-1.853 12.444-1.89 4.302.092-3.334.03 0 0z'/%3e%3cpath d='m6.76 17.5c3.702 1.427 7.65 1.972 11.6 2.09 4.058.12 8.107-.424 12.023-1.523 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 26.436c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.964c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 35.374c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.134-.626-2.21-.626-3.485v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3c/g%3e%3c/svg%3e");}}.system-status-general-info__item-details{position:relative;display:inline-block;box-sizing:border-box;width:calc(100% - 3.75rem);padding-inline-start:0.625rem;font-size:var(--font-size-s);}.system-status-general-info__item-title{margin:0 0 0.5rem;font-size:1.125rem;}.system-status-general-info__sub-item-title{margin:0.875rem 0 0;font-size:0.875rem;}.system-status-general-info__sub-item__title{font-weight:bold;}.system-status-general-info__sub-item__value{display:block;}.system-status-general-info__run-cron{margin:1em 0 0;}@media screen and (min-width:48em){.system-status-general-info__items{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-general-info__items::after{flex:auto;content:"";}.system-status-general-info__item{display:block;width:32%;}.system-status-general-info__item:last-of-type{margin-inline-start:2%;}}@media screen and (max-width:48em){.system-status-general-info__header{display:none;}.system-status-general-info{margin-block-start:1.5625rem;border-block-start:0;}}
:root{--system-admin-status-report-border-color:var(--color-gray-200);}.system-status-report{position:relative;padding-block-start:var(--space-m);}@media screen and (min-width:38em){.system-status-report{padding-block-start:var(--space-l);}}.system-status-report__status-title{position:relative;box-sizing:border-box;width:100%;padding-block:0.625em;padding-inline:2.5em 0.375em;vertical-align:top;background-color:transparent;font-weight:normal;}.system-status-report__status-icon::before{position:absolute;inset-block-start:0.75rem;inset-inline-start:0.75rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;}.system-status-report__status-icon--error::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{background-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}.system-status-report__entry__value{padding:1em 0.5em;}.cron-description__run-cron{display:block;}.claro-details__wrapper.claro-details__wrapper--system-status-report{margin:0;}.system-status-report__row{display:flex;border-bottom:1px solid var(--system-admin-status-report-border-color);}.system-status-report__row:last-of-type{border-bottom:none;}.system-status-report__requirements-group{padding-block-start:1.25rem;}.system-status-report__entry{overflow:auto;width:100%;margin:0;border:0;border-radius:0;background-color:transparent;}.system-status-report__entry h3{margin-block:0.625rem;font-size:1.231em;}.system-status-report__entry--error{background-color:transparent;}.system-status-report__entry--warning{background-color:transparent;}.system-status-report .claro-details{border:none;border-block-end:var(--details-border-size) solid var(--details-border-color);box-shadow:none;}.system-status-report__status-title{position:relative;box-sizing:border-box;width:100%;padding-block:1em;padding-inline:3em 1em;font-weight:bold;}.system-status-report__status-icon::before{position:absolute;inset-block-start:1em;inset-inline-start:0.625rem;display:inline-block;width:1.5rem;height:1.5rem;margin-inline-end:0.625rem;content:"";vertical-align:top;background-repeat:no-repeat;background-position:top center;background-size:contain;}.system-status-report__status-icon--error::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{background-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}@media (forced-colors:active){.system-status-report__status-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:top center;mask-size:contain;}.system-status-report__status-icon--error::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{mask-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}}.system-status-report__entry__value{box-sizing:border-box;padding-block:0 1em;padding-inline:3em 1em;font-size:var(--font-size-s);}.claro-details__summary--system-status-report{background:var(--color-gray-050);}@media screen and (max-width:48em){.system-status-report{word-wrap:break-word;}}@media screen and (min-width:48em){.system-status-report__entry::after{display:table;clear:both;content:"";}.system-status-report__status-title{width:18rem;cursor:default;}.system-status-report__status-title:hover,.system-status-report__status-title:focus{-webkit-text-decoration:none;text-decoration:none;}html.js .system-status-report__status-title::-webkit-details-marker{display:none;}.system-status-report__entry__value{display:block;width:calc(100% - 23em);padding-block-start:1em;padding-inline-start:0;}}
.system-status-counter{--system-status-counter-status-icon:#e6e4df;--system-status-counter-status-icon-error:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");--system-status-counter-status-icon-warning:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");--system-status-counter-status-icon-checked:url("data:image/svg+xml,%3csvg fill='%2373b355' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m6.464 13.676c-.194.194-.513.194-.707 0l-4.96-4.955c-.194-.193-.194-.513 0-.707l1.405-1.407c.194-.195.512-.195.707 0l2.849 2.848c.194.193.513.193.707 0l6.629-6.626c.195-.194.514-.194.707 0l1.404 1.404c.193.194.193.513 0 .707z'/%3e%3c/svg%3e");display:inline-block;overflow-y:hidden;box-sizing:border-box;inline-size:100%;white-space:nowrap;}.system-status-counter__status-icon{display:inline-block;block-size:4.0625rem;inline-size:3.75rem;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;block-size:100%;inline-size:100%;content:"";background-repeat:no-repeat;background-position:right center;background-size:2.5rem;}@media (forced-colors:active){.system-status-counter__status-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:right center;mask-size:2.5rem;}}[dir="rtl"] .system-status-counter__status-icon::before{background-position:left center;}.system-status-counter__status-icon--error::before{background-image:var(--system-status-counter-status-icon-error);}.system-status-counter__status-icon--warning::before{background-image:var(--system-status-counter-status-icon-warning);}.system-status-counter__status-icon--checked::before{background-image:var(--system-status-counter-status-icon-checked);}@media (forced-colors:active){.system-status-counter__status-icon--error::before{mask-image:var(--system-status-counter-status-icon-error);}.system-status-counter__status-icon--warning::before{mask-image:var(--system-status-counter-status-icon-warning);}.system-status-counter__status-icon--checked::before{mask-image:var(--system-status-counter-status-icon-checked);}}.system-status-counter__status-title{display:inline-block;padding:0 1.125rem;vertical-align:middle;font-size:1.125em;font-weight:bold;line-height:1em;}.system-status-counter__title-count{display:block;margin-block-end:0.5rem;}.system-status-counter__details{display:block;text-transform:none;font-size:var(--font-size-s);font-weight:normal;line-height:1.5;}@media screen and (min-width:61rem){.system-status-report-counters__item{padding-block:var(--space-s);}.system-status-counter__status-icon,.system-status-counter{block-size:4.0625rem;}.system-status-counter__status-icon{inline-size:4.0625rem;}}
.system-status-report-counters__item{width:100%;margin-block:0.625rem;margin-inline:0;}@media screen and (min-width:60em){.system-status-report-counters__item{margin-block-end:1.25rem;}.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:32%;}}
td.checkbox,th.checkbox{text-align:center;}tr.selected td{background-color:var(--color-bgblue-active);}.views-bulk-actions{position:relative;display:flex;flex:1;flex-wrap:wrap;padding:var(--space-m) 2rem;color:var(--color-white);border:var(--details-border-size) solid var(--details-border-color);border-radius:0.25rem;background-color:var(--color-text);}.views-bulk-actions[data-drupal-sticky-vbo="true"]{position:sticky;z-index:calc(var(--dropbutton-widget-z-index) + 1);bottom:var(--drupal-displace-offset-bottom,0);animation:fade-in-bottom 320ms 1 forwards;border-bottom-right-radius:0;border-bottom-left-radius:0;}.views-bulk-actions.views-form__header--bypass-animation{animation:none;}@supports (position:sticky){.views-bulk-actions[data-drupal-sticky-vbo="true"]{position:sticky;}}@keyframes fade-in-bottom{0%{transform:translateY(100%);}100%{transform:translateY(0);}}.views-bulk-actions__item{align-self:center;margin-block:0 var(--space-s);margin-inline:0 var(--space-l);}.views-bulk-actions__item:last-of-type{margin-inline-end:0;}.views-bulk-actions__item .form-element:hover{border:var(--input-border-size) solid var(--input-border-color);box-shadow:none;}.views-bulk-actions__item .button--primary:not(:disabled,.is-disabled){background:var(--color-blue-400);}.views-bulk-actions__item .button--primary:not(:disabled,.is-disabled):hover{background:var(--color-blue-500);}.views-bulk-actions__item .form-item__label{display:inline;padding-inline-end:var(--space-xs);}.views-bulk-actions__item .form-item__label::after{content:":";}.views-bulk-actions__item .form-element--type-select{min-height:2rem;padding-block:calc(0.5rem - 1px);padding-inline:calc(1rem - 1px) calc(2.25rem - 1px);font-size:var(--font-size-xs);line-height:1rem;}.views-bulk-actions__item input,.views-bulk-actions__item .button{margin-block:0;}.views-bulk-actions__item--status{width:100%;white-space:nowrap;font-size:var(--font-size-xs);font-weight:bold;}.views-field__skip-to-bulk-actions{display:block;white-space:nowrap;font-size:var(--font-size-xs);}@media screen and (min-width:61rem){.views-bulk-actions{flex-wrap:nowrap;}.views-bulk-actions__item{margin-bottom:0;}.views-bulk-actions__item--status{width:auto;}}.ui-autocomplete{z-index:501;}
:root{--tabs-border-radius-size:var(--base-border-radius);--tabs--hover-height:0.1875rem;--tabs--focus-height:0.1875rem;--tabs--active-height:0.1875rem;--tabs-link-height:3rem;--tabs-secondary-link-height:2.5rem;--tabs-base-border:1px solid var(--color-gray-200);--tabs-base-shadow:0 2px 0.25rem rgba(0,0,0,0.1);--tabs-trigger-border:1px solid rgba(216,217,224,0.8);--tabs--hover-bg-color:var(--color-bgblue-active);}.tabs-wrapper > nav{width:100%;}.tabs{display:flex;flex-direction:column;width:100%;margin:0 0 var(--space-l) 0;border:var(--tabs-base-border);border-radius:var(--tabs-border-radius-size);box-shadow:var(--tabs-base-shadow);}.tabs__tab{position:relative;border-bottom:var(--tabs-base-border);background-color:var(--color-gray-025);font-size:var(--font-size-s);font-weight:bold;}.tabs__tab:not(.is-active){display:none;}.tabs__tab:last-child{border-bottom:0;}.tabs__tab.is-active{display:flex;justify-content:space-between;background-color:var(--color-white);box-shadow:var(--tabs-base-shadow);}.tabs__tab.is-active:focus::before{top:calc(var(--tabs--focus-height) * -1);height:calc(var(--tabs-link-height) + 2px);}.tabs__tab.is-active::before{z-index:2;top:-1px;inset-inline-start:-1px;width:var(--tabs--active-height);height:calc(100% + 2px);border-inline-start:var(--tabs--active-height) solid var(--color-absolutezero);border-top-left-radius:var(--tabs-border-radius-size);}.tabs__link{position:relative;display:flex;overflow:hidden;flex-grow:1;align-items:center;box-sizing:border-box;min-height:var(--tabs-link-height);padding:var(--space-s) var(--space-l);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);line-height:1.2rem;}.tabs__link:focus{min-height:calc(var(--tabs-link-height) + var(--tabs--focus-height) - 1px);margin:-1px;padding-inline-start:calc(var(--space-l) - var(--tabs--focus-height) + 1px);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);border:var(--tabs--focus-height) solid var(--color-focus);border-radius:var(--tabs-border-radius-size);outline:none;box-shadow:none;}.tabs__link:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);}.tabs__link.is-active{z-index:1;flex-grow:1;color:var(--color-absolutezero);}.tabs__link.is-active:focus{margin:-1px 0;padding-right:var(--space-l);padding-left:var(--space-l);border-inline-start:none;border-radius:0;}.tabs__link.is-active:hover{color:var(--color-text);}.tabs__link:not(.is-active):focus{z-index:3;}.tabs__tab::before,.tabs__link::before{position:absolute;display:block;content:"";}.tabs.is-open .tabs__tab.is-active::before{border-bottom-left-radius:0;}.tabs--secondary .tabs__tab:not(.is-active){display:block;}.tabs.is-open > .tabs__tab{display:flex;}.tabs__trigger{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--tabs-link-height);padding-right:1px;text-align:center;border-inline-start:var(--tabs-trigger-border);}.tabs__trigger:focus{padding-right:0;border:var(--tabs--focus-height) solid var(--color-focus);border-radius:var(--tabs-border-radius-size);box-shadow:none;}@media screen and (min-width:48em){.tabs-wrapper{display:flex;}.tabs-wrapper--secondary{position:relative;}.is-horizontal .tabs{flex-direction:row;align-items:flex-end;width:auto;margin:0;border:0;box-shadow:none;}.is-horizontal .tabs--secondary{overflow:hidden;margin:calc(calc(var(--tabs--focus-height) + 0.1875rem) * -1) calc(calc(var(--tabs--focus-height) + 0.1875rem) * -1) 0;padding:calc(var(--tabs--focus-height) + 0.1875rem) calc(var(--tabs--focus-height) + 0.1875rem) 0;border-radius:0;}.is-horizontal .tabs--secondary::after{position:absolute;bottom:0;left:0;display:block;width:100%;content:"";border-bottom:1px solid var(--color-gray-200);}.is-horizontal .tabs--secondary .tabs__tab{font-size:var(--font-size-s);}.is-horizontal .tabs--secondary .tabs__link{min-height:var(--tabs-secondary-link-height);padding-top:var(--space-xs);padding-bottom:var(--space-xs);}.is-horizontal .tabs--secondary .tabs__link:focus{min-height:var(--tabs-secondary-link-height);}.is-horizontal .tabs__tab{display:block;border-top:none;border-bottom:none;background:none;font-size:var(--font-size-base);}.is-horizontal .tabs__tab.is-active{order:0;background:none;box-shadow:none;}.is-horizontal .tabs__tab.is-active::before{content:none;}.is-horizontal .tabs__tab .tabs__link.is-active::before{border-radius:0;}.is-horizontal .tabs__link{padding-right:2rem;padding-left:2rem;border-radius:var(--tabs-border-radius-size) var(--tabs-border-radius-size) 0 0;}.is-horizontal .tabs__link:focus{min-height:var(--tabs-link-height);margin:0;padding-right:2rem;padding-left:2rem;color:var(--color-text);border:none;border-radius:var(--tabs-border-radius-size) var(--tabs-border-radius-size) 0 0;outline:2px dotted transparent;box-shadow:0 0 0 2px var(--color-white),0 0 0 calc(var(--tabs--focus-height) + 2px) var(--color-focus);}.is-horizontal .tabs__link:hover{color:var(--color-absolutezero-hover);background:var(--tabs--hover-bg-color);}.is-horizontal .tabs__link.is-active::before{top:auto;right:0;bottom:0;left:0;width:100%;height:var(--tabs--active-height);border-right:none;border-bottom:var(--tabs--active-height) solid var(--color-absolutezero);border-left:none;}.is-horizontal .tabs__trigger{display:none;}.is-horizontal .tabs--primary .tabs__link:focus{box-shadow:0 0 0 2px var(--color-gray-050),0 0 0 calc(var(--tabs--focus-height) + 2px) var(--color-focus);}}
:root{--progress-bar-bg-color:var(--color-absolutezero);--progress-bar-border-color:var(--color-absolutezero);--progress-bar-label-font-size:var(--font-size-base);--progress-bar-small-label-font-size:var(--font-size-label);--progress-bar-default-size:calc(var(--space-m) - (2 * var(--progress-bar-border-size)));--progress-bar-default-size-radius:var(--space-m);}.progress::after{display:table;clear:both;content:"";}.progress--small .progress__track{height:var(--progress-bar-small-size);}.progress--small .progress__bar{width:var(--progress-bar-small-size);min-width:var(--progress-bar-small-size);height:var(--progress-bar-small-size);}.progress--small .progress__label{font-size:var(--progress-bar-small-label-font-size);}.progress__track{height:var(--progress-bar-default-size);margin-block-start:0;border:var(--progress-bar-border-size) var(--progress-track-border-color) solid;border-radius:var(--progress-bar-default-size-radius);background-color:var(--progress-track-bg-color);}.progress__bar{width:var(--progress-bar-default-size);min-width:var(--progress-bar-default-size);height:var(--progress-bar-default-size);margin-block-start:calc(var(--progress-bar-border-size) * -1);margin-inline-start:calc(var(--progress-bar-border-size) * -1);transition:var(--progress-bar-transition);border:var(--progress-bar-border-size) var(--progress-bar-border-color) solid;border-radius:var(--progress-bar-default-size-radius);background-color:var(--progress-bar-bg-color);}@media screen and (prefers-reduced-motion:reduce){.progress__bar{transition:none;}}@media (forced-colors:active){.progress__bar{background-color:canvastext;}}.progress__label{margin-block-end:var(--progress-bar-spacing-size);font-size:var(--progress-bar-label-font-size);font-weight:bold;}.progress__description,.progress__percentage{overflow:hidden;margin-block-start:var(--progress-bar-spacing-size);color:var(--progress-bar-description-color);font-size:var(--progress-bar-description-font-size);}
.color-success{color:#325e1c;background-color:#f3faef;}.color-warning{color:#734c00;background-color:#fdf8ed;}.color-error{color:#a51b00;background-color:#fcf4f2;}
.ui-dialog{position:absolute;inset-block-start:0;left:0;padding:0;border:0;border-radius:var(--jui-dialog-border-radius);background:transparent;box-shadow:var(--jui-dialog-box-shadow);}.ui-dialog:focus{outline:var(--jui-dialog--focus-outline);box-shadow:var(--jui-dialog--focus-box-shadow);}@media (forced-colors:active){.ui-dialog{border:1px solid transparent;}}@media all and (max-width:48em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog .ui-dialog-titlebar{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--space-l) var(--jui-dialog-close-button-reserved-space);color:var(--jui-dialog-title-color);border-start-end-radius:var(--jui-dialog-border-radius);border-start-start-radius:var(--jui-dialog-border-radius);background:var(--jui-dialog-title-bg-color);line-height:calc(var(--space-m) * 2);}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{-webkit-font-smoothing:antialiased;font-size:var(--jui-dialog-title-font-size);font-weight:bold;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-end:0;box-sizing:border-box;inline-size:var(--jui-dialog-close-button-size);block-size:var(--jui-dialog-close-button-size);margin-inline:var(--space-l);padding:0;transition:all 0.1s;transform:translateY(-50%);border:2px solid transparent;border-radius:var(--jui-dialog-close-button-border-radius);background:none;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{border-color:var(--color-white);}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus{border-color:var(--color-focus);outline:var(--jui-dialog--focus-outline);box-shadow:none;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick{width:100%;height:100%;margin:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick{background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='buttonText' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}}.ui-dialog > .ui-dialog-content{overflow:auto;padding:var(--space-m) var(--space-l);color:var(--color-text);background:var(--color-white);}.ui-dialog > .ui-dialog-content .form-actions,.ui-dialog > .ui-dialog-content .field-actions{margin:0;padding:0;}.ui-dialog > .ui-dialog-buttonpane{color:var(--color-text);border-bottom-right-radius:var(--jui-dialog-border-radius);border-bottom-left-radius:var(--jui-dialog-border-radius);background:var(--color-gray-050);}.ui-dialog > .ui-dialog-buttonpane .ui-dialog-buttonset{display:flex;gap:var(--space-s);justify-content:flex-end;margin-block:var(--space-m);margin-inline-end:var(--space-l);}.ui-dialog > .ui-dialog-buttonpane .ui-dialog-buttonset > *{margin:0;}.ui-dialog > .ui-dialog-buttonpane .ui-button-text-only .ui-button-text{padding:0;}.ui-dialog.ui-dialog-off-canvas .ui-widget-content.ui-dialog-content{background:none;}#drupal-off-canvas .form-item .form-item__description{color:var(--color-gray-050);font-size:0.75rem;}
@font-face{font-family:"avenir_next_lt_promedium";src:url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.woff2) format("woff2"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.woff) format("woff"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.ttf) format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:"avenir_next_lt_probold";src:url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.woff2) format("woff2"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.woff) format("woff"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.ttf) format("truetype");font-weight:normal;font-style:normal;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}html{scroll-behavior:smooth !important;}body{background:#E8EBEE;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;color:#212529;word-wrap:normal;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}body.role-anonymous{height:100vh;}h1,h2,h3,h4{font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;}h2{font-size:2.25rem;}h3{font-size:1.4rem;}h4{font-size:1.2rem;}a{color:#1E4491;text-decoration:none;}a:hover{color:#2b62d0;}p a{text-decoration:underline;}strong{font-family:"avenir_next_lt_probold";}h1{font-size:1.4rem;}@media screen and (min-width:48rem){h1{font-size:2.5rem;}}.field--name-body h3{margin-top:2rem;}.field--name-body h3:first-child{margin-top:0;}.field--name-body ul{list-style-type:square;}.field--name-body ul li::marker{color:#c4961e;}.claro-details{border-radius:5px;}.claro-details .claro-details__summary{padding:1.5rem 2.5rem 1.5rem 1.5rem;color:black;}.claro-details .claro-details__summary[aria-expanded=true]{background:#1E4491;color:white !important;border-radius:5px;}.claro-details .claro-details__summary[aria-expanded=true]::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='white'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M0,2.115,6.87,9,0,15.885,2.115,18l9-9-9-9Z' transform='translate(0 11.115) rotate(-90)'/%3E %3C/svg%3E") !important;background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-background-size:0.9rem 0.9rem;background-size:0.9rem;}.claro-details .claro-details__summary::before{left:auto;right:1rem;}.claro-details .claro-details__wrapper{margin:0;padding:0 2rem;}.ratio-6x4 .media--type-remote-video,.ratio-16x9 .media--type-remote-video{position:relative;overflow:hidden;width:100%;padding-top:66.6%;}.ratio-6x4 iframe,.ratio-16x9 iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;}.ratio-16x9 .media--type-remote-video{padding-top:56.25%;}header.content-header{background:url(/themes/custom/plma/images/header-background.png);background-position:center;-webkit-background-size:cover;background-size:cover;margin:0;padding:0;position:relative;}header.content-header > .layout-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;}@media screen and (min-width:48rem){header.content-header:before{content:"";position:relative;height:100px;width:100px;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;float:right;margin-left:-100%;}}.international-show header.content-header{background:none;background-color:#1E4491;}.explore-exhibitors header.content-header{display:none;}header.content-header .region-header{width:100%;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:48rem){header.content-header .region-header{height:139px;padding:0;}}@media screen and (min-width:48rem){header.content-header .region-header .menu--account{margin-left:auto;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;color:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}header.content-header .region-header .menu--account h2{font-size:1rem;font-weight:normal;margin:0;}header.content-header .region-header .menu--account h2.npe-online{font-size:1.5rem;}@media screen and (max-width:61.9375rem){header.content-header .region-header .menu--account h2{display:none;}}@media screen and (max-width:61.9375rem){header.content-header .region-header .menu--account .company{display:none;}}header.content-header .region-header .menu--account ul.menu{padding:0;margin:0;}header.content-header .region-header .menu--account .menu-item{list-style:none;margin:0;padding:0;}header.content-header .region-header .menu--account .menu-item a{color:white;text-decoration:underline;font-weight:normal;}@media screen and (max-width:61.9375rem){header.content-header .region-header .menu--account a[data-drupal-link-system-path="user/logout"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.199' height='19.756' viewBox='0 0 19.199 19.756' fill='white'%3E %3Cpath id='Path_299' data-name='Path 299' d='M0-6.592A1,1,0,0,0,1.025-7.676v-8.057A1,1,0,0,0,0-16.826a1,1,0,0,0-1.025,1.094v8.057A1,1,0,0,0,0-6.592ZM0,2.93a9.661,9.661,0,0,0,9.6-9.6A9.482,9.482,0,0,0,6.66-13.516a1,1,0,1,0-1.416,1.4A7.5,7.5,0,0,1,7.578-6.67,7.548,7.548,0,0,1,0,.908,7.546,7.546,0,0,1-7.568-6.67a7.482,7.482,0,0,1,2.324-5.459A1,1,0,1,0-6.66-13.516,9.465,9.465,0,0,0-9.6-6.67,9.661,9.661,0,0,0,0,2.93Z' transform='translate(9.6 16.826)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;font-size:0;width:25px;height:25px;display:block;-webkit-background-size:contain;background-size:contain;margin-right:0.3125rem;}}.plma-header{padding:0.5rem 0;}.explore-exhibitors .plma-header{background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.plma-header__branding{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma-header__branding a{display:block;}.plma-header__branding--logo{max-width:80px;}@media screen and (min-width:62rem){.plma-header__branding--logo{max-width:135px;}}.plma-header__branding--logo img{vertical-align:middle;}.plma-header__branding--site-name{font-size:0.9rem;border-left:1px solid #adb5bd;padding-left:1rem;margin-left:1rem;line-height:1.2;}@media screen and (min-width:62rem){.plma-header__branding--site-name{max-width:200px;line-height:1.4;}}.region-navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.region-navigation .menu--main{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;}.region-navigation .block-plma-homepage-buttons-menu-block{background-color:var(--color-white);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);left:0;margin-top:6.6875rem;padding:0;position:absolute;z-index:9;display:none;top:6px;}@media screen and (max-width:47.9375rem){.region-navigation .block-plma-homepage-buttons-menu-block{top:-46px;right:0;}}@media screen and (min-width:48rem){.region-navigation .block-plma-homepage-buttons-menu-block{margin-top:3.25rem;}}.region-navigation .block-plma-homepage-buttons-menu-block .menu{margin:0;background-color:#153067;}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item{border-bottom:1px solid;list-style:none;padding:0;}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item .button-icon{display:none;}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item a{color:white;display:block;padding:0.5rem 1rem;}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item a.is-active{font-family:"avenir_next_lt_probold";}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item a:hover{background-color:white;color:#153067;}.region-navigation .block-plma-homepage-buttons-menu-block .menu-item:last-child{border-bottom:none;}.block-notify-widget{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:47.9375rem){.block-notify-widget{width:80px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}.block-notify-widget #notify_widget{margin:0;}.block-notify-widget #notify_widget a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.5' height='36' viewBox='0 0 31.5 36' fill='%23153067'%3E %3Cpath id='Icon_awesome-bell' data-name='Icon awesome-bell' d='M15.75,36a4.5,4.5,0,0,0,4.5-4.5h-9A4.5,4.5,0,0,0,15.75,36ZM30.895,25.474c-1.358-1.46-3.9-3.656-3.9-10.849a11.1,11.1,0,0,0-9-10.91V2.25a2.249,2.249,0,1,0-4.5,0V3.715a11.1,11.1,0,0,0-9,10.91c0,7.193-2.542,9.389-3.9,10.849A2.2,2.2,0,0,0,0,27a2.252,2.252,0,0,0,2.257,2.25H29.243A2.252,2.252,0,0,0,31.5,27a2.2,2.2,0,0,0-.605-1.526Z' transform='translate(0)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;}.navigation.main-nav{background:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.explore-exhibitors .navigation.main-nav{display:none;}.plma_login-form .navigation.main-nav{display:none;}.navigation .menu--main ul.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;}.navigation .menu--main .menu-item{list-style:none;font-weight:bold;padding:0;}@media screen and (max-width:47.9375rem){.navigation .menu--main .menu-item{-webkit-box-flex:0 !important;-webkit-flex:0 1 auto !important;-ms-flex:0 1 auto !important;flex:0 1 auto !important;width:auto !important;max-width:100% !important;}}.navigation .menu--main .menu-item a{color:#212529;padding:1rem 1rem 1rem 3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;background-position:left 15px center !important;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;}@media screen and (max-width:47.9375rem){.navigation .menu--main .menu-item a{font-size:0.9rem;background-position:center top 10px !important;padding:2rem 1rem 0.5rem 1rem;-webkit-background-size:1.3rem 1.3rem;background-size:1.3rem;}}.navigation .menu--main .menu-item a:focus{-webkit-box-shadow:none;box-shadow:none;}.navigation .menu--main .menu-item a:hover{color:#153067;}.navigation .menu--main .menu-item a::before{width:30px;height:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:47.9375rem){.navigation .menu--main .menu-item a::before{width:100%;}}.navigation .menu--main .menu-item a[data-drupal-link-system-path=view_appointments]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.022' height='53.1' viewBox='0 0 54.022 53.1' fill='%23c4961e'%3E %3Cg id='Group_341' data-name='Group 341' transform='translate(-1710 -333)'%3E %3Cpath id='Path_279' data-name='Path 279' d='M10.178,28.671h32.34c5.126,0,7.825-2.7,7.825-7.775V-7.581c0-5.076-2.7-7.751-7.825-7.751H10.178c-5.1,0-7.825,2.674-7.825,7.751V20.9C2.354,26,5.077,28.671,10.178,28.671Zm.074-4.952a2.647,2.647,0,0,1-2.947-3V-.7a2.629,2.629,0,0,1,2.947-2.971H42.419A2.646,2.646,0,0,1,45.39-.7V20.722a2.664,2.664,0,0,1-2.971,3ZM21.866,4.3h1.387c.842,0,1.114-.248,1.114-1.09V1.828c0-.817-.272-1.09-1.114-1.09H21.866c-.842,0-1.114.272-1.114,1.09V3.215C20.752,4.057,21.024,4.3,21.866,4.3Zm7.627,0h1.362c.842,0,1.139-.248,1.139-1.09V1.828c0-.817-.3-1.09-1.139-1.09H29.493c-.867,0-1.139.272-1.139,1.09V3.215C28.354,4.057,28.626,4.3,29.493,4.3Zm7.6,0h1.362c.842,0,1.139-.248,1.139-1.09V1.828c0-.817-.3-1.09-1.139-1.09H37.095c-.842,0-1.139.272-1.139,1.09V3.215C35.956,4.057,36.253,4.3,37.095,4.3Zm-22.831,7.5h1.387c.842,0,1.114-.272,1.114-1.114V9.331c0-.842-.272-1.114-1.114-1.114H14.264c-.842,0-1.139.272-1.139,1.114v1.362C13.125,11.535,13.422,11.807,14.264,11.807Zm7.6,0h1.387c.842,0,1.114-.272,1.114-1.114V9.331c0-.842-.272-1.114-1.114-1.114H21.866c-.842,0-1.114.272-1.114,1.114v1.362C20.752,11.535,21.024,11.807,21.866,11.807Zm7.627,0h1.362c.842,0,1.139-.272,1.139-1.114V9.331c0-.842-.3-1.114-1.139-1.114H29.493c-.867,0-1.139.272-1.139,1.114v1.362C28.354,11.535,28.626,11.807,29.493,11.807Zm7.6,0h1.362c.842,0,1.139-.272,1.139-1.114V9.331c0-.842-.3-1.114-1.139-1.114H37.095c-.842,0-1.139.272-1.139,1.114v1.362C35.956,11.535,36.253,11.807,37.095,11.807ZM14.264,19.286h1.387c.842,0,1.114-.248,1.114-1.09V16.809c0-.842-.272-1.09-1.114-1.09H14.264c-.842,0-1.139.248-1.139,1.09V18.2C13.125,19.038,13.422,19.286,14.264,19.286Zm7.6,0h1.387c.842,0,1.114-.248,1.114-1.09V16.809c0-.842-.272-1.09-1.114-1.09H21.866c-.842,0-1.114.248-1.114,1.09V18.2C20.752,19.038,21.024,19.286,21.866,19.286Zm7.627,0h1.362c.842,0,1.139-.248,1.139-1.09V16.809c0-.842-.3-1.09-1.139-1.09H29.493c-.867,0-1.139.248-1.139,1.09V18.2C28.354,19.038,28.626,19.286,29.493,19.286Z' transform='translate(1710.646 353.332)'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.navigation .menu--main .menu-item a[data-drupal-link-system-path=favorites]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='speaker' xmlns='http://www.w3.org/2000/svg' width='54.022' height='53.097' viewBox='0 0 54.022 53.097' fill='%23c4961e'%3E %3Cpath id='Path_299' data-name='Path 299' d='M-1.434,27.121c1.032.79,2.3.527,3.754-.527l10.734-7.88,10.712,7.88c1.449,1.054,2.722,1.317,3.775.527,1.01-.768,1.229-2.063.637-3.732L23.94,10.79,34.762,3.041c1.449-1.032,2.063-2.2,1.646-3.424-.4-1.207-1.558-1.8-3.336-1.778l-13.258.088L15.775-14.739c-.549-1.712-1.449-2.634-2.722-2.634-1.3,0-2.173.922-2.744,2.634L6.292-2.074l-13.28-.088c-1.778-.022-2.919.571-3.336,1.778-.417,1.229.2,2.393,1.646,3.424L2.144,10.79l-4.236,12.6C-2.664,25.057-2.466,26.352-1.434,27.121Z' transform='translate(13.969 21.445)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.navigation .menu--main .menu-item:first-child a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='speaker' xmlns='http://www.w3.org/2000/svg' width='54.022' height='53.097' viewBox='0 0 54.022 53.097' fill='%23c4961e'%3E %3Crect id='Rectangle_137' data-name='Rectangle 137' width='47' height='5' rx='2.5' transform='translate(3.989 11.049)'/%3E %3Crect id='Rectangle_138' data-name='Rectangle 138' width='47.145' height='5.238' rx='2.619' transform='translate(3.989 24.144)'/%3E %3Crect id='Rectangle_139' data-name='Rectangle 139' width='47' height='5' rx='2.5' transform='translate(3.989 37.049)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.navigation .menu--main .menu-item.active{background-color:#153067;}.navigation .menu--main .menu-item.active a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='speaker' xmlns='http://www.w3.org/2000/svg' width='54.022' height='53.097' viewBox='0 0 54.022 53.097' fill='white'%3E %3Crect id='Rectangle_137' data-name='Rectangle 137' width='47' height='5' rx='2.5' transform='translate(3.989 11.049)'/%3E %3Crect id='Rectangle_138' data-name='Rectangle 138' width='47.145' height='5.238' rx='2.619' transform='translate(3.989 24.144)'/%3E %3Crect id='Rectangle_139' data-name='Rectangle 139' width='47' height='5' rx='2.5' transform='translate(3.989 37.049)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;color:white;}.navigation .menu--main a{color:#153067;}h1.page-title{font-family:"avenir_next_lt_probold";font-size:1.4rem;margin:0 0 1rem 0;}@media screen and (min-width:48rem){h1.page-title{font-size:2.5rem;}}.layout-container{max-width:1200px;margin:0 auto !important;padding:0;}@media screen and (max-width:89.9375rem){.layout-container{padding:0 1em;}}.layout-container .layout-region--node-main,.layout-container .layout-region--node-footer{width:100%;}.layout-container.sidebar-first{display:grid;grid-template-columns:25% 1fr;}.layout-container.sidebar-second{display:grid;grid-template-columns:1fr 25%;}.layout-container.full-sidebars{display:grid;grid-template-columns:25% 1fr 25%;}.npe-products-actions,.npe-created-actions{text-align:center;}.npe-products-actions a,.npe-created-actions a{min-width:302px;}.node--unpublished{background-color:transparent;}.footer{background-color:#212529;color:var(--color-white);padding:0.75rem 0;}.footer p{padding:0;margin:0;}.sliding-popup-bottom .popup-content{padding:1rem;}.sliding-popup-bottom .eu-cookie-compliance-message p{font-size:0.9rem;}.sliding-popup-bottom .eu-cookie-compliance-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:62rem){.sliding-popup-bottom .eu-cookie-compliance-buttons{display:block;}}form{padding:2rem;background:var(--color-white);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:10px;}form .form-element{width:100%;}form .form-actions{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form .form-actions .button,form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form .form-actions a,form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form .form-actions a,form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form .form-actions a,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form .form-actions .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form .form-actions .feed-icon,form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form .form-actions input,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form .form-actions input,form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,form .form-actions .plma_workflow-node-ps_review .button,form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form .form-actions .plma_workflow-node-ps_review .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form .form-actions .plma_workflow-node-ps_review .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form .form-actions .plma_workflow-node-ps_review input,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form .form-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review form .form-actions .button,.plma_workflow-node-ps_review form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form .form-actions a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,.plma_workflow-node-ps_review form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,.plma_workflow-node-ps_review form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,.plma_workflow-node-ps_review form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form .form-actions a:not(.link),form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form .form-actions a:not(.link),form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form .form-actions a:not(.link){font-size:1.2rem;}form select{border-radius:5px !important;background-color:#f0f4f7 !important;border-color:#d9d9d9 !important;}form .term-reference-tree-level .form-type--boolean .form-checkbox{margin-right:0.375rem;}form .term-reference-tree-level li{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}form .term-reference-tree-level li .form-type--checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}form .term-reference-tree-level li ul{margin-left:1.375rem;width:100%;}form .term-reference-tree-level .term-reference-tree-button{background:#adb5bd;position:relative;}form .term-reference-tree-level .term-reference-tree-button::before{content:"-";color:var(--color-white);font-weight:bold;position:absolute;font-size:1.125rem;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form .term-reference-tree-level .term-reference-tree-button.term-reference-tree-collapsed{background:#1E4491;}form .term-reference-tree-level .term-reference-tree-button.term-reference-tree-collapsed::before{content:"+";font-size:0.9375rem;}form.node-new-product-expo-form .multi-steps-label,form.node-new-product-expo-edit-form .multi-steps-label,form.node-product-spotlight-form .multi-steps-label,form.node-product-spotlight-edit-form .multi-steps-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form.node-new-product-expo-form .step-label,form.node-new-product-expo-edit-form .step-label,form.node-product-spotlight-form .step-label,form.node-product-spotlight-edit-form .step-label{position:relative;}form.node-new-product-expo-form .step-label::before,form.node-new-product-expo-edit-form .step-label::before,form.node-product-spotlight-form .step-label::before,form.node-product-spotlight-edit-form .step-label::before{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#1E4491;border-radius:50%;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 0.25rem;width:28px;}form.node-new-product-expo-form .step-label::after,form.node-new-product-expo-edit-form .step-label::after,form.node-product-spotlight-form .step-label::after,form.node-product-spotlight-edit-form .step-label::after{background:#1E4491;content:"";display:block;height:2px;position:absolute;width:160px;top:30%;}form.node-new-product-expo-form .step-label:first-child,form.node-new-product-expo-edit-form .step-label:first-child,form.node-product-spotlight-form .step-label:first-child,form.node-product-spotlight-edit-form .step-label:first-child{color:#1E4491;}form.node-new-product-expo-form .step-label:first-child::before,form.node-new-product-expo-edit-form .step-label:first-child::before,form.node-product-spotlight-form .step-label:first-child::before,form.node-product-spotlight-edit-form .step-label:first-child::before{content:"1";}form.node-new-product-expo-form .step-label:first-child::after,form.node-new-product-expo-edit-form .step-label:first-child::after,form.node-product-spotlight-form .step-label:first-child::after,form.node-product-spotlight-edit-form .step-label:first-child::after{right:-130px;}form.node-new-product-expo-form .step-label:last-child,form.node-new-product-expo-edit-form .step-label:last-child,form.node-product-spotlight-form .step-label:last-child,form.node-product-spotlight-edit-form .step-label:last-child{color:#adb5bd;margin-left:17.5rem;}form.node-new-product-expo-form .step-label:last-child::before,form.node-new-product-expo-edit-form .step-label:last-child::before,form.node-product-spotlight-form .step-label:last-child::before,form.node-product-spotlight-edit-form .step-label:last-child::before{background:#adb5bd;content:"2";}form.node-new-product-expo-form .step-label:last-child::after,form.node-new-product-expo-edit-form .step-label:last-child::after,form.node-product-spotlight-form .step-label:last-child::after,form.node-product-spotlight-edit-form .step-label:last-child::after{background:#adb5bd;left:-150px;}form.node-new-product-expo-form .step-label.active,form.node-new-product-expo-edit-form .step-label.active,form.node-product-spotlight-form .step-label.active,form.node-product-spotlight-edit-form .step-label.active{font-family:"avenir_next_lt_probold";color:#1E4491;}form.node-new-product-expo-form .step-label.active::before,form.node-new-product-expo-edit-form .step-label.active::before,form.node-product-spotlight-form .step-label.active::before,form.node-product-spotlight-edit-form .step-label.active::before{background:#1E4491;}form.node-new-product-expo-form .step-label.active::after,form.node-new-product-expo-edit-form .step-label.active::after,form.node-product-spotlight-form .step-label.active::after,form.node-product-spotlight-edit-form .step-label.active::after{background:#1E4491;}form.node-new-product-expo-form .group-product-information,form.node-new-product-expo-form .group-company-information,form.node-new-product-expo-edit-form .group-product-information,form.node-new-product-expo-edit-form .group-company-information,form.node-product-spotlight-form .group-product-information,form.node-product-spotlight-form .group-company-information,form.node-product-spotlight-edit-form .group-product-information,form.node-product-spotlight-edit-form .group-company-information{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}form.node-new-product-expo-form .group-product-information > h3,form.node-new-product-expo-form .group-product-information > .form-wrapper,form.node-new-product-expo-form .group-company-information > h3,form.node-new-product-expo-form .group-company-information > .form-wrapper,form.node-new-product-expo-edit-form .group-product-information > h3,form.node-new-product-expo-edit-form .group-product-information > .form-wrapper,form.node-new-product-expo-edit-form .group-company-information > h3,form.node-new-product-expo-edit-form .group-company-information > .form-wrapper,form.node-product-spotlight-form .group-product-information > h3,form.node-product-spotlight-form .group-product-information > .form-wrapper,form.node-product-spotlight-form .group-company-information > h3,form.node-product-spotlight-form .group-company-information > .form-wrapper,form.node-product-spotlight-edit-form .group-product-information > h3,form.node-product-spotlight-edit-form .group-product-information > .form-wrapper,form.node-product-spotlight-edit-form .group-company-information > h3,form.node-product-spotlight-edit-form .group-company-information > .form-wrapper{width:100%;}@media screen and (min-width:48rem){form.node-new-product-expo-form .group-product-information .field--name-title,form.node-new-product-expo-form .group-product-information .field--name-field-category,form.node-new-product-expo-form .group-product-information .field--name-field-product-launch-date,form.node-new-product-expo-form .group-product-information .field--name-field-country-of-first-launch,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-name,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-form .group-company-information .field--name-title,form.node-new-product-expo-form .group-company-information .field--name-field-category,form.node-new-product-expo-form .group-company-information .field--name-field-product-launch-date,form.node-new-product-expo-form .group-company-information .field--name-field-country-of-first-launch,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-name,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-edit-form .group-product-information .field--name-title,form.node-new-product-expo-edit-form .group-product-information .field--name-field-category,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-launch-date,form.node-new-product-expo-edit-form .group-product-information .field--name-field-country-of-first-launch,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-name,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-edit-form .group-company-information .field--name-title,form.node-new-product-expo-edit-form .group-company-information .field--name-field-category,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-launch-date,form.node-new-product-expo-edit-form .group-company-information .field--name-field-country-of-first-launch,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-name,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-form .group-product-information .field--name-title,form.node-product-spotlight-form .group-product-information .field--name-field-category,form.node-product-spotlight-form .group-product-information .field--name-field-product-launch-date,form.node-product-spotlight-form .group-product-information .field--name-field-country-of-first-launch,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-name,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-form .group-company-information .field--name-title,form.node-product-spotlight-form .group-company-information .field--name-field-category,form.node-product-spotlight-form .group-company-information .field--name-field-product-launch-date,form.node-product-spotlight-form .group-company-information .field--name-field-country-of-first-launch,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-name,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-edit-form .group-product-information .field--name-title,form.node-product-spotlight-edit-form .group-product-information .field--name-field-category,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-launch-date,form.node-product-spotlight-edit-form .group-product-information .field--name-field-country-of-first-launch,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-name,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-edit-form .group-company-information .field--name-title,form.node-product-spotlight-edit-form .group-company-information .field--name-field-category,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-launch-date,form.node-product-spotlight-edit-form .group-company-information .field--name-field-country-of-first-launch,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-name,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-phone-number{width:48%;}}@media screen and (min-width:62rem){form.node-new-product-expo-form .group-product-information .field--name-field-product-available-retailer,form.node-new-product-expo-form .group-product-information .field--name-field-packaging-available,form.node-new-product-expo-form .group-company-information .field--name-field-product-available-retailer,form.node-new-product-expo-form .group-company-information .field--name-field-packaging-available,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-available-retailer,form.node-new-product-expo-edit-form .group-product-information .field--name-field-packaging-available,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-available-retailer,form.node-new-product-expo-edit-form .group-company-information .field--name-field-packaging-available,form.node-product-spotlight-form .group-product-information .field--name-field-product-available-retailer,form.node-product-spotlight-form .group-product-information .field--name-field-packaging-available,form.node-product-spotlight-form .group-company-information .field--name-field-product-available-retailer,form.node-product-spotlight-form .group-company-information .field--name-field-packaging-available,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-available-retailer,form.node-product-spotlight-edit-form .group-product-information .field--name-field-packaging-available,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-available-retailer,form.node-product-spotlight-edit-form .group-company-information .field--name-field-packaging-available{width:54%;}}@media screen and (min-width:62rem){form.node-new-product-expo-form .group-product-information .field--name-field-if-so-since-when,form.node-new-product-expo-form .group-product-information .field--name-field-when-will-packaging,form.node-new-product-expo-form .group-company-information .field--name-field-if-so-since-when,form.node-new-product-expo-form .group-company-information .field--name-field-when-will-packaging,form.node-new-product-expo-edit-form .group-product-information .field--name-field-if-so-since-when,form.node-new-product-expo-edit-form .group-product-information .field--name-field-when-will-packaging,form.node-new-product-expo-edit-form .group-company-information .field--name-field-if-so-since-when,form.node-new-product-expo-edit-form .group-company-information .field--name-field-when-will-packaging,form.node-product-spotlight-form .group-product-information .field--name-field-if-so-since-when,form.node-product-spotlight-form .group-product-information .field--name-field-when-will-packaging,form.node-product-spotlight-form .group-company-information .field--name-field-if-so-since-when,form.node-product-spotlight-form .group-company-information .field--name-field-when-will-packaging,form.node-product-spotlight-edit-form .group-product-information .field--name-field-if-so-since-when,form.node-product-spotlight-edit-form .group-product-information .field--name-field-when-will-packaging,form.node-product-spotlight-edit-form .group-company-information .field--name-field-if-so-since-when,form.node-product-spotlight-edit-form .group-company-information .field--name-field-when-will-packaging{left:-20px;position:relative;width:46%;}}form.node-new-product-expo-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-launch-date .form-item{width:100%;}form.node-new-product-expo-form .group-product-information .field--name-field-short-description,form.node-new-product-expo-form .group-company-information .field--name-field-short-description,form.node-new-product-expo-edit-form .group-product-information .field--name-field-short-description,form.node-new-product-expo-edit-form .group-company-information .field--name-field-short-description,form.node-product-spotlight-form .group-product-information .field--name-field-short-description,form.node-product-spotlight-form .group-company-information .field--name-field-short-description,form.node-product-spotlight-edit-form .group-product-information .field--name-field-short-description,form.node-product-spotlight-edit-form .group-company-information .field--name-field-short-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}form.node-new-product-expo-form .group-product-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-form .group-company-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-edit-form .group-product-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-edit-form .group-company-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-form .group-product-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-form .group-company-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-edit-form .group-product-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-edit-form .group-company-information .field--name-field-short-description .form-item__description{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .innovative-features-fields h3,form.node-new-product-expo-form .benefits-innovation-fields h3,form.node-new-product-expo-edit-form .innovative-features-fields h3,form.node-new-product-expo-edit-form .benefits-innovation-fields h3,form.node-product-spotlight-form .innovative-features-fields h3,form.node-product-spotlight-form .benefits-innovation-fields h3,form.node-product-spotlight-edit-form .innovative-features-fields h3,form.node-product-spotlight-edit-form .benefits-innovation-fields h3{margin-bottom:0.25rem;}form.node-new-product-expo-form .innovative-features-fields h3::after,form.node-new-product-expo-form .benefits-innovation-fields h3::after,form.node-new-product-expo-edit-form .innovative-features-fields h3::after,form.node-new-product-expo-edit-form .benefits-innovation-fields h3::after,form.node-product-spotlight-form .innovative-features-fields h3::after,form.node-product-spotlight-form .benefits-innovation-fields h3::after,form.node-product-spotlight-edit-form .innovative-features-fields h3::after,form.node-product-spotlight-edit-form .benefits-innovation-fields h3::after{color:#c11212;content:"*";font-size:1.3rem;margin-left:0.25rem;}form.node-new-product-expo-form .innovative-features-fields .form-type--checkbox,form.node-new-product-expo-form .benefits-innovation-fields .form-type--checkbox,form.node-new-product-expo-edit-form .innovative-features-fields .form-type--checkbox,form.node-new-product-expo-edit-form .benefits-innovation-fields .form-type--checkbox,form.node-product-spotlight-form .innovative-features-fields .form-type--checkbox,form.node-product-spotlight-form .benefits-innovation-fields .form-type--checkbox,form.node-product-spotlight-edit-form .innovative-features-fields .form-type--checkbox,form.node-product-spotlight-edit-form .benefits-innovation-fields .form-type--checkbox{margin-bottom:0;}form.node-new-product-expo-form .innovative-features-fields .form-type--textarea,form.node-new-product-expo-form .benefits-innovation-fields .form-type--textarea,form.node-new-product-expo-edit-form .innovative-features-fields .form-type--textarea,form.node-new-product-expo-edit-form .benefits-innovation-fields .form-type--textarea,form.node-product-spotlight-form .innovative-features-fields .form-type--textarea,form.node-product-spotlight-form .benefits-innovation-fields .form-type--textarea,form.node-product-spotlight-edit-form .innovative-features-fields .form-type--textarea,form.node-product-spotlight-edit-form .benefits-innovation-fields .form-type--textarea{margin-top:0;}form.node-new-product-expo-form .innovative-features-fields .field-group__description,form.node-new-product-expo-form .benefits-innovation-fields .field-group__description,form.node-new-product-expo-edit-form .innovative-features-fields .field-group__description,form.node-new-product-expo-edit-form .benefits-innovation-fields .field-group__description,form.node-product-spotlight-form .innovative-features-fields .field-group__description,form.node-product-spotlight-form .benefits-innovation-fields .field-group__description,form.node-product-spotlight-edit-form .innovative-features-fields .field-group__description,form.node-product-spotlight-edit-form .benefits-innovation-fields .field-group__description{font-size:0.875rem;}form.node-new-product-expo-form .innovative-features-fields .counter,form.node-new-product-expo-form .benefits-innovation-fields .counter,form.node-new-product-expo-edit-form .innovative-features-fields .counter,form.node-new-product-expo-edit-form .benefits-innovation-fields .counter,form.node-product-spotlight-form .innovative-features-fields .counter,form.node-product-spotlight-form .benefits-innovation-fields .counter,form.node-product-spotlight-edit-form .innovative-features-fields .counter,form.node-product-spotlight-edit-form .benefits-innovation-fields .counter{font-size:0.875rem;}form.node-new-product-expo-form .form-type--checkbox .form-boolean,form.node-new-product-expo-edit-form .form-type--checkbox .form-boolean,form.node-product-spotlight-form .form-type--checkbox .form-boolean,form.node-product-spotlight-edit-form .form-type--checkbox .form-boolean{border:1px solid !important;}form.node-new-product-expo-form .form-actions .button,form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .button,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .button,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .button,form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .button,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .button,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .button,form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .button,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .button,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .button,form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .button,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .button,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a:not(.link){min-width:298px;}form.node-new-product-expo-form .form-actions #edit-back-button,form.node-new-product-expo-edit-form .form-actions #edit-back-button,form.node-product-spotlight-form .form-actions #edit-back-button,form.node-product-spotlight-edit-form .form-actions #edit-back-button{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .form-radios,form.node-new-product-expo-edit-form .form-radios,form.node-product-spotlight-form .form-radios,form.node-product-spotlight-edit-form .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}form.node-new-product-expo-form .form-radios .form-type--radio,form.node-new-product-expo-edit-form .form-radios .form-type--radio,form.node-product-spotlight-form .form-radios .form-type--radio,form.node-product-spotlight-edit-form .form-radios .form-type--radio{margin-right:0.625rem;}form.node-new-product-expo-form .form-radios .form-type--radio:last-child,form.node-new-product-expo-edit-form .form-radios .form-type--radio:last-child,form.node-product-spotlight-form .form-radios .form-type--radio:last-child,form.node-product-spotlight-edit-form .form-radios .form-type--radio:last-child{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .review-submit,form.node-new-product-expo-edit-form .review-submit,form.node-product-spotlight-form .review-submit,form.node-product-spotlight-edit-form .review-submit{display:block;margin:auto;width:100%;max-width:280px;}form.node-new-product-expo-form .field--name-field-descrip-product-concept label,form.node-new-product-expo-form .field--name-field-descrip-private-label label,form.node-new-product-expo-form .field--name-field-descrip-new-compositio label,form.node-new-product-expo-form .field--name-field-descrip-new-packaging label,form.node-new-product-expo-form .field--name-field-descrip-manufacturing label,form.node-new-product-expo-form .field--name-field-descrip-new-ideas label,form.node-new-product-expo-form .field--name-field-descrip-other-innovation label,form.node-new-product-expo-form .field--name-field-descrip-benefit-consumer label,form.node-new-product-expo-form .field--name-field-descrip-benefit-trade label,form.node-new-product-expo-edit-form .field--name-field-descrip-product-concept label,form.node-new-product-expo-edit-form .field--name-field-descrip-private-label label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-compositio label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-packaging label,form.node-new-product-expo-edit-form .field--name-field-descrip-manufacturing label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-ideas label,form.node-new-product-expo-edit-form .field--name-field-descrip-other-innovation label,form.node-new-product-expo-edit-form .field--name-field-descrip-benefit-consumer label,form.node-new-product-expo-edit-form .field--name-field-descrip-benefit-trade label,form.node-product-spotlight-form .field--name-field-descrip-product-concept label,form.node-product-spotlight-form .field--name-field-descrip-private-label label,form.node-product-spotlight-form .field--name-field-descrip-new-compositio label,form.node-product-spotlight-form .field--name-field-descrip-new-packaging label,form.node-product-spotlight-form .field--name-field-descrip-manufacturing label,form.node-product-spotlight-form .field--name-field-descrip-new-ideas label,form.node-product-spotlight-form .field--name-field-descrip-other-innovation label,form.node-product-spotlight-form .field--name-field-descrip-benefit-consumer label,form.node-product-spotlight-form .field--name-field-descrip-benefit-trade label,form.node-product-spotlight-edit-form .field--name-field-descrip-product-concept label,form.node-product-spotlight-edit-form .field--name-field-descrip-private-label label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-compositio label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-packaging label,form.node-product-spotlight-edit-form .field--name-field-descrip-manufacturing label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-ideas label,form.node-product-spotlight-edit-form .field--name-field-descrip-other-innovation label,form.node-product-spotlight-edit-form .field--name-field-descrip-benefit-consumer label,form.node-product-spotlight-edit-form .field--name-field-descrip-benefit-trade label{display:none;}form.node-new-product-expo-form .term-reference-tree:not(.term-reference-tree-collapsed) .term-reference-tree-button,form.node-new-product-expo-form .term-reference-tree:not(.term-reference-tree-collapsed) .parent-term,form.node-new-product-expo-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .term-reference-tree-button,form.node-new-product-expo-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .parent-term,form.node-product-spotlight-form .term-reference-tree:not(.term-reference-tree-collapsed) .term-reference-tree-button,form.node-product-spotlight-form .term-reference-tree:not(.term-reference-tree-collapsed) .parent-term,form.node-product-spotlight-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .term-reference-tree-button,form.node-product-spotlight-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .parent-term{pointer-events:none;}form.node-new-product-expo-form .term-reference-tree:not(.term-reference-tree-collapsed) .no-term-reference-tree-button,form.node-new-product-expo-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .no-term-reference-tree-button,form.node-product-spotlight-form .term-reference-tree:not(.term-reference-tree-collapsed) .no-term-reference-tree-button,form.node-product-spotlight-edit-form .term-reference-tree:not(.term-reference-tree-collapsed) .no-term-reference-tree-button{display:none;}form .tabledrag-toggle-weight-wrapper{display:none;}form table.entities-list{display:none;}form table.entities-list.draggable-table{display:block;}form table.entities-list.draggable-table tr{padding:2.5rem;border-bottom:none;}form table.entities-list.draggable-table tr.odd{background:#f9f9f9;}form table.entities-list.draggable-table tr td{padding-right:0;}form table.entities-list.draggable-table tr td.tabledrag-cell{height:auto;}form table.entities-list.draggable-table tr td:first-child{width:200px;}form table.entities-list.draggable-table tr td:nth-child(2){max-width:160px;overflow-wrap:break-word;}form table.entities-list.draggable-table tr td:nth-child(3){width:100%;}form table.entities-list.draggable-table tr td img{min-width:100px;}.button,.config_pages--type--plma-idea-supermarket .field--name-field-button a,.node--type-promo-card.node--view-mode-full .field--name-field-link a,.view-reviews .feed-icons .feed-icon,.view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .button,.block-plma-workflow-exhibitor-content a:not(.link){font-family:"avenir_next_lt_probold";padding:1.25rem 1.875rem;text-align:center;border-radius:5px;}.button:not(:focus),.config_pages--type--plma-idea-supermarket .field--name-field-button a:not(:focus),.node--type-promo-card.node--view-mode-full .field--name-field-link a:not(:focus),.view-reviews .feed-icons .feed-icon:not(:focus),.view-reviews .views-bulk-actions input:not(:focus),.block-plma-workflow-exhibitor-content a:not(:focus):not(.link){-webkit-box-shadow:none;box-shadow:none;}.button.button--primary,.config_pages--type--plma-idea-supermarket .field--name-field-button a,.node--type-promo-card.node--view-mode-full .field--name-field-link a.button--primary,.node--type-promo-card.node--view-mode-full .field--name-field-link .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .node--type-promo-card.node--view-mode-full .field--name-field-link a,.view-reviews .feed-icons .button--primary.feed-icon,.view-reviews .feed-icons .config_pages--type--plma-idea-supermarket .field--name-field-button a.feed-icon,.config_pages--type--plma-idea-supermarket .field--name-field-button .view-reviews .feed-icons a.feed-icon,.view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .button,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.block-plma-workflow-exhibitor-content a:not(.link),form.node-new-product-expo-form .form-actions .button#edit-next,form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions #edit-next.feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input#edit-next,form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a#edit-next:not(.link),form.node-new-product-expo-edit-form .form-actions .button#edit-next,form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions #edit-next.feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input#edit-next,form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a#edit-next:not(.link),form.node-product-spotlight-form .form-actions .button#edit-next,form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions #edit-next.feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input#edit-next,form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a#edit-next:not(.link),form.node-product-spotlight-edit-form .form-actions .button#edit-next,form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions #edit-next.feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input#edit-next,form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a#edit-next:not(.link){background:#1E4491;color:var(--color-white);}.button.button--primary:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link a.button--primary:hover,.view-reviews .feed-icons .button--primary.feed-icon:hover,.view-reviews .views-bulk-actions input:hover,.plma_workflow-node-ps_review .button:hover,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a:hover,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon:hover,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon:hover,.block-plma-workflow-exhibitor-content a:hover:not(.link),form.node-new-product-expo-form .form-actions .button#edit-next:hover,form.node-new-product-expo-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions #edit-next.feed-icon:hover,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input#edit-next:hover,form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a#edit-next:hover:not(.link),form.node-new-product-expo-edit-form .form-actions .button#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions #edit-next.feed-icon:hover,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a#edit-next:hover:not(.link),form.node-product-spotlight-form .form-actions .button#edit-next:hover,form.node-product-spotlight-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions #edit-next.feed-icon:hover,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input#edit-next:hover,form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a#edit-next:hover:not(.link),form.node-product-spotlight-edit-form .form-actions .button#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a#edit-next:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions #edit-next.feed-icon:hover,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a#edit-next:hover:not(.link){border:1px solid #153067;background-color:white;color:#153067;}.button.button--primary-outline,.config_pages--type--plma-idea-supermarket .field--name-field-button a.button--primary-outline,.node--type-promo-card.node--view-mode-full .field--name-field-link a,.view-reviews .feed-icons .feed-icon,.view-reviews .views-bulk-actions input.button--primary-outline,.block-plma-workflow-exhibitor-content a.button--primary-outline:not(.link){background:transparent;border:1px solid #1E4491 !important;}.button.button--primary-outline:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button a.button--primary-outline:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.view-reviews .feed-icons .feed-icon:hover,.view-reviews .views-bulk-actions input.button--primary-outline:hover,.block-plma-workflow-exhibitor-content a.button--primary-outline:hover:not(.link){background:#1E4491;color:var(--color-white);}.button.is-disabled,.config_pages--type--plma-idea-supermarket .field--name-field-button a.is-disabled,.node--type-promo-card.node--view-mode-full .field--name-field-link a.is-disabled,.view-reviews .feed-icons .is-disabled.feed-icon,.view-reviews .views-bulk-actions input.is-disabled,.block-plma-workflow-exhibitor-content a.is-disabled:not(.link),.button.disabled,.config_pages--type--plma-idea-supermarket .field--name-field-button a.disabled,.node--type-promo-card.node--view-mode-full .field--name-field-link a.disabled,.view-reviews .feed-icons .disabled.feed-icon,.view-reviews .views-bulk-actions input.disabled,.block-plma-workflow-exhibitor-content a.disabled:not(.link){color:var(--button--disabled-fg-color) !important;background-color:var(--button--disabled-bg-color) !important;}.trade-publications__list{list-style-type:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto 1fr;gap:1rem;}@media screen and (min-width:29.875rem){.trade-publications__list{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:48rem){.trade-publications__list{grid-template-columns:repeat(3,1fr);}}@media screen and (min-width:75rem){.trade-publications__list{grid-template-columns:repeat(4,1fr);}}.trade-publications__list-item{width:100%;padding:1.5rem 1rem;text-align:center;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.trade-publications__list .cover{height:220px;margin-bottom:0.5rem;}.trade-publications__list .cover img{width:auto;height:auto;max-height:100%;max-width:100%;border-radius:10px;}.trade-publications__list .country{font-size:0.9rem;font-style:italic;}.trade-publications__list .title{font-family:"avenir_next_lt_probold";margin:0;font-size:1rem;}.trade-publications__list .button,.trade-publications__list .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .trade-publications__list a,.trade-publications__list .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .trade-publications__list a,.trade-publications__list .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .trade-publications__list .feed-icon,.trade-publications__list .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .trade-publications__list input,.trade-publications__list .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .trade-publications__list a:not(.link){padding:0.5rem 1rem;border-radius:50px;margin:0.5rem 0 0 0;}.role-anonymous.path-frontpage{background:-webkit-gradient(linear,left top,right top,from(rgb(240,255,250)),color-stop(50%,rgb(255,255,255)),to(rgb(255,247,226)));background:-webkit-linear-gradient(left,rgb(240,255,250) 0%,rgb(255,255,255) 50%,rgb(255,247,226) 100%);background:-o-linear-gradient(left,rgb(240,255,250) 0%,rgb(255,255,255) 50%,rgb(255,247,226) 100%);background:linear-gradient(90deg,rgb(240,255,250) 0%,rgb(255,255,255) 50%,rgb(255,247,226) 100%);}.role-anonymous.path-frontpage .plma-header__branding{display:none;}.role-anonymous.path-frontpage .messages--error{padding:1rem;}.role-anonymous.path-frontpage .messages__header{margin-bottom:0;}.role-anonymous.path-frontpage .messages__title{font-family:"avenir_next_lt_probold";}.role-anonymous.path-frontpage .messages-list{margin-bottom:1rem;}.role-anonymous.path-frontpage .messages-list__wrapper{max-width:1020px;margin:0 auto;}@media screen and (min-width:75rem){.role-anonymous.path-frontpage{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.role-anonymous.path-frontpage .page-wrapper{width:100%;}.role-anonymous.path-frontpage .page-content{margin:0;}}.custom-auth-code-form{-webkit-box-shadow:0 20px 50px 0 #adb5bd;box-shadow:0 20px 50px 0 #adb5bd;border-radius:10px;margin:0 auto;max-width:500px;overflow:hidden;padding:0;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:62rem){.custom-auth-code-form{width:90%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1020px;}}.custom-auth-code-form .site-name{font-size:1.4rem;text-transform:uppercase;font-family:"avenir_next_lt_probold";position:relative;margin-bottom:3rem;}@media screen and (min-width:75rem){.custom-auth-code-form .site-name{font-size:2rem;}}.custom-auth-code-form .site-name::after{content:"";position:absolute;left:0;bottom:-10px;height:5px;width:80px;background-color:#FFE56C;}.custom-auth-code-form .login-screen__top img{height:auto;display:block;max-width:500px;width:100%;}.custom-auth-code-form .login-screen__bottom{padding:0 2rem;position:relative;}@media screen and (min-width:62rem){.custom-auth-code-form .login-screen__bottom{padding:0 2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 500px);}}@media screen and (min-width:75rem){.custom-auth-code-form .login-screen__bottom{padding:0 3rem;}}.custom-auth-code-form .login-screen__bottom .form-item--name label{font-family:"avenir_next_lt_probold","Open Sans",sans-serif;margin:0 0 1em 0;}@media screen and (min-width:62rem){.custom-auth-code-form .login-screen__bottom .form-item--name label{font-size:1.4rem;}}.custom-auth-code-form .login-screen__bottom .button,.custom-auth-code-form .login-screen__bottom .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .custom-auth-code-form .login-screen__bottom .feed-icon,.custom-auth-code-form .login-screen__bottom .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .custom-auth-code-form .login-screen__bottom input,.custom-auth-code-form .login-screen__bottom .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .custom-auth-code-form .login-screen__bottom a:not(.link){width:100%;margin:0.625rem 0;display:block;}@media screen and (min-width:75rem){.custom-auth-code-form .form-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.custom-auth-code-form .form-links a{display:block;margin-bottom:0.75rem;}.login-screen__legals{max-width:756px;margin:1.25rem auto;text-align:center;}.login-screen__legals .copyright-socials-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.login-screen__legals .copyright{margin-bottom:0.625rem;}.login-screen__legals svg.linkedin path{fill:#0073b1;}.instant-modal-dialog{border-radius:10px !important;}.instant-modal-dialog .ui-dialog-titlebar.ui-widget-header{border-top-left-radius:10px;border-top-right-radius:10px;}.instant-modal-dialog .ui-dialog-content{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}.dashboard .page-title{text-align:center;width:100%;}@media screen and (min-width:62rem){.dashboard .region-content-bottom{display:grid;grid-template-columns:repeat(3,1fr);}}.block-plma-workflow-exhibitor-content{-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2509803922);box-shadow:0 4px 4px 0 rgba(0,0,0,0.2509803922);background:#F5F5F5;margin-bottom:1.25rem;max-width:90%;padding:2.25rem 1.75rem;}.block-plma-workflow-exhibitor-content .card__content{margin-bottom:1.5rem;height:calc(100% - 72px);}.block-plma-workflow-exhibitor-content .img-wrapper{min-width:258px;min-height:215px;background:url(/themes/custom/plma/images/img-default-preshow.png) no-repeat center;max-width:215px;margin:auto;}.block-plma-workflow-exhibitor-content .card-description,.block-plma-workflow-exhibitor-content .card-deadline,.block-plma-workflow-exhibitor-content .card-submission{margin-bottom:1rem;}.block-plma-workflow-exhibitor-content img{display:block;height:auto;margin:auto;max-width:258px;width:100%;}.block-plma-workflow-exhibitor-content h2{color:#1E4491;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;font-size:1.375rem;font-weight:normal;text-align:center;}.block-plma-workflow-exhibitor-content .main-text{display:block;min-height:178px;}.block-plma-workflow-exhibitor-content a.link{color:#1E4491;text-decoration:none;}.block-plma-workflow-exhibitor-content a:not(.link){display:block;margin:0 auto;max-width:226px;min-height:48px;padding:0.75rem 1.25rem;}.block-views-blocksubmit-products-block-1,.block-views-blockdraft-products-block-1,.block-views-blockdraft-products-block-2,.block-views-blocksubmit-products-block-2{margin-bottom:1.5rem;background:var(--color-white);padding:1.75rem;}.block-views-blocksubmit-products-block-1 h2,.block-views-blockdraft-products-block-1 h2,.block-views-blockdraft-products-block-2 h2,.block-views-blocksubmit-products-block-2 h2{font-size:1.375rem;margin:0 0 1.5rem;}.block-views-blocksubmit-products-block-1 .views-row,.block-views-blockdraft-products-block-1 .views-row,.block-views-blockdraft-products-block-2 .views-row,.block-views-blocksubmit-products-block-2 .views-row{position:relative;padding:1.25rem 0;}@media screen and (min-width:62rem){.block-views-blocksubmit-products-block-1 .views-row,.block-views-blockdraft-products-block-1 .views-row,.block-views-blockdraft-products-block-2 .views-row,.block-views-blocksubmit-products-block-2 .views-row{display:grid;grid-gap:0;grid-template-columns:calc(100% - 300px) 300px;}}.block-views-blocksubmit-products-block-1 .views-row:not(:first-child),.block-views-blockdraft-products-block-1 .views-row:not(:first-child),.block-views-blockdraft-products-block-2 .views-row:not(:first-child),.block-views-blocksubmit-products-block-2 .views-row:not(:first-child){border-top:1px dotted #153067;}.block-views-blocksubmit-products-block-1 .views-row:first-child,.block-views-blockdraft-products-block-1 .views-row:first-child,.block-views-blockdraft-products-block-2 .views-row:first-child,.block-views-blocksubmit-products-block-2 .views-row:first-child{padding-top:0;}.block-views-blocksubmit-products-block-1 .views-row:last-child,.block-views-blockdraft-products-block-1 .views-row:last-child,.block-views-blockdraft-products-block-2 .views-row:last-child,.block-views-blocksubmit-products-block-2 .views-row:last-child{padding-bottom:0;}.block-views-blocksubmit-products-block-1 .views-label,.block-views-blockdraft-products-block-1 .views-label,.block-views-blockdraft-products-block-2 .views-label,.block-views-blocksubmit-products-block-2 .views-label{font-weight:bold;margin:0 0.625rem 0.625rem 0;}.block-views-blocksubmit-products-block-1 .field-content,.block-views-blockdraft-products-block-1 .field-content,.block-views-blockdraft-products-block-2 .field-content,.block-views-blocksubmit-products-block-2 .field-content{color:#6B7280;}.block-views-blocksubmit-products-block-1 .views-field:not(.views-field-field-product-image),.block-views-blockdraft-products-block-1 .views-field:not(.views-field-field-product-image),.block-views-blockdraft-products-block-2 .views-field:not(.views-field-field-product-image),.block-views-blocksubmit-products-block-2 .views-field:not(.views-field-field-product-image){grid-column:1/2;margin-bottom:0.625rem;}.block-views-blocksubmit-products-block-1 .views-field.views-field-field-product-image,.block-views-blockdraft-products-block-1 .views-field.views-field-field-product-image,.block-views-blockdraft-products-block-2 .views-field.views-field-field-product-image,.block-views-blocksubmit-products-block-2 .views-field.views-field-field-product-image{grid-column:2;grid-row:1/6;text-align:center;}.block-views-blocksubmit-products-block-1 .views-field.views-field-complete-submission,.block-views-blockdraft-products-block-1 .views-field.views-field-complete-submission,.block-views-blockdraft-products-block-2 .views-field.views-field-complete-submission,.block-views-blocksubmit-products-block-2 .views-field.views-field-complete-submission{grid-column:1/3;}.block-views-blockdraft-products-block-1 .views-field-complete-submission,.block-views-blockdraft-products-block-2 .views-field-complete-submission{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.block-views-blockdraft-products-block-1 .views-field-complete-submission a,.block-views-blockdraft-products-block-2 .views-field-complete-submission a{margin-bottom:0;}@media screen and (min-width:48rem){.block-views-blockpackage-list-block-1 .view-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.block-views-blockpackage-list-block-1 .view-content .views-row{padding:2.25rem 1.75rem;}.block-views-blockpackage-list-block-1 .view-content .views-row .views-field-field-description{margin:0;}}.block-views-blockpackage-list-block-1 .view-content .views-row{max-width:90%;margin:0 auto 1.25rem;}.block-views-blockpackage-list-block-1 .view-content .views-row h2{color:#1E4491;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;font-size:1.375rem;font-weight:normal;text-align:center;}.block-views-blockpackage-list-block-1 .view-content .views-row img{display:block;height:auto;margin:auto;max-width:258px;width:100%;}.block-views-blockpackage-list-block-1 .view-content .views-row .views-field-field-description{margin:0 2rem;}.block-views-blockpackage-list-block-1 .view-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:6rem;}.npe-products .page-title,.ps-products .page-title{text-align:center;width:100%;}.npe-products .node__content,.ps-products .node__content{text-align:center;width:100%;}.field--widget-entity-browser-file .claro-details__wrapper{margin-bottom:0;}.field--widget-entity-browser-file fieldset > .fieldset__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.field--widget-entity-browser-file fieldset > .fieldset__wrapper .fieldset__description{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}.role-exhibitor .field--widget-entity-browser-file .draggable-table div[class*=meta-alt]{visibility:hidden;}.field--widget-entity-browser-file .entities-list thead{border:0 none;height:0;opacity:0;}.field--widget-entity-browser-file .entities-list thead tr{visibility:collapse;}.field--widget-entity-browser-file .entities-list thead *{border:0 none;height:0;margin:0;padding:0 !important;}.entity_browser-product_image form{padding:0;}.entity-browser-iframe{background:var(--color-white);}.entity-browser-iframe form{padding:0;}.entity-browser-iframe .layout-container{padding:0;}.entity-browser-iframe .dropzone{background:none;}.entity-browser-iframe .dz-message{margin:0;}@media screen and (min-width:48rem){.entity-browser-iframe .dz-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.entity-browser-iframe .dz-message::before{background:url(/themes/custom/plma/images/feather_upload-cloud.png) no-repeat center;content:"";display:block;height:58px;width:100px;}@media screen and (max-width:47.9375rem){.entity-browser-iframe .dz-message::before{margin:0 auto;}}.entity-browser-iframe .dz-message p:not(:last-of-type){padding-right:0.5rem;}.entity-browser-iframe .dz-message .button,.entity-browser-iframe .dz-message .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:not(.link){background:none;color:#1E4491;border:1px solid !important;}@media screen and (min-width:48rem){.entity-browser-iframe .dz-message .button,.entity-browser-iframe .dz-message .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:not(.link){margin-left:1.5rem;}}.entity-browser-iframe .dz-message .button:hover,.entity-browser-iframe .dz-message .config_pages--type--plma-idea-supermarket .field--name-field-button a:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button .entity-browser-iframe .dz-message a:hover,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a:hover,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon:hover,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon:hover,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input:hover,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input:hover,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:hover:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:hover:not(.link){background:#E8EBEE;}.entity-browser-iframe #edit-submit{display:none;}.entity-browser-form .form-item__label{display:none;}.entity-browser-form .dz-success-mark svg path{fill:#3F704D;fill-opacity:0.9;}.entity-browser-form .dz-error-mark svg path{fill:#c11212;fill-opacity:0.9;}.entity-browser-form .dropzonejs-remove-icon{background-image:url(/themes/custom/plma/images/remove.svg) !important;opacity:0.8;}.entity-browser-form .dropzonejs-remove-icon:hover{opacity:1;}.plma_company_listing-company_listing .page-title{width:100%;}@media screen and (min-width:62rem){.plma_company_listing-company_listing .page-title{margin-left:calc(11.25rem + 3.75rem);}}.plma_company_listing-company_listing form{padding:0;}.plma_company_listing-company_listing form .fieldset__legend--visible ~ .fieldset__wrapper{margin:0;}.plma_company_listing-company_listing .claro-details{-webkit-box-shadow:none;box-shadow:none;border:none;}.plma_company_listing-company_listing .button,.plma_company_listing-company_listing .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_company_listing-company_listing a,.plma_company_listing-company_listing .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_company_listing-company_listing a,.plma_company_listing-company_listing .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_company_listing-company_listing .feed-icon,.plma_company_listing-company_listing .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_company_listing-company_listing input,.plma_company_listing-company_listing .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_company_listing-company_listing a:not(.link){min-width:180px;padding:0.85rem 1.875rem;}.plma_company_listing-company_listing .form-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;margin:0;}.plma_company_listing-company_listing .field--name-field-video .claro-autocomplete{width:100%;}.plma_company_listing-company_listing .field--name-field-video .form-item__description ul li{margin:0;padding:0;}.plma_company_listing-company_listing .field--name-field-video .form-item__description ul li:last-child{display:none;}.plma_company_listing-company_listing .fieldset,.plma_company_listing-company_listing .node-form{margin:0;border:0;-webkit-box-shadow:none;box-shadow:none;}.plma_company_listing-company_listing .fieldset .fieldset .fieldset__label,.plma_company_listing-company_listing .node-form .fieldset .fieldset__label{padding-left:0;color:#3E3E59;}.plma_company_listing-company_listing .fieldset .fieldset > .fieldset__wrapper,.plma_company_listing-company_listing .node-form .fieldset > .fieldset__wrapper{margin:0;}.plma_company_listing-company_listing .fieldset.form-completed,.plma_company_listing-company_listing .node-form.form-completed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1.25rem 1.25rem 1.25rem 0;}.plma_company_listing-company_listing .fieldset.form-completed .fieldset__wrapper,.plma_company_listing-company_listing .node-form.form-completed .fieldset__wrapper{margin-bottom:0;font-size:1.125rem;color:#1E4491;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;}.plma_company_listing-company_listing .fieldset.form-completed .fieldset__wrapper .image-preview,.plma_company_listing-company_listing .node-form.form-completed .fieldset__wrapper .image-preview{margin-left:auto;display:block;max-height:200px;-o-object-fit:contain;object-fit:contain;}.plma_company_listing-company_listing .fieldset.disabled,.plma_company_listing-company_listing .node-form.disabled{position:relative;}.plma_company_listing-company_listing .fieldset.disabled::before,.plma_company_listing-company_listing .node-form.disabled::before{content:"";display:block;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.7490196078);z-index:999;}.plma_company_listing-company_listing .fieldset.disabled .upgrade-package-btn,.plma_company_listing-company_listing .node-form.disabled .upgrade-package-btn{display:block;color:#1E4491;position:absolute;top:50%;left:0;right:0;margin:-1.375rem auto 0;width:230px;z-index:999;}.plma_company_listing-company_listing .fieldset.disabled .upgrade-package-btn:hover,.plma_company_listing-company_listing .node-form.disabled .upgrade-package-btn:hover{color:var(--color-white);}.plma_company_listing-company_listing #cl-about_us.fieldset,.plma_company_listing-company_listing #cl-press_release.fieldset,.plma_company_listing-company_listing #cl-logo.fieldset,.plma_company_listing-company_listing #cl-video.fieldset,.plma_company_listing-company_listing #cl-promo.fieldset{border-top:5px solid #E8EBEE;}.plma_company_listing-company_listing .region-content > fieldset .fieldset__label{font-size:1.125rem;text-transform:uppercase;color:#3E3E59;}.plma_company_listing-company_listing .region-content .form-wrapper .form-wrapper .form-wrapper label,.plma_company_listing-company_listing .region-content .form-wrapper .form-wrapper .form-wrapper .fieldset__label{font-size:1rem;padding-bottom:0;text-transform:none;}.plma_company_listing-company_listing label.form-item__label{color:#3E3E59;font-size:1.125rem;margin-bottom:0.625rem;text-transform:uppercase;}.plma_company_listing-company_listing #edit-field-image .fieldset__label{font-size:1.125rem;padding:0;margin-bottom:0.625rem;text-transform:uppercase;}.plma_company_listing-company_listing .node-press-release-form .field--name-field-short-description .form-item__label{text-transform:none;font-size:inherit;}.plma_company_listing-company_listing .node-promo-form fieldset .fieldset__label{text-transform:uppercase !important;}.plma_company_listing-company_listing .node-form .layout-region--node-footer .layout-region__content{margin-top:0;}.plma_company_listing-company_listing .region.region-content > fieldset .fieldset__wrapper{margin-bottom:0;}.plma_company_listing-company_listing .press-release-fieldset{padding-top:4.25rem;}.plma_company_listing-company_listing .view-about-us{background:var(--color-white);padding:0 1.25rem 1.25rem;}.plma_company_listing-company_listing .view-about-us .view-content{padding:0 1.25rem 0.625rem;}.plma_company_listing-company_listing .view-about-us .view-content .views-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.plma_company_listing-company_listing .view-about-us .view-content .views-row .views-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.plma_company_listing-company_listing .divider{display:none;}.plma_company_listing-company_listing .layout-region--node-footer{margin-bottom:1rem;}.plma_company_listing-company_listing .layout-region--node-footer .form-submit{margin-top:0;}.plma_company_listing-company_listing form:not(.node-promo-form) .layout-region--node-footer{border-bottom:1px solid #E8EBEE;}.company-listing__block{margin-bottom:4.75rem;position:relative;}@media screen and (min-width:62rem){.company-listing__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.company-listing__info{margin-top:0.625rem;}@media screen and (min-width:62rem){.company-listing__info{margin-top:0;width:calc(100% - 360px);padding-left:3.75rem;padding-right:1rem;}}.company-listing__info p{margin-top:0;}.company-listing__info .upgrade--button{display:block;margin:1.875rem auto 0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;}@media screen and (min-width:62rem){.company-listing__info .upgrade--button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:absolute;left:0;right:0;margin:1.25rem auto 0;}}.company-listing__menu{border-left:1px solid #adb5bd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:1rem;position:relative;}@media screen and (min-width:62rem){.company-listing__menu{width:180px;}}.company-listing__menu a{display:block;margin-bottom:0.625rem;font-size:0.875rem;}.company-listing__menu a.active{font-weight:bold;}.company-listing__menu a.active::before{content:"";display:block;width:4px;height:28px;background:#1E4491;position:absolute;left:-2px;}.company-listing__menu a.disabled{color:#adb5bd;}.company-listing__menu a.disabled::before{background:#adb5bd;}.packages .page-title{text-align:center;width:100%;}.packages .node__content{text-align:center;width:100%;}.block-system-branding-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.block-system-branding-block .site-info{margin-left:1.25rem;line-height:1.3;}@media screen and (max-width:47.9375rem){.block-system-branding-block .site-info{margin-left:0.5rem;}}.block-system-branding-block img{vertical-align:middle;}@media screen and (max-width:47.9375rem){.block-system-branding-block img{width:60px;}}.block-system-branding-block .site-logo img{max-width:200px;}.block-system-branding-block .site-name{font-size:1.1rem;text-transform:uppercase;font-family:"avenir_next_lt_probold";padding-right:1rem;}@media screen and (min-width:29.875rem){.block-system-branding-block .site-name{font-size:1.3rem;}}@media screen and (min-width:62rem){.block-system-branding-block .site-name{font-size:1.5rem;text-transform:none;}}.block-system-branding-block .site-name a{color:white;}.block-system-branding-block .site-slogan{display:none;}@media screen and (min-width:48rem){.block-system-branding-block .site-slogan{display:block;font-size:1.1rem;color:white;}}@media screen and (min-width:48rem){.block-system-branding-block .site-slogan{font-size:1.3125rem;}}#block-plma-copyright .copyright-socials-wrapper{font-size:0.875rem;}@media screen and (min-width:62rem){#block-plma-copyright .copyright-socials-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}#block-plma-copyright .socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal;}@media screen and (max-width:61.9375rem){#block-plma-copyright .socials{margin-top:1.25rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}#block-plma-copyright .socials svg{margin-left:0.5rem;}.status-review{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;z-index:1;width:100%;}.status-review--label{font-size:1.5rem;font-weight:bold;padding:0.9375rem 1.25rem;}.status-review--item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.9375rem 3.125rem 0.9375rem;position:relative;}.status-review--item::before{content:"";border-radius:50%;height:10px;margin-right:0.5rem;width:10px;}.status-review .pending,.status-review .initial_review,.status-review .final_review{background-color:#D27200;}.status-review .pending::before,.status-review .initial_review::before,.status-review .final_review::before{background-color:#DB8E33;}.status-review .published{background-color:#3F704D;}.status-review .published::before{background-color:#1aac43;}.status-review .rejected{background-color:#c11212;}.status-review .rejected::before{background-color:#FF3333;}.download_link{display:block;margin-top:0.625rem;text-align:center;}.download_link:hover img{opacity:1;}.download_link img{opacity:0.5;vertical-align:text-top;}.node-new-product-expo-final-review-form .form-actions .form-submit,.node-new-product-expo-final-review-intl-form .form-actions .form-submit,.review-form .form-actions .form-submit{display:block;min-width:280px;margin:1.25rem auto;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios,.node-new-product-expo-final-review-intl-form .field--name-field-is-the-sample .form-radios,.review-form .field--name-field-is-the-sample .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios .form-type--radio,.node-new-product-expo-final-review-intl-form .field--name-field-is-the-sample .form-radios .form-type--radio,.review-form .field--name-field-is-the-sample .form-radios .form-type--radio{margin-right:0.625rem;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios .form-type--radio:last-child,.node-new-product-expo-final-review-intl-form .field--name-field-is-the-sample .form-radios .form-type--radio:last-child,.review-form .field--name-field-is-the-sample .form-radios .form-type--radio:last-child{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}@media screen and (min-width:62rem){.node-new-product-expo-final-review-form .field--name-field-sys-final-review-status .form-radios,.node-new-product-expo-final-review-intl-form .field--name-field-sys-final-review-status .form-radios,.review-form .field--name-field-sys-final-review-status .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.node-new-product-expo-final-review-form .field--name-field-sys-final-review-status .form-radios .form-type--radio,.node-new-product-expo-final-review-intl-form .field--name-field-sys-final-review-status .form-radios .form-type--radio,.review-form .field--name-field-sys-final-review-status .form-radios .form-type--radio{margin-right:0.625rem;}.node-new-product-expo-final-review-form .form-managed-file__main,.node-new-product-expo-final-review-intl-form .form-managed-file__main,.review-form .form-managed-file__main{grid-gap:20px;}.final-review-form{text-align:center;}.plma_workflow-node-ps_review .product-spotlight-review-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:2rem;position:relative;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1.5rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .field__item{font-size:1rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details{background-color:#f9f9f9;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:2rem;width:100%;}@media screen and (min-width:62rem){.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details{width:35%;}}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content > div:not(:last-child){margin-bottom:0.625rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content .field__label{font-weight:100;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content .field__item{font-family:"avenir_next_lt_probold";margin:0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details h2{display:none;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products{background-color:var(--color-white);-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;gap:1.5rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__item{margin:0.5rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-retailer-info-in-prod .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-retailer-info-in-prod .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-attribute .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-attribute .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-category .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-category .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description .field__item{margin:0.5rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description{border-top:2px solid #E8EBEE;padding-top:1rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__label{font-weight:normal;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;}@media screen and (min-width:75rem){.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage{display:inline-block;}}.plma_workflow-node-ps_review .product-spotlight-review-form .button--danger{color:var(--button-fg-color--danger);background-color:var(--button-bg-color--danger);}.plma_workflow-node-ps_review .product-spotlight-review-form .form-wrapper,.plma_workflow-node-ps_review .product-spotlight-review-form .field--type-file{width:100%;}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper .fieldset__label,.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper label{font-size:1rem;}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper label{margin-right:3rem;}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:2rem 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}@media screen and (min-width:62rem){.plma_workflow-node-ps_review .button,.plma_workflow-node-ps_review .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link){margin:auto;width:30%;}}.npe-card-details{-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:0.875rem 0.875rem 1.25rem;position:relative;}@media screen and (min-width:62rem){.npe-card-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.npe-card-details h3{font-size:1.125rem;margin-top:0;width:100%;}@media screen and (min-width:62rem){.npe-card-details button.download_card{font-size:0.875rem;position:absolute;right:0;text-transform:uppercase;top:-4px;}}@media screen and (min-width:62rem){.npe-card-details .field--name-field-sys-name-of-product-card,.npe-card-details .field--name-field-sys-notes-comments-card{width:100%;}}@media screen and (min-width:62rem){.npe-card-details .field--name-field-sys-category-card,.npe-card-details .field--name-field-sys-company-card,.npe-card-details .field--name-field-sys-card-description,.npe-card-details .field--name-field-sys-cabinet-card-details,.npe-card-details .field--name-field-sys-shelf-card-details,.npe-card-details .field--name-field-sys-box-card{width:49%;}}.npe-card-details .field--name-field-sys-notes-comments-card .form-item{margin-bottom:0;}.page-node-type-new-product-expo .block-local-tasks-block li:first-child{display:none;}.node--view-mode-npe-products .innovative-features-view h3,.node--type-new-product-expo .innovative-features-view h3,.node--type-product-spotlight.node--view-mode-full .innovative-features-view h3,.node--view-mode-npe-products .benefits-innovation-view h3,.node--type-new-product-expo .benefits-innovation-view h3,.node--type-product-spotlight.node--view-mode-full .benefits-innovation-view h3{font-size:1.2rem;}.view-previous-year-submissions,.block-views-blockother-submissions-block-1,.block-views-blockother-submissions-block-2{background-color:var(--color-white);}.view-previous-year-submissions .view-header,.block-views-blockother-submissions-block-1 .view-header,.block-views-blockother-submissions-block-2 .view-header{background-color:#2b62d0;margin-top:1rem;padding:0.5rem;}.view-previous-year-submissions .view-header h4,.block-views-blockother-submissions-block-1 .view-header h4,.block-views-blockother-submissions-block-2 .view-header h4{color:var(--color-white);}.view-previous-year-submissions .other-products,.block-views-blockother-submissions-block-1 .other-products,.block-views-blockother-submissions-block-2 .other-products{padding:1rem 2rem;}@media screen and (min-width:62rem){.view-previous-year-submissions .other-products,.block-views-blockother-submissions-block-1 .other-products,.block-views-blockother-submissions-block-2 .other-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.view-previous-year-submissions .other-products p,.block-views-blockother-submissions-block-1 .other-products p,.block-views-blockother-submissions-block-2 .other-products p{font-size:0.8rem;}.view-previous-year-submissions .other-products .info-products,.block-views-blockother-submissions-block-1 .other-products .info-products,.block-views-blockother-submissions-block-2 .other-products .info-products{width:80%;}.view-previous-year-submissions .other-products .img-product,.block-views-blockother-submissions-block-1 .other-products .img-product,.block-views-blockother-submissions-block-2 .other-products .img-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 2rem;width:20%;}.view-previous-year-submissions .other-products .img-product img,.block-views-blockother-submissions-block-1 .other-products .img-product img,.block-views-blockother-submissions-block-2 .other-products .img-product img{max-width:220px;}.page-node-type-new-product-expo .status-wrapper{position:relative;}@media screen and (min-width:62rem){.page-node-type-new-product-expo #edit-status-vote{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media screen and (min-width:62rem){.page-node-type-new-product-expo #edit-status-vote > div{margin-right:1.125rem;}}.page-node-type-new-product-expo #edit-field-sys-final-review-status--wrapper .fieldset__label{font-family:"avenir_next_lt_probold";color:#003ECC;}.node--type-new-product-expo.node--unpublished,.node--unpublished.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);}@media screen and (min-width:62rem){.new-product-expo__teaser{display:grid;grid-template-columns:1fr 220px;}}.new-product-expo__teaser .field--name-title{font-size:1.1rem;font-weight:bold;margin-bottom:0.625rem;}.new-product-expo__teaser .download_link{display:none;}.new-product-expo__teaser .field--name-field-product-attribute .field__item{display:inline-block;margin-right:0.25rem;}.new-product-expo__teaser .content_info > div{margin-bottom:0.625rem;}@media screen and (max-width:61.9375rem){.new-product-expo__teaser .content_contact span.pipe{display:none;}}@media screen and (min-width:62rem){.new-product-expo__teaser .content_contact > div{display:inline-block;}}.node--view-mode-npe-products,.node--type-new-product-expo,.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);padding:1.2rem 1.5rem 0;position:relative;}.node--view-mode-npe-products .wrapper-npe-custom-checkboxes-indicators,.node--type-new-product-expo .wrapper-npe-custom-checkboxes-indicators,.node--type-product-spotlight.node--view-mode-full .wrapper-npe-custom-checkboxes-indicators{-webkit-box-ordinal-group:-4;-webkit-order:-5;-ms-flex-order:-5;order:-5;width:100%;}.node--view-mode-npe-products .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators,.node--type-new-product-expo .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators,.node--type-product-spotlight.node--view-mode-full .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0;}.node--view-mode-npe-products .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li,.node--type-new-product-expo .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li,.node--type-product-spotlight.node--view-mode-full .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li{list-style:none !important;}.node--view-mode-npe-products .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li:first-child,.node--type-new-product-expo .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li:first-child,.node--type-product-spotlight.node--view-mode-full .wrapper-npe-custom-checkboxes-indicators ul.npe-custom-checkboxes-indicators li:first-child{margin-left:0;}.node--view-mode-npe-products .npe-title,.node--type-new-product-expo .npe-title,.node--type-product-spotlight.node--view-mode-full .npe-title{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:3.5rem;}@media screen and (min-width:48rem){.node--view-mode-npe-products .npe-title,.node--type-new-product-expo .npe-title,.node--type-product-spotlight.node--view-mode-full .npe-title{margin-top:3rem;}}.node--view-mode-npe-products .npe-title .active-flag,.node--type-new-product-expo .npe-title .active-flag,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag{background:#adb5bd;height:32px;margin-left:1.25rem;position:relative;padding:0.1875rem 1.625rem;}.node--view-mode-npe-products .npe-title .active-flag::before,.node--type-new-product-expo .npe-title .active-flag::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag::before{background:var(--color-white);border-style:solid;border-color:rgba(0,0,0,0) #adb5bd;border-width:16px 15px 16px 0;content:"";display:block;height:0;left:-8px;position:absolute;top:0;width:0;}.node--view-mode-npe-products .npe-title .active-flag.conflicting,.node--type-new-product-expo .npe-title .active-flag.conflicting,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.conflicting{background:#c11212;color:var(--color-white);}.node--view-mode-npe-products .npe-title .active-flag.conflicting::before,.node--type-new-product-expo .npe-title .active-flag.conflicting::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.conflicting::before{border-color:rgba(0,0,0,0) #c11212;}.node--view-mode-npe-products .npe-title .active-flag.need-more-information,.node--type-new-product-expo .npe-title .active-flag.need-more-information,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.need-more-information{background:#D27200;color:var(--color-white);}.node--view-mode-npe-products .npe-title .active-flag.need-more-information::before,.node--type-new-product-expo .npe-title .active-flag.need-more-information::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.need-more-information::before{border-color:rgba(0,0,0,0) #D27200;}.node--view-mode-npe-products h2,.node--type-new-product-expo h2,.node--type-product-spotlight.node--view-mode-full h2{margin-top:0;margin-bottom:3.125rem;}@media screen and (min-width:62rem){.node--view-mode-npe-products > .node__content,.node--type-new-product-expo > .node__content,.node--type-product-spotlight.node--view-mode-full > .node__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.node--view-mode-npe-products .company-information,.node--type-new-product-expo .company-information,.node--type-product-spotlight.node--view-mode-full .company-information{background-color:#f9f9f9;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:1.4rem;}@media screen and (min-width:62rem){.node--view-mode-npe-products .company-information,.node--type-new-product-expo .company-information,.node--type-product-spotlight.node--view-mode-full .company-information{width:40%;}}.node--view-mode-npe-products .company-information > div:not(:last-child),.node--type-new-product-expo .company-information > div:not(:last-child),.node--type-product-spotlight.node--view-mode-full .company-information > div:not(:last-child){margin-bottom:0.625rem;}.node--view-mode-npe-products .company-information .field__label,.node--type-new-product-expo .company-information .field__label,.node--type-product-spotlight.node--view-mode-full .company-information .field__label{font-size:1.125rem;font-weight:bolder;}.node--view-mode-npe-products .company-information .field__item,.node--type-new-product-expo .company-information .field__item,.node--type-product-spotlight.node--view-mode-full .company-information .field__item{font-weight:bold;margin:0;}.node--view-mode-npe-products .company-information h2,.node--type-new-product-expo .company-information h2,.node--type-product-spotlight.node--view-mode-full .company-information h2{display:none;}@media screen and (min-width:62rem){.node--view-mode-npe-products .product-images,.node--type-new-product-expo .product-images,.node--type-product-spotlight.node--view-mode-full .product-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:60%;}}.node--view-mode-npe-products .product-images > div,.node--type-new-product-expo .product-images > div,.node--type-product-spotlight.node--view-mode-full .product-images > div{width:50%;}.node--view-mode-npe-products .product-images > div .field__label,.node--type-new-product-expo .product-images > div .field__label,.node--type-product-spotlight.node--view-mode-full .product-images > div .field__label{font-size:var(--font-size-s);margin-bottom:0.625rem;}.node--view-mode-npe-products .product-images .field__item,.node--type-new-product-expo .product-images .field__item,.node--type-product-spotlight.node--view-mode-full .product-images .field__item{text-align:center;}.node--view-mode-npe-products .product-images a,.node--type-new-product-expo .product-images a,.node--type-product-spotlight.node--view-mode-full .product-images a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.node--view-mode-npe-products .product-info,.node--type-new-product-expo .product-info,.node--type-product-spotlight.node--view-mode-full .product-info{border-top:1px solid #E8EBEE;margin-top:1.625rem;padding:1.625rem 0.625rem 0 0.625rem;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (min-width:62rem){.node--view-mode-npe-products .product-info,.node--type-new-product-expo .product-info,.node--type-product-spotlight.node--view-mode-full .product-info{width:100%;}}.node--view-mode-npe-products .product-info > div:not(:last-child),.node--type-new-product-expo .product-info > div:not(:last-child),.node--type-product-spotlight.node--view-mode-full .product-info > div:not(:last-child){margin-bottom:1rem;}.node--view-mode-npe-products .product-info > div:not(:last-child) p,.node--type-new-product-expo .product-info > div:not(:last-child) p,.node--type-product-spotlight.node--view-mode-full .product-info > div:not(:last-child) p{margin:0;}.node--view-mode-npe-products .product-info #npe-product-info-1,.node--type-new-product-expo .product-info #npe-product-info-1,.node--type-product-spotlight.node--view-mode-full .product-info #npe-product-info-1,.node--view-mode-npe-products .product-info #npe-product-info-2,.node--type-new-product-expo .product-info #npe-product-info-2,.node--type-product-spotlight.node--view-mode-full .product-info #npe-product-info-2{width:50%;padding:0 1.25rem 1.25rem 0;}.node--view-mode-npe-products .product-info #npe-product-info-1 .field,.node--type-new-product-expo .product-info #npe-product-info-1 .field,.node--type-product-spotlight.node--view-mode-full .product-info #npe-product-info-1 .field,.node--view-mode-npe-products .product-info #npe-product-info-2 .field,.node--type-new-product-expo .product-info #npe-product-info-2 .field,.node--type-product-spotlight.node--view-mode-full .product-info #npe-product-info-2 .field{border-top:1px dotted;padding:0.625rem 0;}.node--view-mode-npe-products .product-info .field--name-field-date-of-rejection,.node--type-new-product-expo .product-info .field--name-field-date-of-rejection,.node--type-product-spotlight.node--view-mode-full .product-info .field--name-field-date-of-rejection{padding:0.875rem;background:#c11212;color:var(--color-white);}.node--view-mode-npe-products .product-info .field--name-field-date-of-confirmation,.node--type-new-product-expo .product-info .field--name-field-date-of-confirmation,.node--type-product-spotlight.node--view-mode-full .product-info .field--name-field-date-of-confirmation{padding:0.875rem;background:#3F704D;color:var(--color-white);}.node--view-mode-npe-products .field--name-field-sys-master-record,.node--type-new-product-expo .field--name-field-sys-master-record,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record,.node--view-mode-npe-products .field--name-field-sys-merged-products,.node--type-new-product-expo .field--name-field-sys-merged-products,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products{width:100%;}.node--view-mode-npe-products .field--name-field-sys-master-record .product-title,.node--type-new-product-expo .field--name-field-sys-master-record .product-title,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record .product-title,.node--view-mode-npe-products .field--name-field-sys-merged-products .product-title,.node--type-new-product-expo .field--name-field-sys-merged-products .product-title,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products .product-title{margin-bottom:0.5rem;}.node--view-mode-npe-products .field--name-field-sys-master-record > .field__label,.node--type-new-product-expo .field--name-field-sys-master-record > .field__label,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record > .field__label,.node--view-mode-npe-products .field--name-field-sys-merged-products > .field__label,.node--type-new-product-expo .field--name-field-sys-merged-products > .field__label,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products > .field__label{background:#00466E;color:var(--color-white);padding:1rem;margin-bottom:0.625rem;}.node--view-mode-npe-products .field--name-field-sys-master-record > .field__item,.node--type-new-product-expo .field--name-field-sys-master-record > .field__item,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record > .field__item,.node--view-mode-npe-products .field--name-field-sys-master-record > .field__items > .field__item,.node--type-new-product-expo .field--name-field-sys-master-record > .field__items > .field__item,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record > .field__items > .field__item,.node--view-mode-npe-products .field--name-field-sys-merged-products > .field__item,.node--type-new-product-expo .field--name-field-sys-merged-products > .field__item,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products > .field__item,.node--view-mode-npe-products .field--name-field-sys-merged-products > .field__items > .field__item,.node--type-new-product-expo .field--name-field-sys-merged-products > .field__items > .field__item,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products > .field__items > .field__item{background:var(--color-white);-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:1rem 1.25rem;margin-bottom:0.625rem;}.node--view-mode-npe-products .field--name-field-sys-master-record .field--name-field-product-image,.node--type-new-product-expo .field--name-field-sys-master-record .field--name-field-product-image,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-master-record .field--name-field-product-image,.node--view-mode-npe-products .field--name-field-sys-merged-products .field--name-field-product-image,.node--type-new-product-expo .field--name-field-sys-merged-products .field--name-field-product-image,.node--type-product-spotlight.node--view-mode-full .field--name-field-sys-merged-products .field--name-field-product-image{background:var(--color-white);text-align:center;margin-right:0.625rem;}.node--view-mode-npe-products #npe-product-info-3,.node--type-new-product-expo #npe-product-info-3,.node--type-product-spotlight.node--view-mode-full #npe-product-info-3{width:100%;margin:1.875rem 0;padding:0.625rem;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.node--view-mode-npe-products #npe-product-info-3 .innovative-features-view,.node--type-new-product-expo #npe-product-info-3 .innovative-features-view,.node--type-product-spotlight.node--view-mode-full #npe-product-info-3 .innovative-features-view,.node--view-mode-npe-products #npe-product-info-3 .benefits-innovation-view,.node--type-new-product-expo #npe-product-info-3 .benefits-innovation-view,.node--type-product-spotlight.node--view-mode-full #npe-product-info-3 .benefits-innovation-view{width:50%;}.node--view-mode-npe-products #npe-product-info-3 .innovative-features-view .field__item,.node--type-new-product-expo #npe-product-info-3 .innovative-features-view .field__item,.node--type-product-spotlight.node--view-mode-full #npe-product-info-3 .innovative-features-view .field__item,.node--view-mode-npe-products #npe-product-info-3 .benefits-innovation-view .field__item,.node--type-new-product-expo #npe-product-info-3 .benefits-innovation-view .field__item,.node--type-product-spotlight.node--view-mode-full #npe-product-info-3 .benefits-innovation-view .field__item{padding:0.625rem 1.25rem;}.node--type-new-product-expo,.node--type-product-spotlight.node--view-mode-full{padding-bottom:1.2rem;}.field--name-field-sys-initial-review{width:100%;}.plma_search-search .search,.plma_search-exhibitors .search,.plma_search-retailers .search,.plma_search-npe_online .search,.plma_search-spotlights .search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}@media screen and (min-width:75rem){.plma_search-search .search--body,.plma_search-exhibitors .search--body,.plma_search-retailers .search--body,.plma_search-npe_online .search--body,.plma_search-spotlights .search--body{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;padding-left:2rem;}}.plma_search-search .search--filter,.plma_search-exhibitors .search--filter,.plma_search-retailers .search--filter,.plma_search-npe_online .search--filter,.plma_search-spotlights .search--filter{-webkit-box-flex:0 !important;-webkit-flex:0 1 auto !important;-ms-flex:0 1 auto !important;flex:0 1 auto !important;width:100%;}@media screen and (min-width:75rem){.plma_search-search .search--filter,.plma_search-exhibitors .search--filter,.plma_search-retailers .search--filter,.plma_search-npe_online .search--filter,.plma_search-spotlights .search--filter{width:30%;}}.plma_search-search .search--filter-box,.plma_search-exhibitors .search--filter-box,.plma_search-retailers .search--filter-box,.plma_search-npe_online .search--filter-box,.plma_search-spotlights .search--filter-box{padding:1.5rem;background-color:white;margin-bottom:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;border-radius:5px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.plma_search-search .search--filter-box .ais-SearchBox,.plma_search-exhibitors .search--filter-box .ais-SearchBox,.plma_search-retailers .search--filter-box .ais-SearchBox,.plma_search-npe_online .search--filter-box .ais-SearchBox,.plma_search-spotlights .search--filter-box .ais-SearchBox{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;}.plma_search-search .search--filter-box .filters-button,.plma_search-exhibitors .search--filter-box .filters-button,.plma_search-retailers .search--filter-box .filters-button,.plma_search-npe_online .search--filter-box .filters-button,.plma_search-spotlights .search--filter-box .filters-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.284' height='15.124' viewBox='0 0 17.284 15.124' fill='white'%3E %3Cpath id='Icon_awesome-sliders-h' data-name='Icon awesome-sliders-h' d='M16.744,14.133H5.4v-.54a.542.542,0,0,0-.54-.54H3.781a.542.542,0,0,0-.54.54v.54H.54a.542.542,0,0,0-.54.54v1.08a.542.542,0,0,0,.54.54h2.7v.54a.542.542,0,0,0,.54.54h1.08a.542.542,0,0,0,.54-.54v-.54H16.744a.542.542,0,0,0,.54-.54v-1.08A.542.542,0,0,0,16.744,14.133Zm0-5.4h-2.7v-.54a.542.542,0,0,0-.54-.54h-1.08a.542.542,0,0,0-.54.54v.54H.54a.542.542,0,0,0-.54.54v1.08a.542.542,0,0,0,.54.54H11.883v.54a.542.542,0,0,0,.54.54H13.5a.542.542,0,0,0,.54-.54v-.54h2.7a.542.542,0,0,0,.54-.54V9.272A.542.542,0,0,0,16.744,8.732Zm0-5.4H9.722V2.79a.542.542,0,0,0-.54-.54H8.1a.542.542,0,0,0-.54.54v.54H.54A.542.542,0,0,0,0,3.87v1.08a.542.542,0,0,0,.54.54H7.562v.54a.542.542,0,0,0,.54.54h1.08a.542.542,0,0,0,.54-.54v-.54h7.022a.542.542,0,0,0,.54-.54V3.87A.542.542,0,0,0,16.744,3.33Z' transform='translate(0 -2.25)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;cursor:pointer;width:2.5rem;margin-left:0.5rem;background-color:#1E4491;border:none;border-radius:5px;}@media screen and (min-width:75rem){.plma_search-search .search--filter-box .filters-button,.plma_search-exhibitors .search--filter-box .filters-button,.plma_search-retailers .search--filter-box .filters-button,.plma_search-npe_online .search--filter-box .filters-button,.plma_search-spotlights .search--filter-box .filters-button{display:none;}}.plma_search-search .search--filter-box .search--mobile,.plma_search-exhibitors .search--filter-box .search--mobile,.plma_search-retailers .search--filter-box .search--mobile,.plma_search-npe_online .search--filter-box .search--mobile,.plma_search-spotlights .search--filter-box .search--mobile{width:100%;}.plma_search-search .search--filter-box .search--mobile .search--facets,.plma_search-search .search--filter-box .search--mobile .search--filter-save,.plma_search-exhibitors .search--filter-box .search--mobile .search--facets,.plma_search-exhibitors .search--filter-box .search--mobile .search--filter-save,.plma_search-retailers .search--filter-box .search--mobile .search--facets,.plma_search-retailers .search--filter-box .search--mobile .search--filter-save,.plma_search-npe_online .search--filter-box .search--mobile .search--facets,.plma_search-npe_online .search--filter-box .search--mobile .search--filter-save,.plma_search-spotlights .search--filter-box .search--mobile .search--facets,.plma_search-spotlights .search--filter-box .search--mobile .search--filter-save{display:block;}.plma_search-search .search--filter-box .search--mobile .close-filters,.plma_search-exhibitors .search--filter-box .search--mobile .close-filters,.plma_search-retailers .search--filter-box .search--mobile .close-filters,.plma_search-npe_online .search--filter-box .search--mobile .close-filters,.plma_search-spotlights .search--filter-box .search--mobile .close-filters{width:2.5rem;height:2.5rem;cursor:pointer;background-color:#1E4491;border:none;border-radius:5px;position:absolute;top:24px;right:24px;color:white;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-box .search--mobile .close-filters,.plma_search-exhibitors .search--filter-box .search--mobile .close-filters,.plma_search-retailers .search--filter-box .search--mobile .close-filters,.plma_search-npe_online .search--filter-box .search--mobile .close-filters,.plma_search-spotlights .search--filter-box .search--mobile .close-filters{top:24px;right:24px;}}.plma_search-search .search--filter-box .search--mobile .submit-filters,.plma_search-exhibitors .search--filter-box .search--mobile .submit-filters,.plma_search-retailers .search--filter-box .search--mobile .submit-filters,.plma_search-npe_online .search--filter-box .search--mobile .submit-filters,.plma_search-spotlights .search--filter-box .search--mobile .submit-filters{background-color:#1E4491;width:100%;border:none;color:white;padding:0.5rem 1rem;border-radius:5px;}.plma_search-search .search--filter-box form,.plma_search-exhibitors .search--filter-box form,.plma_search-retailers .search--filter-box form,.plma_search-npe_online .search--filter-box form,.plma_search-spotlights .search--filter-box form{padding:0;position:relative;-webkit-box-shadow:none;box-shadow:none;}.plma_search-search .search--filter-box input[type=search],.plma_search-exhibitors .search--filter-box input[type=search],.plma_search-retailers .search--filter-box input[type=search],.plma_search-npe_online .search--filter-box input[type=search],.plma_search-spotlights .search--filter-box input[type=search]{background-color:#E8EBEE;padding:0.5rem 1rem;border:none;width:100%;border-radius:5px;}.plma_search-search .search--filter-box button[type=reset],.plma_search-exhibitors .search--filter-box button[type=reset],.plma_search-retailers .search--filter-box button[type=reset],.plma_search-npe_online .search--filter-box button[type=reset],.plma_search-spotlights .search--filter-box button[type=reset]{position:absolute;top:0;bottom:0;right:2.6rem;border:0;}.plma_search-search .search--filter-box button[type=submit],.plma_search-exhibitors .search--filter-box button[type=submit],.plma_search-retailers .search--filter-box button[type=submit],.plma_search-npe_online .search--filter-box button[type=submit],.plma_search-spotlights .search--filter-box button[type=submit]{background-image:url(/themes/custom/plma/images/icons/search.svg);background-repeat:no-repeat;background-position:center;position:absolute;right:0;top:0;bottom:0;background-color:#1E4491;width:40px;border:0;border-radius:5px;}.plma_search-search .search--filter-box button[type=submit] svg,.plma_search-exhibitors .search--filter-box button[type=submit] svg,.plma_search-retailers .search--filter-box button[type=submit] svg,.plma_search-npe_online .search--filter-box button[type=submit] svg,.plma_search-spotlights .search--filter-box button[type=submit] svg{display:none;}.plma_search-search .facets-title,.plma_search-exhibitors .facets-title,.plma_search-retailers .facets-title,.plma_search-npe_online .facets-title,.plma_search-spotlights .facets-title{padding:0.8rem 1rem;text-transform:uppercase;border-bottom:1px solid #E8EBEE;font-family:"avenir_next_lt_probold";}.plma_search-search .search--facets,.plma_search-exhibitors .search--facets,.plma_search-retailers .search--facets,.plma_search-npe_online .search--facets,.plma_search-spotlights .search--facets{display:none;}@media screen and (min-width:75rem){.plma_search-search .search--facets,.plma_search-exhibitors .search--facets,.plma_search-retailers .search--facets,.plma_search-npe_online .search--facets,.plma_search-spotlights .search--facets{display:block;}}.plma_search-search .search--facets > div,.plma_search-exhibitors .search--facets > div,.plma_search-retailers .search--facets > div,.plma_search-npe_online .search--facets > div,.plma_search-spotlights .search--facets > div{margin-bottom:1rem;background-color:white;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.1);box-shadow:0 3px 6px rgba(0,0,0,0.1);border-radius:5px;}.plma_search-search .search--facets > div:nth-child(2) .sub-list,.plma_search-exhibitors .search--facets > div:nth-child(2) .sub-list,.plma_search-retailers .search--facets > div:nth-child(2) .sub-list,.plma_search-npe_online .search--facets > div:nth-child(2) .sub-list,.plma_search-spotlights .search--facets > div:nth-child(2) .sub-list{max-height:300px;overflow:auto;padding-top:0.5rem;padding-bottom:0.5rem;scrollbar-width:auto;}.plma_search-search .search--facets > div:nth-child(2) .sub-list span,.plma_search-exhibitors .search--facets > div:nth-child(2) .sub-list span,.plma_search-retailers .search--facets > div:nth-child(2) .sub-list span,.plma_search-npe_online .search--facets > div:nth-child(2) .sub-list span,.plma_search-spotlights .search--facets > div:nth-child(2) .sub-list span{text-transform:none;font-size:1rem;}.plma_search-search .search--facets .search--display-checkbox ul,.plma_search-exhibitors .search--facets .search--display-checkbox ul,.plma_search-retailers .search--facets .search--display-checkbox ul,.plma_search-npe_online .search--facets .search--display-checkbox ul,.plma_search-spotlights .search--facets .search--display-checkbox ul{padding:0.5rem 0;}.plma_search-search .search--facets ul,.plma_search-exhibitors .search--facets ul,.plma_search-retailers .search--facets ul,.plma_search-npe_online .search--facets ul,.plma_search-spotlights .search--facets ul{list-style-type:none;padding:0;margin:0;}.plma_search-search .search--facets label,.plma_search-exhibitors .search--facets label,.plma_search-retailers .search--facets label,.plma_search-npe_online .search--facets label,.plma_search-spotlights .search--facets label{width:100%;}.plma_search-search .search--facets label span,.plma_search-exhibitors .search--facets label span,.plma_search-retailers .search--facets label span,.plma_search-npe_online .search--facets label span,.plma_search-spotlights .search--facets label span{padding:0.35rem 1rem 0.35rem 3rem;display:block;position:relative;line-height:1.3;cursor:pointer;}.plma_search-search .search--facets label span::before,.plma_search-exhibitors .search--facets label span::before,.plma_search-retailers .search--facets label span::before,.plma_search-npe_online .search--facets label span::before,.plma_search-spotlights .search--facets label span::before{width:18px;height:18px;content:"";border:1px solid #ccc;border-radius:4px;background-color:white;position:absolute;left:1rem;top:5px;}.plma_search-search .search--facets label input[type=checkbox],.plma_search-exhibitors .search--facets label input[type=checkbox],.plma_search-retailers .search--facets label input[type=checkbox],.plma_search-npe_online .search--facets label input[type=checkbox],.plma_search-spotlights .search--facets label input[type=checkbox]{display:none;}.plma_search-search .search--facets label input[type=checkbox]:checked + span,.plma_search-exhibitors .search--facets label input[type=checkbox]:checked + span,.plma_search-retailers .search--facets label input[type=checkbox]:checked + span,.plma_search-npe_online .search--facets label input[type=checkbox]:checked + span,.plma_search-spotlights .search--facets label input[type=checkbox]:checked + span{color:black;font-family:"avenir_next_lt_probold";background-color:#dde0e3;}.plma_search-search .search--facets label input[type=checkbox]:checked + span::before,.plma_search-exhibitors .search--facets label input[type=checkbox]:checked + span::before,.plma_search-retailers .search--facets label input[type=checkbox]:checked + span::before,.plma_search-npe_online .search--facets label input[type=checkbox]:checked + span::before,.plma_search-spotlights .search--facets label input[type=checkbox]:checked + span::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.34' height='9.202' viewBox='0 0 12.34 9.202' fill='white'%3E %3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.191,13.6.181,9.588a.617.617,0,0,1,0-.873l.873-.873a.617.617,0,0,1,.873,0l2.7,2.7,5.787-5.787a.617.617,0,0,1,.873,0l.873.873a.617.617,0,0,1,0,.873l-7.1,7.1A.617.617,0,0,1,4.191,13.6Z' transform='translate(0 -4.577)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#1E4491;border-color:#1E4491;-webkit-background-size:12px 12px;background-size:12px;}.plma_search-search .search--facets label.radio span::before,.plma_search-exhibitors .search--facets label.radio span::before,.plma_search-retailers .search--facets label.radio span::before,.plma_search-npe_online .search--facets label.radio span::before,.plma_search-spotlights .search--facets label.radio span::before{border-radius:50%;}.plma_search-search .search--facets .main-list span,.plma_search-exhibitors .search--facets .main-list span,.plma_search-retailers .search--facets .main-list span,.plma_search-npe_online .search--facets .main-list span,.plma_search-spotlights .search--facets .main-list span{background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' width='18' height='18' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23212529'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D %3C/style%3E %3Cpath d='M17,11h-6v6H9v-6H3V9h6V3h2v6h6V11z'/%3E %3Cpath class='st0' d='M0,0h24v24H0V0z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right 10px center;padding-right:2rem;padding-top:0.7rem;padding-bottom:0.7rem;text-transform:uppercase;font-size:0.9rem;border-bottom:1px solid #E8EBEE;}.plma_search-search .search--facets .main-list span::before,.plma_search-exhibitors .search--facets .main-list span::before,.plma_search-retailers .search--facets .main-list span::before,.plma_search-npe_online .search--facets .main-list span::before,.plma_search-spotlights .search--facets .main-list span::before{top:11px;}.plma_search-search .search--facets .main-list input[type=checkbox]:checked + span,.plma_search-exhibitors .search--facets .main-list input[type=checkbox]:checked + span,.plma_search-retailers .search--facets .main-list input[type=checkbox]:checked + span,.plma_search-npe_online .search--facets .main-list input[type=checkbox]:checked + span,.plma_search-spotlights .search--facets .main-list input[type=checkbox]:checked + span{background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' width='18' height='18' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:none;%7D %3C/style%3E %3Cpath class='st0' d='M17,11H3V9h14V11z'/%3E %3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right 10px center;background-color:#1E4491;color:white;}.plma_search-search .search--facets .main-list input[type=checkbox]:checked + span::before,.plma_search-exhibitors .search--facets .main-list input[type=checkbox]:checked + span::before,.plma_search-retailers .search--facets .main-list input[type=checkbox]:checked + span::before,.plma_search-npe_online .search--facets .main-list input[type=checkbox]:checked + span::before,.plma_search-spotlights .search--facets .main-list input[type=checkbox]:checked + span::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.34' height='9.202' viewBox='0 0 12.34 9.202' fill='%231E4491'%3E %3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.191,13.6.181,9.588a.617.617,0,0,1,0-.873l.873-.873a.617.617,0,0,1,.873,0l2.7,2.7,5.787-5.787a.617.617,0,0,1,.873,0l.873.873a.617.617,0,0,1,0,.873l-7.1,7.1A.617.617,0,0,1,4.191,13.6Z' transform='translate(0 -4.577)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:white;border-color:white;-webkit-background-size:12px 12px;background-size:12px;}.plma_search-search .search--facets .main-list span.no-expand,.plma_search-exhibitors .search--facets .main-list span.no-expand,.plma_search-retailers .search--facets .main-list span.no-expand,.plma_search-npe_online .search--facets .main-list span.no-expand,.plma_search-spotlights .search--facets .main-list span.no-expand{background-image:none !important;}.plma_search-search .search--facets .sub-list,.plma_search-exhibitors .search--facets .sub-list,.plma_search-retailers .search--facets .sub-list,.plma_search-npe_online .search--facets .sub-list,.plma_search-spotlights .search--facets .sub-list{background-color:#E8EBEE;padding:0.5rem 0;}.plma_search-search .search--facets .sub-list span,.plma_search-exhibitors .search--facets .sub-list span,.plma_search-retailers .search--facets .sub-list span,.plma_search-npe_online .search--facets .sub-list span,.plma_search-spotlights .search--facets .sub-list span{text-transform:uppercase;font-size:0.9rem;}.plma_search-search .search--facets .product-list,.plma_search-exhibitors .search--facets .product-list,.plma_search-retailers .search--facets .product-list,.plma_search-npe_online .search--facets .product-list,.plma_search-spotlights .search--facets .product-list{padding-left:2rem;max-height:300px;overflow:auto;padding-bottom:0.5rem;margin-bottom:0.5rem;scrollbar-width:auto;background-color:#dde0e3;}.plma_search-search .search--facets .product-list span,.plma_search-exhibitors .search--facets .product-list span,.plma_search-retailers .search--facets .product-list span,.plma_search-npe_online .search--facets .product-list span,.plma_search-spotlights .search--facets .product-list span{text-transform:none;font-size:1rem;}.plma_search-search .search--facets .search--refinements-checkbox ul,.plma_search-exhibitors .search--facets .search--refinements-checkbox ul,.plma_search-retailers .search--facets .search--refinements-checkbox ul,.plma_search-npe_online .search--facets .search--refinements-checkbox ul,.plma_search-spotlights .search--facets .search--refinements-checkbox ul{max-height:300px;overflow:auto;padding-top:0.5rem;padding-bottom:0.5rem;scrollbar-width:auto;}.plma_search-search .search--filter-save,.plma_search-exhibitors .search--filter-save,.plma_search-retailers .search--filter-save,.plma_search-npe_online .search--filter-save,.plma_search-spotlights .search--filter-save{position:relative;display:none;margin-top:1.5rem;}@media screen and (min-width:75rem){.plma_search-search .search--filter-save,.plma_search-exhibitors .search--filter-save,.plma_search-retailers .search--filter-save,.plma_search-npe_online .search--filter-save,.plma_search-spotlights .search--filter-save{display:block;margin-top:0;}}.plma_search-search .search--filter-save .filter_box,.plma_search-exhibitors .search--filter-save .filter_box,.plma_search-retailers .search--filter-save .filter_box,.plma_search-npe_online .search--filter-save .filter_box,.plma_search-spotlights .search--filter-save .filter_box{position:relative;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .filter_box,.plma_search-exhibitors .search--filter-save .filter_box,.plma_search-retailers .search--filter-save .filter_box,.plma_search-npe_online .search--filter-save .filter_box,.plma_search-spotlights .search--filter-save .filter_box{padding-bottom:2rem;margin-bottom:2rem;}}.plma_search-search .search--filter-save .search-crud,.plma_search-exhibitors .search--filter-save .search-crud,.plma_search-retailers .search--filter-save .search-crud,.plma_search-npe_online .search--filter-save .search-crud,.plma_search-spotlights .search--filter-save .search-crud{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma_search-search .search--filter-save .search-crud__wrapper,.plma_search-exhibitors .search--filter-save .search-crud__wrapper,.plma_search-retailers .search--filter-save .search-crud__wrapper,.plma_search-npe_online .search--filter-save .search-crud__wrapper,.plma_search-spotlights .search--filter-save .search-crud__wrapper{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.85);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:10000;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud-form,.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud-form,.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud-form,.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud-form,.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud-form{background-color:white;width:600px;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud__header,.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud__header,.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud__header,.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud__header,.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud__header{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.803' height='19.564' viewBox='0 0 15.803 19.564' fill='white'%3E %3Cpath id='Path_314' data-name='Path 314' d='M4.878,2.725H9.633A4.326,4.326,0,0,1,8.49.967H5.045A1.024,1.024,0,0,1,3.885-.176V-12.437a1.03,1.03,0,0,1,1.16-1.151h8.534a1.037,1.037,0,0,1,1.16,1.151v7.146A4.339,4.339,0,0,1,16.5-4.157v-8.411a2.47,2.47,0,0,0-2.751-2.777H4.878a2.476,2.476,0,0,0-2.76,2.777V-.053A2.472,2.472,0,0,0,4.878,2.725ZM6.319-10.2h5.994a.535.535,0,0,0,.536-.545.525.525,0,0,0-.536-.527H6.319a.522.522,0,0,0-.545.527A.531.531,0,0,0,6.319-10.2Zm0,2.813h5.994a.535.535,0,0,0,.536-.545.524.524,0,0,0-.536-.519H6.319a.52.52,0,0,0-.545.519A.531.531,0,0,0,6.319-7.392ZM12.867,2.725A3.627,3.627,0,0,0,14.748,2.2l1.74,1.74a.874.874,0,0,0,.65.281.776.776,0,0,0,.782-.817.831.831,0,0,0-.255-.58L15.917,1.072a3.661,3.661,0,0,0,.589-1.986,3.646,3.646,0,0,0-3.639-3.639A3.657,3.657,0,0,0,9.229-.914,3.652,3.652,0,0,0,12.867,2.725Zm0-1.292A2.352,2.352,0,0,1,10.521-.914a2.356,2.356,0,0,1,2.347-2.338A2.352,2.352,0,0,1,15.2-.914,2.343,2.343,0,0,1,12.867,1.433Z' transform='translate(-2.118 15.346)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#1E4491;color:white;padding:1rem 1.5rem 1rem 3.5rem;text-transform:uppercase;font-family:"avenir_next_lt_probold";font-size:1.2rem;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;background-position:left 20px center;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud__content,.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud__content,.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud__content,.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud__content,.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud__content{padding:1.5rem;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud__content input[type=text],.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud__content input[type=text],.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud__content input[type=text],.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud__content input[type=text],.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud__content input[type=text]{width:100%;padding:1rem;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud__actions,.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud__actions,.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud__actions,.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud__actions,.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;padding:1.5rem;background-color:#E8EBEE;}.plma_search-search .search--filter-save .search-crud__wrapper .search-crud__actions button,.plma_search-exhibitors .search--filter-save .search-crud__wrapper .search-crud__actions button,.plma_search-retailers .search--filter-save .search-crud__wrapper .search-crud__actions button,.plma_search-npe_online .search--filter-save .search-crud__wrapper .search-crud__actions button,.plma_search-spotlights .search--filter-save .search-crud__wrapper .search-crud__actions button{width:50%;padding:1rem;}.plma_search-search .search--filter-save .search-records,.plma_search-exhibitors .search--filter-save .search-records,.plma_search-retailers .search--filter-save .search-records,.plma_search-npe_online .search--filter-save .search-records,.plma_search-spotlights .search--filter-save .search-records{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.803' height='19.564' viewBox='0 0 15.803 19.564' fill='%23c4961e'%3E %3Cpath id='Path_314' data-name='Path 314' d='M4.878,2.725H9.633A4.326,4.326,0,0,1,8.49.967H5.045A1.024,1.024,0,0,1,3.885-.176V-12.437a1.03,1.03,0,0,1,1.16-1.151h8.534a1.037,1.037,0,0,1,1.16,1.151v7.146A4.339,4.339,0,0,1,16.5-4.157v-8.411a2.47,2.47,0,0,0-2.751-2.777H4.878a2.476,2.476,0,0,0-2.76,2.777V-.053A2.472,2.472,0,0,0,4.878,2.725ZM6.319-10.2h5.994a.535.535,0,0,0,.536-.545.525.525,0,0,0-.536-.527H6.319a.522.522,0,0,0-.545.527A.531.531,0,0,0,6.319-10.2Zm0,2.813h5.994a.535.535,0,0,0,.536-.545.524.524,0,0,0-.536-.519H6.319a.52.52,0,0,0-.545.519A.531.531,0,0,0,6.319-7.392ZM12.867,2.725A3.627,3.627,0,0,0,14.748,2.2l1.74,1.74a.874.874,0,0,0,.65.281.776.776,0,0,0,.782-.817.831.831,0,0,0-.255-.58L15.917,1.072a3.661,3.661,0,0,0,.589-1.986,3.646,3.646,0,0,0-3.639-3.639A3.657,3.657,0,0,0,9.229-.914,3.652,3.652,0,0,0,12.867,2.725Zm0-1.292A2.352,2.352,0,0,1,10.521-.914a2.356,2.356,0,0,1,2.347-2.338A2.352,2.352,0,0,1,15.2-.914,2.343,2.343,0,0,1,12.867,1.433Z' transform='translate(-2.118 15.346)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left center;padding-left:1.5rem;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .search-records span:first-child,.plma_search-exhibitors .search--filter-save .search-records span:first-child,.plma_search-retailers .search--filter-save .search-records span:first-child,.plma_search-npe_online .search--filter-save .search-records span:first-child,.plma_search-spotlights .search--filter-save .search-records span:first-child{display:block;width:100%;text-transform:uppercase;font-size:0.8rem;}}.plma_search-search .search--filter-save .search-record-loaded,.plma_search-exhibitors .search--filter-save .search-record-loaded,.plma_search-retailers .search--filter-save .search-record-loaded,.plma_search-npe_online .search--filter-save .search-record-loaded,.plma_search-spotlights .search--filter-save .search-record-loaded{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,24.51l6.87-6.885-6.87-6.885L15,8.625l9,9-9,9Z' transform='translate(26.625 -12.885) rotate(90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;margin-left:0.5rem;color:#153067;font-family:"avenir_next_lt_probold";padding-right:2.3rem;background-position:right 10px center;-webkit-background-size:12px 12px;background-size:12px;cursor:pointer;}.plma_search-search .search--filter-save .search-record-loaded.open,.plma_search-exhibitors .search--filter-save .search-record-loaded.open,.plma_search-retailers .search--filter-save .search-record-loaded.open,.plma_search-npe_online .search--filter-save .search-record-loaded.open,.plma_search-spotlights .search--filter-save .search-record-loaded.open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M0,2.115,6.87,9,0,15.885,2.115,18l9-9-9-9Z' transform='translate(0 11.115) rotate(-90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right 10px center;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .search-record-loaded,.plma_search-exhibitors .search--filter-save .search-record-loaded,.plma_search-retailers .search--filter-save .search-record-loaded,.plma_search-npe_online .search--filter-save .search-record-loaded,.plma_search-spotlights .search--filter-save .search-record-loaded{margin-left:0;display:block;width:100%;}}.plma_search-search .search--filter-save .search-crud-records,.plma_search-exhibitors .search--filter-save .search-crud-records,.plma_search-retailers .search--filter-save .search-crud-records,.plma_search-npe_online .search--filter-save .search-crud-records,.plma_search-spotlights .search--filter-save .search-crud-records{background-color:white;position:relative;padding:0.5rem 1rem 0.5rem 1.5rem;border-radius:5px 5px 0 0;-webkit-box-shadow:0 -4px 4px 0 rgba(0,0,0,0.03);box-shadow:0 -4px 4px 0 rgba(0,0,0,0.03);width:100%;border-bottom:1px solid #E8EBEE;}@media screen and (min-width:48rem){.plma_search-search .search--filter-save .search-crud-records,.plma_search-exhibitors .search--filter-save .search-crud-records,.plma_search-retailers .search--filter-save .search-crud-records,.plma_search-npe_online .search--filter-save .search-crud-records,.plma_search-spotlights .search--filter-save .search-crud-records{width:auto;border:none;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}}.plma_search-search .search--filter-save .search-record__list,.plma_search-exhibitors .search--filter-save .search-record__list,.plma_search-retailers .search--filter-save .search-record__list,.plma_search-npe_online .search--filter-save .search-record__list,.plma_search-spotlights .search--filter-save .search-record__list{position:absolute;left:0;right:0;top:40px;padding:1rem 1rem 1rem 1.5rem;background-color:white;border-radius:0 0 5px 5px;margin:0;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);z-index:10;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .search-record__list,.plma_search-exhibitors .search--filter-save .search-record__list,.plma_search-retailers .search--filter-save .search-record__list,.plma_search-npe_online .search--filter-save .search-record__list,.plma_search-spotlights .search--filter-save .search-record__list{top:60px;}}.plma_search-search .search--filter-save .search-record__list li,.plma_search-exhibitors .search--filter-save .search-record__list li,.plma_search-retailers .search--filter-save .search-record__list li,.plma_search-npe_online .search--filter-save .search-record__list li,.plma_search-spotlights .search--filter-save .search-record__list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-bottom:1px solid #E8EBEE;cursor:pointer;}.plma_search-search .search--filter-save .search-record__list li span,.plma_search-exhibitors .search--filter-save .search-record__list li span,.plma_search-retailers .search--filter-save .search-record__list li span,.plma_search-npe_online .search--filter-save .search-record__list li span,.plma_search-spotlights .search--filter-save .search-record__list li span{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;padding:0.5rem 0;}.plma_search-search .search--filter-save .search-record__list li .seach-record__menu-edit,.plma_search-exhibitors .search--filter-save .search-record__list li .seach-record__menu-edit,.plma_search-retailers .search--filter-save .search-record__list li .seach-record__menu-edit,.plma_search-npe_online .search--filter-save .search-record__list li .seach-record__menu-edit,.plma_search-spotlights .search--filter-save .search-record__list li .seach-record__menu-edit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.plma_search-search .search--filter-save .search-record__list li .seach-record__menu-edit button,.plma_search-exhibitors .search--filter-save .search-record__list li .seach-record__menu-edit button,.plma_search-retailers .search--filter-save .search-record__list li .seach-record__menu-edit button,.plma_search-npe_online .search--filter-save .search-record__list li .seach-record__menu-edit button,.plma_search-spotlights .search--filter-save .search-record__list li .seach-record__menu-edit button{width:15px;height:20px;display:block;background-color:transparent;-webkit-background-size:0.8rem 0.8rem;background-size:0.8rem;color:#212529;font-size:0;}.plma_search-search .search--filter-save .search-record__list li .seach-record__menu-edit .update,.plma_search-exhibitors .search--filter-save .search-record__list li .seach-record__menu-edit .update,.plma_search-retailers .search--filter-save .search-record__list li .seach-record__menu-edit .update,.plma_search-npe_online .search--filter-save .search-record__list li .seach-record__menu-edit .update,.plma_search-spotlights .search--filter-save .search-record__list li .seach-record__menu-edit .update{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.998' height='35.999' viewBox='0 0 35.998 35.999' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-pencil-alt' data-name='Icon awesome-pencil-alt' d='M35.009,9.991l-3.241,3.241a.845.845,0,0,1-1.2,0l-7.8-7.8a.845.845,0,0,1,0-1.2L26.009.991a3.382,3.382,0,0,1,4.774,0l4.226,4.226A3.37,3.37,0,0,1,35.009,9.991ZM19.983,7.017,1.519,25.481.028,34.024a1.69,1.69,0,0,0,1.955,1.955l8.543-1.5L28.99,16.017a.845.845,0,0,0,0-1.2l-7.8-7.8a.853.853,0,0,0-1.2,0ZM8.726,23.9a.98.98,0,0,1,0-1.392L19.554,11.679a.984.984,0,0,1,1.392,1.392L10.118,23.9a.98.98,0,0,1-1.392,0ZM6.188,29.813H9.563v2.552l-4.535.795L2.841,30.973l.795-4.535H6.188Z' transform='translate(-0.002 -0.005)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.plma_search-search .search--filter-save .search-record__list li .seach-record__menu-edit .delete,.plma_search-exhibitors .search--filter-save .search-record__list li .seach-record__menu-edit .delete,.plma_search-retailers .search--filter-save .search-record__list li .seach-record__menu-edit .delete,.plma_search-npe_online .search--filter-save .search-record__list li .seach-record__menu-edit .delete,.plma_search-spotlights .search--filter-save .search-record__list li .seach-record__menu-edit .delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.5' height='36' viewBox='0 0 31.5 36' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-trash-alt' data-name='Icon awesome-trash-alt' d='M2.25,32.625A3.375,3.375,0,0,0,5.625,36h20.25a3.375,3.375,0,0,0,3.375-3.375V9h-27Zm19.125-18a1.125,1.125,0,0,1,2.25,0v15.75a1.125,1.125,0,0,1-2.25,0Zm-6.75,0a1.125,1.125,0,0,1,2.25,0v15.75a1.125,1.125,0,0,1-2.25,0Zm-6.75,0a1.125,1.125,0,0,1,2.25,0v15.75a1.125,1.125,0,0,1-2.25,0ZM30.375,2.25H21.938L21.277.935A1.688,1.688,0,0,0,19.765,0H11.728a1.668,1.668,0,0,0-1.5.935L9.563,2.25H1.125A1.125,1.125,0,0,0,0,3.375v2.25A1.125,1.125,0,0,0,1.125,6.75h29.25A1.125,1.125,0,0,0,31.5,5.625V3.375A1.125,1.125,0,0,0,30.375,2.25Z' transform='translate(0 0)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.plma_search-search .search--filter-save .search-records > span:first-child,.plma_search-exhibitors .search--filter-save .search-records > span:first-child,.plma_search-retailers .search--filter-save .search-records > span:first-child,.plma_search-npe_online .search--filter-save .search-records > span:first-child,.plma_search-spotlights .search--filter-save .search-records > span:first-child{font-family:"avenir_next_lt_probold";}.plma_search-search .search--filter-save .button,.plma_search-search .search--filter-save .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_search-search .search--filter-save a,.plma_search-search .search--filter-save .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search--filter-save a,.plma_search-search .search--filter-save .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-search .search--filter-save .feed-icon,.plma_search-search .search--filter-save .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-search .search--filter-save input,.plma_search-search .search--filter-save .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search--filter-save a:not(.link),.plma_search-exhibitors .search--filter-save .button,.plma_search-exhibitors .search--filter-save .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_search-exhibitors .search--filter-save a,.plma_search-exhibitors .search--filter-save .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search--filter-save a,.plma_search-exhibitors .search--filter-save .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search--filter-save .feed-icon,.plma_search-exhibitors .search--filter-save .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-exhibitors .search--filter-save input,.plma_search-exhibitors .search--filter-save .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search--filter-save a:not(.link),.plma_search-retailers .search--filter-save .button,.plma_search-retailers .search--filter-save .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_search-retailers .search--filter-save a,.plma_search-retailers .search--filter-save .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search--filter-save a,.plma_search-retailers .search--filter-save .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-retailers .search--filter-save .feed-icon,.plma_search-retailers .search--filter-save .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-retailers .search--filter-save input,.plma_search-retailers .search--filter-save .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search--filter-save a:not(.link),.plma_search-npe_online .search--filter-save .button,.plma_search-npe_online .search--filter-save .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_search-npe_online .search--filter-save a,.plma_search-npe_online .search--filter-save .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-npe_online .search--filter-save a,.plma_search-npe_online .search--filter-save .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-npe_online .search--filter-save .feed-icon,.plma_search-npe_online .search--filter-save .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-npe_online .search--filter-save input,.plma_search-npe_online .search--filter-save .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-npe_online .search--filter-save a:not(.link),.plma_search-spotlights .search--filter-save .button,.plma_search-spotlights .search--filter-save .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .plma_search-spotlights .search--filter-save a,.plma_search-spotlights .search--filter-save .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-spotlights .search--filter-save a,.plma_search-spotlights .search--filter-save .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-spotlights .search--filter-save .feed-icon,.plma_search-spotlights .search--filter-save .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-spotlights .search--filter-save input,.plma_search-spotlights .search--filter-save .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-spotlights .search--filter-save a:not(.link){padding:0.5rem 1rem;margin:0;}.plma_search-search .search--filter-save .reset-button,.plma_search-exhibitors .search--filter-save .reset-button,.plma_search-retailers .search--filter-save .reset-button,.plma_search-npe_online .search--filter-save .reset-button,.plma_search-spotlights .search--filter-save .reset-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.585' height='17.304' viewBox='0 0 12.585 17.304' fill='%23c4961e'%3E %3Cpath id='Icon_material-loop' data-name='Icon material-loop' d='M12.292,3.86V1.5L9.146,4.646l3.146,3.146V5.433a4.723,4.723,0,0,1,4.719,4.719,4.617,4.617,0,0,1-.551,2.2L17.61,13.5A6.281,6.281,0,0,0,12.292,3.86Zm0,11.012a4.723,4.723,0,0,1-4.719-4.719,4.617,4.617,0,0,1,.551-2.2L6.975,6.8a6.281,6.281,0,0,0,5.317,9.643V18.8l3.146-3.146-3.146-3.146Z' transform='translate(-6 -1.5)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left 15px center;padding-left:2.2rem;margin-bottom:0.5rem;background-color:white;border:none !important;border-radius:30px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .reset-button,.plma_search-exhibitors .search--filter-save .reset-button,.plma_search-retailers .search--filter-save .reset-button,.plma_search-npe_online .search--filter-save .reset-button,.plma_search-spotlights .search--filter-save .reset-button{position:absolute;bottom:0;width:50%;margin:0;border-radius:0;text-transform:uppercase;right:0;}}.plma_search-search .search--filter-save .reset-button:hover,.plma_search-exhibitors .search--filter-save .reset-button:hover,.plma_search-retailers .search--filter-save .reset-button:hover,.plma_search-npe_online .search--filter-save .reset-button:hover,.plma_search-spotlights .search--filter-save .reset-button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.585' height='17.304' viewBox='0 0 12.585 17.304' fill='white'%3E %3Cpath id='Icon_material-loop' data-name='Icon material-loop' d='M12.292,3.86V1.5L9.146,4.646l3.146,3.146V5.433a4.723,4.723,0,0,1,4.719,4.719,4.617,4.617,0,0,1-.551,2.2L17.61,13.5A6.281,6.281,0,0,0,12.292,3.86Zm0,11.012a4.723,4.723,0,0,1-4.719-4.719,4.617,4.617,0,0,1,.551-2.2L6.975,6.8a6.281,6.281,0,0,0,5.317,9.643V18.8l3.146-3.146-3.146-3.146Z' transform='translate(-6 -1.5)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#1E4491;background-position:left 15px center;color:white;}.plma_search-search .search--filter-save .save-search,.plma_search-exhibitors .search--filter-save .save-search,.plma_search-retailers .search--filter-save .save-search,.plma_search-npe_online .search--filter-save .save-search,.plma_search-spotlights .search--filter-save .save-search{position:absolute;top:52px;right:-2px;border-radius:5px 0 0 5px;text-transform:uppercase;}.plma_search-search .search--filter-save .save-search::after,.plma_search-exhibitors .search--filter-save .save-search::after,.plma_search-retailers .search--filter-save .save-search::after,.plma_search-npe_online .search--filter-save .save-search::after,.plma_search-spotlights .search--filter-save .save-search::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='40' viewBox='0 0 5 40' fill='%231E4491'%3E %3Cpath id='Path_314' data-name='Path 314' d='M.019-2.548,5,.037l.021,34.568-5,2.846Z' transform='translate(-0.017 2.548)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";position:absolute;right:-4px;width:5px;top:-4px;bottom:0;display:block;height:40px;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .save-search::after,.plma_search-exhibitors .search--filter-save .save-search::after,.plma_search-retailers .search--filter-save .save-search::after,.plma_search-npe_online .search--filter-save .save-search::after,.plma_search-spotlights .search--filter-save .save-search::after{content:none;}}.plma_search-search .search--filter-save .save-search:hover::after,.plma_search-exhibitors .search--filter-save .save-search:hover::after,.plma_search-retailers .search--filter-save .save-search:hover::after,.plma_search-npe_online .search--filter-save .save-search:hover::after,.plma_search-spotlights .search--filter-save .save-search:hover::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='40' viewBox='0 0 5 40' fill='%23153067'%3E %3Cpath id='Path_314' data-name='Path 314' d='M.019-2.548,5,.037l.021,34.568-5,2.846Z' transform='translate(-0.017 2.548)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}@media screen and (max-width:47.9375rem){.plma_search-search .search--filter-save .save-search,.plma_search-exhibitors .search--filter-save .save-search,.plma_search-retailers .search--filter-save .save-search,.plma_search-npe_online .search--filter-save .save-search,.plma_search-spotlights .search--filter-save .save-search{position:absolute;bottom:0;top:auto;width:50%;border-radius:0;left:0;}}.plma_search-search .search--filter-save .select-filter,.plma_search-exhibitors .search--filter-save .select-filter,.plma_search-retailers .search--filter-save .select-filter,.plma_search-npe_online .search--filter-save .select-filter,.plma_search-spotlights .search--filter-save .select-filter{background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);padding:1rem 1.5rem;border-radius:5px 0px 5px 5px;margin-bottom:1rem;}@media screen and (min-width:48rem){.plma_search-search .search--filter-save .select-filter,.plma_search-exhibitors .search--filter-save .select-filter,.plma_search-retailers .search--filter-save .select-filter,.plma_search-npe_online .search--filter-save .select-filter,.plma_search-spotlights .search--filter-save .select-filter{padding-right:9rem;}}.plma_search-search .search--filter-save .unselected-filters,.plma_search-exhibitors .search--filter-save .unselected-filters,.plma_search-retailers .search--filter-save .unselected-filters,.plma_search-npe_online .search--filter-save .unselected-filters,.plma_search-spotlights .search--filter-save .unselected-filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma_search-search .search--filter-save .unselected-filters b,.plma_search-exhibitors .search--filter-save .unselected-filters b,.plma_search-retailers .search--filter-save .unselected-filters b,.plma_search-npe_online .search--filter-save .unselected-filters b,.plma_search-spotlights .search--filter-save .unselected-filters b{font-family:"avenir_next_lt_probold";margin-right:0.5rem;}.plma_search-search .search--filter-save .filter-chip,.plma_search-exhibitors .search--filter-save .filter-chip,.plma_search-retailers .search--filter-save .filter-chip,.plma_search-npe_online .search--filter-save .filter-chip,.plma_search-spotlights .search--filter-save .filter-chip{background-color:#E8EBEE;border-radius:30px;padding:0.5rem 1rem;font-size:0.9375rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0.1875rem 0.1875rem 0 0;line-height:1;}@media screen and (min-width:48rem){.plma_search-search .search--filter-save .filter-chip,.plma_search-exhibitors .search--filter-save .filter-chip,.plma_search-retailers .search--filter-save .filter-chip,.plma_search-npe_online .search--filter-save .filter-chip,.plma_search-spotlights .search--filter-save .filter-chip{padding:0.5rem 1rem;}}.plma_search-search .search--filter-save .filter-button,.plma_search-exhibitors .search--filter-save .filter-button,.plma_search-retailers .search--filter-save .filter-button,.plma_search-npe_online .search--filter-save .filter-button,.plma_search-spotlights .search--filter-save .filter-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.5' height='7.5' viewBox='0 0 7.5 7.5' fill='%231E4491'%3E %3Cpath id='Icon_metro-cross' data-name='Icon metro-cross' d='M10,7.953h0L7.727,5.678,10,3.4h0a.235.235,0,0,0,0-.331L8.927,2A.235.235,0,0,0,8.6,2h0L6.321,4.272,4.046,2h0a.235.235,0,0,0-.331,0L2.639,3.071a.235.235,0,0,0,0,.331h0L4.915,5.678,2.639,7.953h0a.235.235,0,0,0,0,.331L3.714,9.36a.235.235,0,0,0,.331,0h0L6.321,7.084,8.6,9.36h0a.235.235,0,0,0,.331,0L10,8.285a.235.235,0,0,0,0-.331Z' transform='translate(-2.571 -1.928)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;padding:0;border:none;margin-left:0.3125rem;width:12px;height:12px;font-size:0;cursor:pointer;}.plma_search-search .search--results-order,.plma_search-exhibitors .search--results-order,.plma_search-retailers .search--results-order,.plma_search-npe_online .search--results-order,.plma_search-spotlights .search--results-order{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}.plma_search-search .search--results-order .actions-btn,.plma_search-search .search--results-order .search--results-sort,.plma_search-exhibitors .search--results-order .actions-btn,.plma_search-exhibitors .search--results-order .search--results-sort,.plma_search-retailers .search--results-order .actions-btn,.plma_search-retailers .search--results-order .search--results-sort,.plma_search-npe_online .search--results-order .actions-btn,.plma_search-npe_online .search--results-order .search--results-sort,.plma_search-spotlights .search--results-order .actions-btn,.plma_search-spotlights .search--results-order .search--results-sort{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;}@media screen and (min-width:75rem){.plma_search-search .search--results-order .actions-btn,.plma_search-search .search--results-order .search--results-sort,.plma_search-exhibitors .search--results-order .actions-btn,.plma_search-exhibitors .search--results-order .search--results-sort,.plma_search-retailers .search--results-order .actions-btn,.plma_search-retailers .search--results-order .search--results-sort,.plma_search-npe_online .search--results-order .actions-btn,.plma_search-npe_online .search--results-order .search--results-sort,.plma_search-spotlights .search--results-order .actions-btn,.plma_search-spotlights .search--results-order .search--results-sort{width:auto;}}@media screen and (max-width:30rem){.plma_search-search .search--results-order .actions-btn,.plma_search-exhibitors .search--results-order .actions-btn,.plma_search-retailers .search--results-order .actions-btn,.plma_search-npe_online .search--results-order .actions-btn,.plma_search-spotlights .search--results-order .actions-btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;grid-gap:10px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}}.plma_search-search .search--results-order .search--results-count,.plma_search-exhibitors .search--results-order .search--results-count,.plma_search-retailers .search--results-order .search--results-count,.plma_search-npe_online .search--results-order .search--results-count,.plma_search-spotlights .search--results-order .search--results-count{font-family:"avenir_next_lt_probold";margin-bottom:1rem;}@media screen and (min-width:75rem){.plma_search-search .search--results-order .search--results-count,.plma_search-exhibitors .search--results-order .search--results-count,.plma_search-retailers .search--results-order .search--results-count,.plma_search-npe_online .search--results-order .search--results-count,.plma_search-spotlights .search--results-order .search--results-count{margin-bottom:0;}}.plma_search-search .search--results-order .dropdown,.plma_search-exhibitors .search--results-order .dropdown,.plma_search-retailers .search--results-order .dropdown,.plma_search-npe_online .search--results-order .dropdown,.plma_search-spotlights .search--results-order .dropdown{position:relative;}.plma_search-search .search--results-order .dropdown-content,.plma_search-exhibitors .search--results-order .dropdown-content,.plma_search-retailers .search--results-order .dropdown-content,.plma_search-npe_online .search--results-order .dropdown-content,.plma_search-spotlights .search--results-order .dropdown-content{position:absolute;background-color:white;padding:1rem;right:0;left:0;margin-top:0.0625rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:5px;}.plma_search-search .search--results-order .dropdown-content a,.plma_search-exhibitors .search--results-order .dropdown-content a,.plma_search-retailers .search--results-order .dropdown-content a,.plma_search-npe_online .search--results-order .dropdown-content a,.plma_search-spotlights .search--results-order .dropdown-content a{display:block;padding:0.3rem 0;cursor:pointer;color:black;}.plma_search-search .search--results-order .dropdown-content a:hover,.plma_search-exhibitors .search--results-order .dropdown-content a:hover,.plma_search-retailers .search--results-order .dropdown-content a:hover,.plma_search-npe_online .search--results-order .dropdown-content a:hover,.plma_search-spotlights .search--results-order .dropdown-content a:hover{color:#153067;}.plma_search-search .search--results-order .dropbtn,.plma_search-exhibitors .search--results-order .dropbtn,.plma_search-retailers .search--results-order .dropbtn,.plma_search-npe_online .search--results-order .dropbtn,.plma_search-spotlights .search--results-order .dropbtn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,24.51l6.87-6.885-6.87-6.885L15,8.625l9,9-9,9Z' transform='translate(26.625 -12.885) rotate(90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right 15px center;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);background-color:white;border:none;padding:1rem 3rem 1rem 1rem;border-radius:5px;-webkit-background-size:12px 12px;background-size:12px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma_search-search .search--results-order .dropbtn::before,.plma_search-exhibitors .search--results-order .dropbtn::before,.plma_search-retailers .search--results-order .dropbtn::before,.plma_search-npe_online .search--results-order .dropbtn::before,.plma_search-spotlights .search--results-order .dropbtn::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M5.684,8a3.015,3.015,0,0,1-.062-1.466C5.884,6.537,5.859,7.691,5.684,8ZM5.631,9.478a14.42,14.42,0,0,1-.887,1.959,11.507,11.507,0,0,1,1.966-.684A4.048,4.048,0,0,1,5.631,9.478Zm-2.941,3.9c0,.025.412-.169,1.091-1.256A4.319,4.319,0,0,0,2.691,13.378ZM7.75,5H12V15.25a.748.748,0,0,1-.75.75H.75A.748.748,0,0,1,0,15.25V.75A.748.748,0,0,1,.75,0H7V4.25A.752.752,0,0,0,7.75,5ZM7.5,10.369A3.136,3.136,0,0,1,6.166,8.688a4.492,4.492,0,0,0,.194-2.006.783.783,0,0,0-1.494-.213,5.2,5.2,0,0,0,.253,2.406,29.345,29.345,0,0,1-1.275,2.681s0,0-.006,0c-.847.434-2.3,1.391-1.7,2.125A.971.971,0,0,0,2.806,14c.559,0,1.116-.563,1.909-1.931a17.813,17.813,0,0,1,2.469-.725,4.736,4.736,0,0,0,2,.609A.809.809,0,0,0,9.8,10.594C9.366,10.169,8.1,10.291,7.5,10.369Zm4.281-7.087L8.719.219A.749.749,0,0,0,8.188,0H8V4h4V3.809A.748.748,0,0,0,11.781,3.281ZM9.466,11.259c.128-.084-.078-.372-1.337-.281C9.288,11.472,9.466,11.259,9.466,11.259Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;width:1rem;height:1rem;content:"";display:block;margin-right:0.5rem;}.plma_search-search .search--results-order .dropbtn.open,.plma_search-exhibitors .search--results-order .dropbtn.open,.plma_search-retailers .search--results-order .dropbtn.open,.plma_search-npe_online .search--results-order .dropbtn.open,.plma_search-spotlights .search--results-order .dropbtn.open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M0,2.115,6.87,9,0,15.885,2.115,18l9-9-9-9Z' transform='translate(0 11.115) rotate(-90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right 15px center;}.plma_search-search .search--results-order .sort_chip,.plma_search-exhibitors .search--results-order .sort_chip,.plma_search-retailers .search--results-order .sort_chip,.plma_search-npe_online .search--results-order .sort_chip,.plma_search-spotlights .search--results-order .sort_chip{position:relative;margin:0 0.5rem;width:50%;}@media screen and (max-width:74.9375rem){.plma_search-search .search--results-order .sort_chip:first-child,.plma_search-exhibitors .search--results-order .sort_chip:first-child,.plma_search-retailers .search--results-order .sort_chip:first-child,.plma_search-npe_online .search--results-order .sort_chip:first-child,.plma_search-spotlights .search--results-order .sort_chip:first-child{margin-left:0;}.plma_search-search .search--results-order .sort_chip:last-child,.plma_search-exhibitors .search--results-order .sort_chip:last-child,.plma_search-retailers .search--results-order .sort_chip:last-child,.plma_search-npe_online .search--results-order .sort_chip:last-child,.plma_search-spotlights .search--results-order .sort_chip:last-child{margin-left:0;}}@media screen and (max-width:74.9375rem) and (max-width:30rem){.plma_search-search .search--results-order .sort_chip:last-child,.plma_search-exhibitors .search--results-order .sort_chip:last-child,.plma_search-retailers .search--results-order .sort_chip:last-child,.plma_search-npe_online .search--results-order .sort_chip:last-child,.plma_search-spotlights .search--results-order .sort_chip:last-child{margin-right:0;}}.plma_search-search .search--results-order .sort_chip span,.plma_search-exhibitors .search--results-order .sort_chip span,.plma_search-retailers .search--results-order .sort_chip span,.plma_search-npe_online .search--results-order .sort_chip span,.plma_search-spotlights .search--results-order .sort_chip span{position:absolute;top:0.5rem;left:1rem;font-size:0.8rem;color:#212529;}.plma_search-search .search--results-order .sort_chip select,.plma_search-exhibitors .search--results-order .sort_chip select,.plma_search-retailers .search--results-order .sort_chip select,.plma_search-npe_online .search--results-order .sort_chip select,.plma_search-spotlights .search--results-order .sort_chip select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%231E4491'%3E%3Cpath d='M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:white;border:none;padding:1.5rem 3rem 0.5rem 1rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);cursor:pointer;border-radius:5px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right 10px center;}@media screen and (max-width:74.9375rem){.plma_search-search .search--results-order .sort_chip select,.plma_search-exhibitors .search--results-order .sort_chip select,.plma_search-retailers .search--results-order .sort_chip select,.plma_search-npe_online .search--results-order .sort_chip select,.plma_search-spotlights .search--results-order .sort_chip select{width:100%;}}.plma_search-search .ais-Hits-list,.plma_search-exhibitors .ais-Hits-list,.plma_search-retailers .ais-Hits-list,.plma_search-npe_online .ais-Hits-list,.plma_search-spotlights .ais-Hits-list{list-style-type:none;padding:0;margin:0;padding:2rem;background-color:white;margin:1rem 0 0 0;-webkit-box-shadow:0 2px 10px #ccc;box-shadow:0 2px 10px #ccc;border-radius:5px;list-style-type:none;}@media screen and (max-width:47.9375rem){.plma_search-search .ais-Hits-list,.plma_search-exhibitors .ais-Hits-list,.plma_search-retailers .ais-Hits-list,.plma_search-npe_online .ais-Hits-list,.plma_search-spotlights .ais-Hits-list{padding:1rem;}}.plma_search-search .ais-Hits-list + .ais-Hits-list,.plma_search-exhibitors .ais-Hits-list + .ais-Hits-list,.plma_search-retailers .ais-Hits-list + .ais-Hits-list,.plma_search-npe_online .ais-Hits-list + .ais-Hits-list,.plma_search-spotlights .ais-Hits-list + .ais-Hits-list{border-radius:0 0 5px 5px;-webkit-box-shadow:0 12px 10px #ccc;box-shadow:0 12px 10px #ccc;margin:-0.3125rem 0 0 0;padding-top:0;}.plma_search-search .ais-Hits-list:empty,.plma_search-exhibitors .ais-Hits-list:empty,.plma_search-retailers .ais-Hits-list:empty,.plma_search-npe_online .ais-Hits-list:empty,.plma_search-spotlights .ais-Hits-list:empty{display:none;}.plma_search-search .ais-Hits-list .result-promoted,.plma_search-exhibitors .ais-Hits-list .result-promoted,.plma_search-retailers .ais-Hits-list .result-promoted,.plma_search-npe_online .ais-Hits-list .result-promoted,.plma_search-spotlights .ais-Hits-list .result-promoted{background-color:#F2F5FF;}.plma_search-search .ais-Hits-item,.plma_search-exhibitors .ais-Hits-item,.plma_search-retailers .ais-Hits-item,.plma_search-npe_online .ais-Hits-item,.plma_search-spotlights .ais-Hits-item{border-bottom:1px solid #E8EBEE;}.plma_search-search .ais-Hits-item:last-child,.plma_search-exhibitors .ais-Hits-item:last-child,.plma_search-retailers .ais-Hits-item:last-child,.plma_search-npe_online .ais-Hits-item:last-child,.plma_search-spotlights .ais-Hits-item:last-child{border-bottom:none;}.plma_search-search .ais-Hits-item .product-spotlight,.plma_search-exhibitors .ais-Hits-item .product-spotlight,.plma_search-retailers .ais-Hits-item .product-spotlight,.plma_search-npe_online .ais-Hits-item .product-spotlight,.plma_search-spotlights .ais-Hits-item .product-spotlight{padding:1.5rem 0;}.plma_search-search .ais-Hits-item .field--name-field-category,.plma_search-exhibitors .ais-Hits-item .field--name-field-category,.plma_search-retailers .ais-Hits-item .field--name-field-category,.plma_search-npe_online .ais-Hits-item .field--name-field-category,.plma_search-spotlights .ais-Hits-item .field--name-field-category{margin-top:0;}.plma_search-search .ais-Hits-item img,.plma_search-exhibitors .ais-Hits-item img,.plma_search-retailers .ais-Hits-item img,.plma_search-npe_online .ais-Hits-item img,.plma_search-spotlights .ais-Hits-item img{vertical-align:bottom;}.plma_search-search .ais-Hits-item h4,.plma_search-exhibitors .ais-Hits-item h4,.plma_search-retailers .ais-Hits-item h4,.plma_search-npe_online .ais-Hits-item h4,.plma_search-spotlights .ais-Hits-item h4{text-transform:uppercase;font-size:1.2rem;}.plma_search-search .ais-Hits-item h6,.plma_search-exhibitors .ais-Hits-item h6,.plma_search-retailers .ais-Hits-item h6,.plma_search-npe_online .ais-Hits-item h6,.plma_search-spotlights .ais-Hits-item h6{margin:0;font-size:1rem;}.plma_search-search .ais-Hits-item .spacer,.plma_search-exhibitors .ais-Hits-item .spacer,.plma_search-retailers .ais-Hits-item .spacer,.plma_search-npe_online .ais-Hits-item .spacer,.plma_search-spotlights .ais-Hits-item .spacer{color:#adb5bd;margin:0 0.5rem;}.plma_search-search .result-promoted,.plma_search-exhibitors .result-promoted,.plma_search-retailers .result-promoted,.plma_search-npe_online .result-promoted,.plma_search-spotlights .result-promoted{padding:1.5rem;}@media screen and (max-width:61.9375rem){.plma_search-search .result-promoted,.plma_search-exhibitors .result-promoted,.plma_search-retailers .result-promoted,.plma_search-npe_online .result-promoted,.plma_search-spotlights .result-promoted{padding:1rem;}}.plma_search-search .promoted-item,.plma_search-exhibitors .promoted-item,.plma_search-retailers .promoted-item,.plma_search-npe_online .promoted-item,.plma_search-spotlights .promoted-item{padding:0.1875rem 0.625rem;background-color:#B1CE48;display:inline-block;font-size:0.9rem;margin-right:0.5rem;border-radius:2px;line-height:1;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#212529;}.plma_search-search .result-item,.plma_search-search .result-promoted,.plma_search-exhibitors .result-item,.plma_search-exhibitors .result-promoted,.plma_search-retailers .result-item,.plma_search-retailers .result-promoted,.plma_search-npe_online .result-item,.plma_search-npe_online .result-promoted,.plma_search-spotlights .result-item,.plma_search-spotlights .result-promoted{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:1.2rem;padding-bottom:1.2rem;}.plma_search-search .result-item .favorites-button,.plma_search-search .result-promoted .favorites-button,.plma_search-exhibitors .result-item .favorites-button,.plma_search-exhibitors .result-promoted .favorites-button,.plma_search-retailers .result-item .favorites-button,.plma_search-retailers .result-promoted .favorites-button,.plma_search-npe_online .result-item .favorites-button,.plma_search-npe_online .result-promoted .favorites-button,.plma_search-spotlights .result-item .favorites-button,.plma_search-spotlights .result-promoted .favorites-button{background-image:url(/themes/custom/plma/images/icons/add-to-favorite.svg);width:40px;height:40px;background-repeat:no-repeat;background-position:center;}.plma_search-search .result-item .remove-favorites,.plma_search-search .result-promoted .remove-favorites,.plma_search-exhibitors .result-item .remove-favorites,.plma_search-exhibitors .result-promoted .remove-favorites,.plma_search-retailers .result-item .remove-favorites,.plma_search-retailers .result-promoted .remove-favorites,.plma_search-npe_online .result-item .remove-favorites,.plma_search-npe_online .result-promoted .remove-favorites,.plma_search-spotlights .result-item .remove-favorites,.plma_search-spotlights .result-promoted .remove-favorites{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Component_3_39' data-name='Component 3 – 39' xmlns='http://www.w3.org/2000/svg' width='38.365' height='39' viewBox='0 0 38.365 39' fill='%23c4961e'%3E %3Cpath id='Icon_ionic-ios-star' data-name='Icon ionic-ios-star' d='M39.16,15.707h-12.6L22.734,4.283a1.387,1.387,0,0,0-2.6,0L16.3,15.707H3.62a1.374,1.374,0,0,0-1.37,1.37,1.007,1.007,0,0,0,.026.231,1.316,1.316,0,0,0,.574.968l10.354,7.3L9.229,37.125A1.374,1.374,0,0,0,9.7,38.666a1.325,1.325,0,0,0,.771.334,1.679,1.679,0,0,0,.856-.308l10.105-7.2,10.105,7.2a1.6,1.6,0,0,0,.856.308,1.23,1.23,0,0,0,.762-.334,1.357,1.357,0,0,0,.471-1.541L29.654,25.572l10.268-7.365.248-.214a1.437,1.437,0,0,0,.445-.916A1.45,1.45,0,0,0,39.16,15.707Z' transform='translate(-2.25)'/%3E %3Cpath id='Icon_awesome-check-circle' data-name='Icon awesome-check-circle' d='M14.083,7.322A6.76,6.76,0,1,1,7.322.563,6.76,6.76,0,0,1,14.083,7.322ZM6.541,10.9l5.015-5.015a.436.436,0,0,0,0-.617l-.617-.617a.436.436,0,0,0-.617,0l-4.09,4.09-1.91-1.91a.436.436,0,0,0-.617,0l-.617.617a.436.436,0,0,0,0,.617L5.924,10.9a.436.436,0,0,0,.617,0Z' transform='translate(23.653 -0.563)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;width:40px;height:40px;}.plma_search-search .exhibitor-content,.plma_search-exhibitors .exhibitor-content,.plma_search-retailers .exhibitor-content,.plma_search-npe_online .exhibitor-content,.plma_search-spotlights .exhibitor-content{padding-left:1rem;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.plma_search-search .exhibitor-content h6,.plma_search-exhibitors .exhibitor-content h6,.plma_search-retailers .exhibitor-content h6,.plma_search-npe_online .exhibitor-content h6,.plma_search-spotlights .exhibitor-content h6{margin:0 0 0.3rem 0;font-family:"avenir_next_lt_probold";display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma_search-search .exhibitor-content strong,.plma_search-exhibitors .exhibitor-content strong,.plma_search-retailers .exhibitor-content strong,.plma_search-npe_online .exhibitor-content strong,.plma_search-spotlights .exhibitor-content strong{font-family:"avenir_next_lt_probold";}.plma_search-search .exhibitor-content p,.plma_search-exhibitors .exhibitor-content p,.plma_search-retailers .exhibitor-content p,.plma_search-npe_online .exhibitor-content p,.plma_search-spotlights .exhibitor-content p{margin:0;}.plma_search-search .exhibitor-content .product_chip,.plma_search-exhibitors .exhibitor-content .product_chip,.plma_search-retailers .exhibitor-content .product_chip,.plma_search-npe_online .exhibitor-content .product_chip,.plma_search-spotlights .exhibitor-content .product_chip{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.879' height='13.879' viewBox='0 0 13.879 13.879' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-check-circle' data-name='Icon awesome-check-circle' d='M14.442,7.5A6.94,6.94,0,1,1,7.5.563,6.94,6.94,0,0,1,14.442,7.5ZM6.7,11.176l5.149-5.149a.448.448,0,0,0,0-.633l-.633-.633a.448.448,0,0,0-.633,0l-4.2,4.2L4.422,7a.448.448,0,0,0-.633,0l-.633.633a.448.448,0,0,0,0,.633l2.91,2.91a.448.448,0,0,0,.633,0Z' transform='translate(-0.563 -0.563)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:white;padding:0.125rem 1rem 0.125rem 2rem;border-radius:30px;font-size:0.9rem;color:#212529;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);margin:0.5rem 0.5rem 0 0;background-position:left 10px center;-webkit-background-size:14px 14px;background-size:14px;display:inline-block;}.plma_search-search .exhibitor-content .product_chip:hover,.plma_search-exhibitors .exhibitor-content .product_chip:hover,.plma_search-retailers .exhibitor-content .product_chip:hover,.plma_search-npe_online .exhibitor-content .product_chip:hover,.plma_search-spotlights .exhibitor-content .product_chip:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.879' height='13.879' viewBox='0 0 13.879 13.879' fill='white'%3E %3Cpath id='Icon_awesome-check-circle' data-name='Icon awesome-check-circle' d='M14.442,7.5A6.94,6.94,0,1,1,7.5.563,6.94,6.94,0,0,1,14.442,7.5ZM6.7,11.176l5.149-5.149a.448.448,0,0,0,0-.633l-.633-.633a.448.448,0,0,0-.633,0l-4.2,4.2L4.422,7a.448.448,0,0,0-.633,0l-.633.633a.448.448,0,0,0,0,.633l2.91,2.91a.448.448,0,0,0,.633,0Z' transform='translate(-0.563 -0.563)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#153067;background-position:left 10px center;color:white;}.plma_search-search .exhibitor-content .video-chip,.plma_search-exhibitors .exhibitor-content .video-chip,.plma_search-retailers .exhibitor-content .video-chip,.plma_search-npe_online .exhibitor-content .video-chip,.plma_search-spotlights .exhibitor-content .video-chip{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.209' height='7.473' viewBox='0 0 11.209 7.473' fill='white'%3E %3Cpath id='Icon_awesome-video' data-name='Icon awesome-video' d='M6.542,4.5H.93A.93.93,0,0,0,0,5.43v5.612a.93.93,0,0,0,.93.93H6.542a.93.93,0,0,0,.93-.93V5.43A.93.93,0,0,0,6.542,4.5Zm3.686.734L8.1,6.7V9.768l2.133,1.469a.624.624,0,0,0,.981-.5v-5A.624.624,0,0,0,10.228,5.234Z' transform='translate(0 -4.5)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#153067;padding:0.125rem 0.6rem 0.125rem 2rem;border-radius:30px;font-size:0.9rem;color:white;text-decoration:none;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);background-position:left 10px center;-webkit-background-size:14px 14px;background-size:14px;display:inline-block;margin-left:0.5rem;}.plma_search-search .exhibitor-content .send-request,.plma_search-exhibitors .exhibitor-content .send-request,.plma_search-retailers .exhibitor-content .send-request,.plma_search-npe_online .exhibitor-content .send-request,.plma_search-spotlights .exhibitor-content .send-request{border:1px solid #1E4491;border-radius:50px;display:inline-block;margin-top:1rem;padding:0.3rem 1rem;font-size:0.9rem;font-family:"avenir_next_lt_probold";text-transform:uppercase;}.plma_search-search .exhibitor-content .send-request:hover,.plma_search-exhibitors .exhibitor-content .send-request:hover,.plma_search-retailers .exhibitor-content .send-request:hover,.plma_search-npe_online .exhibitor-content .send-request:hover,.plma_search-spotlights .exhibitor-content .send-request:hover{background-color:#1E4491;color:white;}@media screen and (max-width:61.9375rem){.plma_search-search .exhibitor-content .send-request,.plma_search-exhibitors .exhibitor-content .send-request,.plma_search-retailers .exhibitor-content .send-request,.plma_search-npe_online .exhibitor-content .send-request,.plma_search-spotlights .exhibitor-content .send-request{width:100%;display:block;text-align:center;}}.plma_search-search .exhibitor-head,.plma_search-exhibitors .exhibitor-head,.plma_search-retailers .exhibitor-head,.plma_search-npe_online .exhibitor-head,.plma_search-spotlights .exhibitor-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0.5rem;}@media screen and (min-width:48rem){.plma_search-search .exhibitor-head,.plma_search-exhibitors .exhibitor-head,.plma_search-retailers .exhibitor-head,.plma_search-npe_online .exhibitor-head,.plma_search-spotlights .exhibitor-head{gap:1rem;}}@media screen and (max-width:47.9375rem){.plma_search-search .exhibitor-head,.plma_search-exhibitors .exhibitor-head,.plma_search-retailers .exhibitor-head,.plma_search-npe_online .exhibitor-head,.plma_search-spotlights .exhibitor-head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}.plma_search-search .exhibitor-head .logo-cl,.plma_search-exhibitors .exhibitor-head .logo-cl,.plma_search-retailers .exhibitor-head .logo-cl,.plma_search-npe_online .exhibitor-head .logo-cl,.plma_search-spotlights .exhibitor-head .logo-cl{height:50px;width:70px;background:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.plma_search-search .exhibitor-head .logo-cl img,.plma_search-exhibitors .exhibitor-head .logo-cl img,.plma_search-retailers .exhibitor-head .logo-cl img,.plma_search-npe_online .exhibitor-head .logo-cl img,.plma_search-spotlights .exhibitor-head .logo-cl img{width:initial;height:auto;max-height:100%;max-width:100%;margin:0 auto;vertical-align:middle;}@media screen and (max-width:47.9375rem){.plma_search-search .exhibitor-head .logo-cl,.plma_search-exhibitors .exhibitor-head .logo-cl,.plma_search-retailers .exhibitor-head .logo-cl,.plma_search-npe_online .exhibitor-head .logo-cl,.plma_search-spotlights .exhibitor-head .logo-cl{margin:0 auto 1rem 0;}}.plma_search-search .exhibitor-head .exhibitor-name,.plma_search-exhibitors .exhibitor-head .exhibitor-name,.plma_search-retailers .exhibitor-head .exhibitor-name,.plma_search-npe_online .exhibitor-head .exhibitor-name,.plma_search-spotlights .exhibitor-head .exhibitor-name{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.plma_search-search .exhibitor-head .exhibitor-name p .spacer,.plma_search-exhibitors .exhibitor-head .exhibitor-name p .spacer,.plma_search-retailers .exhibitor-head .exhibitor-name p .spacer,.plma_search-npe_online .exhibitor-head .exhibitor-name p .spacer,.plma_search-spotlights .exhibitor-head .exhibitor-name p .spacer{color:#adb5bd;margin:0 0.5rem;}@media screen and (max-width:47.9375rem){.plma_search-search .exhibitor-head .exhibitor-name,.plma_search-exhibitors .exhibitor-head .exhibitor-name,.plma_search-retailers .exhibitor-head .exhibitor-name,.plma_search-npe_online .exhibitor-head .exhibitor-name,.plma_search-spotlights .exhibitor-head .exhibitor-name{width:100%;}}.search--no-results{padding:3rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);font-size:1.2rem;border-radius:5px;}.search--no-results .button,.search--no-results .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .search--no-results a,.search--no-results .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .search--no-results a,.search--no-results .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .search--no-results .feed-icon,.search--no-results .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .search--no-results input,.search--no-results .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .search--no-results a:not(.link){color:#153067;border-radius:5px;text-transform:uppercase;}body[class*=view-reviews] .layout-container,body[class*=view-administration_product_spotlight] .layout-container,body[class*=view-administration_company_listing] .layout-container,body.plma_workflow-npe_review_controller .layout-container,body.plma_workflow-node-ps_review .layout-container{max-width:96%;}.view-reviews .paragraph--type--initial-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-reviews .paragraph--type--initial-review .field__item{margin:0 0.25rem;}.view-reviews .paragraph--type--initial-review .field--name-field-reviewer{font-weight:bold;}.view-reviews .paragraph--type--initial-review .field--name-field-reviewer::after{content:":";}.view-reviews .view-empty{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:180px;padding:1.25rem;}.view-reviews .icons-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-reviews .icons-review .icons-review--return{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0.3125rem;min-height:24px;min-width:24px;}.view-reviews .icons-review .icons-review--merge{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0.3125rem;min-height:24px;min-width:24px;}.view-reviews .icons-review .icons-review--text{color:var(--color-red);font-weight:bold;font-size:0.8rem;}.view-reviews .count-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.view-reviews .count-review span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2b62d0;border-radius:100%;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0.4375rem;width:20px;}.view-reviews .vbo-view-form{padding:0;}.view-reviews .views-field-field-sys-date-invited-send-prod{padding:0;}.view-reviews .views-bulk-actions{background-color:var(--color-gray-200);border-radius:0;color:var(--color-black);}.view-reviews .views-bulk-actions label{display:none;}.view-reviews .views-bulk-actions input{display:block;margin:0 auto;max-width:226px;min-height:48px;padding:0.75rem 1.25rem;font-size:1rem;}.view-reviews .views-bulk-actions .views-bulk-actions__item{font-size:1rem;}.view-reviews .views-bulk-actions .form-select{height:3rem;}.view-reviews .feed-icons{margin-top:1rem;}@media screen and (min-width:48rem){.view-reviews .feed-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-reviews .feed-icons .feed-icon{text-indent:0;margin-bottom:0.625rem;padding:0.625rem;height:auto;font-size:0.875rem;width:auto;}.view-reviews .feed-icons .feed-icon .download{border:none !important;}.view-administration-product-spotlight .view-empty{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:180px;padding:1.25rem;}.view-administration-product-spotlight .views-field-nothing a:first-child{margin-right:0.625rem;}.review-form .form-element--product-category:invalid:focus:not(:active),.review-form .form-element--reviewer-comments:invalid:focus:not(:active){-webkit-box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-red);box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-red);}.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);padding:1.2rem 1.5rem;position:relative;}.node--type-product-spotlight.node--view-mode-ps-products .field--name-title{margin-top:2.5rem;display:block;}.page-wrapper .product-spotlight{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1.5rem;}.page-wrapper .product-spotlight__list{list-style-type:none;padding:0;margin:0;}.page-wrapper .product-spotlight__list-item{border-bottom:1px solid #E8EBEE;padding:1rem 0;}.page-wrapper .product-spotlight__list-item:last-child{border-bottom:none;}.page-wrapper .product-spotlight__thumbnail{width:200px;position:relative;text-align:center;margin:0 auto;height:100%;}.page-wrapper .product-spotlight__thumbnail img{border-radius:5px;max-height:200px;height:100%;}@media screen and (min-width:75rem){.page-wrapper .product-spotlight__thumbnail .download_link{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px;background-color:white;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 1rem;border-radius:5px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.6);box-shadow:0 4px 8px 0 rgba(0,0,0,0.6);display:none;color:#153067;}.page-wrapper .product-spotlight__thumbnail .download_link img{width:1.5rem;margin-right:0.3rem;}.page-wrapper .product-spotlight__thumbnail:hover .download_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.page-wrapper .product-spotlight__info{width:100%;}@media screen and (min-width:48rem){.page-wrapper .product-spotlight__info{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}}.page-wrapper .product-spotlight__info h4{font-family:"avenir_next_lt_probold";font-size:1rem;}.page-wrapper .product-spotlight__info h4,.page-wrapper .product-spotlight__info .field--name-title{margin-top:0 !important;}.page-wrapper .product-spotlight__info .field--name-field-category{display:inline-block;background-color:#E8EBEE;padding:0.1875rem 1rem;border-radius:30px;text-transform:uppercase;margin-top:1rem;font-size:0.9rem;}.page-wrapper .product-spotlight__info .field--name-field-product-attribute{margin-top:0.5rem;}.page-wrapper .product-spotlight__info .field--name-field-product-attribute .field__item{display:inline-block;border:1px solid #adb5bd;font-size:0.9rem;border-radius:30px;padding:0.125rem 1rem;margin:0 0.3125rem 0.3125rem 0;}.node--type-promo-card.node--view-mode-full{background:var(--color-white);}.node--type-promo-card.node--view-mode-full .node__content{padding:1.5rem;}.node--type-promo-card.node--view-mode-full .promo-card__banner{position:relative;}.node--type-promo-card.node--view-mode-full .promo-card__banner::before{background:#000;content:"";height:100%;left:0;opacity:0.5;position:absolute;top:0;width:100%;}.node--type-promo-card.node--view-mode-full .promo-card__banner img{display:block;}.node--type-promo-card.node--view-mode-full .field--name-field-link{margin:1.25rem auto 0.625rem;padding:1.875rem 0;text-align:center;}@media screen and (min-width:48rem){.field--name-field-promo-card-nodes,.promo-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;}}.field--name-field-promo-card-nodes > .field__item,.field--name-field-promo-card-nodes > .node--type-promo-card,.promo-cards > .field__item,.promo-cards > .node--type-promo-card{background:var(--color-white);padding:1rem;margin-bottom:0.75rem;}.field--name-field-promo-card-nodes .promo-card__title,.promo-cards .promo-card__title{font-weight:bold;font-size:1.25rem;margin:0.625rem auto;}.field--name-field-promo-card-nodes .promo-card__title a,.promo-cards .promo-card__title a{text-decoration:underline;}.field--name-field-promo-card-nodes ul.links.inline,.promo-cards ul.links.inline{margin:0;}.field--name-field-promo-card-nodes .with-video,.promo-cards .with-video{position:relative;}.field--name-field-promo-card-nodes .with-video a::after,.promo-cards .with-video a::after{content:"";background:#000;display:block;height:100%;opacity:30%;position:absolute;top:0;width:100%;}.field--name-field-promo-card-nodes .with-video a::before,.promo-cards .with-video a::before{background:url(/themes/custom/plma/images/video-icon.svg) no-repeat center;-webkit-background-size:contain;background-size:contain;content:"";display:block;height:100px;left:0;margin:-3.125rem auto 0;right:0;opacity:80%;position:absolute;top:50%;width:200px;z-index:1;}.field--name-field-promo-card-nodes .field--name-field-cover-image img,.promo-cards .field--name-field-cover-image img{display:block;width:100%;}.promo-card-block{margin:1.25rem auto;}@media screen and (min-width:48rem){.promo-card-block .view-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;}}.promo-card-block .promo-card-item{background:var(--color-white);padding:1.5rem;margin-bottom:0.75rem;}.promo-card-block .promo-card__image{position:relative;text-align:center;}.promo-card-block .promo-card__image img{height:auto;display:block;width:100%;}.promo-card-block .promo-card__title{font-weight:bold;font-size:1.25rem;margin:0.625rem auto;}.promo-card-block .promo-card__title a{text-decoration:underline;}.promo-card-block .with-video a::after{content:"";background:#000;display:block;height:100%;opacity:30%;position:absolute;top:0;width:100%;}.promo-card-block .with-video a::before{background:url(/themes/custom/plma/images/video-icon.svg) no-repeat center;-webkit-background-size:contain;background-size:contain;content:"";display:block;height:100px;left:0;margin:-3.125rem auto 0;right:0;opacity:80%;position:absolute;top:50%;width:200px;z-index:1;}.view-id-member_user .view-content,.view-id-company_information .view-content{padding:2rem;}.view-id-member_user .view-content .views-field .views-label,.view-id-company_information .view-content .views-field .views-label{font-weight:bold;}.view-id-member_user .view-content .views-field-field-floor-plan-link .field-content a,.view-id-company_information .view-content .views-field-field-floor-plan-link .field-content a{background:#1E4491;color:var(--color-white);padding:0.125rem 1.25rem;border-radius:10px;margin:0 1.25rem;}.view-id-member_user .view-content .star-exhibitor,.view-id-company_information .view-content .star-exhibitor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-id-member_user .view-content .exhibitor-head,.view-id-company_information .view-content .exhibitor-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.view-id-member_user .view-content .exhibitor-head__title,.view-id-company_information .view-content .exhibitor-head__title{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}@media screen and (min-width:48rem){.view-id-member_user .view-content .exhibitor-head__title,.view-id-company_information .view-content .exhibitor-head__title{padding-right:1rem;}}@media screen and (max-width:61.9375rem){.view-id-member_user .view-content .exhibitor-head__logo,.view-id-company_information .view-content .exhibitor-head__logo{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:100%;margin-bottom:1rem;}}.view-id-member_user .view-content .exhibitor-head__logo img,.view-id-company_information .view-content .exhibitor-head__logo img{width:auto;height:80px;vertical-align:middle;}@media screen and (max-width:61.9375rem){.view-id-member_user .view-content .exhibitor-head__logo img,.view-id-company_information .view-content .exhibitor-head__logo img{height:50px;}}@media screen and (max-width:61.9375rem){.view-id-member_user .view-content .exhibitor-head__title,.view-id-company_information .view-content .exhibitor-head__title{width:100%;}}.view-id-member_user .view-content .exhibitor-head .flag-favorite,.view-id-company_information .view-content .exhibitor-head .flag-favorite{margin-right:1.25rem;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a,.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a{visibility:hidden;display:block;width:40px;height:40px;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a::before{visibility:visible;display:block;content:"";width:40px;height:40px;margin:0.625rem;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg) no-repeat;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg) no-repeat;}.view-id-member_user .view-content .exhibitor-head h3,.view-id-company_information .view-content .exhibitor-head h3{margin:0 0 0.625rem 0;}.view-id-member_user .view-content .exhibitor-head h3 a,.view-id-company_information .view-content .exhibitor-head h3 a{display:inline-block;}.view-id-member_user .view-content .exhibitor-head h3 img,.view-id-company_information .view-content .exhibitor-head h3 img{margin-left:0.625rem;}.view-id-member_user .view-content .floor-info,.view-id-company_information .view-content .floor-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-id-member_user .view-content .floor-info span,.view-id-company_information .view-content .floor-info span{padding-right:0.625rem;}.view-id-member_user .view-content .floor-info .view-floor-plan,.view-id-company_information .view-content .floor-info .view-floor-plan{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='36' viewBox='0 0 27 36' fill='white'%3E %3Cpath id='Icon_awesome-map-marker-alt' data-name='Icon awesome-map-marker-alt' d='M12.113,35.274C1.9,20.463,0,18.943,0,13.5a13.5,13.5,0,0,1,27,0c0,5.443-1.9,6.963-12.113,21.774a1.688,1.688,0,0,1-2.775,0ZM13.5,19.125A5.625,5.625,0,1,0,7.875,13.5,5.625,5.625,0,0,0,13.5,19.125Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;-webkit-background-size:0.8rem 0.8rem;background-size:0.8rem;background-position:left 10px center;padding:0.3125rem 0.625rem 0.3125rem 1.875rem;background-color:#1E4491;color:var(--color-white);border-radius:20px;margin:0 0.625rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}.view-id-member_user .view-content .floor-info .view-floor-plan:hover,.view-id-company_information .view-content .floor-info .view-floor-plan:hover{background-color:#153067;}@media screen and (max-width:47.9375rem){.view-id-member_user .view-content .floor-info .view-floor-plan,.view-id-company_information .view-content .floor-info .view-floor-plan{margin:0.5rem 0 0 0;}}.view-id-member_user .view-content .floor-info img,.view-id-company_information .view-content .floor-info img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}@media screen and (max-width:47.9375rem){.view-id-member_user .view-content .floor-info,.view-id-company_information .view-content .floor-info{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.view-id-member_user .view-content .exhibitor-contact,.view-id-company_information .view-content .exhibitor-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}.view-id-member_user .view-content .exhibitor-contact .appointment,.view-id-company_information .view-content .exhibitor-contact .appointment{background:#1E4491;padding:0.625rem 1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.view-id-member_user .view-content .exhibitor-contact .appointment a,.view-id-company_information .view-content .exhibitor-contact .appointment a{color:var(--color-white);}.view-id-member_user .view-content .exhibitor-contact > div,.view-id-company_information .view-content .exhibitor-contact > div{width:100%;margin-bottom:1rem;}@media screen and (min-width:62rem){.view-id-member_user .view-content .exhibitor-contact > div,.view-id-company_information .view-content .exhibitor-contact > div{padding:1rem;-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;border-right:1px solid;border-color:#E8EBEE;}.view-id-member_user .view-content .exhibitor-contact > div:first-child,.view-id-company_information .view-content .exhibitor-contact > div:first-child{padding-left:0;}.view-id-member_user .view-content .exhibitor-contact > div:last-child,.view-id-company_information .view-content .exhibitor-contact > div:last-child{border-right:none;}}.view-id-member_user .view-content .exhibitor-contact__field,.view-id-company_information .view-content .exhibitor-contact__field{position:relative;margin-bottom:1.5rem;padding-left:2rem;}.view-id-member_user .view-content .exhibitor-contact__field .job-title,.view-id-company_information .view-content .exhibitor-contact__field .job-title{font-size:0.8rem;font-style:italic;display:block;}.view-id-member_user .view-content .exhibitor-contact__field:last-child,.view-id-company_information .view-content .exhibitor-contact__field:last-child{margin-bottom:0;}.view-id-member_user .view-content .exhibitor-contact__field::before,.view-id-company_information .view-content .exhibitor-contact__field::before{width:20px;height:20px;content:"";position:absolute;-webkit-background-size:contain;background-size:contain;left:0;top:0;}.view-id-member_user .view-content .exhibitor-contact__field.address::before,.view-id-company_information .view-content .exhibitor-contact__field.address::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='36' viewBox='0 0 27 36' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-map-marker-alt' data-name='Icon awesome-map-marker-alt' d='M12.113,35.274C1.9,20.463,0,18.943,0,13.5a13.5,13.5,0,0,1,27,0c0,5.443-1.9,6.963-12.113,21.774a1.688,1.688,0,0,1-2.775,0ZM13.5,19.125A5.625,5.625,0,1,0,7.875,13.5,5.625,5.625,0,0,0,13.5,19.125Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact__field.phone::before,.view-id-company_information .view-content .exhibitor-contact__field.phone::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.473' height='14.37' viewBox='0 0 14.473 14.37' fill='%23c4961e'%3E %3Cpath id='Path_269' data-name='Path 269' d='M12.363,2.241a3.833,3.833,0,0,0,2.959-1.3A1.316,1.316,0,0,0,15.461.8a2.375,2.375,0,0,0,.608-1.443A1.734,1.734,0,0,0,15.2-2.131l-2.2-1.531a1.561,1.561,0,0,0-2.117.081l-.461.469c-.249.249-.5.271-.85-.015A16.381,16.381,0,0,1,8.2-4.343,12.387,12.387,0,0,1,7.119-5.566c-.271-.352-.256-.608-.007-.857l.461-.454A1.556,1.556,0,0,0,7.654-9L6.006-11.323a1.843,1.843,0,0,0-1.516-.806,2.184,2.184,0,0,0-1.406.542c-.044.044-.1.088-.132.117A3.928,3.928,0,0,0,1.6-8.313c0,2.234,1.077,4.636,3.574,7.075S9.954,2.241,12.363,2.241ZM12.327.828C10.562.835,8.54-.146,6.27-2.366S3.04-6.694,3.054-8.452a2.286,2.286,0,0,1,.74-1.743c.059-.051.125-.1.19-.154a.848.848,0,0,1,.505-.2.61.61,0,0,1,.52.308L6.2-8.489a.692.692,0,0,1-.11.945l-.4.388a1.264,1.264,0,0,0-.278,1.729,13.807,13.807,0,0,0,1.8,2.073A19.468,19.468,0,0,0,9.426-1.414,1.273,1.273,0,0,0,11.155-1.7l.381-.4a.7.7,0,0,1,.952-.1l1.633,1.069a.6.6,0,0,1,.3.52.854.854,0,0,1-.2.513c-.051.059-.1.125-.154.19A2.312,2.312,0,0,1,12.327.828Z' transform='translate(-1.597 12.129)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact__field.website a,.view-id-company_information .view-content .exhibitor-contact__field.website a{word-break:break-word;}.view-id-member_user .view-content .exhibitor-contact__field.website::before,.view-id-company_information .view-content .exhibitor-contact__field.website::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.199' height='19.189' viewBox='0 0 19.199 19.189' fill='%23c4961e'%3E %3Cpath id='Path_303' data-name='Path 303' d='M0,2.93a9.661,9.661,0,0,0,9.6-9.6A9.662,9.662,0,0,0-.01-16.26,9.645,9.645,0,0,0-9.6-6.67,9.661,9.661,0,0,0,0,2.93ZM-5.576-12.4a8.177,8.177,0,0,1,3.281-1.943,7.39,7.39,0,0,0-1.631,2.715A6.161,6.161,0,0,1-5.576-12.4ZM2.3-14.336A8.02,8.02,0,0,1,5.566-12.4a5.812,5.812,0,0,1-1.641.771A7.414,7.414,0,0,0,2.3-14.336Zm-4.912,3.027A4.831,4.831,0,0,1-.664-13.994V-11.1A14.648,14.648,0,0,1-2.607-11.309ZM.664-13.994a4.831,4.831,0,0,1,1.943,2.686A14.648,14.648,0,0,1,.664-11.1Zm-8.652,6.66a7.919,7.919,0,0,1,1.553-4.082,7.456,7.456,0,0,0,2.129,1.035,14.612,14.612,0,0,0-.42,3.047Zm12.715,0a14.612,14.612,0,0,0-.42-3.047,7.266,7.266,0,0,0,2.119-1.035A7.93,7.93,0,0,1,7.988-7.334Zm-4.062,0V-9.775A15.757,15.757,0,0,0,3-10.049a13.89,13.89,0,0,1,.381,2.715Zm-4.043,0A13.89,13.89,0,0,1-3-10.049a15.757,15.757,0,0,0,2.334.273v2.441ZM-7.988-6.006h3.252a15.886,15.886,0,0,0,.43,3.1A7.19,7.19,0,0,0-6.416-1.895,7.955,7.955,0,0,1-7.988-6.006Zm4.609,0H-.664v2.49a14.579,14.579,0,0,0-2.324.264A13.565,13.565,0,0,1-3.379-6.006ZM.664-3.516v-2.49H3.379a13.565,13.565,0,0,1-.391,2.754A14.579,14.579,0,0,0,.664-3.516Zm3.643.605a15.886,15.886,0,0,0,.43-3.1H7.988A7.955,7.955,0,0,1,6.416-1.895,7.19,7.19,0,0,0,4.307-2.91Zm-6.9.918A14.672,14.672,0,0,1-.664-2.2V.664A4.809,4.809,0,0,1-2.6-1.992ZM.664-2.2A14.672,14.672,0,0,1,2.6-1.992,4.809,4.809,0,0,1,.664.664ZM-5.547-.908A6.48,6.48,0,0,1-3.916-1.67a7.471,7.471,0,0,0,1.6,2.676A8.228,8.228,0,0,1-5.547-.908ZM3.916-1.67a6.48,6.48,0,0,1,1.631.762A8.228,8.228,0,0,1,2.314,1.006,7.471,7.471,0,0,0,3.916-1.67Z' transform='translate(9.6 16.26)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact__field.email a,.view-id-company_information .view-content .exhibitor-contact__field.email a{word-break:break-word;}.view-id-member_user .view-content .exhibitor-contact__field.email::before,.view-id-company_information .view-content .exhibitor-contact__field.email::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='%23c4961e'%3E %3Cpath id='Icon_material-mail-outline' data-name='Icon material-mail-outline' d='M30,6H6A3,3,0,0,0,3.015,9L3,27a3.009,3.009,0,0,0,3,3H30a3.009,3.009,0,0,0,3-3V9A3.009,3.009,0,0,0,30,6Zm0,21H6V12l12,7.5L30,12ZM18,16.5,6,9H30Z' transform='translate(-3 -6)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact__field.linkedin a,.view-id-company_information .view-content .exhibitor-contact__field.linkedin a{word-break:break-word;}.view-id-member_user .view-content .exhibitor-contact__field.linkedin::before,.view-id-company_information .view-content .exhibitor-contact__field.linkedin::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23c4961e'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact .contact-names .exhibitor-contact__field::before,.view-id-company_information .view-content .exhibitor-contact .contact-names .exhibitor-contact__field::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.032' height='38.8' viewBox='0 0 62.032 38.8' fill='%23c4961e'%3E %3Cg id='Group_345' data-name='Group 345' transform='translate(-415.075 -118.452)'%3E %3Cpath id='Path_300' data-name='Path 300' d='M21.538,23.728A8.238,8.238,0,0,0,30,15.414,8.238,8.238,0,0,0,21.538,7.1a8.238,8.238,0,0,0-8.459,8.314A8.238,8.238,0,0,0,21.538,23.728Zm0,5.543c-6.485,0-19.738,3.326-19.738,9.7V45.9H41.275V38.971C41.275,32.32,28.023,29.271,21.538,29.271Z' transform='translate(413.275 111.352)'/%3E %3Cpath id='Path_301' data-name='Path 301' d='M22.259,23.728a8.238,8.238,0,0,0,8.459-8.314A8.238,8.238,0,0,0,22.259,7.1,8.238,8.238,0,0,0,13.8,15.414,8.238,8.238,0,0,0,22.259,23.728Z' transform='translate(435.111 111.352)'/%3E %3Cpath id='Path_302' data-name='Path 302' d='M18.62,15.1a10.755,10.755,0,0,0-2.82.277c3.384,2.217,5.639,5.543,5.639,9.423v6.928H38.357V24.8C38.357,18.149,25.1,15.1,18.62,15.1Z' transform='translate(438.75 125.523)'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact .contact-names .exhibitor-contact__field.phone::before,.view-id-company_information .view-content .exhibitor-contact .contact-names .exhibitor-contact__field.phone::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.473' height='14.37' viewBox='0 0 14.473 14.37' fill='%23c4961e'%3E %3Cpath id='Path_269' data-name='Path 269' d='M12.363,2.241a3.833,3.833,0,0,0,2.959-1.3A1.316,1.316,0,0,0,15.461.8a2.375,2.375,0,0,0,.608-1.443A1.734,1.734,0,0,0,15.2-2.131l-2.2-1.531a1.561,1.561,0,0,0-2.117.081l-.461.469c-.249.249-.5.271-.85-.015A16.381,16.381,0,0,1,8.2-4.343,12.387,12.387,0,0,1,7.119-5.566c-.271-.352-.256-.608-.007-.857l.461-.454A1.556,1.556,0,0,0,7.654-9L6.006-11.323a1.843,1.843,0,0,0-1.516-.806,2.184,2.184,0,0,0-1.406.542c-.044.044-.1.088-.132.117A3.928,3.928,0,0,0,1.6-8.313c0,2.234,1.077,4.636,3.574,7.075S9.954,2.241,12.363,2.241ZM12.327.828C10.562.835,8.54-.146,6.27-2.366S3.04-6.694,3.054-8.452a2.286,2.286,0,0,1,.74-1.743c.059-.051.125-.1.19-.154a.848.848,0,0,1,.505-.2.61.61,0,0,1,.52.308L6.2-8.489a.692.692,0,0,1-.11.945l-.4.388a1.264,1.264,0,0,0-.278,1.729,13.807,13.807,0,0,0,1.8,2.073A19.468,19.468,0,0,0,9.426-1.414,1.273,1.273,0,0,0,11.155-1.7l.381-.4a.7.7,0,0,1,.952-.1l1.633,1.069a.6.6,0,0,1,.3.52.854.854,0,0,1-.2.513c-.051.059-.1.125-.154.19A2.312,2.312,0,0,1,12.327.828Z' transform='translate(-1.597 12.129)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-id-member_user .view-content .exhibitor-contact .views-label,.view-id-company_information .view-content .exhibitor-contact .views-label{font-family:"avenir_next_lt_probold";text-transform:uppercase;font-size:0.8rem;}.view-id-member_user .view-content .exhibitor-contact .contact-item,.view-id-company_information .view-content .exhibitor-contact .contact-item{margin-bottom:1.25rem;}.view-id-member_user .view-content .views-field-field-about-us,.view-id-company_information .view-content .views-field-field-about-us{margin-top:1rem;}.view-member_user-page_1 h3{color:#1E4491;}.view-member_user-page_1 .page-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.view-member_user-page_1 .page-content .region-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.view-member_user-page_1 .page-content .region-content .contextual-region{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}.view-member_user-page_1 .page-content .region-content .block-page-title-block{margin:0;}.view-member_user-page_1 .page-content .region-content .block-page-title-block .page-title{display:none;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-display-id-block_1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #adb5bd;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-display-id-block_1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-header{background:var(--color-white);width:100%;padding:0.625rem 1.25rem;border-right:1px solid #adb5bd;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-content{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;background:var(--color-white);padding:1.25rem;margin-top:1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-header{color:var(--color-black);font-size:1.5rem;font-weight:bold;margin:1.25rem 0 0 1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-header span{border:1px solid;border-radius:50%;font-weight:bold;padding:0 0.625rem;margin-left:0.3125rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content{padding-top:0;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #adb5bd;width:100%;margin-top:1.875rem;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1.25rem 0;padding-top:1.25rem;}}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-field-field-product-image{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:1.5625rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-field-field-product-image img{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:140px;height:140px;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .category-npe{background:#E8EBEE;border-radius:30px;padding:0.3125rem 1.25rem;margin:0.625rem 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe{margin-top:1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe ul{margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe ul li{list-style:none;display:inline;border:1px solid #adb5bd;padding:0 0.625rem;border-radius:30px;margin:0 0.625rem 0.625rem 0;}.view-member_user-page_1 .page-content .region-content-bottom{width:360px;margin-left:1.25rem;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content-bottom{width:auto;}}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Video{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:1.25rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert img{width:280px;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert:hover:before{background:#1E4491;color:var(--color-white);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert::before{background:var(--color-white);visibility:visible;display:block;content:"Downlooad";position:absolute;padding:0.625rem 1.25rem;border-radius:30px;-webkit-box-shadow:0 2px 4px var(--color-black);box-shadow:0 2px 4px var(--color-black);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;padding:0.9375rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press h4{border-bottom:1px solid #adb5bd;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .description{margin-bottom:1.25rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a{width:280px;height:280px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a::before{background:var(--color-white);display:block;content:"Downlooad";position:absolute;padding:0.625rem 1.25rem;border-radius:30px;-webkit-box-shadow:0 2px 4px var(--color-black);box-shadow:0 2px 4px var(--color-black);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a:hover:before{background:#1E4491;color:var(--color-white);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file.file--application-pdf{background:none;padding:0;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file .file__size{display:none;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .press-disclaimer{text-align:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .press-disclaimer p{margin:0;padding:0 0.625rem;font-size:1rem;text-align:center;font-style:italic;color:var(--color-gray);}.form-item--tooltip-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.form-item--tooltip-description input{margin-right:0.375rem;}@media screen and (min-width:48rem){.form-item--tooltip-description .form-item__description{position:relative;}}.search--filter-box .tooltip{position:absolute;top:0;right:0;}.tooltip__icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#1E4491;border-radius:24px;color:var(--color-white);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;height:21px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0.5rem;margin-top:-0.25rem;width:21px;text-align:center;}.search--filter-box .tooltip__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.027' height='15.027' viewBox='0 0 15.027 15.027' fill='%23c4961e'%3E %3Cpath id='Icon_metro-info' data-name='Icon metro-info' d='M9.145,6.389a.706.706,0,0,1,.7-.7h.47a.706.706,0,0,1,.7.7v.47a.706.706,0,0,1-.7.7H9.85a.706.706,0,0,1-.7-.7ZM11.963,13.2H8.206v-.939h.939V9.442H8.206V8.5h2.818v3.757h.939ZM10.084,1.928A7.514,7.514,0,1,0,17.6,9.442a7.514,7.514,0,0,0-7.514-7.514Zm0,13.618a6.1,6.1,0,1,1,6.1-6.1A6.1,6.1,0,0,1,10.084,15.547Z' transform='translate(-2.571 -1.928)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;position:absolute;top:9px;right:5px;width:19px;height:19px;-webkit-background-size:contain;background-size:contain;background-color:transparent;}.tooltip__content{background:black;color:var(--color-white);margin-top:0.625rem;padding:0.625rem;display:none;position:absolute;width:auto;border-radius:5px;z-index:2;}.search--filter-box .tooltip__content{width:300px;right:-15px;top:auto;bottom:10px;left:auto;}.search--filter-box .tooltip__content::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid black;content:"";display:block;position:absolute;bottom:-10px;right:20px;}@media screen and (min-width:48rem){.tooltip__content{width:480px;top:0;left:40px;margin:auto;}}.trade-show-block{background:var(--color-white);padding:0 0.25rem;}.trade-show-block h2{color:#1E4491;}.trade-show-block p:last-child{margin-bottom:0;}.menu--action-center{background-color:white;-webkit-box-shadow:0 3px 3px #E8EBEE;box-shadow:0 3px 3px #E8EBEE;padding-top:0;height:100%;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.menu--action-center h2{border-bottom:2px solid #1E4491;color:#1E4491;font-size:1.5625rem;margin:0;text-transform:uppercase;padding:2rem 1.5rem 1rem;}.menu--action-center .menu{list-style:none;margin:0;padding:0.5rem 0 1rem 0;}.menu--action-center .menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.menu--action-center .menu-item a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-left:-2.25rem;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding:0.625rem 1.5rem 0.625rem 2.875rem;width:100%;}.menu--action-center .menu-item a:hover{color:black;}.menu--action-center .menu-item a::after{background:url(/themes/custom/plma/images/icons/chevron-left.svg) no-repeat center;content:"";display:block;height:10px;margin-left:0.625rem;width:6px;}.menu--action-center .menu-item .menu_link_content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:1.25rem;}.menu--action-center .menu-item .field--name-field-icon{width:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.layout__region--content nav[class*=menu--trade-show],.layout__region--content .homepage-buttons,.page-content nav[class*=menu--trade-show],.page-content .homepage-buttons,.homepage nav[class*=menu--trade-show],.homepage .homepage-buttons{background:var(--color-white);padding:1.25rem 1rem;}@media screen and (min-width:62rem){.layout__region--content nav[class*=menu--trade-show],.layout__region--content .homepage-buttons,.page-content nav[class*=menu--trade-show],.page-content .homepage-buttons,.homepage nav[class*=menu--trade-show],.homepage .homepage-buttons{padding:1.25rem 2rem;}}.layout__region--content nav[class*=menu--trade-show] .menu,.layout__region--content .homepage-buttons .menu,.page-content nav[class*=menu--trade-show] .menu,.page-content .homepage-buttons .menu,.homepage nav[class*=menu--trade-show] .menu,.homepage .homepage-buttons .menu{list-style:none;margin:0;padding:0;display:grid;}@media screen and (min-width:62rem){.layout__region--content nav[class*=menu--trade-show] .menu,.layout__region--content .homepage-buttons .menu,.page-content nav[class*=menu--trade-show] .menu,.page-content .homepage-buttons .menu,.homepage nav[class*=menu--trade-show] .menu,.homepage .homepage-buttons .menu{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;}}.layout__region--content nav[class*=menu--trade-show] .menu-item,.layout__region--content .homepage-buttons .menu-item,.page-content nav[class*=menu--trade-show] .menu-item,.page-content .homepage-buttons .menu-item,.homepage nav[class*=menu--trade-show] .menu-item,.homepage .homepage-buttons .menu-item{background-color:#1E4491;padding:0;border:2px solid #1E4491;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;border-radius:5px;line-height:1.3;-webkit-transition:0.4s ease all;-o-transition:0.4s ease all;transition:0.4s ease all;}@media screen and (max-width:61.9375rem){.layout__region--content nav[class*=menu--trade-show] .menu-item,.layout__region--content .homepage-buttons .menu-item,.page-content nav[class*=menu--trade-show] .menu-item,.page-content .homepage-buttons .menu-item,.homepage nav[class*=menu--trade-show] .menu-item,.homepage .homepage-buttons .menu-item{margin-bottom:0.625rem;}}.layout__region--content nav[class*=menu--trade-show] .menu-item .menu_link_content,.layout__region--content nav[class*=menu--trade-show] .menu-item .button-icon-wrapper,.layout__region--content .homepage-buttons .menu-item .menu_link_content,.layout__region--content .homepage-buttons .menu-item .button-icon-wrapper,.page-content nav[class*=menu--trade-show] .menu-item .menu_link_content,.page-content nav[class*=menu--trade-show] .menu-item .button-icon-wrapper,.page-content .homepage-buttons .menu-item .menu_link_content,.page-content .homepage-buttons .menu-item .button-icon-wrapper,.homepage nav[class*=menu--trade-show] .menu-item .menu_link_content,.homepage nav[class*=menu--trade-show] .menu-item .button-icon-wrapper,.homepage .homepage-buttons .menu-item .menu_link_content,.homepage .homepage-buttons .menu-item .button-icon-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-shadow:0 5px 10px #212529;box-shadow:0 5px 10px #212529;}.layout__region--content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.layout__region--content nav[class*=menu--trade-show] .menu-item .button-icon,.layout__region--content .homepage-buttons .menu-item .field--name-field-svg-icon,.layout__region--content .homepage-buttons .menu-item .button-icon,.page-content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.page-content nav[class*=menu--trade-show] .menu-item .button-icon,.page-content .homepage-buttons .menu-item .field--name-field-svg-icon,.page-content .homepage-buttons .menu-item .button-icon,.homepage nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.homepage nav[class*=menu--trade-show] .menu-item .button-icon,.homepage .homepage-buttons .menu-item .field--name-field-svg-icon,.homepage .homepage-buttons .menu-item .button-icon{padding:1rem;width:70px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:62rem){.layout__region--content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.layout__region--content nav[class*=menu--trade-show] .menu-item .button-icon,.layout__region--content .homepage-buttons .menu-item .field--name-field-svg-icon,.layout__region--content .homepage-buttons .menu-item .button-icon,.page-content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.page-content nav[class*=menu--trade-show] .menu-item .button-icon,.page-content .homepage-buttons .menu-item .field--name-field-svg-icon,.page-content .homepage-buttons .menu-item .button-icon,.homepage nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon,.homepage nav[class*=menu--trade-show] .menu-item .button-icon,.homepage .homepage-buttons .menu-item .field--name-field-svg-icon,.homepage .homepage-buttons .menu-item .button-icon{width:80px;}}.layout__region--content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon svg,.layout__region--content nav[class*=menu--trade-show] .menu-item .button-icon svg,.layout__region--content .homepage-buttons .menu-item .field--name-field-svg-icon svg,.layout__region--content .homepage-buttons .menu-item .button-icon svg,.page-content nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon svg,.page-content nav[class*=menu--trade-show] .menu-item .button-icon svg,.page-content .homepage-buttons .menu-item .field--name-field-svg-icon svg,.page-content .homepage-buttons .menu-item .button-icon svg,.homepage nav[class*=menu--trade-show] .menu-item .field--name-field-svg-icon svg,.homepage nav[class*=menu--trade-show] .menu-item .button-icon svg,.homepage .homepage-buttons .menu-item .field--name-field-svg-icon svg,.homepage .homepage-buttons .menu-item .button-icon svg{fill:white;}.layout__region--content nav[class*=menu--trade-show] .menu-item a,.layout__region--content .homepage-buttons .menu-item a,.page-content nav[class*=menu--trade-show] .menu-item a,.page-content .homepage-buttons .menu-item a,.homepage nav[class*=menu--trade-show] .menu-item a,.homepage .homepage-buttons .menu-item a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.125rem;font-weight:bold;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;width:100%;padding:1rem 1.25rem;}.layout__region--content nav[class*=menu--trade-show] .menu-item a::before,.layout__region--content .homepage-buttons .menu-item a::before,.page-content nav[class*=menu--trade-show] .menu-item a::before,.page-content .homepage-buttons .menu-item a::before,.homepage nav[class*=menu--trade-show] .menu-item a::before,.homepage .homepage-buttons .menu-item a::before{position:absolute;left:0;right:0;bottom:0;top:0;content:"";z-index:1;}.layout__region--content nav[class*=menu--trade-show] .menu-item a::after,.layout__region--content .homepage-buttons .menu-item a::after,.page-content nav[class*=menu--trade-show] .menu-item a::after,.page-content .homepage-buttons .menu-item a::after,.homepage nav[class*=menu--trade-show] .menu-item a::after,.homepage .homepage-buttons .menu-item a::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.747' height='9.986' viewBox='0 0 5.747 9.986' fill='white'%3E %3Cpath id='chevron-left' d='M6.653,5.467h0a.75.75,0,0,1,0,1.065h0L2.414,10.773h0a.75.75,0,0,1-.532.217h0a.746.746,0,0,1-.532-1.273h0L4.887,6.177,5.063,6l-.177-.177L1.347,2.284h0a.75.75,0,0,1,0-1.057h0a.75.75,0,0,1,1.065,0h0Z' transform='translate(-1.129 -1.004)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";display:block;height:40px;margin-left:0.625rem;width:20px;-webkit-background-size:10px 10px;background-size:10px;}.layout__region--content nav[class*=menu--trade-show] .menu-item:hover,.layout__region--content .homepage-buttons .menu-item:hover,.page-content nav[class*=menu--trade-show] .menu-item:hover,.page-content .homepage-buttons .menu-item:hover,.homepage nav[class*=menu--trade-show] .menu-item:hover,.homepage .homepage-buttons .menu-item:hover{background:white;}.layout__region--content nav[class*=menu--trade-show] .menu-item:hover .field--name-field-svg-icon svg,.layout__region--content nav[class*=menu--trade-show] .menu-item:hover .button-icon svg,.layout__region--content .homepage-buttons .menu-item:hover .field--name-field-svg-icon svg,.layout__region--content .homepage-buttons .menu-item:hover .button-icon svg,.page-content nav[class*=menu--trade-show] .menu-item:hover .field--name-field-svg-icon svg,.page-content nav[class*=menu--trade-show] .menu-item:hover .button-icon svg,.page-content .homepage-buttons .menu-item:hover .field--name-field-svg-icon svg,.page-content .homepage-buttons .menu-item:hover .button-icon svg,.homepage nav[class*=menu--trade-show] .menu-item:hover .field--name-field-svg-icon svg,.homepage nav[class*=menu--trade-show] .menu-item:hover .button-icon svg,.homepage .homepage-buttons .menu-item:hover .field--name-field-svg-icon svg,.homepage .homepage-buttons .menu-item:hover .button-icon svg{fill:#153067;}.layout__region--content nav[class*=menu--trade-show] .menu-item:hover a,.layout__region--content .homepage-buttons .menu-item:hover a,.page-content nav[class*=menu--trade-show] .menu-item:hover a,.page-content .homepage-buttons .menu-item:hover a,.homepage nav[class*=menu--trade-show] .menu-item:hover a,.homepage .homepage-buttons .menu-item:hover a{color:#153067;}.layout__region--content nav[class*=menu--trade-show] .menu-item:hover a::after,.layout__region--content .homepage-buttons .menu-item:hover a::after,.page-content nav[class*=menu--trade-show] .menu-item:hover a::after,.page-content .homepage-buttons .menu-item:hover a::after,.homepage nav[class*=menu--trade-show] .menu-item:hover a::after,.homepage .homepage-buttons .menu-item:hover a::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.747' height='9.986' viewBox='0 0 5.747 9.986' fill='%231E4491'%3E %3Cpath id='chevron-left' d='M6.653,5.467h0a.75.75,0,0,1,0,1.065h0L2.414,10.773h0a.75.75,0,0,1-.532.217h0a.746.746,0,0,1-.532-1.273h0L4.887,6.177,5.063,6l-.177-.177L1.347,2.284h0a.75.75,0,0,1,0-1.057h0a.75.75,0,0,1,1.065,0h0Z' transform='translate(-1.129 -1.004)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;-webkit-background-size:10px 10px;background-size:10px;}.layout__region--content nav[class*=menu--trade-show] .menu-item:hover .menu_link_content,.layout__region--content nav[class*=menu--trade-show] .menu-item:hover .button-icon-wrapper,.layout__region--content .homepage-buttons .menu-item:hover .menu_link_content,.layout__region--content .homepage-buttons .menu-item:hover .button-icon-wrapper,.page-content nav[class*=menu--trade-show] .menu-item:hover .menu_link_content,.page-content nav[class*=menu--trade-show] .menu-item:hover .button-icon-wrapper,.page-content .homepage-buttons .menu-item:hover .menu_link_content,.page-content .homepage-buttons .menu-item:hover .button-icon-wrapper,.homepage nav[class*=menu--trade-show] .menu-item:hover .menu_link_content,.homepage nav[class*=menu--trade-show] .menu-item:hover .button-icon-wrapper,.homepage .homepage-buttons .menu-item:hover .menu_link_content,.homepage .homepage-buttons .menu-item:hover .button-icon-wrapper{-webkit-box-shadow:0 5px 10px #adb5bd;box-shadow:0 5px 10px #adb5bd;}.layout__region--content .block-menu.trade-show-secondary .menu-item,.layout__region--content .homepage-buttons.secondary .menu-item,.page-content .block-menu.trade-show-secondary .menu-item,.page-content .homepage-buttons.secondary .menu-item,.homepage .block-menu.trade-show-secondary .menu-item,.homepage .homepage-buttons.secondary .menu-item{background:white;}.layout__region--content .block-menu.trade-show-secondary .menu-item .field--name-field-svg-icon svg,.layout__region--content .block-menu.trade-show-secondary .menu-item .button-icon svg,.layout__region--content .homepage-buttons.secondary .menu-item .field--name-field-svg-icon svg,.layout__region--content .homepage-buttons.secondary .menu-item .button-icon svg,.page-content .block-menu.trade-show-secondary .menu-item .field--name-field-svg-icon svg,.page-content .block-menu.trade-show-secondary .menu-item .button-icon svg,.page-content .homepage-buttons.secondary .menu-item .field--name-field-svg-icon svg,.page-content .homepage-buttons.secondary .menu-item .button-icon svg,.homepage .block-menu.trade-show-secondary .menu-item .field--name-field-svg-icon svg,.homepage .block-menu.trade-show-secondary .menu-item .button-icon svg,.homepage .homepage-buttons.secondary .menu-item .field--name-field-svg-icon svg,.homepage .homepage-buttons.secondary .menu-item .button-icon svg{fill:#153067;}.layout__region--content .block-menu.trade-show-secondary .menu-item a,.layout__region--content .homepage-buttons.secondary .menu-item a,.page-content .block-menu.trade-show-secondary .menu-item a,.page-content .homepage-buttons.secondary .menu-item a,.homepage .block-menu.trade-show-secondary .menu-item a,.homepage .homepage-buttons.secondary .menu-item a{color:#153067;}.layout__region--content .block-menu.trade-show-secondary .menu-item a::after,.layout__region--content .homepage-buttons.secondary .menu-item a::after,.page-content .block-menu.trade-show-secondary .menu-item a::after,.page-content .homepage-buttons.secondary .menu-item a::after,.homepage .block-menu.trade-show-secondary .menu-item a::after,.homepage .homepage-buttons.secondary .menu-item a::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.747' height='9.986' viewBox='0 0 5.747 9.986' fill='%231E4491'%3E %3Cpath id='chevron-left' d='M6.653,5.467h0a.75.75,0,0,1,0,1.065h0L2.414,10.773h0a.75.75,0,0,1-.532.217h0a.746.746,0,0,1-.532-1.273h0L4.887,6.177,5.063,6l-.177-.177L1.347,2.284h0a.75.75,0,0,1,0-1.057h0a.75.75,0,0,1,1.065,0h0Z' transform='translate(-1.129 -1.004)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;-webkit-background-size:10px 10px;background-size:10px;}.layout__region--content .block-menu.trade-show-secondary .menu-item .menu_link_content,.layout__region--content .block-menu.trade-show-secondary .menu-item .button-icon-wrapper,.layout__region--content .homepage-buttons.secondary .menu-item .menu_link_content,.layout__region--content .homepage-buttons.secondary .menu-item .button-icon-wrapper,.page-content .block-menu.trade-show-secondary .menu-item .menu_link_content,.page-content .block-menu.trade-show-secondary .menu-item .button-icon-wrapper,.page-content .homepage-buttons.secondary .menu-item .menu_link_content,.page-content .homepage-buttons.secondary .menu-item .button-icon-wrapper,.homepage .block-menu.trade-show-secondary .menu-item .menu_link_content,.homepage .block-menu.trade-show-secondary .menu-item .button-icon-wrapper,.homepage .homepage-buttons.secondary .menu-item .menu_link_content,.homepage .homepage-buttons.secondary .menu-item .button-icon-wrapper{-webkit-box-shadow:0 5px 10px #adb5bd;box-shadow:0 5px 10px #adb5bd;}.page-node-type-article .block-page-title-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.page-node-type-article .block-page-title-block h1{color:#1E4491;}.view-favorites{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1rem;}.view-favorites .exhibitor-head{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}.view-favorites .favorites-view--sidebar{width:100%;}@media screen and (min-width:48rem){.view-favorites .favorites-view--sidebar{width:25%;}}.view-favorites .favorites-view--sidebar .button,.view-favorites .favorites-view--sidebar .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .view-favorites .favorites-view--sidebar a,.view-favorites .favorites-view--sidebar .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .view-favorites .favorites-view--sidebar a:not(.link),.view-favorites .favorites-view--sidebar .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .view-favorites .favorites-view--sidebar input,.view-favorites .favorites-view--sidebar .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .view-favorites .favorites-view--sidebar .feed-icon,.view-favorites .favorites-view--sidebar .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .view-favorites .favorites-view--sidebar a{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:white;margin:0 0 1rem 0;padding-left:1.5rem;padding-right:1.5rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.view-favorites .favorites-view--sidebar .claro-details__wrapper{padding:0;}.view-favorites .favorites-view--sidebar .claro-details__wrapper a{margin:0;}.view-favorites .exhibitor-info ul{list-style-type:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}.view-favorites .exhibitor-info ul li:not(:last-child)::after{content:"|";margin:0 0.7rem 0 0.5rem;display:inline-block;color:#adb5bd;}.view-favorites .favorites-view--main{width:100%;}@media screen and (min-width:48rem){.view-favorites .favorites-view--main{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.view-favorites .favorites-view--main .views-exposed-form{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;}@media screen and (max-width:61.9375rem){.view-favorites .favorites-view--main .views-exposed-form{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-favorites .favorites-view--main .views-exposed-form__item{margin:0 0.5rem 0 0;position:relative;}@media screen and (max-width:61.9375rem){.view-favorites .favorites-view--main .views-exposed-form__item{width:48%;margin:0;}}.view-favorites .favorites-view--main .views-exposed-form__item label{position:absolute;top:0.5rem;left:1rem;text-transform:uppercase;font-size:0.8rem;}.view-favorites .favorites-view--main .views-exposed-form__item select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%231E4491'%3E%3Cpath d='M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:white !important;border:none;padding:1.7rem 3rem 0.5rem 1rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);cursor:pointer;border-radius:5px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right 10px center;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;}@media screen and (max-width:74.9375rem){.view-favorites .favorites-view--main .views-exposed-form__item select{width:100%;}}.view-favorites .favorites-view--main .view-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}.view-favorites .favorites-view--main .view-header p{margin:0;}@media screen and (max-width:30rem){.view-favorites .favorites-view--main .view-header .block-plma-share-favorites-button{width:100%;}}.view-favorites .favorites-view--main .view-header a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='%23c4961e'%3E %3Cpath id='Icon_open-data-transfer-download' data-name='Icon open-data-transfer-download' d='M13.5,0V13.5h-9L18,27,31.5,13.5h-9V0ZM0,31.5V36H36V31.5Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:white;padding:1rem 1.5rem 1rem 3rem;line-height:1.5;border-radius:5px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);background-position:left 15px center !important;-webkit-background-size:1.2rem 1.2rem;background-size:1.2rem;color:black;font-weight:400;text-align:left;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;}@media screen and (max-width:30rem){.view-favorites .favorites-view--main .view-header a{width:100%;}}@media screen and (min-width:48rem){.view-favorites .favorites-view--main .view-header a{margin:0 0 0 0.5rem;}}.view-favorites .favorites-view--main .view-header a.share{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.797' height='15.896' viewBox='0 0 13.797 15.896' fill='%23c4961e'%3E %3Cg id='SVGRepo_iconCarrier' transform='translate(-0.605 -1.548)'%3E %3Cpath id='Path_1' data-name='Path 1' d='M14.4,14.8a2.64,2.64,0,1,1-5.118-.91L5.184,11.3a2.645,2.645,0,1,1,0-3.608L9.277,5.108a2.644,2.644,0,1,1,.593.936l-4.115,2.6a2.659,2.659,0,0,1,0,1.707l4.115,2.6A2.64,2.64,0,0,1,14.4,14.8Z'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.view-favorites .favorites-view--main .view-content{width:100%;}.view-favorites .favorites-view--main .view-empty{width:100%;padding:2rem;background-color:white;margin:1rem 0 0 0;-webkit-box-shadow:0 2px 10px #ccc;box-shadow:0 2px 10px #ccc;border-radius:5px;list-style-type:none;}@media screen and (max-width:47.9375rem){.view-favorites .favorites-view--main .view-empty{padding:1rem;}}.flag-favorite a{background-image:url(/themes/custom/plma/images/icons/add-to-favorite.svg);width:40px;height:40px;background-repeat:no-repeat;background-position:center;font-size:0;display:block;}.flag-favorite.action-unflag a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Component_3_39' data-name='Component 3 – 39' xmlns='http://www.w3.org/2000/svg' width='38.365' height='39' viewBox='0 0 38.365 39' fill='%23c4961e'%3E %3Cpath id='Icon_ionic-ios-star' data-name='Icon ionic-ios-star' d='M39.16,15.707h-12.6L22.734,4.283a1.387,1.387,0,0,0-2.6,0L16.3,15.707H3.62a1.374,1.374,0,0,0-1.37,1.37,1.007,1.007,0,0,0,.026.231,1.316,1.316,0,0,0,.574.968l10.354,7.3L9.229,37.125A1.374,1.374,0,0,0,9.7,38.666a1.325,1.325,0,0,0,.771.334,1.679,1.679,0,0,0,.856-.308l10.105-7.2,10.105,7.2a1.6,1.6,0,0,0,.856.308,1.23,1.23,0,0,0,.762-.334,1.357,1.357,0,0,0,.471-1.541L29.654,25.572l10.268-7.365.248-.214a1.437,1.437,0,0,0,.445-.916A1.45,1.45,0,0,0,39.16,15.707Z' transform='translate(-2.25)'/%3E %3Cpath id='Icon_awesome-check-circle' data-name='Icon awesome-check-circle' d='M14.083,7.322A6.76,6.76,0,1,1,7.322.563,6.76,6.76,0,0,1,14.083,7.322ZM6.541,10.9l5.015-5.015a.436.436,0,0,0,0-.617l-.617-.617a.436.436,0,0,0-.617,0l-4.09,4.09-1.91-1.91a.436.436,0,0,0-.617,0l-.617.617a.436.436,0,0,0,0,.617L5.924,10.9a.436.436,0,0,0,.617,0Z' transform='translate(23.653 -0.563)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;width:40px;height:40px;}.fav-counter{width:28px;height:28px;background-color:#153067;color:white;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:0.8rem;}.main-nav .fav-counter{position:absolute;right:-20px;}@media screen and (max-width:47.9375rem){.main-nav .fav-counter{top:6px;right:6px;}}.view-member_user-page_2 h2{color:#1E4491;}.view-member_user-page_2 .icon-fav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0.3125rem;}.view-member_user-page_2 .icon-fav .flag-favorite{margin-top:2rem;margin-right:0.625rem;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a,.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a{display:block;height:40px;visibility:hidden;width:40px;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a::before,.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a::before{content:"";display:block;height:40px;visibility:visible;width:40px;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg) no-repeat;}.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg) no-repeat;}.view-member_user-page_2 .icon-fav .buyer{background-color:#E8EBEE;border-radius:10px;font-weight:bold;padding:0 0.625rem;}.view-member_user-page_2 .member-info{background-color:#E8EBEE;padding:1rem;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-member_user-page_2 .member-info .info{border-bottom:1px solid #adb5bd;padding-bottom:1.25rem;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info .info{border-bottom:none;border-right:1px solid #adb5bd;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:0.9375rem;padding-bottom:0;padding-right:1.25rem;width:20%;}}.view-member_user-page_2 .member-info .icon-address,.view-member_user-page_2 .member-info .icon-email,.view-member_user-page_2 .member-info .icon-phone,.view-member_user-page_2 .member-info .icon-fax,.view-member_user-page_2 .member-info .icon-web{margin-bottom:0.3125rem;}.view-member_user-page_2 .member-info .icon-address::before{content:"";background-image:url(/themes/custom/plma/images/icons/address.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:20px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-email::before{content:"";background-image:url(/themes/custom/plma/images/icons/email.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:16px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-phone::before{content:"";background-image:url(/themes/custom/plma/images/icons/phone.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:18px;margin-right:0.3125rem;width:18px;}.view-member_user-page_2 .member-info .icon-fax::before{content:"";background-image:url(/themes/custom/plma/images/icons/fax.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:20px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-web::before{content:"";background-image:url(/themes/custom/plma/images/icons/web.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:21px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .address{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.view-member_user-page_2 .member-info div:last-child{border-bottom:none;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info div:last-child{border-right:none;}}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row{margin-bottom:0.9375rem;border:1px solid #adb5bd;border-bottom:none;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-label{display:inline-block;width:200px;border-right:1px solid #adb5bd;font-weight:bold;padding:0.625rem 1.125rem;background:#f9f9f9;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #adb5bd;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-field .field-content{background:var(--color-white);width:90%;padding:0.625rem;}.block-views-blockappointment-details-block-1 .views-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;background:white;padding:2rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:10px;margin-bottom:1rem;}.block-views-blockappointment-details-block-1 .views-row > div:last-child{width:100%;}.block-views-blockappointment-details-block-1 .views-row .views-field-field-status-exhibitor{width:100% !important;}.block-views-blockappointment-details-block-1 .views-row .views-field-field-status-exhibitor.Waiting,.block-views-blockappointment-details-block-1 .views-row .views-field-field-status-exhibitor.Pending{background-image:url("data:image/svg+xml;charset=utf-8,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' fill='%23574005'%3E %3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E %3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cg id='SVGRepo_iconCarrier'%3E %3Cpath d='M24,12a1,1,0,0,1-2,0A10.011,10.011,0,0,0,12,2a1,1,0,0,1,0-2A12.013,12.013,0,0,1,24,12Zm-8,1a1,1,0,0,0,0-2H13.723A2,2,0,0,0,13,10.277V7a1,1,0,0,0-2,0v3.277A1.994,1.994,0,1,0,13.723,13ZM1.827,6.784a1,1,0,1,0,1,1A1,1,0,0,0,1.827,6.784ZM2,12a1,1,0,1,0-1,1A1,1,0,0,0,2,12ZM12,22a1,1,0,1,0,1,1A1,1,0,0,0,12,22ZM4.221,3.207a1,1,0,1,0,1,1A1,1,0,0,0,4.221,3.207ZM7.779.841a1,1,0,1,0,1,1A1,1,0,0,0,7.779.841ZM1.827,15.216a1,1,0,1,0,1,1A1,1,0,0,0,1.827,15.216Zm2.394,3.577a1,1,0,1,0,1,1A1,1,0,0,0,4.221,18.793Zm3.558,2.366a1,1,0,1,0,1,1A1,1,0,0,0,7.779,21.159Zm14.394-5.943a1,1,0,1,0,1,1A1,1,0,0,0,22.173,15.216Zm-2.394,3.577a1,1,0,1,0,1,1A1,1,0,0,0,19.779,18.793Zm-3.558,2.366a1,1,0,1,0,1,1A1,1,0,0,0,16.221,21.159Z'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;padding-left:5rem;-webkit-background-size:3rem 3rem;background-size:3rem;background-position:left 20px center;}.block-views-blockappointment-details-block-1 .views-row .views-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-bottom:1px solid #E8EBEE;padding:1.25rem 0;width:100%;}@media screen and (min-width:48rem){.block-views-blockappointment-details-block-1 .views-row .views-field{width:50%;min-height:87px;}}.block-views-blockappointment-details-block-1 .views-row .views-field .views-label{font-family:"avenir_next_lt_probold";display:block;width:100%;text-transform:uppercase;color:#212529;font-size:0.8rem;}.block-views-blockappointment-details-block-1 .views-row .views-field .field-content{font-size:1.1rem;}.block-views-blockappointment-details-block-1 .views-row .views-field.Waiting,.block-views-blockappointment-details-block-1 .views-row .views-field.Pending{background-color:#ffed95;}.block-views-blockappointment-details-block-1 .views-row .views-field.Yes{background:#b7d5ac;}.status-wrapper .plma-matchmaking-review-appointment{background:transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:none;box-shadow:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:10px;padding:0;margin-bottom:2rem;}.status-wrapper .plma-matchmaking-review-appointment input[type=submit]{padding:1rem;border-radius:5px;margin:0;}@media screen and (min-width:48rem){.status-wrapper .plma-matchmaking-review-appointment input[type=submit]{padding:1.5rem 2rem;}}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-reschedule]{border:1px solid #1E4491;color:#1E4491;background-color:white;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-reschedule]:hover{background-color:#1E4491;color:white;}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-confirm]{background-color:#1E4491;color:white;width:100%;text-transform:uppercase;font-size:1.2rem;}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-confirm]:hover{border:1px solid #153067;color:#153067;background-color:white;}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-reject]{border:1px solid #c11212;color:#c11212;background-color:white;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.status-wrapper .plma-matchmaking-review-appointment input[data-drupal-selector=edit-reject]:hover{background-color:#c11212;color:white;}.matchmaking-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;}.matchmaking-actions a.button,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a,.matchmaking-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a:not(.link),.matchmaking-actions .view-reviews .feed-icons a.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.feed-icon,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a{font-size:0.9rem;background-repeat:no-repeat;background-position:left 15px center;-webkit-background-size:18px 18px;background-size:18px;padding:0.875rem 0.9375rem 0.875rem 2.8125rem;background-color:white;border-radius:5px;text-align:left;}.matchmaking-actions a.button:hover,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a:hover:not(.link),.matchmaking-actions .view-reviews .feed-icons a.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.feed-icon:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a:hover{background-repeat:no-repeat;background-position:left 15px center;-webkit-background-size:18px 18px;background-size:18px;}.matchmaking-actions a.button.matchmaking-settings,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a.matchmaking-settings,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a.matchmaking-settings,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-settings:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-settings:not(.link),.matchmaking-actions .view-reviews .feed-icons a.matchmaking-settings.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-settings.feed-icon,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-settings,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-settings{background-image:url(/themes/custom/plma/images/icons/settings-gear.svg);}.matchmaking-actions a.button.matchmaking-settings:hover,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a.matchmaking-settings:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a.matchmaking-settings:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-settings:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-settings:hover:not(.link),.matchmaking-actions .view-reviews .feed-icons a.matchmaking-settings.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-settings.feed-icon:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-settings:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-settings:hover{background-image:url(/themes/custom/plma/images/icons/settings-gear-white.svg);}.matchmaking-actions a.button.matchmaking-calendar,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a.matchmaking-calendar,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a.matchmaking-calendar,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-calendar:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-calendar:not(.link),.matchmaking-actions .view-reviews .feed-icons a.matchmaking-calendar.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-calendar.feed-icon,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-calendar,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-calendar{background-image:url(/themes/custom/plma/images/icons/share.svg);}.matchmaking-actions a.button.matchmaking-calendar:hover,.matchmaking-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a.matchmaking-calendar:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button .matchmaking-actions a.matchmaking-calendar:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-calendar:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-calendar:hover:not(.link),.matchmaking-actions .view-reviews .feed-icons a.matchmaking-calendar.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-calendar.feed-icon:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-calendar:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-calendar:hover{background-image:url(/themes/custom/plma/images/icons/share-white.svg);}.matchmaker-calendar .column-title{background:#1E4491;border-color:#E8EBEE;color:var(--color-white);font-weight:bold;}.matchmaker-calendar .event-schedule .column-title{background-image:url(/themes/custom/plma/images/icons/time.svg);background-repeat:no-repeat;background-position:center;-webkit-background-size:26px 26px;background-size:26px;color:transparent;}.matchmaker-calendar .schedule-cell{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);border-bottom:2px solid;border-right:1px solid;border-top:0;border-color:#E8EBEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;}.matchmaker-calendar .event-day{background:var(--color-white);}.matchmaker-calendar .event-day .column-title{background-image:url(/themes/custom/plma/images/icons/calendar.svg);background-repeat:no-repeat;background-position:15px 10px;-webkit-background-size:20px 20px;background-size:20px;padding-left:2.8125rem;}.matchmaker-calendar .event-day-cell{border-bottom:2px solid #E8EBEE;}.matchmaker-calendar .schedule-appointment-button{-webkit-transition:all 0.1s linear;-o-transition:all 0.1s linear;transition:all 0.1s linear;}.matchmaker-calendar .appointment-slot{border-color:#E8EBEE;}.matchmaker-calendar .appointment-item{-webkit-box-shadow:0 1px 1px #cbcbcb;box-shadow:0 1px 1px #cbcbcb;-webkit-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;}.matchmaker-calendar .appointment-item:hover{-webkit-box-shadow:0 2px 6px #959595;box-shadow:0 2px 6px #959595;position:relative;-webkit-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01);}.matchmaker-calendar .appointment-item:hover a{color:#153067;}.matchmaker-calendar .appointment-item .company-name{font-size:1rem;}.matchmaker-calendar .appointment-item.pending .status__label{background:url(/themes/custom/plma/images/icons/time-quarter.svg) no-repeat 0 center transparent;-webkit-background-size:20px 20px;background-size:20px;padding-left:1.5rem;}.matchmaker-calendar .appointment-item.accepted .status__label{background:url(/themes/custom/plma/images/icons/check-circle.svg) no-repeat 0 center transparent;-webkit-background-size:20px 20px;background-size:20px;padding-left:1.5rem;}.matchmaker-calendar .appointment-item .status{font-family:"avenir_next_lt_probold";margin-bottom:0.25rem;}.matchmaker-calendar .appointment-item .status span{padding-block:0.125rem;}.matchmaker-calendar .appointment-item .last-update{font-size:0.75rem;font-style:italic;}.matchmaker-calendar .appointment-item .reschedule{background:url(/themes/custom/plma/images/icons/repeat.svg) no-repeat 4px center;-webkit-background-size:20px 20px;background-size:20px;border-radius:0 0 4px 0;text-transform:capitalize;padding-left:1.875rem;text-align:left;}@media screen and (max-width:30rem){.matchmaker-calendar .appointment-item .reschedule{border-radius:0 0 4px 4px;margin-top:0.25rem;position:relative;}}.matchmaking-settings-modal,.share-calendar-modal{width:90% !important;max-width:658px;}.matchmaking-settings-modal .ui-widget-header,.share-calendar-modal .ui-widget-header{background:#1E4491 !important;}.matchmaking-settings-modal h1,.share-calendar-modal h1{margin:0;}.matchmaking-settings-modal form,.share-calendar-modal form{-webkit-box-shadow:none;box-shadow:none;padding:0;}.matchmaking-settings-modal #warning-message,.share-calendar-modal #warning-message{margin-bottom:1rem;}.matchmaking-settings-modal input.form-submit,.share-calendar-modal input.form-submit{background-color:#1E4491;color:white;width:100%;padding:1rem;margin:0;white-space:normal;line-height:1.2;}.matchmaking-settings-modal input.form-submit:hover,.share-calendar-modal input.form-submit:hover{background-color:#153067;}.plma-matchmaking-download-form{text-align:center;}.plma-schedule--block{background:var(--color-white);padding:1rem 2rem 2rem 2rem;}.plma-schedule--block .wrapper{background:rgba(255,202,52,0.2);padding:2rem;}.plma-schedule--block .schedule-info{display:grid;grid-template-columns:1fr;grid-gap:20px;}@media screen and (min-width:48rem){.plma-schedule--block .schedule-info{grid-template-columns:1fr 1fr 1fr;}}.plma-schedule--block .schedule-info .field--name-field-date{font-family:"avenir_next_lt_probold";font-size:1.1rem;}.plma-schedule--block .schedule-info > div{padding:1.25rem;background-color:white;}.plma-schedule--block .schedule-info > div .field--name-field-date{font-weight:700;}.plma-schedule--block .schedule-info > div p:last-child{margin-bottom:0;}.plma-schedule--table h3{text-transform:uppercase;}.plma-schedule--table .day-row{background-color:#f0f0f0;}.ais-Pagination{margin-top:2rem;}.ais-Pagination-list{list-style-type:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:5px;}.ais-Pagination-link{width:50px;height:50px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;}.ais-Pagination-link:hover{background-color:white;}@media screen and (max-width:47.9375rem){.ais-Pagination-item--page{display:none;}.ais-Pagination-item--page.ais-Pagination-item--previousPage,.ais-Pagination-item--page.ais-Pagination-item--nextPage,.ais-Pagination-item--page.ais-Pagination-item--selected{display:block;}}@media screen and (max-width:47.9375rem){.ais-Pagination-item--disabled{display:none;}}.ais-Pagination .ais-Pagination-item--selected .ais-Pagination-link{background-color:#1E4491;color:white;}.ais-Pagination .ais-Pagination-item--nextPage,.ais-Pagination .ais-Pagination-item--previousPage{font-size:1.5rem;}.ais-Pagination .ais-Pagination-item--nextPage a,.ais-Pagination .ais-Pagination-item--nextPage span,.ais-Pagination .ais-Pagination-item--previousPage a,.ais-Pagination .ais-Pagination-item--previousPage span{font-size:0;-webkit-background-size:9px 9px;background-size:9px;}.ais-Pagination .ais-Pagination-item--nextPage a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.115' height='18' viewBox='0 0 11.115 18' fill='%23212529'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,24.51l6.87-6.885-6.87-6.885L15,8.625l9,9-9,9Z' transform='translate(-12.885 -8.625)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.ais-Pagination .ais-Pagination-item--previousPage a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.115' height='18' viewBox='0 0 11.115 18' fill='%23212529'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,24.51l6.87-6.885-6.87-6.885L15,8.625l9,9-9,9Z' transform='translate(24 26.625) rotate(180)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.refresh-pane{margin-top:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.refresh-pane .refresh-button{background-color:#1E4491;color:white;border:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;padding:1rem 1.25rem;cursor:pointer;}.refresh-pane .refresh-button:hover{background-color:white;color:#1E4491;}table thead{background:#1E4491;color:white;}@media screen and (max-width:47.9375rem){table thead{display:none;}.tradeshow_schedule_exhibitors table thead,.tradeshow_schedule table thead{display:block;}}table thead tr,table thead th{background:transparent !important;color:white;text-transform:uppercase;font-size:0.8rem;padding:0.5rem;}table tbody th,table tbody td{padding:0.5rem;}@media screen and (min-width:48rem){.tradeshow_schedule_exhibitors table tbody th:first-child,.tradeshow_schedule table tbody th:first-child,.tradeshow_schedule_exhibitors table tbody td:first-child,.tradeshow_schedule table tbody td:first-child{width:20%;}}@media screen and (max-width:47.9375rem){table tbody th,table tbody td{display:block;width:100%;padding:0.5rem;height:auto;}table tbody th::before,table tbody td::before{content:attr(data-label);text-transform:uppercase;font-size:0.8rem;display:block;}.tradeshow_schedule_exhibitors table tbody th::before,.tradeshow_schedule table tbody th::before,.tradeshow_schedule_exhibitors table tbody td::before,.tradeshow_schedule table tbody td::before{content:none;}table tbody th p,table tbody td p{margin:0;}}.node--type-logo .btn-logo-download{display:block;text-align:center;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1.25rem auto;padding:0.625rem 1.25rem;border:1px solid #00466E;color:#00466E;}.node--type-logo .btn-logo-download img{opacity:1;vertical-align:text-top;}@media screen and (max-width:61.9375rem){#notify_widget{position:initial !important;}#notify_widget .unread{right:-5px;top:5px !important;left:auto !important;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}#notify_widget #notify_widget_popup.is-open{width:100%;left:0;position:absolute;top:60px;}}#notify_widget #notify_widget_popup h2{font-family:"avenir_next_lt_probold";font-size:1.2rem !important;color:#212529 !important;text-transform:uppercase;border-bottom:2px solid #adb5bd;padding-bottom:0.5rem;}#notify_widget #notify_widget_popup .inner,#notify_widget #notify_widget_popup .notification{border:none !important;padding:0 !important;}#notify_widget #notify_widget_popup .inner{gap:0 !important;}#notify_widget #notify_widget_popup .inner a{padding:1rem 0;border-bottom:1px solid #E8EBEE;}#notify_widget #notify_widget_popup .inner a:first-child{padding-top:0;}#notify_widget #notify_widget_popup .notification-type-icon{display:none !important;}#notify_widget #notify_widget_popup .text_wrapper{margin-left:0 !important;}#notify_widget #notify_widget_popup .title{color:#153067 !important;font-size:1.2rem !important;}#notify_widget #notify_widget_popup .text{font-size:0.9rem !important;}#notify_widget #notify_widget_popup .time{color:#153067 !important;}#notify_widget #notify_widget_popup .view-all-notifications{text-align:left !important;padding:0.5rem 0.5rem 0.5rem 2rem;margin-top:0.5rem !important;background-position:left center;-webkit-background-size:1rem 1rem;background-size:1rem;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}#notify_widget #notify_widget_popup .view-all-notifications::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.992' height='23.136' viewBox='0 0 26.992 23.136' fill='%23c4961e'%3E %3Cpath id='Icon_metro-arrow-right' data-name='Icon metro-arrow-right' d='M21.286,28.356l9.64-9.64a1.928,1.928,0,0,0,0-2.727l-9.64-9.64A1.928,1.928,0,0,0,18.56,9.075l6.349,6.349H6.427a1.928,1.928,0,1,0,0,3.856H24.908L18.56,25.629a1.928,1.928,0,0,0,2.727,2.727Z' transform='translate(-4.499 -5.784)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";width:2rem;height:2rem;display:block;-webkit-background-size:1rem 1rem;background-size:1rem;}.notify_widget-notifications table td[data-label=Title]{font-family:"avenir_next_lt_probold";position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.notify_widget-notifications table td[data-label=Title]::before{width:10px;height:10px;border-radius:40px;content:"";display:block;background-color:#2b62d0;margin-right:0.5rem;}.notify_widget-notifications table tr.read td[data-label=Title]{font-family:"avenir_next_lt_promedium";color:#212529;}.notify_widget-notifications table tr.read td[data-label=Title]::before{content:none;}.notify_widget-notifications table .dropbutton-widget{background-color:transparent;}.notify_widget-notifications table .dropbutton-action a{background-color:#1E4491;color:white;border:1px solid #1E4491 !important;}.notify_widget-notifications table .dropbutton-action a:hover{background-color:white;color:#1E4491;}.notify_widget-notifications table .dropbutton__toggle{background-color:white;border:1px solid #1E4491 !important;}.image-modal{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.image-modal .image-modal--overlay{background:#000;width:100%;height:100%;position:absolute;top:0;left:0;opacity:0.75;z-index:-1;}.image-modal .image-modal--content{position:absolute;height:auto;left:10px;right:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:80vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:auto;}@media screen and (min-width:62rem){.image-modal .image-modal--content{left:0;right:0;}}.image-modal .image-modal--content-wrapper{background-color:white;padding:1.5rem;border-radius:10px;margin:0 auto;height:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.image-modal .image-modal--content-wrapper img{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:-webkit-fill-available;}.image-modal .image-modal--close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.5' height='7.5' viewBox='0 0 7.5 7.5' fill='black'%3E %3Cpath id='Icon_metro-cross' data-name='Icon metro-cross' d='M10,7.953h0L7.727,5.678,10,3.4h0a.235.235,0,0,0,0-.331L8.927,2A.235.235,0,0,0,8.6,2h0L6.321,4.272,4.046,2h0a.235.235,0,0,0-.331,0L2.639,3.071a.235.235,0,0,0,0,.331h0L4.915,5.678,2.639,7.953h0a.235.235,0,0,0,0,.331L3.714,9.36a.235.235,0,0,0,.331,0h0L6.321,7.084,8.6,9.36h0a.235.235,0,0,0,.331,0L10,8.285a.235.235,0,0,0,0-.331Z' transform='translate(-2.571 -1.928)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;width:40px;height:40px;position:absolute;bottom:10px;right:10px;cursor:pointer;-webkit-background-size:1rem 1rem;background-size:1rem;background-color:white;border-radius:100%;}.config_pages--type--plma-invite-retailers{background:white;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;padding:1.875rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:5px 5px 0 0;}.invite-retailers-table{margin-top:0;border-top:1px solid #d3d4d9;}.invite-retailers-table td{padding:1.25rem;white-space:nowrap;}.invite-retailers-table td:last-child{width:100%;}.node-invitation-form .field--name-field-invites table thead{background:none;}.node-invitation-form .field--name-field-invites table thead tr,.node-invitation-form .field--name-field-invites table thead th{padding:0;height:20px;}.node-invitation-form .field--name-field-invites table thead .form-item__label{color:#212529;font-size:1.2rem;text-transform:none;}.node-invitation-form .field--name-field-invites table thead .form-item__label::after{display:none;}.node-invitation-form .field--name-field-invites .field-multiple-drag,.node-invitation-form .field--name-field-invites tr:first-child .button,.node-invitation-form .field--name-field-invites tr:first-child .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .node-invitation-form .field--name-field-invites tr:first-child a,.node-invitation-form .field--name-field-invites tr:first-child .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .node-invitation-form .field--name-field-invites tr:first-child a:not(.link),.node-invitation-form .field--name-field-invites tr:first-child .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .node-invitation-form .field--name-field-invites tr:first-child input,.node-invitation-form .field--name-field-invites tr:first-child .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .node-invitation-form .field--name-field-invites tr:first-child .feed-icon,.node-invitation-form .field--name-field-invites tr:first-child .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .node-invitation-form .field--name-field-invites tr:first-child a{display:none;}.media--type-remote-video.media--view-mode-default .field--name-field-media-oembed-video{position:relative;}.media--type-remote-video.media--view-mode-default .field--name-field-media-oembed-video::after{display:block;padding-bottom:56.25%;content:"";}.media--type-remote-video.media--view-mode-default iframe{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;border:0;}.homepage .views-element-container{background:var(--color-white);height:100%;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.node--type-dynamic-page .layout,.homepage .layout{margin-bottom:1.25rem;}.node--type-dynamic-page .layout__region > .block-block-content,.node--type-dynamic-page .layout__region > .block-layout-builder,.node--type-dynamic-page .homepage-section,.homepage .layout__region > .block-block-content,.homepage .layout__region > .block-layout-builder,.homepage .homepage-section{background:var(--color-white);padding:1.25rem 1rem;}@media screen and (min-width:62rem){.node--type-dynamic-page .layout__region > .block-block-content,.node--type-dynamic-page .layout__region > .block-layout-builder,.node--type-dynamic-page .homepage-section,.homepage .layout__region > .block-block-content,.homepage .layout__region > .block-layout-builder,.homepage .homepage-section{padding:1.25rem 2rem;}}.node--type-dynamic-page .layout__region > .block-block-content h3,.node--type-dynamic-page .layout__region > .block-layout-builder h3,.node--type-dynamic-page .homepage-section h3,.homepage .layout__region > .block-block-content h3,.homepage .layout__region > .block-layout-builder h3,.homepage .homepage-section h3{margin-top:0;}.node--type-dynamic-page .layout__region > .block-block-content:has(.field--name-field-promo-card-nodes),.node--type-dynamic-page .layout__region > .block-block-content.promo-cards,.node--type-dynamic-page .layout__region > .block-layout-builder:has(.field--name-field-promo-card-nodes),.node--type-dynamic-page .layout__region > .block-layout-builder.promo-cards,.node--type-dynamic-page .homepage-section:has(.field--name-field-promo-card-nodes),.node--type-dynamic-page .homepage-section.promo-cards,.homepage .layout__region > .block-block-content:has(.field--name-field-promo-card-nodes),.homepage .layout__region > .block-block-content.promo-cards,.homepage .layout__region > .block-layout-builder:has(.field--name-field-promo-card-nodes),.homepage .layout__region > .block-layout-builder.promo-cards,.homepage .homepage-section:has(.field--name-field-promo-card-nodes),.homepage .homepage-section.promo-cards{background:none;margin-top:1.25rem;padding:0;}@media screen and (min-width:62rem){.node--type-dynamic-page .layout__region--second,.homepage .layout__region--second{padding-left:1.125rem;}}.stats-bar .stats{background:#ffffff;border-radius:5px;-webkit-box-shadow:0px 3px 3px #ccc;box-shadow:0px 3px 3px #ccc;padding:1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-shadow:none;box-shadow:none;}@media only screen and (max-width:39.9375rem){.stats-bar .stats{background:transparent;padding:0;}}.stats-bar .stats__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:33.33333%;}@media only screen and (max-width:39.9375rem){.stats-bar .stats__item{width:100%;margin-bottom:0.625rem;padding:0.625rem;-webkit-box-shadow:2px 3px 3px #ccc;box-shadow:2px 3px 3px #ccc;background:#ffffff;}}.stats-bar .stats__exhibitor{color:#1E4491;}.stats-bar .stats__npe{color:#153067;}.stats-bar .stats__new-products{color:#493686;}.stats-bar .stats__icon{width:62px;max-width:62px;height:62px;border-radius:31px;display:inline-block;vertical-align:middle;margin-right:1.25rem;background-position-x:center;-webkit-background-size:30px 30px;background-size:30px;padding:0.625rem;}.stats-bar .stats__exhibitor .stats__icon{padding-left:1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.771' height='37.74' viewBox='0 0 35.771 37.74' fill='%231E4491'%3E %3Cpath id='Path_274' data-name='Path 274' d='M11.25-28.617H33.029a2.181,2.181,0,0,0-2.5-2.18H13.746A2.181,2.181,0,0,0,11.25-28.617ZM7.98-23.924h28.3a2.43,2.43,0,0,0-2.689-2.391h-22.9A2.454,2.454,0,0,0,7.98-23.924ZM9.545,6.943H34.717c3.5,0,5.291-1.775,5.291-5.238V-15.979c0-3.463-1.793-5.238-5.291-5.238H9.545c-3.533,0-5.309,1.758-5.309,5.238V1.705C4.236,5.186,6.012,6.943,9.545,6.943ZM9.65,4.061A2.266,2.266,0,0,1,7.137,1.512v-17.3A2.266,2.266,0,0,1,9.65-18.334H34.611a2.274,2.274,0,0,1,2.514,2.549v17.3a2.274,2.274,0,0,1-2.514,2.549h-2.5C30.779.439,26.859-2.074,22.131-2.074S13.482.439,12.146,4.061ZM22.131-4.57C25.014-4.535,27.3-7,27.3-10.213a5.354,5.354,0,0,0-5.168-5.537,5.343,5.343,0,0,0-5.168,5.537A5.351,5.351,0,0,0,22.131-4.57Z' transform='translate(-4.236 30.797)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#f4f6ff;}.stats-bar .stats__exhibitor .stats__icon:before{width:30px;}.stats-bar .stats__npe .stats__icon{padding-left:1.1875rem;-webkit-background-size:24px 24px;background-size:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.822' height='38.795' viewBox='0 0 25.822 38.795' fill='%23153067'%3E %3Cpath id='Path_275' data-name='Path 275' d='M13.113-2.021H25.225a.946.946,0,0,0,1-.984V-5.625c0-4.025,5.854-6.592,5.854-13.834,0-7.646-5.168-12.762-12.9-12.762S6.258-27.105,6.258-19.459c0,7.242,5.871,9.809,5.871,13.834v2.619A.932.932,0,0,0,13.113-2.021Zm1.635-3.6c0-4.939-5.836-7.523-5.836-13.834,0-6.064,4.113-10.107,10.266-10.107s10.248,4.043,10.248,10.107c0,6.311-5.818,8.895-5.818,13.834v.967H14.748ZM13.676,2.5H24.662A1.572,1.572,0,0,0,26.227.914,1.572,1.572,0,0,0,24.662-.668H13.676A1.572,1.572,0,0,0,12.111.914,1.572,1.572,0,0,0,13.676,2.5Zm5.5,4.078c2.338,0,3.99-1.09,4.166-2.725H15.012C15.152,5.484,16.8,6.574,19.178,6.574Z' transform='translate(-6.258 32.221)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#fffdd2;}.stats-bar .stats__npe .stats__icon:before{width:24px;}.stats-bar .stats__new-products .stats__icon{padding-left:0.75rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.122' height='45.428' viewBox='0 0 42.122 45.428' fill='%23493686'%3E %3Cpath id='Path_280' data-name='Path 280' d='M8.24-1.824,24.631,7.4a3.256,3.256,0,0,0,3.45,0L44.473-1.824c1.934-1.121,2.944-2.219,2.944-5.186V-23.6a4.735,4.735,0,0,0-2.615-4.57L30.146-36.475a7.338,7.338,0,0,0-7.581,0L7.888-28.169A4.753,4.753,0,0,0,5.3-23.6V-7.009C5.3-4.043,6.306-2.944,8.24-1.824ZM36.123-22.214,20.259-31.157l3.779-2.131a4.233,4.233,0,0,1,4.614,0L42.144-25.62Zm-9.778,5.493-15.8-8.9,6.218-3.538,15.8,8.943Zm-16.106,12A2.592,2.592,0,0,1,8.657-7.207V-22.7l15.952,9.075V3.406Zm32.234,0L28.1,3.406V-13.623L44.055-22.7V-7.207A2.592,2.592,0,0,1,42.473-4.724Z' transform='translate(-5.295 37.529)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#F1ECF3;}.stats-bar .stats__new-products .stats__icon:before{width:38px;}.stats-bar .stats__content{display:table-cell;padding-left:1.25rem;vertical-align:middle;border-left:1px solid #e5e5e5;}.stats-bar .stats__number{font-family:"avenir_next_lt_probold",sans-serif;font-weight:normal;font-size:2.625rem;line-height:2.875rem;}@media only screen and (max-width:39.9375rem){.stats-bar .stats__number{font-size:1.75rem;line-height:1.2;}}.stats-bar .stats__text{font-family:"avenir_next_lt_probold",sans-serif;font-weight:normal;color:#727272;}.stats-bar .form-item,.stats-bar .form-actions{margin-bottom:0;margin-top:0;}.stats-bar .dropit{list-style:none;padding:0;}.explore-exhibitors .page-title{font-family:"avenir_next_lt_probold";color:#1E4491;}.explore-exhibitors-stats{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:1rem;background-color:#f9f9f9;border-radius:10px;gap:2rem;}@media screen and (min-width:48rem){.explore-exhibitors-stats{padding:2rem;}}.explore-exhibitors-stats__filters{width:100%;position:relative;}@media screen and (min-width:48rem){.explore-exhibitors-stats__filters{width:50%;}}.explore-exhibitors-stats__filters::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='27' viewBox='0 0 36 27' fill='%23CCB239'%3E %3Cpath id='Icon_open-arrow-thick-right' data-name='Icon open-arrow-thick-right' d='M22.5,0V9H0v9H22.5v9L36,13.365Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";width:3rem;background-color:white;height:60px;display:block;position:absolute;bottom:-3rem;right:0;left:0;z-index:10;margin:auto;border-radius:0 5px 5px 0px;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}@media screen and (min-width:48rem){.explore-exhibitors-stats__filters::after{right:-2rem;height:50px;width:2rem;bottom:0;top:0;border-radius:0;left:auto;-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-box-shadow:10px 4px 8px 0 rgba(0,0,0,0.1);box-shadow:10px 4px 8px 0 rgba(0,0,0,0.1);}}.explore-exhibitors-stats__filters form{margin-block:0 !important;border:none !important;border-radius:5px !important;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1) !important;box-shadow:0 4px 8px 0 rgba(0,0,0,0.1) !important;}.explore-exhibitors-stats__filters form .form-item{width:100%;-webkit-margin-end:0 !important;-moz-margin-end:0 !important;margin-inline-end:0 !important;}.explore-exhibitors-stats__filters .form-actions{width:100%;margin:2rem 0 0 0 !important;text-align:center;position:relative;}.explore-exhibitors-stats__filters .form-actions::before{width:100%;height:1px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:block;content:"";background-color:#adb5bd;}.explore-exhibitors-stats__filters .form-actions .button,.explore-exhibitors-stats__filters .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .explore-exhibitors-stats__filters .form-actions a,.explore-exhibitors-stats__filters .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .explore-exhibitors-stats__filters .form-actions a:not(.link),.explore-exhibitors-stats__filters .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .explore-exhibitors-stats__filters .form-actions input,.explore-exhibitors-stats__filters .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .explore-exhibitors-stats__filters .form-actions .feed-icon,.explore-exhibitors-stats__filters .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .explore-exhibitors-stats__filters .form-actions a{padding:0.5rem 2rem;font-size:0.9rem;text-transform:uppercase;border-radius:30px;background-color:white;border:1px solid #adb5bd;z-index:1;}.explore-exhibitors-stats__filters .form-actions .button:hover,.explore-exhibitors-stats__filters .form-actions .config_pages--type--plma-idea-supermarket .field--name-field-button a:hover,.config_pages--type--plma-idea-supermarket .field--name-field-button .explore-exhibitors-stats__filters .form-actions a:hover,.explore-exhibitors-stats__filters .form-actions .block-plma-workflow-exhibitor-content a:hover:not(.link),.block-plma-workflow-exhibitor-content .explore-exhibitors-stats__filters .form-actions a:hover:not(.link),.explore-exhibitors-stats__filters .form-actions .view-reviews .views-bulk-actions input:hover,.view-reviews .views-bulk-actions .explore-exhibitors-stats__filters .form-actions input:hover,.explore-exhibitors-stats__filters .form-actions .view-reviews .feed-icons .feed-icon:hover,.view-reviews .feed-icons .explore-exhibitors-stats__filters .form-actions .feed-icon:hover,.explore-exhibitors-stats__filters .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .explore-exhibitors-stats__filters .form-actions a:hover{color:#1E4491;}.explore-exhibitors-stats__count{width:100%;background:green;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;overflow:hidden;background-image:url(/themes/custom/plma/images/trade-show-background.png);position:relative;padding:3rem 1.5rem 1.5rem 1.5rem;-webkit-background-size:cover;background-size:cover;}@media screen and (min-width:48rem){.explore-exhibitors-stats__count{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;padding:2rem;}}.explore-exhibitors-stats__count::before{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);content:"";}.explore-exhibitors-stats__count .stats-content{background:white;padding:1.5rem;z-index:10;width:100%;text-align:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.explore-exhibitors-stats__count .country{font-family:"avenir_next_lt_probold";color:white;margin:-2.8125rem auto 0 auto;padding:0.3rem 2rem;border:5px solid white;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-transform:uppercase;border-radius:50px;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;background:-webkit-linear-gradient(353deg,rgb(32,97,152) 0%,rgb(0,70,110) 100%);background:-o-linear-gradient(353deg,rgb(32,97,152) 0%,rgb(0,70,110) 100%);background:linear-gradient(97deg,rgb(32,97,152) 0%,rgb(0,70,110) 100%);}.explore-exhibitors-stats__count .company-count{font-family:"avenir_next_lt_probold";font-size:3.5rem;color:#7b9d01;line-height:1.3;margin-top:0.5rem;}.explore-exhibitors-stats__count .exhibitor-text,.explore-exhibitors-stats__count .category-name{color:#212529;}.explore-exhibitors-stats__count .category-name{font-size:1.2rem;}.explore-exhibitors-stats__count .register-link{margin-top:2rem;}@media screen and (min-width:48rem){.explore-exhibitors-stats__count .register-link{position:absolute;bottom:2rem;left:2rem;right:2rem;}}.explore-exhibitors-stats__count .register-link a{font-family:"avenir_next_lt_probold";background:#FFDF47;color:black;display:block;text-align:center;padding:1rem 2rem;text-transform:uppercase;border-radius:5px;}.explore-exhibitors-stats__count .register-link a:hover{background:#CCB239;}.explore-exhibitors-stats__footer{width:100%;background:white;padding:1.5rem;text-align:center;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:10px;}@media screen and (min-width:48rem){.explore-exhibitors-stats__footer{padding:2rem;}}.explore-exhibitors-stats__footer p:first-child{margin-top:0;}.explore-exhibitors-stats__footer .call-to-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (min-width:48rem){.explore-exhibitors-stats__footer .call-to-actions{gap:10px;}}.explore-exhibitors-stats__footer .call-to-actions a{width:100%;border:1px solid #1E4491;display:block;padding:0.5rem 1rem;border-radius:5px;margin-bottom:1rem;}.explore-exhibitors-stats__footer .call-to-actions a:hover{background-color:#153067;color:white;}@media screen and (min-width:48rem){.explore-exhibitors-stats__footer .call-to-actions a{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;margin-bottom:0;}}.exhibitor-company{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:20px;}.exhibitor-company__main{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.exhibitor-company__sidebar{width:100%;background-color:white;padding:1rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:5px;}@media screen and (min-width:75rem){.exhibitor-company__sidebar{width:340px;}}.exhibitor-company__sidebar > div:not(:last-child) .view-content{margin-bottom:0.5rem;}.exhibitor-company__sidebar .title{font-family:"avenir_next_lt_probold";border-bottom:2px solid #E8EBEE;padding-bottom:0.5rem;}.exhibitor-company__sidebar .node--type-press-release{background-color:#f9f9f9;padding:1rem;}.exhibitor-company__sidebar .node--type-press-release .title{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.083' height='44.769' viewBox='0 0 47.083 44.769' fill='%23c4961e'%3E %3Cpath id='Path_278' d='M6.01,26.38V44.162a2.773,2.773,0,0,0,.427,1.579,2.59,2.59,0,0,0,1.068.929,3.149,3.149,0,0,0,1.329.3,3.025,3.025,0,0,0,1.329-.307,2.623,2.623,0,0,0,1.059-.929,2.859,2.859,0,0,0,.418-1.579V21.047h-.576a5.384,5.384,0,0,0-2.49.6A4.662,4.662,0,0,0,6.716,23.44a5.634,5.634,0,0,0-.7,2.927Zm7.674,24.062H46.005a7.168,7.168,0,0,0,5.258-1.8,7.072,7.072,0,0,0,1.812-5.231V12.751A7.085,7.085,0,0,0,51.264,7.52a7.15,7.15,0,0,0-5.258-1.812H22.714A7.141,7.141,0,0,0,17.437,7.52a7.058,7.058,0,0,0-1.812,5.231v33.9A5.245,5.245,0,0,1,15.189,49,3.232,3.232,0,0,1,13.684,50.442ZM24.907,19.161a1.507,1.507,0,0,1-1.524-1.514,1.423,1.423,0,0,1,.437-1.059,1.477,1.477,0,0,1,1.087-.427H43.831a1.471,1.471,0,0,1,1.078.427,1.451,1.451,0,0,1,.427,1.059,1.511,1.511,0,0,1-.427,1.068,1.453,1.453,0,0,1-1.068.446H24.916Zm0,6.884a1.486,1.486,0,0,1-1.087-.437,1.423,1.423,0,0,1-.437-1.059,1.507,1.507,0,0,1,1.524-1.514H43.831a1.418,1.418,0,0,1,1.068.446,1.538,1.538,0,0,1,0,2.128,1.45,1.45,0,0,1-1.078.437H24.9ZM36.984,32.92a1.513,1.513,0,0,1-1.1-.427,1.432,1.432,0,0,1-.446-1.059,1.507,1.507,0,0,1,1.533-1.514h6.847a1.418,1.418,0,0,1,1.068.446,1.487,1.487,0,0,1,.427,1.068,1.415,1.415,0,0,1-.427,1.059,1.472,1.472,0,0,1-1.068.427H36.975Zm0,6.829a1.5,1.5,0,0,1-1.1-.427,1.417,1.417,0,0,1-.437-1.05A1.453,1.453,0,0,1,35.9,37.2a1.515,1.515,0,0,1,1.1-.446h6.847a1.418,1.418,0,0,1,1.068.446,1.487,1.487,0,0,1,.427,1.068,1.445,1.445,0,0,1-.427,1.05,1.472,1.472,0,0,1-1.068.427H36.994Zm-11.121.065a2.314,2.314,0,0,1-2.508-2.508V32.437a2.314,2.314,0,0,1,2.508-2.508H30.5A2.313,2.313,0,0,1,33,32.437v4.868a2.5,2.5,0,0,1-.669,1.84,2.466,2.466,0,0,1-1.83.669H25.864Z' transform='translate(-6.008 -5.69)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left top 2px;-webkit-background-size:1.5rem 1.5rem;background-size:1.5rem;padding-left:2rem;}.exhibitor-company__sidebar .node--type-press-release .disclaimer{text-align:center;}.exhibitor-company__sidebar .node--type-press-release .disclaimer h6{font-family:"avenir_next_lt_probold";text-transform:uppercase;}.exhibitor-company__sidebar .node--type-press-release .disclaimer p{font-size:0.8rem;}.exhibitor-company__sidebar .node--type-press-release .press-release__thumbnail{position:relative;}.exhibitor-company__sidebar .node--type-press-release .press-release__thumbnail img{width:100%;}.exhibitor-company__sidebar .node--type-press-release .press-release__thumbnail a{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M5.684,8a3.015,3.015,0,0,1-.062-1.466C5.884,6.537,5.859,7.691,5.684,8ZM5.631,9.478a14.42,14.42,0,0,1-.887,1.959,11.507,11.507,0,0,1,1.966-.684A4.048,4.048,0,0,1,5.631,9.478Zm-2.941,3.9c0,.025.412-.169,1.091-1.256A4.319,4.319,0,0,0,2.691,13.378ZM7.75,5H12V15.25a.748.748,0,0,1-.75.75H.75A.748.748,0,0,1,0,15.25V.75A.748.748,0,0,1,.75,0H7V4.25A.752.752,0,0,0,7.75,5ZM7.5,10.369A3.136,3.136,0,0,1,6.166,8.688a4.492,4.492,0,0,0,.194-2.006.783.783,0,0,0-1.494-.213,5.2,5.2,0,0,0,.253,2.406,29.345,29.345,0,0,1-1.275,2.681s0,0-.006,0c-.847.434-2.3,1.391-1.7,2.125A.971.971,0,0,0,2.806,14c.559,0,1.116-.563,1.909-1.931a17.813,17.813,0,0,1,2.469-.725,4.736,4.736,0,0,0,2,.609A.809.809,0,0,0,9.8,10.594C9.366,10.169,8.1,10.291,7.5,10.369Zm4.281-7.087L8.719.219A.749.749,0,0,0,8.188,0H8V4h4V3.809A.748.748,0,0,0,11.781,3.281ZM9.466,11.259c.128-.084-.078-.372-1.337-.281C9.288,11.472,9.466,11.259,9.466,11.259Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left 20px center;position:absolute;top:0;bottom:0;left:0;right:0;height:40px;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.4);box-shadow:0 4px 8px 0 rgba(0,0,0,0.4);border-radius:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 2rem 0 2.5rem;}.exhibitor-company__sidebar .node--type-press-release .press-release__thumbnail a:hover{background-color:#1E4491;color:white;}.exhibitor-company__sidebar .advertisement__img{text-align:center;}.exhibitor-company__sidebar .advertisement__pdf{padding:2rem 1rem;background-color:#f9f9f9;text-align:center;margin-top:1rem;}@media screen and (min-width:48rem){.exhibitor-company__sidebar .advertisement__pdf{padding:2rem;}}.exhibitor-company__sidebar .advertisement__pdf::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M5.684,8a3.015,3.015,0,0,1-.062-1.466C5.884,6.537,5.859,7.691,5.684,8ZM5.631,9.478a14.42,14.42,0,0,1-.887,1.959,11.507,11.507,0,0,1,1.966-.684A4.048,4.048,0,0,1,5.631,9.478Zm-2.941,3.9c0,.025.412-.169,1.091-1.256A4.319,4.319,0,0,0,2.691,13.378ZM7.75,5H12V15.25a.748.748,0,0,1-.75.75H.75A.748.748,0,0,1,0,15.25V.75A.748.748,0,0,1,.75,0H7V4.25A.752.752,0,0,0,7.75,5ZM7.5,10.369A3.136,3.136,0,0,1,6.166,8.688a4.492,4.492,0,0,0,.194-2.006.783.783,0,0,0-1.494-.213,5.2,5.2,0,0,0,.253,2.406,29.345,29.345,0,0,1-1.275,2.681s0,0-.006,0c-.847.434-2.3,1.391-1.7,2.125A.971.971,0,0,0,2.806,14c.559,0,1.116-.563,1.909-1.931a17.813,17.813,0,0,1,2.469-.725,4.736,4.736,0,0,0,2,.609A.809.809,0,0,0,9.8,10.594C9.366,10.169,8.1,10.291,7.5,10.369Zm4.281-7.087L8.719.219A.749.749,0,0,0,8.188,0H8V4h4V3.809A.748.748,0,0,0,11.781,3.281ZM9.466,11.259c.128-.084-.078-.372-1.337-.281C9.288,11.472,9.466,11.259,9.466,11.259Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;width:30px;height:30px;display:inline-block;margin:0 auto;content:"";-webkit-background-size:contain;background-size:contain;}.exhibitor-company__sidebar .advertisement__pdf a{display:block;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);padding:1rem;border-radius:30px;margin-top:0.5rem;}.exhibitor-company__sidebar .advertisement__pdf a:hover{background-color:#1E4491;color:white;}.exhibitor-company__section{background-color:white;padding:1.5rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);margin-bottom:1rem;border-radius:5px;}.exhibitor-company__section:empty{display:none;}@media screen and (min-width:48rem){.exhibitor-company__section{padding:2rem;}}.exhibitor-company__section:last-child{margin-bottom:0;}.exhibitor-company__section .views-element-container:not(:last-child){margin-bottom:2.5rem;}.exhibitor-company__section.npe{background:white;}.exhibitor-company__section.npe .view-id-exhibitor_company{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:2rem;}.exhibitor-company__section.npe .view-content{width:100%;}@media screen and (min-width:48rem){.exhibitor-company__section.npe .view-content{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;padding-top:1.5rem;}.exhibitor-company__section.npe .view-content .item-list{border-left:1px solid #adb5bd;}}.exhibitor-company__section.npe .view-content li::marker{color:#c4961e;font-size:1.2rem;}.exhibitor-company .section-title{font-family:"avenir_next_lt_probold";text-transform:uppercase;font-size:1.2rem;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.exhibitor-company .section-title span{width:40px;height:40px;border-radius:50%;border:1px solid #adb5bd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;}.exhibitor-company__heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-bottom:1px solid #E8EBEE;padding-bottom:1.5rem;}.exhibitor-company__heading-favorite{width:40px;}.exhibitor-company__heading-favorite:empty{display:none;}.exhibitor-company__heading-title{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.exhibitor-company__heading h1{font-family:"avenir_next_lt_probold";font-size:1.4rem;margin:0 0 0.3rem 0;}@media screen and (max-width:47.9375rem){.exhibitor-company__heading-logo{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:100%;margin-bottom:0.5rem;}}.exhibitor-company__heading-logo .views-row{width:130px;height:80px;padding:0.5rem;border-radius:5px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.exhibitor-company__heading-logo img{width:initial;height:auto;max-height:100%;max-width:100%;margin:0 auto;vertical-align:middle;}.exhibitor-company__heading--hall-stand{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:0.5rem;}@media screen and (max-width:61.9375rem){.exhibitor-company__heading--hall-stand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.exhibitor-company__heading--hall-stand span:not(:last-child)::after{content:"|";margin:0 0.5rem;color:#adb5bd;}.exhibitor-company__heading .map-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='36' viewBox='0 0 27 36' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-map-marker-alt' data-name='Icon awesome-map-marker-alt' d='M12.113,35.274C1.9,20.463,0,18.943,0,13.5a13.5,13.5,0,0,1,27,0c0,5.443-1.9,6.963-12.113,21.774a1.688,1.688,0,0,1-2.775,0ZM13.5,19.125A5.625,5.625,0,1,0,7.875,13.5,5.625,5.625,0,0,0,13.5,19.125Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;font-family:"avenir_next_lt_probold";-webkit-background-size:0.7rem 0.7rem;background-size:0.7rem;background-position:left 10px center;padding:0.1875rem 0.625rem 0.1875rem 1.875rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);color:black;border-radius:20px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}.exhibitor-company__heading .map-view:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='36' viewBox='0 0 27 36' fill='white'%3E %3Cpath id='Icon_awesome-map-marker-alt' data-name='Icon awesome-map-marker-alt' d='M12.113,35.274C1.9,20.463,0,18.943,0,13.5a13.5,13.5,0,0,1,27,0c0,5.443-1.9,6.963-12.113,21.774a1.688,1.688,0,0,1-2.775,0ZM13.5,19.125A5.625,5.625,0,1,0,7.875,13.5,5.625,5.625,0,0,0,13.5,19.125Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left 10px center;background-color:#153067;color:white;}@media screen and (max-width:47.9375rem){.exhibitor-company__heading .map-view{margin:0.5rem 0 0 0;}}.exhibitor-company__heading .users-count{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='exhibitor-matchmaker' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69.927 71.225' fill='%23c4961e'%3E %3Cpath id='Path_225' data-name='Path 225' d='M.8,1.7H68.472V68.213H.8S.8,1.7.8,1.7Z' transform='translate(1.456 3.011)'/%3E %3Cpath id='Path_226' data-name='Path 226' d='M0,0H67.672V66.513H0Z'/%3E %3Cpath id='Path_227' data-name='Path 227' d='M21.538,23.728A8.238,8.238,0,0,0,30,15.414,8.238,8.238,0,0,0,21.538,7.1a8.238,8.238,0,0,0-8.459,8.314A8.238,8.238,0,0,0,21.538,23.728Zm0,5.543c-6.485,0-19.738,3.326-19.738,9.7V45.9H41.275V38.971C41.275,32.32,28.023,29.271,21.538,29.271Z' transform='translate(3.275 12.577)'/%3E %3Cpath id='Path_228' data-name='Path 228' d='M22.259,23.728a8.238,8.238,0,0,0,8.459-8.314A8.238,8.238,0,0,0,22.259,7.1,8.238,8.238,0,0,0,13.8,15.414,8.238,8.238,0,0,0,22.259,23.728Z' transform='translate(25.111 12.577)'/%3E %3Cpath id='Path_229' data-name='Path 229' d='M18.62,15.1a10.755,10.755,0,0,0-2.82.277c3.384,2.217,5.639,5.543,5.639,9.423v6.928H38.357V24.8C38.357,18.149,25.1,15.1,18.62,15.1Z' transform='translate(28.75 26.748)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;font-family:"avenir_next_lt_probold";-webkit-background-size:0.7rem 0.7rem;background-size:0.7rem;background-position:left 10px center;padding:0.1875rem 0.625rem 0.1875rem 1.875rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);color:black;border-radius:20px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}@media screen and (max-width:47.9375rem){.exhibitor-company__heading .users-count{margin:0.5rem 0 0 0;}}.exhibitor-company .member-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:2rem;}.exhibitor-company .member-info:empty{display:none;}.exhibitor-company .member-info__block{width:100%;margin-bottom:1.5rem;}@media screen and (min-width:48rem){.exhibitor-company .member-info__block{width:50%;}}@media screen and (min-width:62rem){.exhibitor-company .member-info__block{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;padding:0 1rem;margin-bottom:0;border-right:1px solid #E8EBEE;}}.exhibitor-company .member-info__block:first-child{padding-left:0;}.exhibitor-company .member-info__block:last-child{border-right:none;}.exhibitor-company .member-info__block .button,.exhibitor-company .member-info__block .config_pages--type--plma-idea-supermarket .field--name-field-button a,.config_pages--type--plma-idea-supermarket .field--name-field-button .exhibitor-company .member-info__block a,.exhibitor-company .member-info__block .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .exhibitor-company .member-info__block a:not(.link),.exhibitor-company .member-info__block .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .exhibitor-company .member-info__block input,.exhibitor-company .member-info__block .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .exhibitor-company .member-info__block .feed-icon,.exhibitor-company .member-info__block .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .exhibitor-company .member-info__block a{padding:1rem;margin-bottom:0;}.exhibitor-company .member-info__block-item{position:relative;padding-left:2rem;margin-bottom:1.5rem;}.exhibitor-company .member-info__block-item:last-child{margin-bottom:0;}.exhibitor-company .member-info__block-item::before{width:20px;height:20px;content:"";position:absolute;-webkit-background-size:contain;background-size:contain;left:0;top:0;}.exhibitor-company .member-info__block-item.address::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='36' viewBox='0 0 27 36' fill='%23c4961e'%3E %3Cpath id='Icon_awesome-map-marker-alt' data-name='Icon awesome-map-marker-alt' d='M12.113,35.274C1.9,20.463,0,18.943,0,13.5a13.5,13.5,0,0,1,27,0c0,5.443-1.9,6.963-12.113,21.774a1.688,1.688,0,0,1-2.775,0ZM13.5,19.125A5.625,5.625,0,1,0,7.875,13.5,5.625,5.625,0,0,0,13.5,19.125Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item.address span{display:block;}.exhibitor-company .member-info__block-item.linkedin::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23c4961e'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item.phone::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.473' height='14.37' viewBox='0 0 14.473 14.37' fill='%23c4961e'%3E %3Cpath id='Path_269' data-name='Path 269' d='M12.363,2.241a3.833,3.833,0,0,0,2.959-1.3A1.316,1.316,0,0,0,15.461.8a2.375,2.375,0,0,0,.608-1.443A1.734,1.734,0,0,0,15.2-2.131l-2.2-1.531a1.561,1.561,0,0,0-2.117.081l-.461.469c-.249.249-.5.271-.85-.015A16.381,16.381,0,0,1,8.2-4.343,12.387,12.387,0,0,1,7.119-5.566c-.271-.352-.256-.608-.007-.857l.461-.454A1.556,1.556,0,0,0,7.654-9L6.006-11.323a1.843,1.843,0,0,0-1.516-.806,2.184,2.184,0,0,0-1.406.542c-.044.044-.1.088-.132.117A3.928,3.928,0,0,0,1.6-8.313c0,2.234,1.077,4.636,3.574,7.075S9.954,2.241,12.363,2.241ZM12.327.828C10.562.835,8.54-.146,6.27-2.366S3.04-6.694,3.054-8.452a2.286,2.286,0,0,1,.74-1.743c.059-.051.125-.1.19-.154a.848.848,0,0,1,.505-.2.61.61,0,0,1,.52.308L6.2-8.489a.692.692,0,0,1-.11.945l-.4.388a1.264,1.264,0,0,0-.278,1.729,13.807,13.807,0,0,0,1.8,2.073A19.468,19.468,0,0,0,9.426-1.414,1.273,1.273,0,0,0,11.155-1.7l.381-.4a.7.7,0,0,1,.952-.1l1.633,1.069a.6.6,0,0,1,.3.52.854.854,0,0,1-.2.513c-.051.059-.1.125-.154.19A2.312,2.312,0,0,1,12.327.828Z' transform='translate(-1.597 12.129)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item.website a{word-break:break-word;}.exhibitor-company .member-info__block-item.website::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.199' height='19.189' viewBox='0 0 19.199 19.189' fill='%23c4961e'%3E %3Cpath id='Path_303' data-name='Path 303' d='M0,2.93a9.661,9.661,0,0,0,9.6-9.6A9.662,9.662,0,0,0-.01-16.26,9.645,9.645,0,0,0-9.6-6.67,9.661,9.661,0,0,0,0,2.93ZM-5.576-12.4a8.177,8.177,0,0,1,3.281-1.943,7.39,7.39,0,0,0-1.631,2.715A6.161,6.161,0,0,1-5.576-12.4ZM2.3-14.336A8.02,8.02,0,0,1,5.566-12.4a5.812,5.812,0,0,1-1.641.771A7.414,7.414,0,0,0,2.3-14.336Zm-4.912,3.027A4.831,4.831,0,0,1-.664-13.994V-11.1A14.648,14.648,0,0,1-2.607-11.309ZM.664-13.994a4.831,4.831,0,0,1,1.943,2.686A14.648,14.648,0,0,1,.664-11.1Zm-8.652,6.66a7.919,7.919,0,0,1,1.553-4.082,7.456,7.456,0,0,0,2.129,1.035,14.612,14.612,0,0,0-.42,3.047Zm12.715,0a14.612,14.612,0,0,0-.42-3.047,7.266,7.266,0,0,0,2.119-1.035A7.93,7.93,0,0,1,7.988-7.334Zm-4.062,0V-9.775A15.757,15.757,0,0,0,3-10.049a13.89,13.89,0,0,1,.381,2.715Zm-4.043,0A13.89,13.89,0,0,1-3-10.049a15.757,15.757,0,0,0,2.334.273v2.441ZM-7.988-6.006h3.252a15.886,15.886,0,0,0,.43,3.1A7.19,7.19,0,0,0-6.416-1.895,7.955,7.955,0,0,1-7.988-6.006Zm4.609,0H-.664v2.49a14.579,14.579,0,0,0-2.324.264A13.565,13.565,0,0,1-3.379-6.006ZM.664-3.516v-2.49H3.379a13.565,13.565,0,0,1-.391,2.754A14.579,14.579,0,0,0,.664-3.516Zm3.643.605a15.886,15.886,0,0,0,.43-3.1H7.988A7.955,7.955,0,0,1,6.416-1.895,7.19,7.19,0,0,0,4.307-2.91Zm-6.9.918A14.672,14.672,0,0,1-.664-2.2V.664A4.809,4.809,0,0,1-2.6-1.992ZM.664-2.2A14.672,14.672,0,0,1,2.6-1.992,4.809,4.809,0,0,1,.664.664ZM-5.547-.908A6.48,6.48,0,0,1-3.916-1.67a7.471,7.471,0,0,0,1.6,2.676A8.228,8.228,0,0,1-5.547-.908ZM3.916-1.67a6.48,6.48,0,0,1,1.631.762A8.228,8.228,0,0,1,2.314,1.006,7.471,7.471,0,0,0,3.916-1.67Z' transform='translate(9.6 16.26)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item.email a{word-break:break-word;}.exhibitor-company .member-info__block-item.email::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='%23c4961e'%3E %3Cpath id='Icon_material-mail-outline' data-name='Icon material-mail-outline' d='M30,6H6A3,3,0,0,0,3.015,9L3,27a3.009,3.009,0,0,0,3,3H30a3.009,3.009,0,0,0,3-3V9A3.009,3.009,0,0,0,30,6Zm0,21H6V12l12,7.5L30,12ZM18,16.5,6,9H30Z' transform='translate(-3 -6)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item.contact::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.032' height='38.8' viewBox='0 0 62.032 38.8' fill='%23c4961e'%3E %3Cg id='Group_345' data-name='Group 345' transform='translate(-415.075 -118.452)'%3E %3Cpath id='Path_300' data-name='Path 300' d='M21.538,23.728A8.238,8.238,0,0,0,30,15.414,8.238,8.238,0,0,0,21.538,7.1a8.238,8.238,0,0,0-8.459,8.314A8.238,8.238,0,0,0,21.538,23.728Zm0,5.543c-6.485,0-19.738,3.326-19.738,9.7V45.9H41.275V38.971C41.275,32.32,28.023,29.271,21.538,29.271Z' transform='translate(413.275 111.352)'/%3E %3Cpath id='Path_301' data-name='Path 301' d='M22.259,23.728a8.238,8.238,0,0,0,8.459-8.314A8.238,8.238,0,0,0,22.259,7.1,8.238,8.238,0,0,0,13.8,15.414,8.238,8.238,0,0,0,22.259,23.728Z' transform='translate(435.111 111.352)'/%3E %3Cpath id='Path_302' data-name='Path 302' d='M18.62,15.1a10.755,10.755,0,0,0-2.82.277c3.384,2.217,5.639,5.543,5.639,9.423v6.928H38.357V24.8C38.357,18.149,25.1,15.1,18.62,15.1Z' transform='translate(438.75 125.523)'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;}.exhibitor-company .member-info__block-item .catalogue-name{margin-bottom:1rem;}.exhibitor-company .member-info__block-item .job-title{font-size:0.9rem;font-style:italic;}.exhibitor-company .member-info .label{font-family:"avenir_next_lt_probold";text-transform:uppercase;font-size:0.9rem;}.exhibitor-company__npe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-float:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem;}.exhibitor-company__npe h6{font-family:"avenir_next_lt_probold";text-transform:uppercase;margin:0;}.exhibitor-company__npe p{margin:0;}.exhibitor-company__product-spotlight{background-color:white;padding:2rem;margin-top:1rem;}.config_pages--type--plma-idea-supermarket{padding:2rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:5px;}@media screen and (min-width:48rem){.config_pages--type--plma-idea-supermarket{padding:3rem;}}.config_pages--type--plma-idea-supermarket .field--name-field-top-text p:first-child{margin-top:0;}.config_pages--type--plma-idea-supermarket .field--name-field-button a{border:1px solid #1E4491;display:inline-block;padding:1rem 2rem;}.config_pages--type--plma-idea-supermarket .field--name-field-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;}.config_pages--type--plma-idea-supermarket .field--name-field-images .field__item{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.config_pages--type--plma-idea-supermarket .field--name-field-images img{width:auto;max-height:280px;vertical-align:bottom;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.config_pages--type--plma-seminars-workshops .paragraph--type--seminars-and-workshops > .field--name-field-title{font-family:"avenir_next_lt_probold";font-size:1.4rem;margin-bottom:1rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars{margin-top:1rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars > .field__item{margin-bottom:2rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops{display:grid;grid-template-columns:1fr;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem;}@media screen and (min-width:48rem){.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops{grid-template-columns:1fr 1fr;}}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops > .field__item{background-color:#f9f9f9;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:100%;padding:1.5rem;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:0 0 5px 5px;}@media screen and (min-width:48rem){.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops > .field__item{width:100%;}}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-logo{width:200px;height:200px;padding:1rem;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-logo img{width:initial;height:auto;max-width:100%;max-height:100%;margin:0 auto;vertical-align:middle;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-title{font-family:"avenir_next_lt_probold";background-color:#1E4491;color:white;padding:1rem;line-height:1.3;font-size:1.2rem;border-radius:5px;margin:-1.5rem -1.5rem 1rem -1.5rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-description{margin-bottom:1rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-speaker-name{font-family:"avenir_next_lt_probold";font-size:1.2rem;line-height:1.4;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-speaker-name .field__label{text-transform:uppercase;color:#a7912b;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-seminar-title{font-family:"avenir_next_lt_probold";margin-bottom:1rem;color:#383f45;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-speaker-title{font-size:0.9rem;color:#434b53;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-presentation{margin-top:1rem;}.config_pages--type--plma-seminars-workshops .field--name-field-seminars-and-workshops .field--name-field-presentation .file{background-color:#E8EBEE;padding:1rem 1rem 1rem 2rem !important;background-position:left 10px center;}.paragraph--type--seminars-and-workshops{background-color:white;padding:1rem;}@media screen and (min-width:48rem){.paragraph--type--seminars-and-workshops{padding:2rem;}}.paragraph--type--seminars-and-workshops .field--name-field-event-time{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23153067'%3E%3Cpath d='m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:left center;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem;padding-left:1.5rem;display:inline-block;font-size:1.2rem;color:#4e5862;}.paragraph--type--seminars-and-workshops .field--name-field-event-time:has(+ .field--name-field-location)::after{margin:0 0.5rem;}.paragraph--type--seminars-and-workshops .field--name-field-location{display:inline-block;font-size:1.2rem;color:#434b53;}.paragraph--type--speaker{margin-top:1rem;}@media screen and (min-width:48rem){.paragraph--type--speaker{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.paragraph--type--speaker .field--name-field-speaker-photo{width:100%;margin-bottom:1rem;}@media screen and (min-width:48rem){.paragraph--type--speaker .field--name-field-speaker-photo{width:33%;margin-bottom:0;}}@media screen and (min-width:48rem){.paragraph--type--speaker .field--name-field-speaker-photo + .speaker-info{padding-left:1.25rem;}}.paragraph--type--speaker .field--name-field-speaker-photo img{border:5px solid white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);}.paragraph--type--speaker .speaker-info{-webkit-box-flex:1 !important;-webkit-flex:1 1 0% !important;-ms-flex:1 1 0% !important;flex:1 1 0% !important;width:auto !important;max-width:100% !important;min-width:1px;text-align:left;}.paragraph--type--speaker .speaker-info .show-details{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,24.51l6.87-6.885-6.87-6.885L15,8.625l9,9-9,9Z' transform='translate(26.625 -12.885) rotate(90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right center;border:none;background-color:transparent;padding:0 1.5rem 0 0;margin-top:1rem;cursor:pointer;-webkit-background-size:0.85rem 0.85rem;background-size:0.85rem;color:#153067;}.paragraph--type--speaker .speaker-info .show-details.open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11.115' viewBox='0 0 18 11.115' fill='%231E4491'%3E %3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M0,2.115,6.87,9,0,15.885,2.115,18l9-9-9-9Z' transform='translate(0 11.115) rotate(-90)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;background-position:right center;}.paragraph--type--speaker .speaker-info .field--name-field-info-details{display:none;}.config_pages--type--plma-show-floor-map{padding:2rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:5px;}@media screen and (min-width:48rem){.config_pages--type--plma-show-floor-map{padding:3rem;}}.config_pages--type--plma-show-floor-map .field--name-field-intro p:first-child{margin-top:0;}.config_pages--type--plma-show-floor-map .field--name-field-sections{display:grid;grid-template-columns:1fr;margin-bottom:1.25rem;grid-gap:20px;}@media screen and (min-width:48rem){.config_pages--type--plma-show-floor-map .field--name-field-sections{grid-template-columns:1fr 1fr;}}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section{border:1px solid #dcdcdc;}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section .field--name-field-title{font-family:"avenir_next_lt_probold";padding:1rem;text-align:center;border:1px solid #dcdcdc;margin-left:-0.0625rem;margin-right:-0.0625rem;margin-top:-0.0625rem;}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section .field--name-field-floor-plans{display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,auto);}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section .field--name-field-floor-plans .field__item{padding:0.625rem 1rem;border:1px solid #dcdcdc;margin:0 -0.0625rem -0.0625rem -0.0625rem;}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section .field--name-field-floor-plans .file{background:none;padding:0;}.config_pages--type--plma-show-floor-map .paragraph--type--floor-plan-section .field--name-field-floor-plans .file .file__size{display:none;}.config_pages--type--plma-show-floor-map .field--name-field-sections > .field__item:nth-child(odd) .field--name-field-title{background:#f9e5da;border-color:#e4cfc4;}.config_pages--type--plma-show-floor-map .field--name-field-sections > .field__item:nth-child(even) .field--name-field-title{background:#dbecf3;border-color:#ccdee6;}.tradeshow_facts .node__content,.tradeshow_facts_retailer .node__content,.tradeshow_facts_invites .node__content{padding:2rem;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:10px;}@media screen and (min-width:48rem){.tradeshow_facts .node__content,.tradeshow_facts_retailer .node__content,.tradeshow_facts_invites .node__content{padding:3rem;}}.tradeshow_facts .node__content .block-layout-builder,.tradeshow_facts_retailer .node__content .block-layout-builder,.tradeshow_facts_invites .node__content .block-layout-builder{padding:0 !important;}.tradeshow_facts .plma-schedule--block,.tradeshow_facts_retailer .plma-schedule--block,.tradeshow_facts_invites .plma-schedule--block{padding:0;}.page-node-type-trade-show-facts .page-content{background-color:#fff;padding:3rem;}.page-node-type-trade-show-facts .node__content{padding:unset !important;}.page-node-type-trade-show-facts div#block-plma-local-tasks{margin-bottom:1.875rem;}.npe-online .search--refinements-checkbox ul{max-height:-webkit-fit-content !important;max-height:-moz-fit-content !important;max-height:fit-content !important;}.npe-online .npe-online-hits{padding:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;}@media screen and (min-width:48rem){.npe-online .npe-online-hits{grid-template-columns:repeat(2,1fr);}}.npe-online .npe-online-hits .ais-Hits-item{grid-row:span 2;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);border-radius:10px;overflow:hidden;text-align:center;border:1px solid #E8EBEE;}.npe-online .npe-online-hits .npe-online-hit{background-color:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;height:100%;padding-top:1rem;}.npe-online .npe-online-hits .npe-online-hit > *{width:100%;margin:0 1rem;}.npe-online .npe-online-hits .npe-online-hit .title{font-size:1.15rem;line-height:1.3;margin-bottom:1rem;}.npe-online .npe-online-hits .npe-online-hit .npe-category{font-family:"avenir_next_lt_probold";background-color:#E8EBEE;text-align:center;border-radius:100px;min-height:60px;padding:0.3rem 1rem;line-height:1.2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;margin-bottom:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}.npe-online .npe-online-hits .npe-online-hit .image{height:300px;text-align:center;margin-bottom:1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.npe-online .npe-online-hits .npe-online-hit .image img{width:initial;height:auto;max-height:100%;max-width:100%;margin:0 auto;vertical-align:middle;}.npe-online .npe-online-hits .npe-online-hit .short-description{min-height:48px;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info{background-color:#f9f9f9;border-top:1px solid #D7D6D2;padding:1rem;margin:2rem 0 0 0;position:relative;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .country{position:absolute;top:-12px;left:0;right:0;margin:auto;background:white;border:1px solid #D7D6D2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 1rem;text-transform:uppercase;border-radius:30px;font-size:0.9rem;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .company-name{font-family:"avenir_next_lt_probold";font-size:1.2rem;margin:1rem 0;min-height:60px;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .hall-stand{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:white;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);margin:0 auto 0.5rem auto;padding:0.2rem 1rem;border-radius:30px;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .contact-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;list-style-type:none;padding:0;margin:0.5rem 0 0 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:35px;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .contact-details li{background-position:left center !important;-webkit-background-size:1rem 1rem;background-size:1rem;line-height:1.1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left;padding-left:1.5rem;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .contact-details__name{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='11.655' viewBox='0 0 10.906 11.655' fill='%23c4961e'%3E %3Cpath id='Path_280' data-name='Path 280' d='M2.785,1.158h8.638a1.31,1.31,0,0,0,.829-.237.78.78,0,0,0,.3-.649,2.741,2.741,0,0,0-.378-1.316,4.585,4.585,0,0,0-1.091-1.289,5.823,5.823,0,0,0-1.72-.978A6.4,6.4,0,0,0,7.1-3.689a6.4,6.4,0,0,0-2.264.378,5.823,5.823,0,0,0-1.72.978A4.585,4.585,0,0,0,2.025-1.043,2.741,2.741,0,0,0,1.647.273a.78.78,0,0,0,.3.649A1.321,1.321,0,0,0,2.785,1.158Zm4.322-6A2.328,2.328,0,0,0,8.394-5.22a2.827,2.827,0,0,0,.949-1.032A2.971,2.971,0,0,0,9.7-7.711a2.827,2.827,0,0,0-.359-1.423,2.748,2.748,0,0,0-.95-1A2.4,2.4,0,0,0,7.107-10.5a2.383,2.383,0,0,0-1.29.372,2.764,2.764,0,0,0-.95,1A2.848,2.848,0,0,0,4.511-7.7a2.96,2.96,0,0,0,.356,1.449A2.808,2.808,0,0,0,5.813-5.22,2.338,2.338,0,0,0,7.107-4.839Z' transform='translate(-1.647 10.497)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;padding-right:1rem;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;width:auto;max-width:100%;min-width:1px;}.npe-online .npe-online-hits .npe-online-hit .exhibitor-info .contact-details__email{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.403' height='11.256' viewBox='0 0 14.403 11.256' fill='%23c4961e'%3E %3Cpath id='Path_281' data-name='Path 281' d='M8.859-3.953a1.19,1.19,0,0,0,.809-.411L15.3-9.944a1.968,1.968,0,0,0-1.329-.343H3.552a1.663,1.663,0,0,0-1.16.319l5.663,5.6A1.17,1.17,0,0,0,8.859-3.953ZM1.818-.1l4.61-4.561L1.814-9.219a2.145,2.145,0,0,0-.166.986v7.141A2.092,2.092,0,0,0,1.818-.1ZM3.727.969h10.42a1.683,1.683,0,0,0,1.17-.322l-4.7-4.655-.415.415a1.947,1.947,0,0,1-1.344.629,1.946,1.946,0,0,1-1.346-.629L7.1-4.007,2.412.641A2.035,2.035,0,0,0,3.727.969ZM15.893-.11a2.217,2.217,0,0,0,.158-.981V-8.232a2.138,2.138,0,0,0-.16-.968l-4.6,4.535Z' transform='translate(-1.647 10.287)'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;padding-left:0.5rem;width:80px;}body.path-batch .page-title{color:#fff;}
