@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 360deg);transform:rotate3d(0, 0, 1, 360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 360deg);transform:rotate3d(0, 0, 1, 360deg)}}body:not(.portal) .portal-only,body.members-area .non-portal-only,body:not(.portal-logged-in) .user-only,body.portal-logged-in .non-user-only,body:not(.member-logged-in) .member-only,body.member-logged-in .non-member-only,body:not(.moderator-logged-in) .moderator-only,body.moderator-logged-in .non-moderator-only,body:not(.manager-logged-in) .manager-only,body.manager-logged-in .non-manager-only{display:none !important}:root{--portal--notice--padding: calc(var(--global--gutter) / 2);--portal--notice--icon-size: var(--global--font-size-medium);--portal--notice--font-size: var(--global--font-size-normal);--portal--notice--line-height: 1.5;--portal--notice--background-color: var(--global--color-background);--portal--notice--text-color: var(--global--color-text);--portal--notice--icon-content: "";--portal--notice--icon-weight: bold;--portal--notice--info--background-color: var(--global--color-blue);--portal--notice--info--text-color: var(--global--color-white);--portal--notice--info--icon-content: "";--portal--notice--info--icon-weight: bold;--portal--notice--success--background-color: var(--global--color-green);--portal--notice--success--text-color: var(--global--color-white);--portal--notice--success--icon-content: "";--portal--notice--success--icon-weight: bold;--portal--notice--warning--background-color: var(--global--color-orange);--portal--notice--warning--text-color: var(--global--color-white);--portal--notice--warning--icon-content: "";--portal--notice--warning--icon-weight: bold;--portal--notice--danger--background-color: var(--global--color-red);--portal--notice--danger--text-color: var(--global--color-white);--portal--notice--danger--icon-content: "";--portal--notice--danger--icon-weight: bold}.ogreportal-notice{--background-color: var(--portal--notice--background-color);--text-color: var(--portal--notice--text-color);--icon-content: "";--icon-weight: var(--portal--notice--icon-weight);min-height:calc(var(--portal--notice--padding) * 2 + var(--portal--notice--line-height) * var(--portal--notice--font-size));padding:var(--portal--notice--padding);padding-left:calc(var(--portal--notice--padding) * 2 + var(--portal--notice--icon-size));margin:var(--global--margin-content) 0;position:relative;z-index:10;border:none;border-radius:0;font-size:var(--portal--notice--font-size);line-height:var(--portal--notice--line-height);background-color:var(--background-color);color:var(--text-color)}.ogreportal-notice:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;font-family:'Font Awesome 5 Pro';content:var(--icon-content);font-weight:var(--icon-weight);display:block;min-width:var(--portal--notice--icon-size);line-height:calc(var(--portal--notice--line-height) * var(--portal--notice--font-size));font-size:var(--portal--notice--icon-size);text-align:center;vertical-align:top;white-space:nowrap;color:inherit;position:absolute;top:0;left:0;margin-top:var(--portal--notice--padding);margin-left:var(--portal--notice--padding)}.ogreportal-notice p{font-size:inherit;line-height:inherit;color:inherit}.ogreportal-notice p:first-child{margin-top:0}.ogreportal-notice p:last-child{margin-bottom:0}.ogreportal-notice.notice-type-info{--background-color: var(--portal--notice--info--background-color);--text-color: var(--portal--notice--info--text-color);--icon-content: var(--portal--notice--info--icon-content);--icon-weight: var(--portal--notice--info--icon-weight)}.ogreportal-notice.notice-type-success{--background-color: var(--portal--notice--success--background-color);--text-color: var(--portal--notice--success--text-color);--icon-content: var(--portal--notice--success--icon-content);--icon-weight: var(--portal--notice--success--icon-weight)}.ogreportal-notice.notice-type-warning{--background-color: var(--portal--notice--warning--background-color);--text-color: var(--portal--notice--warning--text-color);--icon-content: var(--portal--notice--warning--icon-content);--icon-weight: var(--portal--notice--warning--icon-weight)}.ogreportal-notice.notice-type-danger{--background-color: var(--portal--notice--danger--background-color);--text-color: var(--portal--notice--danger--text-color);--icon-content: var(--portal--notice--danger--icon-content);--icon-weight: var(--portal--notice--danger--icon-weight)}.ogreportal-form form:not(.acf-form){width:100%;margin-top:var(--form--padding);margin-bottom:var(--form--padding);display:grid;grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(auto-fill, auto);grid-row-gap:var(--form--padding);grid-column-gap:var(--form--padding)}.ogreportal-form .acf-fields{margin:calc(var(--form--padding) * -1)}.ogreportal-form .acf-form-submit{margin-top:calc(var(--form--padding) * 2)}.ogreportal-form form:not(.acf-form)>p{display:block;margin:0;padding:0;grid-column:span 12}.ogreportal-form .acf-field{margin:var(--form--padding) 0}.ogreportal-form .acf-fields>.acf-field{margin:0;padding:var(--form--padding);border-top:none}.ogreportal-form .acf-field[data-width]+.acf-field[data-width]{border-left:none}.ogreportal-form label:not(.acf-basic-uploader),.ogreportal-form .acf-field .acf-label label{display:inline-block;padding:0;margin:0 0 var(--form--label--margin);font-size:var(--form--label--font-size);font-family:var(--form--label--font-family);line-height:var(--form--label--line-height);font-weight:var(--form--label--weight);color:var(--form--label--color)}.ogreportal-form .acf-field .acf-label{margin:0 0 var(--form--label--margin)}.ogreportal-form .acf-field .acf-label label,.ogreportal-form .acf-field .acf-label p.description{margin-bottom:0}.ogreportal-form .focused label{color:var(--form--label--focus-color)}.ogreportal-form .required{color:var(--form--label--required-color);font-size:90;padding-left:0;margin-left:0.25rem}.ogreportal-form .acf-field-message .acf-label label{font-family:var(--heading--font-family);font-size:var(--heading--font-size-h2);line-height:var(--heading--line-height-h2)}.ogreportal-form .acf-field-message:not(:last-child){margin-bottom:calc(var(--form--padding) * -1)}.ogreportal-form input[type="text"],.ogreportal-form input[type="password"],.ogreportal-form input[type="email"],.ogreportal-form input[type="url"],.ogreportal-form input[type="date"],.ogreportal-form input[type="month"],.ogreportal-form input[type="time"],.ogreportal-form input[type="datetime"],.ogreportal-form input[type="datetime-local"],.ogreportal-form input[type="week"],.ogreportal-form input[type="number"],.ogreportal-form input[type="search"],.ogreportal-form input[type="tel"],.ogreportal-form input[type="color"],.ogreportal-form textarea,.ogreportal-form select,.ogreportal-form .acf-input input[type="text"],.ogreportal-form .acf-input input[type="password"],.ogreportal-form .acf-input input[type="email"],.ogreportal-form .acf-input input[type="url"],.ogreportal-form .acf-input input[type="date"],.ogreportal-form .acf-input input[type="month"],.ogreportal-form .acf-input input[type="time"],.ogreportal-form .acf-input input[type="datetime"],.ogreportal-form .acf-input input[type="datetime-local"],.ogreportal-form .acf-input input[type="week"],.ogreportal-form .acf-input input[type="number"],.ogreportal-form .acf-input input[type="search"],.ogreportal-form .acf-input input[type="tel"],.ogreportal-form .acf-input input[type="color"],.ogreportal-form .acf-input textarea,.ogreportal-form .acf-input select{width:100%;min-height:var(--form--field--size);padding:calc((var(--form--field--size) - var(--form--field--border-width) * 2 - var(--form--field--line-height) * var(--form--field--font-size)) / 2) var(--form--field--padding);margin:0;background-color:var(--form--field--background-color);color:var(--form--field--color);border-style:solid;border-width:var(--form--field--border-width);border-radius:var(--form--field--border-radius);border-color:var(--form--field--border-color);font-family:var(--form--field--font-family);line-height:var(--form--field--line-height);font-weight:var(--form--field--weight);font-size:var(--form--field--font-size);font-style:normal}.ogreportal-form input[type="text"]::-webkit-input-placeholder, .ogreportal-form input[type="password"]::-webkit-input-placeholder, .ogreportal-form input[type="email"]::-webkit-input-placeholder, .ogreportal-form input[type="url"]::-webkit-input-placeholder, .ogreportal-form input[type="date"]::-webkit-input-placeholder, .ogreportal-form input[type="month"]::-webkit-input-placeholder, .ogreportal-form input[type="time"]::-webkit-input-placeholder, .ogreportal-form input[type="datetime"]::-webkit-input-placeholder, .ogreportal-form input[type="datetime-local"]::-webkit-input-placeholder, .ogreportal-form input[type="week"]::-webkit-input-placeholder, .ogreportal-form input[type="number"]::-webkit-input-placeholder, .ogreportal-form input[type="search"]::-webkit-input-placeholder, .ogreportal-form input[type="tel"]::-webkit-input-placeholder, .ogreportal-form input[type="color"]::-webkit-input-placeholder, .ogreportal-form textarea::-webkit-input-placeholder, .ogreportal-form select::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="text"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="password"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="email"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="url"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="date"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="month"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="time"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="datetime"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="datetime-local"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="week"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="number"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="search"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="tel"]::-webkit-input-placeholder, .ogreportal-form .acf-input input[type="color"]::-webkit-input-placeholder, .ogreportal-form .acf-input textarea::-webkit-input-placeholder, .ogreportal-form .acf-input select::-webkit-input-placeholder{color:var(--form--field--placeholder-color);font-style:italic}.ogreportal-form input[type="text"]::-moz-placeholder, .ogreportal-form input[type="password"]::-moz-placeholder, .ogreportal-form input[type="email"]::-moz-placeholder, .ogreportal-form input[type="url"]::-moz-placeholder, .ogreportal-form input[type="date"]::-moz-placeholder, .ogreportal-form input[type="month"]::-moz-placeholder, .ogreportal-form input[type="time"]::-moz-placeholder, .ogreportal-form input[type="datetime"]::-moz-placeholder, .ogreportal-form input[type="datetime-local"]::-moz-placeholder, .ogreportal-form input[type="week"]::-moz-placeholder, .ogreportal-form input[type="number"]::-moz-placeholder, .ogreportal-form input[type="search"]::-moz-placeholder, .ogreportal-form input[type="tel"]::-moz-placeholder, .ogreportal-form input[type="color"]::-moz-placeholder, .ogreportal-form textarea::-moz-placeholder, .ogreportal-form select::-moz-placeholder, .ogreportal-form .acf-input input[type="text"]::-moz-placeholder, .ogreportal-form .acf-input input[type="password"]::-moz-placeholder, .ogreportal-form .acf-input input[type="email"]::-moz-placeholder, .ogreportal-form .acf-input input[type="url"]::-moz-placeholder, .ogreportal-form .acf-input input[type="date"]::-moz-placeholder, .ogreportal-form .acf-input input[type="month"]::-moz-placeholder, .ogreportal-form .acf-input input[type="time"]::-moz-placeholder, .ogreportal-form .acf-input input[type="datetime"]::-moz-placeholder, .ogreportal-form .acf-input input[type="datetime-local"]::-moz-placeholder, .ogreportal-form .acf-input input[type="week"]::-moz-placeholder, .ogreportal-form .acf-input input[type="number"]::-moz-placeholder, .ogreportal-form .acf-input input[type="search"]::-moz-placeholder, .ogreportal-form .acf-input input[type="tel"]::-moz-placeholder, .ogreportal-form .acf-input input[type="color"]::-moz-placeholder, .ogreportal-form .acf-input textarea::-moz-placeholder, .ogreportal-form .acf-input select::-moz-placeholder{color:var(--form--field--placeholder-color);font-style:italic}.ogreportal-form input[type="text"]:-ms-input-placeholder, .ogreportal-form input[type="password"]:-ms-input-placeholder, .ogreportal-form input[type="email"]:-ms-input-placeholder, .ogreportal-form input[type="url"]:-ms-input-placeholder, .ogreportal-form input[type="date"]:-ms-input-placeholder, .ogreportal-form input[type="month"]:-ms-input-placeholder, .ogreportal-form input[type="time"]:-ms-input-placeholder, .ogreportal-form input[type="datetime"]:-ms-input-placeholder, .ogreportal-form input[type="datetime-local"]:-ms-input-placeholder, .ogreportal-form input[type="week"]:-ms-input-placeholder, .ogreportal-form input[type="number"]:-ms-input-placeholder, .ogreportal-form input[type="search"]:-ms-input-placeholder, .ogreportal-form input[type="tel"]:-ms-input-placeholder, .ogreportal-form input[type="color"]:-ms-input-placeholder, .ogreportal-form textarea:-ms-input-placeholder, .ogreportal-form select:-ms-input-placeholder, .ogreportal-form .acf-input input[type="text"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="password"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="email"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="url"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="date"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="month"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="time"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="datetime"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="datetime-local"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="week"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="number"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="search"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="tel"]:-ms-input-placeholder, .ogreportal-form .acf-input input[type="color"]:-ms-input-placeholder, .ogreportal-form .acf-input textarea:-ms-input-placeholder, .ogreportal-form .acf-input select:-ms-input-placeholder{color:var(--form--field--placeholder-color);font-style:italic}.ogreportal-form input[type="text"]::-ms-input-placeholder, .ogreportal-form input[type="password"]::-ms-input-placeholder, .ogreportal-form input[type="email"]::-ms-input-placeholder, .ogreportal-form input[type="url"]::-ms-input-placeholder, .ogreportal-form input[type="date"]::-ms-input-placeholder, .ogreportal-form input[type="month"]::-ms-input-placeholder, .ogreportal-form input[type="time"]::-ms-input-placeholder, .ogreportal-form input[type="datetime"]::-ms-input-placeholder, .ogreportal-form input[type="datetime-local"]::-ms-input-placeholder, .ogreportal-form input[type="week"]::-ms-input-placeholder, .ogreportal-form input[type="number"]::-ms-input-placeholder, .ogreportal-form input[type="search"]::-ms-input-placeholder, .ogreportal-form input[type="tel"]::-ms-input-placeholder, .ogreportal-form input[type="color"]::-ms-input-placeholder, .ogreportal-form textarea::-ms-input-placeholder, .ogreportal-form select::-ms-input-placeholder, .ogreportal-form .acf-input input[type="text"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="password"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="email"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="url"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="date"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="month"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="time"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="datetime"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="datetime-local"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="week"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="number"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="search"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="tel"]::-ms-input-placeholder, .ogreportal-form .acf-input input[type="color"]::-ms-input-placeholder, .ogreportal-form .acf-input textarea::-ms-input-placeholder, .ogreportal-form .acf-input select::-ms-input-placeholder{color:var(--form--field--placeholder-color);font-style:italic}.ogreportal-form input[type="text"]::placeholder,.ogreportal-form input[type="password"]::placeholder,.ogreportal-form input[type="email"]::placeholder,.ogreportal-form input[type="url"]::placeholder,.ogreportal-form input[type="date"]::placeholder,.ogreportal-form input[type="month"]::placeholder,.ogreportal-form input[type="time"]::placeholder,.ogreportal-form input[type="datetime"]::placeholder,.ogreportal-form input[type="datetime-local"]::placeholder,.ogreportal-form input[type="week"]::placeholder,.ogreportal-form input[type="number"]::placeholder,.ogreportal-form input[type="search"]::placeholder,.ogreportal-form input[type="tel"]::placeholder,.ogreportal-form input[type="color"]::placeholder,.ogreportal-form textarea::placeholder,.ogreportal-form select::placeholder,.ogreportal-form .acf-input input[type="text"]::placeholder,.ogreportal-form .acf-input input[type="password"]::placeholder,.ogreportal-form .acf-input input[type="email"]::placeholder,.ogreportal-form .acf-input input[type="url"]::placeholder,.ogreportal-form .acf-input input[type="date"]::placeholder,.ogreportal-form .acf-input input[type="month"]::placeholder,.ogreportal-form .acf-input input[type="time"]::placeholder,.ogreportal-form .acf-input input[type="datetime"]::placeholder,.ogreportal-form .acf-input input[type="datetime-local"]::placeholder,.ogreportal-form .acf-input input[type="week"]::placeholder,.ogreportal-form .acf-input input[type="number"]::placeholder,.ogreportal-form .acf-input input[type="search"]::placeholder,.ogreportal-form .acf-input input[type="tel"]::placeholder,.ogreportal-form .acf-input input[type="color"]::placeholder,.ogreportal-form .acf-input textarea::placeholder,.ogreportal-form .acf-input select::placeholder{color:var(--form--field--placeholder-color);font-style:italic}.ogreportal-form input[type="text"].focused,.ogreportal-form input[type="password"].focused,.ogreportal-form input[type="email"].focused,.ogreportal-form input[type="url"].focused,.ogreportal-form input[type="date"].focused,.ogreportal-form input[type="month"].focused,.ogreportal-form input[type="time"].focused,.ogreportal-form input[type="datetime"].focused,.ogreportal-form input[type="datetime-local"].focused,.ogreportal-form input[type="week"].focused,.ogreportal-form input[type="number"].focused,.ogreportal-form input[type="search"].focused,.ogreportal-form input[type="tel"].focused,.ogreportal-form input[type="color"].focused,.ogreportal-form textarea.focused,.ogreportal-form select.focused,.ogreportal-form .acf-input input[type="text"].focused,.ogreportal-form .acf-input input[type="password"].focused,.ogreportal-form .acf-input input[type="email"].focused,.ogreportal-form .acf-input input[type="url"].focused,.ogreportal-form .acf-input input[type="date"].focused,.ogreportal-form .acf-input input[type="month"].focused,.ogreportal-form .acf-input input[type="time"].focused,.ogreportal-form .acf-input input[type="datetime"].focused,.ogreportal-form .acf-input input[type="datetime-local"].focused,.ogreportal-form .acf-input input[type="week"].focused,.ogreportal-form .acf-input input[type="number"].focused,.ogreportal-form .acf-input input[type="search"].focused,.ogreportal-form .acf-input input[type="tel"].focused,.ogreportal-form .acf-input input[type="color"].focused,.ogreportal-form .acf-input textarea.focused,.ogreportal-form .acf-input select.focused{color:var(--form--field--focus-color);border-color:var(--form--field--border-focus-color)}.ogreportal-form input[type="checkbox"],.ogreportal-form .acf-input input[type="checkbox"]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.ogreportal-form .acf-url i{top:calc(var(--form--field--size) / 2 - 5px)}.ogreportal-form .acf-field p.description{display:block;width:100%;margin:var(--form--sublabel--margin) 0;padding:0;color:var(--form--sublabel--color);font-size:var(--form--sublabel--font-size);font-family:var(--form--sublabel--font-family);line-height:var(--form--sublabel--line-height);font-weight:var(--form--sublabel--weight)}.ogreportal-form ul.ogreportal-form-links{display:block;width:auto;max-width:none;margin:var(--global--margin-content) 0 0 calc(var(--global--gutter) / -2);padding:0;list-style:none;text-align:left}.ogreportal-form ul.ogreportal-form-links li{display:inline-block;padding:0 0 0 calc(var(--global--gutter) / 2);margin:0}.ogreportal-form ul.ogreportal-form-links a{display:inline}.ogreportal-form #message{display:none}.ogreportal-form.wp-block-login p.login-username,.ogreportal-form.wp-block-login p.login-password,.ogreportal-form.wp-block-login p.login-remember{grid-column:span 6}.ogreportal-form.wp-block-login .aiowps-captcha-equation{grid-column:span 12}.ogreportal-form.wp-block-login .aiowps-captcha+.aiowps-captcha-equation{margin-top:calc(var(--form--padding) * -1)}.ogreportal-form.wp-block-login input#aiowps-captcha-answer{display:inline-block;width:auto}.ogreportal-form.wp-block-login .g-recaptcha-wrap{grid-column:span 12;padding-top:0 !important;padding-bottom:0 !important}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYi9mb250YXdlc29tZS9fYW5pbWF0ZWQuc2NzcyIsIl9nbG9iYWwuc2NzcyIsIl9ub3RpY2Uuc2NzcyIsImxpYi9mb250YXdlc29tZS9fbWl4aW5zLnNjc3MiLCJfZm9ybS5zY3NzIiwiYmxvY2tzL2xvZ2luL19zdHlsZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWFBLDJCQUNJLEdBQ0kseUNBQVcsQ0FBWCxpQ0FBa0MsQ0FFdEMsS0FDSSwyQ0FBVyxDQUFYLG1DQUFvQyxDQUFBLENBTDVDLG1CQUNJLEdBQ0kseUNBQVcsQ0FBWCxpQ0FBa0MsQ0FFdEMsS0FDSSwyQ0FBVyxDQUFYLG1DQUFvQyxDQUFBLENDWDVDLDhZQVVJLHVCQUNKLENBQUMsTUNWRywwREFBMEIsQ0FDMUIsNERBQTRCLENBQzVCLDREQUE0QixDQUM1QixrQ0FBOEIsQ0FFOUIsbUVBQW1DLENBQ25DLHVEQUE2QixDQUU3QixtQ0FBOEIsQ0FBQyxtQ0FDRixDQUFDLG1FQUVVLENBQUMsOERBQ1AsQ0FBQyx5Q0FFQyxDQUFBLHlDQUNELENBQUEsdUVBRVEsQ0FBQSxpRUFDTixDQUFBLDRDQUVFLENBQUEsNENBQ0QsQ0FBQSx3RUFFSyxDQUFBLGlFQUNOLENBQUEsNENBRUUsQ0FBQSw0Q0FDRCxDQUFBLG9FQUVJLENBQUEsZ0VBQ04sQ0FBQSwyQ0FFRSxDQUFBLDJDQUNELENBQUEsbUJBRXhDLDJEQUdxQixDQUFBLCtDQUNOLENBQUEsbUJBRUUsQ0FBQSxpREFFRCxDQUFBLDJIQUVELENBQUEsc0NBQ0gsQ0FBQSx3RkFDSyxDQUFBLHNDQUNOLENBQUEsaUJBQ0UsQ0FBQSxVQUNWLENBQUEsV0FFQSxDQUFNLGVBQ04sQ0FBQSwwQ0FFVyxDQUFBLDhDQUNFLENBQUEsd0NBRUssQ0FBQSx1QkFDWCxDQUFBLDBCQXRCTyxrQ0N6Q1UsQ0FBQSxpQ0FDQyxDQUFBLG9CQUNoQixDQUFBLGlCQUNHLENBQUEsbUJBQ0UsQ0FBQSxrQkFDRCxDQUFBLGdDQVFJLENBQUEsMkJEc0RKLENB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 */